@charset "UTF-8";
/*----------------------------------------------------------------------
[Master Stylesheet]

	Project:        beachhut media website
	Version:        
	Author:         beachhut.ie
	Primary use:    Corporate, Business, Portfolio, Landing, Shop and Blog Themes.
	Email: 			info@beachhut.ie
	Website:		http://www.beachhut.ie


[Table of Contents]

	1. Base
	2. Blog Classic
	3. Blog Grid
	4. Blog Sidebar
	5. Blog Single Post
	7. Blog Teaser
	7. News
	8. Accordion
	9. Alerts
	10. Blockquotes
	11. Breadcrumbs
	12. Comment Form
	13. Dividers
	14. Dropcap
	15. Heading
	16. Icon List
	17. Image Popup
	18. Lists
	19. Login Form
	20. Pagination
	21. Progress Bar
	22. Scroll to Section
	23. Tab
	24. Tables
	25. Table Wrap
	26. Theme Icons
	27. Timeline
	28. Call to Action
	29. Clients
	30. Counters
	31. Diagonal Content
	32. Equal Height Block
	33. Icon Box
	34. Image Gallery
	35. Interactive Banner
	36. Newsletter
	37. Banner Image
	38. Parallax
	39. Piecharts
	40. Process
	41. Promo Block
	42. Services
	43. Slider Block
	44. Team Members
	45. Testimonials
	46. Video
	47. Work
	48. Footer (Default)
	49. Footer v2
	50. Footer v3
	51. Footer v4
	52. Footer v5
	53. Footer v6
	54. Footer v7
	55. Footer v8
	56. Header
	57. Header Center Aligned
	58. Header Center Aligned Transparent
	59. Header Fullscreen
	60. Header Section Scroll
	61. Header Transparent
	62. Header Vertical
	63. Language
	64. Language Push
	65. Responsive
	66. Form Modal
	67. Search Default
	68. Search Classic
	69. Search Fullscreen
	70. Search On Header
	71. Search Push
	72. Sidebar
	73. Topbar Classic
	74. Topbar e-Commerce
	75. Topbar Transparent
	76. Coming Soon
	77. Contact Us
	78. FAQ
	79. Shopify
	80. Animated Headline
	81. Animsition
	82. Back to Top
	83. Bootstrap Components
	84. Google Maps
	85. Masonry Grid
	86. Owl Carousel
	87. Portfolio
	88. Revolution Slider
	89. Blue Theme Color
	90. Base Theme Color
	91. Blue Theme Color
	92. Blue Grey Theme Color
	93. Gold Theme Color
	94. Green Theme Color
	95. Grey Theme Color
	96. Pink Theme Color
	97. Purple Theme Color
	98. Red Theme Color
	99. Teal Theme Color
	100. Colors
	101. Helpers
-----------------------------------------------------------------------*/
/* =================================================================
    [Primary Sass files]
================================================================= */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*--------------------------------------------------
  [Clearfix]
----------------------------------------------------*/
/* eg: @include clearfix; */
/*--------------------------------------------------
  [Font]
----------------------------------------------------*/
/* eg: @include font($size: 14px, $style: italic, $weight: 400, $family: $font-family-base); */
/*--------------------------------------------------
  [Positioning]
----------------------------------------------------*/
/* eg: @include position(absolute, $top: 5px, $left: 5px); */
/*--------------------------------------------------
  [Sizing]
----------------------------------------------------*/
/* eg: @include size(100%);
   @include size(100%, 1px); */
/*--------------------------------------------------
  [Center Vertically and/or Horizontally an absolute positioned element]
----------------------------------------------------*/
/*--------------------------------------------------
  [Border Radius]
----------------------------------------------------*/
/* eg: @include border-radius(3px); */
/*--------------------------------------------------
  [Theme Icons]
----------------------------------------------------*/
/* eg: @include theme-icons($color-dark-light, $color-grey, 0, transparent); */
/* eg: @include theme-icons-size(35px, 35px, $font-size-16, 6px); */
/*--------------------------------------------------
  [Theme Buttons]
----------------------------------------------------*/
/* eg: @include buttons($color-base, $color-white, transparent, $color-base, 1px, $color-base, $color-base); */
/* eg: @include button-size($font-size-14, $font-weight-400, 6px 12px); */
/* eg: @include @include buttons-animate(darken($color-gold, 4%), 10px 15px); */
/*--------------------------------------------------
  [Placeholder]
----------------------------------------------------*/
/* eg: @include placeholder($color-base); */
/*--------------------------------------------------
  [Box Shadow]
----------------------------------------------------*/
/* eg: @include box-shadow(0, 2px, 2px, #000, $inset: false); */
/*--------------------------------------------------
    [RGBA Background Opacity]
----------------------------------------------------*/
/* eg: @include bg-opacity($color-dark, .2); */
/*--------------------------------------------------
  [Visibility]
----------------------------------------------------*/
/* eg: @include visibility-backface(hidden); */
/*--------------------------------------------------
  [Transition]
----------------------------------------------------*/
/* eg: @include transition(all, .3s ease); */
/*--------------------------------------------------
  [Perspective]
----------------------------------------------------*/
/* eg: @include perspective(800px); */
/*--------------------------------------------------
  [Cubic Bezier Transition]
----------------------------------------------------*/
/* eg: @include cubic-transition($delay: 0, $duration: 200ms, $property: (all)); */
/*--------------------------------------------------
  [Transition]
----------------------------------------------------*/
/* eg: @include transition(opacity, .3s); */
/*--------------------------------------------------
  [Translate 3D Transition]
----------------------------------------------------*/
/* eg: @include translate3d(0,0,0); */
/*--------------------------------------------------
  [Preserve 3D]
----------------------------------------------------*/
/* eg: @include preserve3d(preserve-3d); */
/*--------------------------------------------------
  [Rotate]
----------------------------------------------------*/
/* eg: @include rotate(45deg); */
/*--------------------------------------------------
  [RotateY]
----------------------------------------------------*/
/* eg: @include rotateY(45deg); */
/*--------------------------------------------------
  [Transform Scale]
----------------------------------------------------*/
/* eg: @include transform-scale(1,1); */
/*--------------------------------------------------
  [Animation Duration]
----------------------------------------------------*/
/* eg: @include animation-duration(.3s); */
/*--------------------------------------------------
  [Animation Delay]
----------------------------------------------------*/
/* eg: @include animation-delay(.3s); */
/*--------------------------------------------------
  [Animation Timing Function]
----------------------------------------------------*/
/* eg: @include animation-timing-function(ease); */
/*--------------------------------------------------
  [Transform Origin]
----------------------------------------------------*/
/* eg: @include transform-origin(left center); */
/*--------------------------------------------------
  [Animation Iteraction Count]
----------------------------------------------------*/
/* eg: @include animation-iteration-count(infinite); */
/*--------------------------------------------------
  [Animation]
----------------------------------------------------*/
/* eg: @include animation(toTopFromBottom .3s forwards); */
/*--------------------------------------------------
  [Animation Name]
----------------------------------------------------*/
/* eg: @include animation-name(egample); */
/*--------------------------------------------------
  [Animation Direction]
----------------------------------------------------*/
/* eg: @include animation-direction(reverse); */
/*--------------------------------------------------
  [Keyframes]
----------------------------------------------------*/
/* eg: @include keyframes($keyframes); { @content; } */
/*--------------------------------------------------
  [Grayscale]
----------------------------------------------------*/
/* eg: @include grayscale(100%); */
/*--------------------------------------------------
  [Blur]
----------------------------------------------------*/
/* eg: @include blur(5px); */
/*--------------------------------------------------
  [Linear Gradient]
----------------------------------------------------*/
/* eg: @include gradient(rgba(255,255,255,0), rgba(255,255,255,.9)); */
/*--------------------------------------------------
  [Transform Scale]
----------------------------------------------------*/
/* eg: @include transform-scale(1,1); */
/*--------------------------------------------------
  [Center]
----------------------------------------------------*/
/*--------------------------------------------------
	[Layout Settings & Variables]
----------------------------------------------------*/
/*------------------------------------------------------------------
  	[The "base.scss" contains basic default element styles
  		(colors, typography, margins & padding).]
------------------------------------------------------------------*/
html {
  overflow-x: hidden; }

html, html a, body {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'brandon_grotesque_lightRg'; }

p {
  font-size: 18px;
  font-weight: 300;
  font-family: brandon_grotesque_lightRg;
  color: #333333;
  line-height: 1.4; }

em,
li,
li a {
  font-size: 18px;
  font-weight: 300;
  font-family: brandon_grotesque_lightRg;
  color: #252525; }

a {
  font-family: brandon_grotesque_lightRg;
  color: #00ccff;
  outline: 0; }
  a:focus, a:hover, a:active {
    outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'brandon_grotesque_lightRg';
  color: #252525;
  line-height: 1.4;
  margin: 0 0 15px; }
  h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #252525; }
    h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
      color: #00ccff;
      text-decoration: none; }
    h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
      text-decoration: none; }

::selection {
  color: #ffffff;
  background: #00ccff;
  text-shadow: none; }

::-webkit-selection {
  color: #ffffff;
  background: #00ccff;
  text-shadow: none; }

::-moz-selection {
  color: #ffffff;
  background: #00ccff;
  text-shadow: none; }

:active,
:focus {
  outline: none; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * ----------------------------------------------------------------------------------------
 * SETTINGS.
 * ----------------------------------------------------------------------------------------
 */
@font-face {
  font-family: 'GoudyItalic';
  src: url("webfonts/oflgoudystm-italic-webfont.eot");
  src: url("webfonts/oflgoudystm-italic-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/oflgoudystm-italic-webfont.woff") format("woff"), url("webfonts/oflgoudystm-italic-webfont.ttf") format("truetype"), url("webfonts/oflgoudystm-italic-webfont.svg#ofl_sorts_mill_goudyitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GoudyRegular';
  src: url("webfonts/oflgoudystm-webfont.eot");
  src: url("webfonts/oflgoudystm-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/oflgoudystm-webfont.woff") format("woff"), url("webfonts/oflgoudystm-webfont.ttf") format("truetype"), url("webfonts/oflgoudystm-webfont.svg#ofl_sorts_mill_goudyregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesque_bolditalic';
  src: url("webfonts/brandon_bld_it-webfont.eot");
  src: url("webfonts/brandon_bld_it-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/brandon_bld_it-webfont.woff") format("woff"), url("webfonts/brandon_bld_it-webfont.ttf") format("truetype"), url("webfonts/brandon_bld_it-webfont.svg#brandon_grotesque_bolditalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesque_boldregular';
  src: url("webfonts/brandon_bld-webfont.eot");
  src: url("webfonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/brandon_bld-webfont.woff") format("woff"), url("webfonts/brandon_bld-webfont.ttf") format("truetype"), url("webfonts/brandon_bld-webfont.svg#brandon_grotesque_boldregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesque_blackitalic';
  src: url("webfonts/brandon_blk_it-webfont.eot");
  src: url("webfonts/brandon_blk_it-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/brandon_blk_it-webfont.woff") format("woff"), url("webfonts/brandon_blk_it-webfont.ttf") format("truetype"), url("webfonts/brandon_blk_it-webfont.svg#brandon_grotesque_blackitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesque_blackRg';
  src: url("webfonts/brandon_blk-webfont.eot");
  src: url("webfonts/brandon_blk-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/brandon_blk-webfont.woff") format("woff"), url("webfonts/brandon_blk-webfont.ttf") format("truetype"), url("webfonts/brandon_blk-webfont.svg#brandon_grotesque_blackRg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesque_lightitalic';
  src: url("webfonts/brandon_light_it-webfont.eot");
  src: url("webfonts/brandon_light_it-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/brandon_light_it-webfont.woff") format("woff"), url("webfonts/brandon_light_it-webfont.ttf") format("truetype"), url("webfonts/brandon_light_it-webfont.svg#brandon_grotesque_lightitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesque_lightRg';
  src: url("webfonts/brandon_light-webfont.eot");
  src: url("webfonts/brandon_light-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/brandon_light-webfont.woff") format("woff"), url("webfonts/brandon_light-webfont.ttf") format("truetype"), url("webfonts/brandon_light-webfont.svg#brandon_grotesque_lightRg") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 1em; }

html,
input,
button,
textarea {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  color: #797e83;
  font-family: 'brandon_grotesque_lightRg';
  line-height: 1.5em; }

p {
  margin: 0 0 1.5em;
  font-family: 'brandon_grotesque_lightRg';
  font-size: 1.4em;
  line-height: 1.5; }

a {
  color: #656a6e;
  font-family: 'brandon_grotesque_lightRg';
  text-decoration: none;
  font-weight: 400; }
  a:hover {
    color: #00ccff; }

/* Testimonial ----------- */
blockquote {
  font-size: 2.369em;
  line-height: 1.2em;
  font-weight: 300;
  margin: 4% 0;
  border-left: 10px solid #e3e3e3;
  padding-left: 4%;
  color: #474747;
  quotes: "“" "”" "‘" "’"; }

cite {
  font-style: normal;
  text-transform: capitalize;
  font-size: 0.5em;
  line-height: 1em;
  color: #fff;
  margin: 0 0 6% 4%; }

li {
  list-style-type: none; }

h1, h2 {
  margin: 0; }

h1 {
  font-family: 'brandon_grotesque_lightRg';
  font-size: 2.2em;
  margin: 3% 0;
  text-transform: uppercase;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 3em; } }

h1 a {
  color: #474747; }

h2 {
  font-family: 'brandon_grotesque_lightRg', serif;
  /* 1 */
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.25em;
  text-align: center;
  text-transform: uppercase; }

h3 {
  font-family: 'brandon_grotesque_boldregular';
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.25em;
  margin: 1% 0;
  color: #000; }

h4 {
  font-family: 'brandon_grotesque_lightRg';
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.25em;
  margin: 2% 0;
  color: #797e83; }

h5 {
  font-family: 'brandon_grotesque_lightRg';
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1em;
  color: #252525;
  padding: 0 0 2% 0;
  border-bottom: 1px solid #e6e6e6; }

h6 {
  color: #474747;
  font-family: 'GoudyItalic', serif;
  font-weight: normal;
  font-size: 2.4em;
  line-height: 1.5em;
  text-align: left;
  margin: 1em 0; }

img {
  max-width: 100%;
  height: auto; }

ul, li {
  font-size: 1em; }

a {
  color: #FF69B4; }

a:hover {
  color: inherit; }

.btn {
  font-family: 'GoudyItalic', serif;
  /* 1 */
  font-size: 1em;
  padding: 10px 25px;
  margin: 2% 0;
  display: inline-block;
  color: #fff; }

.btn a {
  color: #fff; }

.btn a:hover {
  color: #fff; }

.pink {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ee5356; }

.blue {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #88e1d8; }

.dropshadow {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35); }

.fade {
  opacity: 0.5;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.fade:hover {
  opacity: 1; }

hr {
  border: none;
  background-color: #e6e6e6;
  color: #e6e6e6;
  height: 1px; }

.xtra-big {
  font-size: 6.8em;
  color: #fff;
  font-family: 'brandon_grotesque_boldregular';
  text-align: left; }

.super-big {
  font-size: 2.2em;
  color: #fff;
  font-family: 'brandon_grotesque_boldregular';
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .super-big {
      font-size: 3.6em; } }
  @media only screen and (min-width: 992px) {
    .super-big {
      font-size: 4em;
      text-align: left; } }

.big {
  font-size: 4em;
  color: #fff;
  font-family: 'brandon_grotesque_boldregular';
  text-align: left; }

h6.big {
  margin-bottom: 0em; }

h6.med {
  margin-top: 0em; }

.med {
  font-size: 2em;
  color: #fff;
  font-family: 'brandon_grotesque_boldregular';
  text-align: left; }

p.medium {
  font-size: 1.6em; }

.white {
  color: #fff; }

.type-big {
  text-transform: capitalize;
  font-size: 1.2em; }

.text-sm {
  font-size: 12px;
  text-transform: lowercase; }

p.lead {
  font-size: 1.6em; }

/* Testimonial ----------- */
blockquote {
  font-family: 'GoudyItalic';
  font-size: 1.75em;
  margin: 4% 0;
  border-left: 10px solid #e3e3e3;
  padding-left: 4%;
  color: #ffffff; }

cite {
  font-family: 'GoudyRegular', serif;
  /* 1 */
  font-style: normal;
  text-transform: capitalize;
  font-size: 1em;
  line-height: 1em;
  color: #ffffff;
  margin: 0 0 6% 4%; }

/*------------------------------------------------------------------
    [Blog Single Post]
------------------------------------------------------------------*/
/* Blog Single Post Source */
.blog-single-post-source {
  display: block;
  margin: 20px 0; }

/* Blog Single Post Content */
.blog-single-post-content {
  padding: 60px 20px 40px; }

/* Blog Single Post Comment Forum */
.blog-single-post-comment-form .blog-single-post-form {
  color: #252525;
  background: #f7f8fa;
  border-color: #f7f8fa; }
  .blog-single-post-comment-form .blog-single-post-form::-moz-placeholder {
    color: #252525; }
  .blog-single-post-comment-form .blog-single-post-form:-ms-input-placeholder {
    color: #252525; }
  .blog-single-post-comment-form .blog-single-post-form::-webkit-input-placeholder {
    color: #252525; }
  .blog-single-post-comment-form .blog-single-post-form:focus {
    color: #252525;
    background: #f7f8fa;
    border-color: #eff1f8; }
    .blog-single-post-comment-form .blog-single-post-form:focus::-moz-placeholder {
      color: #252525; }
    .blog-single-post-comment-form .blog-single-post-form:focus:-ms-input-placeholder {
      color: #252525; }
    .blog-single-post-comment-form .blog-single-post-form:focus::-webkit-input-placeholder {
      color: #252525; }

.blog-single-post-comment-form .blog-single-post-comment {
  overflow: hidden;
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
  margin-top: 10px; }
  .blog-single-post-comment-form .blog-single-post-comment.blog-single-post-comment-first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0; }
  .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment {
    margin-left: 30px; }
  .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-media {
    float: left;
    margin-right: 15px; }
    .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-media .blog-single-post-comment-media-img {
      width: 50px;
      height: 50px; }
  .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-content {
    overflow: hidden; }
    .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-content .blog-single-post-comment-username {
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      text-transform: inherit;
      margin: 0 0 5px; }
    .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-content .blog-single-post-comment-time {
      float: right;
      color: #606060;
      font-size: 11px; }
    .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-content .blog-single-post-comment-text {
      color: #252525; }
  .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-share {
    overflow: hidden; }
    .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-share .blog-single-post-comment-share-item {
      font-size: 12px;
      padding: 0 5px; }
    .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-share .blog-single-post-comment-share-link {
      font-size: 12px;
      text-decoration: none; }

/* Media Queries below 480px */
@media (max-width: 480px) {
  .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-media {
    float: none;
    margin-right: 0; }
    .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-media .blog-single-post-comment-media-img {
      margin-bottom: 15px; } }

/*------------------------------------------------------------------
    [Blog Teaser]
------------------------------------------------------------------*/
.blog-teaser {
  position: relative;
  text-align: center;
  overflow: hidden; }
  .blog-teaser .blog-teaser-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, 0.5);
    content: " ";
    padding: 30px;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .blog-teaser .blog-teaser-center-align {
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .blog-teaser .blog-teaser-title {
    position: relative;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 20px; }
    .blog-teaser .blog-teaser-title:after {
      position: absolute;
      left: 50%;
      bottom: -10px;
      width: 50px;
      height: 2px;
      background: #ffffff;
      content: " ";
      margin-left: -25px;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      transform: scale(1, 1);
      transition-duration: 500ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .blog-teaser .blog-teaser-text {
    font-size: 18px;
    color: #ffffff; }
  .blog-teaser .blog-teaser-category {
    position: absolute;
    left: 50%;
    bottom: 15%;
    margin-bottom: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
    .blog-teaser .blog-teaser-category .blog-teaser-category-title {
      position: relative;
      font-size: 15px;
      font-family: brandon_grotesque_lightRg Serif, serif;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1px;
      opacity: 0;
      padding: 0 15px 0 0;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .blog-teaser .blog-teaser-category .blog-teaser-category-title:before {
        position: absolute;
        top: 3px;
        left: -9px;
        width: 2px;
        height: 22px;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        transform: rotate(30deg);
        background: rgba(255, 255, 255, 0.8);
        content: " "; }
      .blog-teaser .blog-teaser-category .blog-teaser-category-title:first-child:before {
        display: none; }
  .blog-teaser .blog-teaser-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    text-decoration: none; }
  .blog-teaser:hover .blog-teaser-overlay {
    background: rgba(0, 204, 255, 0.8);
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .blog-teaser:hover .blog-teaser-title:after {
    -webkit-transform: scale(3, 1);
    -moz-transform: scale(3, 1);
    transform: scale(3, 1);
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .blog-teaser:hover .blog-teaser-category .blog-teaser-category-title:nth-child(1) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
  .blog-teaser:hover .blog-teaser-category .blog-teaser-category-title:nth-child(2) {
    opacity: 1;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    transition: all 1s ease-in; }
  .blog-teaser:hover .blog-teaser-category .blog-teaser-category-title:nth-child(3) {
    opacity: 1;
    -webkit-transition: all 1.5s ease-in;
    -moz-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in; }

/*------------------------------------------------------------------
    [Blog Teaser v2]
------------------------------------------------------------------*/
.blog-teaser-v2 {
  position: relative;
  overflow: hidden;
  text-decoration: none; }
  .blog-teaser-v2 .blog-teaser-v2-img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .blog-teaser-v2 .blog-teaser-v2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, 0.4);
    content: " ";
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .blog-teaser-v2 .blog-teaser-v2-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px; }
  .blog-teaser-v2 .blog-teaser-v2-subtitle {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 5px; }
  .blog-teaser-v2 .blog-teaser-v2-title {
    position: relative;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px; }
    .blog-teaser-v2 .blog-teaser-v2-title:after {
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 100%;
      height: 2px;
      background: #ffffff;
      content: " "; }
    .blog-teaser-v2 .blog-teaser-v2-title.blog-teaser-v2-title-sm {
      font-size: 22px; }
  .blog-teaser-v2 .blog-teaser-v2-media {
    overflow: hidden; }
    .blog-teaser-v2 .blog-teaser-v2-media .blog-teaser-v2-author-img {
      width: 35px;
      height: 35px;
      float: left;
      margin-right: 10px; }
  .blog-teaser-v2 .blog-teaser-v2-media-content {
    overflow: hidden;
    margin-top: 10px; }
    .blog-teaser-v2 .blog-teaser-v2-media-content .blog-teaser-v2-author-name {
      font-size: 13px;
      font-weight: 400;
      color: #ffffff;
      letter-spacing: 0; }
  .blog-teaser-v2 .blog-teaser-v2-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    text-decoration: none; }
  .blog-teaser-v2:hover .blog-teaser-v2-img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .blog-teaser-v2:hover .blog-teaser-v2-overlay {
    background: rgba(0, 204, 255, 0.7);
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/*------------------------------------------------------------------
    [News v1]
------------------------------------------------------------------*/
/* Heading */
.news-v1 {
  box-shadow: 2px 4px 7px 2px #eff1f8; }
  .news-v1 .news-v1-heading {
    background: #ffffff;
    text-align: center;
    padding: 20px; }
    .news-v1 .news-v1-heading .news-v1-heading-tag {
      display: block;
      font-size: 14px;
      font-style: italic;
      color: #252525;
      text-decoration: none;
      margin-bottom: 5px; }
      .news-v1 .news-v1-heading .news-v1-heading-tag:hover {
        color: #00ccff; }
    .news-v1 .news-v1-heading .news-v1-element {
      position: relative;
      display: inline-block;
      font-size: 13px;
      color: #252525; }
      .news-v1 .news-v1-heading .news-v1-element:before, .news-v1 .news-v1-heading .news-v1-element:after {
        position: absolute;
        top: 8px;
        display: inline-block;
        width: 30px;
        height: 1px;
        background: #252525;
        content: " "; }
      .news-v1 .news-v1-heading .news-v1-element:before {
        right: 100%;
        margin-right: 10px; }
      .news-v1 .news-v1-heading .news-v1-element:after {
        left: 100%;
        margin-left: 10px; }
      .news-v1 .news-v1-heading .news-v1-element .news-v1-element-icon {
        position: relative;
        top: -3px;
        display: inline-block;
        font-size: 6px;
        color: #606060; }
    .news-v1 .news-v1-heading .news-v1-heading-title {
      font-size: 20px;
      font-style: italic;
      margin-bottom: 0; }
      .news-v1 .news-v1-heading .news-v1-heading-title > a {
        font-family: brandon_grotesque_lightRg Serif, serif;
        text-decoration: none; }

/* Image Gradient */
.news-v1 .news-v1-img-gradient {
  position: relative;
  overflow: hidden; }
  .news-v1 .news-v1-img-gradient .news-v1-img-content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(52, 52, 60, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 60, 0)), to(rgba(52, 52, 60, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
    background-image: -moz-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
    background-image: -ms-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
    background-image: -o-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
    background-image: linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='rgba(52, 52, 60, 0)', end-colourStr='rgba(52, 52, 60, 0.9)'); }
  .news-v1 .news-v1-img-gradient .news-v1-img-title {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: #ffffff;
    text-transform: inherit;
    letter-spacing: 0;
    padding: 30px;
    margin-bottom: 0; }

/* Content */
.news-v1 .news-v1-content {
  background: #ffffff;
  padding: 20px; }

.news-v1 .news-v1-lists {
  text-align: center;
  margin-bottom: 0; }
  .news-v1 .news-v1-lists .news-v1-lists-item {
    position: relative;
    font-size: 13px;
    font-style: italic;
    color: #252525;
    padding: 0 7px; }
    .news-v1 .news-v1-lists .news-v1-lists-item:before {
      position: absolute;
      top: 0;
      left: -45px;
      width: 100%;
      height: 100%;
      color: #252525;
      content: "/"; }
    .news-v1 .news-v1-lists .news-v1-lists-item:first-child:before {
      display: none;
      content: " "; }
    .news-v1 .news-v1-lists .news-v1-lists-item .news-v1-lists-link {
      position: relative;
      z-index: 1;
      font-size: 13px;
      font-style: italic;
      color: #252525;
      text-decoration: none; }
      .news-v1 .news-v1-lists .news-v1-lists-item .news-v1-lists-link:hover {
        color: #00ccff; }

.news-v1 .news-v1-quote {
  position: relative;
  display: block;
  font-size: 15px;
  color: #3a3a44;
  line-height: 1.6;
  padding-left: 45px;
  margin-bottom: 0; }
  .news-v1 .news-v1-quote:before {
    position: absolute;
    top: -20px;
    left: 0;
    display: inline-block;
    font-size: 70px;
    font-family: brandon_grotesque_lightRg Serif, serif;
    color: #252525;
    content: "“"; }

/*------------------------------------------------------------------
    [News v2]
------------------------------------------------------------------*/
.news-v2 {
  background: #ffffff;
  padding: 50px; }
  .news-v2.news-v2-base, .news-v2.news-v2-red, .news-v2.news-v2-teal {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .news-v2.news-v2-base {
    border-top: 40px solid #00D6CA; }
  .news-v2.news-v2-red {
    border-top: 40px solid #00D6CA; }
  .news-v2.news-v2-teal {
    border-top: 40px solid #00D6CA; }
  .news-v2 .news-v2-title,
  .news-v2 .news-v2-subtitle,
  .news-v2 .news-v2-link {
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .news-v2 .news-v2-title {
    font-size: 26px; }
  .news-v2 .news-v2-subtitle {
    display: block;
    font-size: 14px;
    font-style: italic;
    font-family: brandon_grotesque_lightRg Serif, serif;
    color: #606060;
    margin-bottom: 10px; }
  .news-v2 .news-v2-link {
    color: #606060;
    font-size: 18px; }
  .news-v2:hover.news-v2-base, .news-v2:hover.news-v2-red, .news-v2:hover.news-v2-teal {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .news-v2:hover.news-v2-base {
    background: #00D6CA; }
  .news-v2:hover.news-v2-red {
    background: #00D6CA; }
  .news-v2:hover.news-v2-teal {
    background: #00D6CA; }
  .news-v2:hover .news-v2-title,
  .news-v2:hover .news-v2-subtitle,
  .news-v2:hover .news-v2-link {
    color: #ffffff;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/*------------------------------------------------------------------
    [News v3]
------------------------------------------------------------------*/
.news-v3 .news-v3-content {
  text-align: center;
  background: #ffffff;
  padding: 30px; }
  .news-v3 .news-v3-content .news-v3-subtitle {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-family: brandon_grotesque_lightRg Serif, serif;
    color: #00ccff;
    margin-bottom: 5px; }
  .news-v3 .news-v3-content .news-v3-title {
    font-size: 24px;
    margin-bottom: 10px; }
  .news-v3 .news-v3-content .news-v3-element {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #606060; }
    .news-v3 .news-v3-content .news-v3-element:before, .news-v3 .news-v3-content .news-v3-element:after {
      position: absolute;
      top: 8px;
      width: 30px;
      height: 1px;
      border-bottom: 1px solid #00ccff;
      content: " "; }
    .news-v3 .news-v3-content .news-v3-element:before {
      right: 100%;
      margin-right: 10px; }
    .news-v3 .news-v3-content .news-v3-element:after {
      left: 100%;
      margin-left: 10px; }
    .news-v3 .news-v3-content .news-v3-element .news-v3-element-icon {
      position: relative;
      top: -3px;
      font-size: 5px;
      color: #00ccff; }

/*------------------------------------------------------------------
    [News v4]
------------------------------------------------------------------*/
.news-v4 {
  padding: 20px 0; }
  .news-v4 .news-v4-title {
    font-size: 24px; }
  .news-v4 .news-v4-title-element-left {
    position: relative;
    margin-top: 20px; }
    .news-v4 .news-v4-title-element-left:after {
      position: absolute;
      top: -15px;
      left: 0;
      width: 30px;
      height: 1px;
      border-bottom: 1px solid #00ccff;
      content: " "; }
  .news-v4 .news-v4-title-element-right {
    position: relative;
    margin-top: 20px; }
    .news-v4 .news-v4-title-element-right:after {
      position: absolute;
      top: -15px;
      right: 0;
      width: 30px;
      height: 1px;
      border-bottom: 1px solid #00ccff;
      content: " "; }

/*------------------------------------------------------------------
    [News v5]
------------------------------------------------------------------*/
.news-v5 {
  width: 100%;
  height: 300px;
  min-height: 1px; }
  .news-v5:before, .news-v5:after {
    content: " ";
    display: table; }
  .news-v5:after {
    clear: both; }
  .news-v5 .news-v5-col {
    position: relative;
    width: 43%;
    height: 100%;
    float: left; }
  .news-v5 .news-v5-col-p-left {
    padding: 15px 0 15px 40px; }
  .news-v5 .news-v5-col-p-right {
    padding: 15px 40px 15px 0; }
  .news-v5 .news-v5-content {
    position: relative;
    display: table;
    float: left;
    width: 57%;
    height: 100%;
    min-height: 1px;
    padding: 0;
    text-align: center; }
  .news-v5 .news-v5-border-right,
  .news-v5 .news-v5-border-left {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #b1b1b1; }
    .news-v5 .news-v5-border-right::before,
    .news-v5 .news-v5-border-left::before {
      width: 70%;
      height: 102%;
      background: #ffffff;
      background-color: transparent;
      content: " "; }
  .news-v5 .news-v5-border-right::before {
    position: absolute;
    top: -2px;
    left: -1px;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 100%); }
  .news-v5 .news-v5-border-left::before {
    position: absolute;
    top: -2px;
    left: auto;
    right: -1px;
    bottom: 0;
    background-image: -webkit-linear-gradient(right, #fff 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to left, #fff 50%, rgba(255, 255, 255, 0) 100%); }
  .news-v5 .news-v5-inner {
    position: relative;
    display: table-cell;
    vertical-align: middle; }
  .news-v5 .news-v5-inner-body {
    padding: 0 50px; }
  .news-v5 .news-v5-icon {
    display: block;
    font-size: 36px;
    color: #00ccff;
    margin-bottom: 20px; }
  .news-v5 .news-v5-order-name {
    font-size: 32px;
    color: #252525;
    margin-bottom: 5px; }

/* Media Queries below 769px */
@media (min-width: 769px) {
  .news-v5 .news-v5-col-sm-push {
    left: 57%; }
  .news-v5 .news-v5-content-sm-pull {
    right: 43%; } }

/* Media Queries below 768 */
@media (max-width: 768px) {
  .news-v5 {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    display: block; }
    .news-v5 .news-v5-col-p-left,
    .news-v5 .news-v5-col-p-right {
      padding: 15px; }
    .news-v5 .news-v5-border-right,
    .news-v5 .news-v5-border-left {
      border: none; }
    .news-v5 .news-v5-col,
    .news-v5 .news-v5-content {
      width: 100%;
      height: 100%;
      float: none; }
    .news-v5 .news-v5-border-right::before,
    .news-v5 .news-v5-border-left::before {
      position: static;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: none;
      background-image: none; } }

/*------------------------------------------------------------------
    [News v6]
------------------------------------------------------------------*/
.news-v6 {
  background: #ffffff;
  padding: 40px; }
  .news-v6 .news-v6-title {
    font-size: 24px; }
  .news-v6 .news-v6-subtitle {
    max-width: 350px;
    font-style: italic;
    font-family: brandon_grotesque_lightRg Serif, serif;
    color: #00ccff; }

/*--------------------------------------------------
    [News v7]
----------------------------------------------------*/
.news-v7.news-v7-lg {
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 5px 3px #eff1f8;
  margin-top: -20px; }
  .news-v7.news-v7-lg .news-v7-content {
    padding: 30px 20px; }

.news-v7 .news-v7-content {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 4px 3px -1px rgba(52, 52, 60, 0.03); }

.news-v7 .news-v7-title {
  font-size: 22px;
  margin-bottom: 5px; }

.news-v7 .news-v7-subtitle {
  font-size: 14px;
  font-style: italic;
  font-family: brandon_grotesque_lightRg Serif, serif;
  color: #606060;
  margin-bottom: 0; }

/*------------------------------------------------------------------
    [News v8]
------------------------------------------------------------------*/
/* News v8 Image Effect */
.news-v8 {
  text-align: center;
  box-shadow: 0 2px 5px 3px #eff1f8; }
  .news-v8 .news-v8-img-effect {
    position: relative; }
    .news-v8 .news-v8-img-effect:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(37, 37, 37, 0);
      content: " ";
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .news-v8 .news-v8-img-effect-center-align {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .news-v8 .theme-icons-wrap {
    opacity: 0;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .news-v8:hover .news-v8-img-effect:before {
    background: rgba(0, 204, 255, 0.5);
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .news-v8:hover .theme-icons-wrap {
    opacity: 1;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* News v8 Wrap */
.news-v8 .news-v8-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.news-v8 .news-v8-content {
  position: relative;
  background: #ffffff;
  padding: 30px; }

.news-v8 .news-v8-category {
  display: block;
  font-size: 16px;
  font-style: italic;
  font-family: brandon_grotesque_lightRg Serif, serif;
  color: #7a7a7a;
  line-height: 1.3;
  margin-bottom: 10px; }

.news-v8 .news-v8-title {
  font-size: 20px;
  margin-bottom: 0; }

.news-v8 .news-v8-footer {
  border-top: 1px solid #ebeef6;
  background: #ffffff;
  padding: 15px 20px; }

.news-v8 .news-v8-footer-list {
  margin-bottom: 0; }
  .news-v8 .news-v8-footer-list .news-v8-footer-list-item {
    font-size: 13px;
    color: #606060;
    padding: 0 15px 0 0; }
  .news-v8 .news-v8-footer-list .news-v8-footer-list-icon {
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #606060;
    margin-right: 5px; }
  .news-v8 .news-v8-footer-list .news-v8-footer-list-link {
    font-size: 13px;
    color: #606060;
    text-decoration: none; }
    .news-v8 .news-v8-footer-list .news-v8-footer-list-link:hover {
      color: #00ccff; }

/* News v8 More */
.news-v8 .news-v8-more .news-v8-more-link {
  position: absolute;
  left: 50%;
  bottom: 1px;
  font-size: 14px;
  font-weight: 300;
  background: #00ccff;
  color: #ffffff;
  cursor: pointer;
  padding: 5px 20px;
  margin-bottom: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.news-v8 .news-v8-more .news-v8-more-info {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 2;
  width: auto;
  height: 0;
  text-align: left;
  background: #252525;
  overflow: hidden;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.news-v8 .news-v8-more .news-v8-more-info-body {
  padding: 30px; }

.news-v8 .news-v8-more .news-v8-more-info-title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 5px; }

.news-v8 .news-v8-more .news-v8-more-info-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #c4c4c4; }

.news-v8 .news-v8-more .news-v8-more-info-text {
  font-size: 14px;
  color: #c4c4c4;
  margin-bottom: 0; }

.news-v8 .news-v8-more:hover .news-v8-more-info {
  width: auto;
  height: 100%;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.news-v8:hover .news-v8-more .news-v8-more-link {
  bottom: -28px;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/*------------------------------------------------------------------
    [News v9]
------------------------------------------------------------------*/
.news-v9 {
  position: relative; }
  .news-v9:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, 0.5);
    content: " "; }
  .news-v9.news-v9-box-shadow {
    box-shadow: 0 3px 7px 3px rgba(52, 52, 60, 0.3); }
  .news-v9 .news-v9-img {
    width: 100%;
    height: auto; }
  .news-v9 .news-v9-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px; }
  .news-v9 .news-v9-title {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 40px; }
  .news-v9 .news-v9-text {
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    opacity: .8;
    padding-top: 20px;
    margin-top: 20px; }
  .news-v9 .news-v9-link {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: block;
    font-weight: 300;
    color: #ffffff;
    opacity: .8; }

/**-- Text Reveal on Hover --**/
p {
  margin: 0;
  padding: 0; }

.content-item {
  overflow: hidden;
  position: relative;
  height: 300px;
  padding: 2em 1em 2em 1em;
  background: #fff; }
  .content-item h1 {
    text-transform: lowercase;
    text-align: left; }

.content-item .overlay {
  border-bottom: 120px solid #00ccff;
  border-left: 120px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .95;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0; }

.content-item:hover .overlay {
  border-bottom: 900px solid #00ccff;
  border-left: 900px solid transparent;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.content-item .corner-overlay-content {
  bottom: 15px;
  color: #ffffff;
  position: absolute;
  right: 15px;
  font-size: 15px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.content-item:hover .corner-overlay-content {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.content-item .overlay-content {
  bottom: 0;
  color: #333;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.content-item .overlay-content h2 {
  border-bottom: 1px solid #fff;
  padding: 0 0 12px;
  color: #fff;
  margin: 1em; }

.content-item:hover .overlay-content {
  opacity: 1;
  z-index: 200000;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.adv-icon i {
  padding: 20px;
  color: #00ccff; }

.content-background {
  padding: 2em;
  background: #fff; }
  .content-background h1 {
    font-size: 30px;
    padding-top: 1em; }

.content-date {
  padding-top: 20px; }

/**-- End Text Reveal on Hover --**/
/**-- orange overlay --**/
.content-item .overlay-orange {
  border-bottom: 100px solid orange;
  border-left: 100px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .90;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0; }

.content-item:hover .overlay-orange {
  border-bottom: 800px solid orange;
  border-left: 800px solid transparent;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.adv-icon-orange i {
  padding: 20px;
  color: orange; }

/**-- End Text Reveal on Hover --**/
/*--------------------------------------------------
    [Buttons On Hover]
----------------------------------------------------*/
/* Button Base Color */
.btn-base {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #00ccff;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-base:focus, .btn-base:active:focus, .btn-base.active:focus, .btn-base.focus, .btn-base:active.focus, .btn-base.active.focus {
    outline: none; }
  .btn-base:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-base:hover, .btn-base:focus, .btn-base.focus {
    color: #ffffff;
    background: #00ccff;
    border-color: #00ccff;
    text-decoration: none; }
  .btn-base:active, .btn-base.active {
    background-image: none;
    outline: 0; }
  .btn-base.disabled, .btn-base[disabled],
  fieldset[disabled] .btn-base {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-base .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #00bceb;
    padding: 6px 9px; }
  .btn-base .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #00bceb;
    padding: 9px 11px; }
  .btn-base .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #00bceb;
    padding: 12px 13px; }
  .btn-base .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #00bceb;
    padding: 15px 15px; }

/* Button Base White Color */
.btn-white {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .btn-white.focus, .btn-white:active.focus, .btn-white.active.focus {
    outline: none; }
  .btn-white:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-white:hover, .btn-white:focus, .btn-white.focus {
    color: #252525;
    background: #ffffff;
    border-color: #ffffff;
    text-decoration: none; }
  .btn-white:active, .btn-white.active {
    background-image: none;
    outline: 0; }
  .btn-white.disabled, .btn-white[disabled],
  fieldset[disabled] .btn-white {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-white .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f0f0f0;
    padding: 6px 9px; }
  .btn-white .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f0f0f0;
    padding: 9px 11px; }
  .btn-white .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f0f0f0;
    padding: 12px 13px; }
  .btn-white .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f0f0f0;
    padding: 15px 15px; }

/* Button Dark Color */
.btn-dark {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #252525;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .btn-dark.focus, .btn-dark:active.focus, .btn-dark.active.focus {
    outline: none; }
  .btn-dark:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
    background: #252525;
    border-color: #252525;
    text-decoration: none; }
  .btn-dark:active, .btn-dark.active {
    background-image: none;
    outline: 0; }
  .btn-dark.disabled, .btn-dark[disabled],
  fieldset[disabled] .btn-dark {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-dark .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #1b1b1b;
    padding: 6px 9px; }
  .btn-dark .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #1b1b1b;
    padding: 9px 11px; }
  .btn-dark .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #1b1b1b;
    padding: 12px 13px; }
  .btn-dark .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #1b1b1b;
    padding: 15px 15px; }

/* Button Grey Color */
.btn-grey {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #9e9e9e;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-grey:focus, .btn-grey:active:focus, .btn-grey.active:focus, .btn-grey.focus, .btn-grey:active.focus, .btn-grey.active.focus {
    outline: none; }
  .btn-grey:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-grey:hover, .btn-grey:focus, .btn-grey.focus {
    color: #ffffff;
    background: #9e9e9e;
    border-color: #9e9e9e;
    text-decoration: none; }
  .btn-grey:active, .btn-grey.active {
    background-image: none;
    outline: 0; }
  .btn-grey.disabled, .btn-grey[disabled],
  fieldset[disabled] .btn-grey {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-grey .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #949494;
    padding: 6px 9px; }
  .btn-grey .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #949494;
    padding: 9px 11px; }
  .btn-grey .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #949494;
    padding: 12px 13px; }
  .btn-grey .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #949494;
    padding: 15px 15px; }

/* Button Blue Grey Color */
.btn-blue-grey {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #546e7a;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-blue-grey:focus, .btn-blue-grey:active:focus, .btn-blue-grey.active:focus, .btn-blue-grey.focus, .btn-blue-grey:active.focus, .btn-blue-grey.active.focus {
    outline: none; }
  .btn-blue-grey:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-blue-grey:hover, .btn-blue-grey:focus, .btn-blue-grey.focus {
    color: #ffffff;
    background: #546e7a;
    border-color: #546e7a;
    text-decoration: none; }
  .btn-blue-grey:active, .btn-blue-grey.active {
    background-image: none;
    outline: 0; }
  .btn-blue-grey.disabled, .btn-blue-grey[disabled],
  fieldset[disabled] .btn-blue-grey {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-blue-grey .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #4c636e;
    padding: 6px 9px; }
  .btn-blue-grey .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #4c636e;
    padding: 9px 11px; }
  .btn-blue-grey .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #4c636e;
    padding: 12px 13px; }
  .btn-blue-grey .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #4c636e;
    padding: 15px 15px; }

/* Button Blue Color */
.btn-blue {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #536dfe;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus, .btn-blue.focus, .btn-blue:active.focus, .btn-blue.active.focus {
    outline: none; }
  .btn-blue:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-blue:hover, .btn-blue:focus, .btn-blue.focus {
    color: #ffffff;
    background: #536dfe;
    border-color: #536dfe;
    text-decoration: none; }
  .btn-blue:active, .btn-blue.active {
    background-image: none;
    outline: 0; }
  .btn-blue.disabled, .btn-blue[disabled],
  fieldset[disabled] .btn-blue {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-blue .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #3f5cfe;
    padding: 6px 9px; }
  .btn-blue .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #3f5cfe;
    padding: 9px 11px; }
  .btn-blue .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #3f5cfe;
    padding: 12px 13px; }
  .btn-blue .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #3f5cfe;
    padding: 15px 15px; }

/* Button Teal Color */
.btn-teal {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #009688;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-teal:focus, .btn-teal:active:focus, .btn-teal.active:focus, .btn-teal.focus, .btn-teal:active.focus, .btn-teal.active.focus {
    outline: none; }
  .btn-teal:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-teal:hover, .btn-teal:focus, .btn-teal.focus {
    color: #ffffff;
    background: #009688;
    border-color: #009688;
    text-decoration: none; }
  .btn-teal:active, .btn-teal.active {
    background-image: none;
    outline: 0; }
  .btn-teal.disabled, .btn-teal[disabled],
  fieldset[disabled] .btn-teal {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-teal .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #008276;
    padding: 6px 9px; }
  .btn-teal .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #008276;
    padding: 9px 11px; }
  .btn-teal .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #008276;
    padding: 12px 13px; }
  .btn-teal .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #008276;
    padding: 15px 15px; }

/* Button Green Color */
.btn-green {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #34AB00;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .btn-green.focus, .btn-green:active.focus, .btn-green.active.focus {
    outline: none; }
  .btn-green:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-green:hover, .btn-green:focus, .btn-green.focus {
    color: #ffffff;
    background: #34AB00;
    border-color: #34AB00;
    text-decoration: none; }
  .btn-green:active, .btn-green.active {
    background-image: none;
    outline: 0; }
  .btn-green.disabled, .btn-green[disabled],
  fieldset[disabled] .btn-green {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-green .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #2e9700;
    padding: 6px 9px; }
  .btn-green .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #2e9700;
    padding: 9px 11px; }
  .btn-green .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #2e9700;
    padding: 12px 13px; }
  .btn-green .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #2e9700;
    padding: 15px 15px; }

/* Button Red Color */
.btn-red {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #EF194F;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .btn-red.focus, .btn-red:active.focus, .btn-red.active.focus {
    outline: none; }
  .btn-red:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-red:hover, .btn-red:focus, .btn-red.focus {
    color: #ffffff;
    background: #EF194F;
    border-color: #EF194F;
    text-decoration: none; }
  .btn-red:active, .btn-red.active {
    background-image: none;
    outline: 0; }
  .btn-red.disabled, .btn-red[disabled],
  fieldset[disabled] .btn-red {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-red .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #e41045;
    padding: 6px 9px; }
  .btn-red .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #e41045;
    padding: 9px 11px; }
  .btn-red .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #e41045;
    padding: 12px 13px; }
  .btn-red .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #e41045;
    padding: 15px 15px; }

/* Button Pink Color */
.btn-pink {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #C38594;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus, .btn-pink.focus, .btn-pink:active.focus, .btn-pink.active.focus {
    outline: none; }
  .btn-pink:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-pink:hover, .btn-pink:focus, .btn-pink.focus {
    color: #ffffff;
    background: #C38594;
    border-color: #C38594;
    text-decoration: none; }
  .btn-pink:active, .btn-pink.active {
    background-image: none;
    outline: 0; }
  .btn-pink.disabled, .btn-pink[disabled],
  fieldset[disabled] .btn-pink {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-pink .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #bc7788;
    padding: 6px 9px; }
  .btn-pink .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #bc7788;
    padding: 9px 11px; }
  .btn-pink .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #bc7788;
    padding: 12px 13px; }
  .btn-pink .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #bc7788;
    padding: 15px 15px; }

/* Button Purple Color */
.btn-purple {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #b260ce;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus, .btn-purple.focus, .btn-purple:active.focus, .btn-purple.active.focus {
    outline: none; }
  .btn-purple:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-purple:hover, .btn-purple:focus, .btn-purple.focus {
    color: #ffffff;
    background: #b260ce;
    border-color: #b260ce;
    text-decoration: none; }
  .btn-purple:active, .btn-purple.active {
    background-image: none;
    outline: 0; }
  .btn-purple.disabled, .btn-purple[disabled],
  fieldset[disabled] .btn-purple {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-purple .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #aa50c9;
    padding: 6px 9px; }
  .btn-purple .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #aa50c9;
    padding: 9px 11px; }
  .btn-purple .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #aa50c9;
    padding: 12px 13px; }
  .btn-purple .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #aa50c9;
    padding: 15px 15px; }

/* Button Gold Color */
.btn-gold {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #f3ab36;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-gold:focus, .btn-gold:active:focus, .btn-gold.active:focus, .btn-gold.focus, .btn-gold:active.focus, .btn-gold.active.focus {
    outline: none; }
  .btn-gold:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-gold:hover, .btn-gold:focus, .btn-gold.focus {
    color: #ffffff;
    background: #f3ab36;
    border-color: #f3ab36;
    text-decoration: none; }
  .btn-gold:active, .btn-gold.active {
    background-image: none;
    outline: 0; }
  .btn-gold.disabled, .btn-gold[disabled],
  fieldset[disabled] .btn-gold {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-gold .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f2a323;
    padding: 6px 9px; }
  .btn-gold .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f2a323;
    padding: 9px 11px; }
  .btn-gold .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f2a323;
    padding: 12px 13px; }
  .btn-gold .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f2a323;
    padding: 15px 15px; }

/*--------------------------------------------------
    [Buttons Border]
----------------------------------------------------*/
/* Button Base Color */
.btn-base-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #00ccff;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #00ccff;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-base-brd:focus, .btn-base-brd:active:focus, .btn-base-brd.active:focus, .btn-base-brd.focus, .btn-base-brd:active.focus, .btn-base-brd.active.focus {
    outline: none; }
  .btn-base-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-base-brd:hover, .btn-base-brd:focus, .btn-base-brd.focus {
    color: #ffffff;
    background: #00ccff;
    border-color: #00ccff;
    text-decoration: none; }
  .btn-base-brd:active, .btn-base-brd.active {
    background-image: none;
    outline: 0; }
  .btn-base-brd.disabled, .btn-base-brd[disabled],
  fieldset[disabled] .btn-base-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-base-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #00bceb;
    padding: 6px 9px; }
  .btn-base-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #00bceb;
    padding: 9px 11px; }
  .btn-base-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #00bceb;
    padding: 12px 13px; }
  .btn-base-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #00bceb;
    padding: 15px 15px; }

/* Button Base White Color */
.btn-white-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #252525;
  text-align: center;
  background: #fff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-white-brd:focus, .btn-white-brd:active:focus, .btn-white-brd.active:focus, .btn-white-brd.focus, .btn-white-brd:active.focus, .btn-white-brd.active.focus {
    outline: none; }
  .btn-white-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-white-brd:hover, .btn-white-brd:focus, .btn-white-brd.focus {
    color: #252525;
    background: #ffffff;
    border-color: #ffffff;
    text-decoration: none; }
  .btn-white-brd:active, .btn-white-brd.active {
    background-image: none;
    outline: 0; }
  .btn-white-brd.disabled, .btn-white-brd[disabled],
  fieldset[disabled] .btn-white-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-white-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f0f0f0;
    padding: 6px 9px; }
  .btn-white-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f0f0f0;
    padding: 9px 11px; }
  .btn-white-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f0f0f0;
    padding: 12px 13px; }
  .btn-white-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f0f0f0;
    padding: 15px 15px; }

/* Button Dark Color */
.btn-dark-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #252525;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #252525;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-dark-brd:focus, .btn-dark-brd:active:focus, .btn-dark-brd.active:focus, .btn-dark-brd.focus, .btn-dark-brd:active.focus, .btn-dark-brd.active.focus {
    outline: none; }
  .btn-dark-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-dark-brd:hover, .btn-dark-brd:focus, .btn-dark-brd.focus {
    color: #ffffff;
    background: #252525;
    border-color: #252525;
    text-decoration: none; }
  .btn-dark-brd:active, .btn-dark-brd.active {
    background-image: none;
    outline: 0; }
  .btn-dark-brd.disabled, .btn-dark-brd[disabled],
  fieldset[disabled] .btn-dark-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-dark-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #1b1b1b;
    padding: 6px 9px; }
  .btn-dark-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #1b1b1b;
    padding: 9px 11px; }
  .btn-dark-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #1b1b1b;
    padding: 12px 13px; }
  .btn-dark-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #1b1b1b;
    padding: 15px 15px; }

/* Button Grey Color */
.btn-grey-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #9e9e9e;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #9e9e9e;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-grey-brd:focus, .btn-grey-brd:active:focus, .btn-grey-brd.active:focus, .btn-grey-brd.focus, .btn-grey-brd:active.focus, .btn-grey-brd.active.focus {
    outline: none; }
  .btn-grey-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-grey-brd:hover, .btn-grey-brd:focus, .btn-grey-brd.focus {
    color: #ffffff;
    background: #9e9e9e;
    border-color: #9e9e9e;
    text-decoration: none; }
  .btn-grey-brd:active, .btn-grey-brd.active {
    background-image: none;
    outline: 0; }
  .btn-grey-brd.disabled, .btn-grey-brd[disabled],
  fieldset[disabled] .btn-grey-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-grey-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #949494;
    padding: 6px 9px; }
  .btn-grey-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #949494;
    padding: 9px 11px; }
  .btn-grey-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #949494;
    padding: 12px 13px; }
  .btn-grey-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #949494;
    padding: 15px 15px; }

/* Button Blue Grey Color */
.btn-blue-grey-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #546e7a;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #546e7a;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-blue-grey-brd:focus, .btn-blue-grey-brd:active:focus, .btn-blue-grey-brd.active:focus, .btn-blue-grey-brd.focus, .btn-blue-grey-brd:active.focus, .btn-blue-grey-brd.active.focus {
    outline: none; }
  .btn-blue-grey-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-blue-grey-brd:hover, .btn-blue-grey-brd:focus, .btn-blue-grey-brd.focus {
    color: #ffffff;
    background: #546e7a;
    border-color: #546e7a;
    text-decoration: none; }
  .btn-blue-grey-brd:active, .btn-blue-grey-brd.active {
    background-image: none;
    outline: 0; }
  .btn-blue-grey-brd.disabled, .btn-blue-grey-brd[disabled],
  fieldset[disabled] .btn-blue-grey-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-blue-grey-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #4c636e;
    padding: 6px 9px; }
  .btn-blue-grey-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #4c636e;
    padding: 9px 11px; }
  .btn-blue-grey-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #4c636e;
    padding: 12px 13px; }
  .btn-blue-grey-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #4c636e;
    padding: 15px 15px; }

/* Button Blue Color */
.btn-blue-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #536dfe;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #536dfe;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-blue-brd:focus, .btn-blue-brd:active:focus, .btn-blue-brd.active:focus, .btn-blue-brd.focus, .btn-blue-brd:active.focus, .btn-blue-brd.active.focus {
    outline: none; }
  .btn-blue-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-blue-brd:hover, .btn-blue-brd:focus, .btn-blue-brd.focus {
    color: #ffffff;
    background: #536dfe;
    border-color: #536dfe;
    text-decoration: none; }
  .btn-blue-brd:active, .btn-blue-brd.active {
    background-image: none;
    outline: 0; }
  .btn-blue-brd.disabled, .btn-blue-brd[disabled],
  fieldset[disabled] .btn-blue-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-blue-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #3f5cfe;
    padding: 6px 9px; }
  .btn-blue-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #3f5cfe;
    padding: 9px 11px; }
  .btn-blue-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #3f5cfe;
    padding: 12px 13px; }
  .btn-blue-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #3f5cfe;
    padding: 15px 15px; }

/* Button Teal Color */
.btn-teal-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #009688;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #009688;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-teal-brd:focus, .btn-teal-brd:active:focus, .btn-teal-brd.active:focus, .btn-teal-brd.focus, .btn-teal-brd:active.focus, .btn-teal-brd.active.focus {
    outline: none; }
  .btn-teal-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-teal-brd:hover, .btn-teal-brd:focus, .btn-teal-brd.focus {
    color: #ffffff;
    background: #009688;
    border-color: #009688;
    text-decoration: none; }
  .btn-teal-brd:active, .btn-teal-brd.active {
    background-image: none;
    outline: 0; }
  .btn-teal-brd.disabled, .btn-teal-brd[disabled],
  fieldset[disabled] .btn-teal-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-teal-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #008276;
    padding: 6px 9px; }
  .btn-teal-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #008276;
    padding: 9px 11px; }
  .btn-teal-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #008276;
    padding: 12px 13px; }
  .btn-teal-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #008276;
    padding: 15px 15px; }

/* Button Green Color */
.btn-green-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #34AB00;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #34AB00;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-green-brd:focus, .btn-green-brd:active:focus, .btn-green-brd.active:focus, .btn-green-brd.focus, .btn-green-brd:active.focus, .btn-green-brd.active.focus {
    outline: none; }
  .btn-green-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-green-brd:hover, .btn-green-brd:focus, .btn-green-brd.focus {
    color: #ffffff;
    background: #34AB00;
    border-color: #34AB00;
    text-decoration: none; }
  .btn-green-brd:active, .btn-green-brd.active {
    background-image: none;
    outline: 0; }
  .btn-green-brd.disabled, .btn-green-brd[disabled],
  fieldset[disabled] .btn-green-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-green-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #2e9700;
    padding: 6px 9px; }
  .btn-green-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #2e9700;
    padding: 9px 11px; }
  .btn-green-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #2e9700;
    padding: 12px 13px; }
  .btn-green-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #2e9700;
    padding: 15px 15px; }

/* Button Red Color */
.btn-red-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #EF194F;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #EF194F;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-red-brd:focus, .btn-red-brd:active:focus, .btn-red-brd.active:focus, .btn-red-brd.focus, .btn-red-brd:active.focus, .btn-red-brd.active.focus {
    outline: none; }
  .btn-red-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-red-brd:hover, .btn-red-brd:focus, .btn-red-brd.focus {
    color: #ffffff;
    background: #EF194F;
    border-color: #EF194F;
    text-decoration: none; }
  .btn-red-brd:active, .btn-red-brd.active {
    background-image: none;
    outline: 0; }
  .btn-red-brd.disabled, .btn-red-brd[disabled],
  fieldset[disabled] .btn-red-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-red-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #e41045;
    padding: 6px 9px; }
  .btn-red-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #e41045;
    padding: 9px 11px; }
  .btn-red-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #e41045;
    padding: 12px 13px; }
  .btn-red-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #e41045;
    padding: 15px 15px; }

/* Button Pink Color */
.btn-pink-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #C38594;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #C38594;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-pink-brd:focus, .btn-pink-brd:active:focus, .btn-pink-brd.active:focus, .btn-pink-brd.focus, .btn-pink-brd:active.focus, .btn-pink-brd.active.focus {
    outline: none; }
  .btn-pink-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-pink-brd:hover, .btn-pink-brd:focus, .btn-pink-brd.focus {
    color: #ffffff;
    background: #C38594;
    border-color: #C38594;
    text-decoration: none; }
  .btn-pink-brd:active, .btn-pink-brd.active {
    background-image: none;
    outline: 0; }
  .btn-pink-brd.disabled, .btn-pink-brd[disabled],
  fieldset[disabled] .btn-pink-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-pink-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #bc7788;
    padding: 6px 9px; }
  .btn-pink-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #bc7788;
    padding: 9px 11px; }
  .btn-pink-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #bc7788;
    padding: 12px 13px; }
  .btn-pink-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #bc7788;
    padding: 15px 15px; }

/* Button Purple Color */
.btn-purple-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #b260ce;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #b260ce;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-purple-brd:focus, .btn-purple-brd:active:focus, .btn-purple-brd.active:focus, .btn-purple-brd.focus, .btn-purple-brd:active.focus, .btn-purple-brd.active.focus {
    outline: none; }
  .btn-purple-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-purple-brd:hover, .btn-purple-brd:focus, .btn-purple-brd.focus {
    color: #ffffff;
    background: #b260ce;
    border-color: #b260ce;
    text-decoration: none; }
  .btn-purple-brd:active, .btn-purple-brd.active {
    background-image: none;
    outline: 0; }
  .btn-purple-brd.disabled, .btn-purple-brd[disabled],
  fieldset[disabled] .btn-purple-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-purple-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #aa50c9;
    padding: 6px 9px; }
  .btn-purple-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #aa50c9;
    padding: 9px 11px; }
  .btn-purple-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #aa50c9;
    padding: 12px 13px; }
  .btn-purple-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #aa50c9;
    padding: 15px 15px; }

/* Button Gold Color */
.btn-gold-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #f3ab36;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #f3ab36;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-gold-brd:focus, .btn-gold-brd:active:focus, .btn-gold-brd.active:focus, .btn-gold-brd.focus, .btn-gold-brd:active.focus, .btn-gold-brd.active.focus {
    outline: none; }
  .btn-gold-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-gold-brd:hover, .btn-gold-brd:focus, .btn-gold-brd.focus {
    color: #ffffff;
    background: #f3ab36;
    border-color: #f3ab36;
    text-decoration: none; }
  .btn-gold-brd:active, .btn-gold-brd.active {
    background-image: none;
    outline: 0; }
  .btn-gold-brd.disabled, .btn-gold-brd[disabled],
  fieldset[disabled] .btn-gold-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-gold-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f2a323;
    padding: 6px 9px; }
  .btn-gold-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f2a323;
    padding: 9px 11px; }
  .btn-gold-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f2a323;
    padding: 12px 13px; }
  .btn-gold-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f2a323;
    padding: 15px 15px; }

/* Facebook */
.btn-fb-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #44619d;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #44619d;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-fb-brd:focus, .btn-fb-brd:active:focus, .btn-fb-brd.active:focus, .btn-fb-brd.focus, .btn-fb-brd:active.focus, .btn-fb-brd.active.focus {
    outline: none; }
  .btn-fb-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-fb-brd:hover, .btn-fb-brd:focus, .btn-fb-brd.focus {
    color: #ffffff;
    background: #44619d;
    border-color: #44619d;
    text-decoration: none; }
  .btn-fb-brd:active, .btn-fb-brd.active {
    background-image: none;
    outline: 0; }
  .btn-fb-brd.disabled, .btn-fb-brd[disabled],
  fieldset[disabled] .btn-fb-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-fb-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #3e588f;
    padding: 6px 9px; }
  .btn-fb-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #3e588f;
    padding: 9px 11px; }
  .btn-fb-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #3e588f;
    padding: 12px 13px; }
  .btn-fb-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #3e588f;
    padding: 15px 15px; }

/* Twitter */
.btn-tw-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #55acee;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #55acee;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-tw-brd:focus, .btn-tw-brd:active:focus, .btn-tw-brd.active:focus, .btn-tw-brd.focus, .btn-tw-brd:active.focus, .btn-tw-brd.active.focus {
    outline: none; }
  .btn-tw-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-tw-brd:hover, .btn-tw-brd:focus, .btn-tw-brd.focus {
    color: #ffffff;
    background: #55acee;
    border-color: #55acee;
    text-decoration: none; }
  .btn-tw-brd:active, .btn-tw-brd.active {
    background-image: none;
    outline: 0; }
  .btn-tw-brd.disabled, .btn-tw-brd[disabled],
  fieldset[disabled] .btn-tw-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-tw-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #42a3ec;
    padding: 6px 9px; }
  .btn-tw-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #42a3ec;
    padding: 9px 11px; }
  .btn-tw-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #42a3ec;
    padding: 12px 13px; }
  .btn-tw-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #42a3ec;
    padding: 15px 15px; }

/* Dribbble */
.btn-dr-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ea4c89;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ea4c89;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-dr-brd:focus, .btn-dr-brd:active:focus, .btn-dr-brd.active:focus, .btn-dr-brd.focus, .btn-dr-brd:active.focus, .btn-dr-brd.active.focus {
    outline: none; }
  .btn-dr-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-dr-brd:hover, .btn-dr-brd:focus, .btn-dr-brd.focus {
    color: #ffffff;
    background: #ea4c89;
    border-color: #ea4c89;
    text-decoration: none; }
  .btn-dr-brd:active, .btn-dr-brd.active {
    background-image: none;
    outline: 0; }
  .btn-dr-brd.disabled, .btn-dr-brd[disabled],
  fieldset[disabled] .btn-dr-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-dr-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #e83a7d;
    padding: 6px 9px; }
  .btn-dr-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #e83a7d;
    padding: 9px 11px; }
  .btn-dr-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #e83a7d;
    padding: 12px 13px; }
  .btn-dr-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #e83a7d;
    padding: 15px 15px; }

/* Instagram */
.btn-ig-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #125688;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #125688;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-ig-brd:focus, .btn-ig-brd:active:focus, .btn-ig-brd.active:focus, .btn-ig-brd.focus, .btn-ig-brd:active.focus, .btn-ig-brd.active.focus {
    outline: none; }
  .btn-ig-brd:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-ig-brd:hover, .btn-ig-brd:focus, .btn-ig-brd.focus {
    color: #ffffff;
    background: #125688;
    border-color: #125688;
    text-decoration: none; }
  .btn-ig-brd:active, .btn-ig-brd.active {
    background-image: none;
    outline: 0; }
  .btn-ig-brd.disabled, .btn-ig-brd[disabled],
  fieldset[disabled] .btn-ig-brd {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-ig-brd .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #104b76;
    padding: 6px 9px; }
  .btn-ig-brd .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #104b76;
    padding: 9px 11px; }
  .btn-ig-brd .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #104b76;
    padding: 12px 13px; }
  .btn-ig-brd .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #104b76;
    padding: 15px 15px; }

/*--------------------------------------------------
    [Buttons Background Color]
----------------------------------------------------*/
/* Button Background Base Color */
.btn-base-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #00ccff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-base-bg:focus, .btn-base-bg:active:focus, .btn-base-bg.active:focus, .btn-base-bg.focus, .btn-base-bg:active.focus, .btn-base-bg.active.focus {
    outline: none; }
  .btn-base-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-base-bg:hover, .btn-base-bg:focus, .btn-base-bg.focus {
    color: #ffffff;
    background: #4ed7e8;
    border-color: transparent;
    text-decoration: none; }
  .btn-base-bg:active, .btn-base-bg.active {
    background-image: none;
    outline: 0; }
  .btn-base-bg.disabled, .btn-base-bg[disabled],
  fieldset[disabled] .btn-base-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-base-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #00bceb;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-base-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #00bceb;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-base-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #00bceb;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-base-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #00bceb;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background White Color */
.btn-white-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #252525;
  text-align: center;
  background: #ffffff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-white-bg:focus, .btn-white-bg:active:focus, .btn-white-bg.active:focus, .btn-white-bg.focus, .btn-white-bg:active.focus, .btn-white-bg.active.focus {
    outline: none; }
  .btn-white-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-white-bg:hover, .btn-white-bg:focus, .btn-white-bg.focus {
    color: #ffffff;
    background: #00ccff;
    border-color: #00ccff;
    text-decoration: none; }
  .btn-white-bg:active, .btn-white-bg.active {
    background-image: none;
    outline: 0; }
  .btn-white-bg.disabled, .btn-white-bg[disabled],
  fieldset[disabled] .btn-white-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-white-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f0f0f0;
    padding: 6px 9px; }
  .btn-white-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f0f0f0;
    padding: 9px 11px; }
  .btn-white-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f0f0f0;
    padding: 12px 13px; }
  .btn-white-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #f0f0f0;
    padding: 15px 15px; }

/* Button Background Dark Color */
.btn-dark-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #252525;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-dark-bg:focus, .btn-dark-bg:active:focus, .btn-dark-bg.active:focus, .btn-dark-bg.focus, .btn-dark-bg:active.focus, .btn-dark-bg.active.focus {
    outline: none; }
  .btn-dark-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-dark-bg:hover, .btn-dark-bg:focus, .btn-dark-bg.focus {
    color: #ffffff;
    background: #3a3a44;
    border-color: transparent;
    text-decoration: none; }
  .btn-dark-bg:active, .btn-dark-bg.active {
    background-image: none;
    outline: 0; }
  .btn-dark-bg.disabled, .btn-dark-bg[disabled],
  fieldset[disabled] .btn-dark-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-dark-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #1b1b1b;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-dark-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #1b1b1b;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-dark-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #1b1b1b;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-dark-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #1b1b1b;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background Blue Grey Color */
.btn-blue-grey-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #546e7a;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-blue-grey-bg:focus, .btn-blue-grey-bg:active:focus, .btn-blue-grey-bg.active:focus, .btn-blue-grey-bg.focus, .btn-blue-grey-bg:active.focus, .btn-blue-grey-bg.active.focus {
    outline: none; }
  .btn-blue-grey-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-blue-grey-bg:hover, .btn-blue-grey-bg:focus, .btn-blue-grey-bg.focus {
    color: #ffffff;
    background: #6b8997;
    border-color: transparent;
    text-decoration: none; }
  .btn-blue-grey-bg:active, .btn-blue-grey-bg.active {
    background-image: none;
    outline: 0; }
  .btn-blue-grey-bg.disabled, .btn-blue-grey-bg[disabled],
  fieldset[disabled] .btn-blue-grey-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-blue-grey-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #4c636e;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-blue-grey-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #4c636e;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-blue-grey-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #4c636e;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-blue-grey-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #4c636e;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background Grey Color */
.btn-grey-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #9e9e9e;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-grey-bg:focus, .btn-grey-bg:active:focus, .btn-grey-bg.active:focus, .btn-grey-bg.focus, .btn-grey-bg:active.focus, .btn-grey-bg.active.focus {
    outline: none; }
  .btn-grey-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-grey-bg:hover, .btn-grey-bg:focus, .btn-grey-bg.focus {
    color: #ffffff;
    background: #b0b0b0;
    border-color: transparent;
    text-decoration: none; }
  .btn-grey-bg:active, .btn-grey-bg.active {
    background-image: none;
    outline: 0; }
  .btn-grey-bg.disabled, .btn-grey-bg[disabled],
  fieldset[disabled] .btn-grey-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-grey-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #949494;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-grey-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #949494;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-grey-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #949494;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-grey-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #949494;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background Blue Color */
.btn-blue-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #536dfe;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-blue-bg:focus, .btn-blue-bg:active:focus, .btn-blue-bg.active:focus, .btn-blue-bg.focus, .btn-blue-bg:active.focus, .btn-blue-bg.active.focus {
    outline: none; }
  .btn-blue-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-blue-bg:hover, .btn-blue-bg:focus, .btn-blue-bg.focus {
    color: #ffffff;
    background: #687ffa;
    border-color: transparent;
    text-decoration: none; }
  .btn-blue-bg:active, .btn-blue-bg.active {
    background-image: none;
    outline: 0; }
  .btn-blue-bg.disabled, .btn-blue-bg[disabled],
  fieldset[disabled] .btn-blue-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-blue-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #3f5cfe;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-blue-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #3f5cfe;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-blue-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #3f5cfe;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-blue-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #3f5cfe;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background Teal Color */
.btn-teal-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #009688;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-teal-bg:focus, .btn-teal-bg:active:focus, .btn-teal-bg.active:focus, .btn-teal-bg.focus, .btn-teal-bg:active.focus, .btn-teal-bg.active.focus {
    outline: none; }
  .btn-teal-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-teal-bg:hover, .btn-teal-bg:focus, .btn-teal-bg.focus {
    color: #ffffff;
    background: #45b4a9;
    border-color: transparent;
    text-decoration: none; }
  .btn-teal-bg:active, .btn-teal-bg.active {
    background-image: none;
    outline: 0; }
  .btn-teal-bg.disabled, .btn-teal-bg[disabled],
  fieldset[disabled] .btn-teal-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-teal-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #008276;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-teal-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #008276;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-teal-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #008276;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-teal-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #008276;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background Green Color */
.btn-green-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #34AB00;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-green-bg:focus, .btn-green-bg:active:focus, .btn-green-bg.active:focus, .btn-green-bg.focus, .btn-green-bg:active.focus, .btn-green-bg.active.focus {
    outline: none; }
  .btn-green-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-green-bg:hover, .btn-green-bg:focus, .btn-green-bg.focus {
    color: #ffffff;
    background: #6edfd1;
    border-color: transparent;
    text-decoration: none; }
  .btn-green-bg:active, .btn-green-bg.active {
    background-image: none;
    outline: 0; }
  .btn-green-bg.disabled, .btn-green-bg[disabled],
  fieldset[disabled] .btn-green-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-green-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #2e9700;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-green-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #2e9700;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-green-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #2e9700;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-green-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #2e9700;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background Red Color */
.btn-red-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #EF194F;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-red-bg:focus, .btn-red-bg:active:focus, .btn-red-bg.active:focus, .btn-red-bg.focus, .btn-red-bg:active.focus, .btn-red-bg.active.focus {
    outline: none; }
  .btn-red-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-red-bg:hover, .btn-red-bg:focus, .btn-red-bg.focus {
    color: #ffffff;
    background: #e57287;
    border-color: transparent;
    text-decoration: none; }
  .btn-red-bg:active, .btn-red-bg.active {
    background-image: none;
    outline: 0; }
  .btn-red-bg.disabled, .btn-red-bg[disabled],
  fieldset[disabled] .btn-red-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-red-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #e41045;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-red-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #e41045;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-red-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #e41045;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-red-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #e41045;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background Pink Color */
.btn-pink-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #C38594;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-pink-bg:focus, .btn-pink-bg:active:focus, .btn-pink-bg.active:focus, .btn-pink-bg.focus, .btn-pink-bg:active.focus, .btn-pink-bg.active.focus {
    outline: none; }
  .btn-pink-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-pink-bg:hover, .btn-pink-bg:focus, .btn-pink-bg.focus {
    color: #ffffff;
    background: #ec407a;
    border-color: transparent;
    text-decoration: none; }
  .btn-pink-bg:active, .btn-pink-bg.active {
    background-image: none;
    outline: 0; }
  .btn-pink-bg.disabled, .btn-pink-bg[disabled],
  fieldset[disabled] .btn-pink-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-pink-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #bc7788;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-pink-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #bc7788;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-pink-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #bc7788;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-pink-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #bc7788;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background Purple Color */
.btn-purple-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #b260ce;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-purple-bg:focus, .btn-purple-bg:active:focus, .btn-purple-bg.active:focus, .btn-purple-bg.focus, .btn-purple-bg:active.focus, .btn-purple-bg.active.focus {
    outline: none; }
  .btn-purple-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-purple-bg:hover, .btn-purple-bg:focus, .btn-purple-bg.focus {
    color: #ffffff;
    background: #ba75d1;
    border-color: transparent;
    text-decoration: none; }
  .btn-purple-bg:active, .btn-purple-bg.active {
    background-image: none;
    outline: 0; }
  .btn-purple-bg.disabled, .btn-purple-bg[disabled],
  fieldset[disabled] .btn-purple-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-purple-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #aa50c9;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-purple-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #aa50c9;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-purple-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #aa50c9;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-purple-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #aa50c9;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background Gold Color */
.btn-gold-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #f3ab36;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-gold-bg:focus, .btn-gold-bg:active:focus, .btn-gold-bg.active:focus, .btn-gold-bg.focus, .btn-gold-bg:active.focus, .btn-gold-bg.active.focus {
    outline: none; }
  .btn-gold-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-gold-bg:hover, .btn-gold-bg:focus, .btn-gold-bg.focus {
    color: #ffffff;
    background: #d3af87;
    border-color: transparent;
    text-decoration: none; }
  .btn-gold-bg:active, .btn-gold-bg.active {
    background-image: none;
    outline: 0; }
  .btn-gold-bg.disabled, .btn-gold-bg[disabled],
  fieldset[disabled] .btn-gold-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-gold-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #f2a323;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-gold-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #f2a323;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-gold-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #f2a323;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-gold-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #f2a323;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background Facebook */
.btn-fb-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #44619d;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-fb-bg:focus, .btn-fb-bg:active:focus, .btn-fb-bg.active:focus, .btn-fb-bg.focus, .btn-fb-bg:active.focus, .btn-fb-bg.active.focus {
    outline: none; }
  .btn-fb-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-fb-bg:hover, .btn-fb-bg:focus, .btn-fb-bg.focus {
    color: #ffffff;
    background: #44619d;
    border-color: transparent;
    text-decoration: none; }
  .btn-fb-bg:active, .btn-fb-bg.active {
    background-image: none;
    outline: 0; }
  .btn-fb-bg.disabled, .btn-fb-bg[disabled],
  fieldset[disabled] .btn-fb-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-fb-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #3e588f;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-fb-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #3e588f;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-fb-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #3e588f;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-fb-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #3e588f;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background Twitter */
.btn-tw-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #55acee;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-tw-bg:focus, .btn-tw-bg:active:focus, .btn-tw-bg.active:focus, .btn-tw-bg.focus, .btn-tw-bg:active.focus, .btn-tw-bg.active.focus {
    outline: none; }
  .btn-tw-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-tw-bg:hover, .btn-tw-bg:focus, .btn-tw-bg.focus {
    color: #ffffff;
    background: #55acee;
    border-color: transparent;
    text-decoration: none; }
  .btn-tw-bg:active, .btn-tw-bg.active {
    background-image: none;
    outline: 0; }
  .btn-tw-bg.disabled, .btn-tw-bg[disabled],
  fieldset[disabled] .btn-tw-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-tw-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #42a3ec;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-tw-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #42a3ec;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-tw-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #42a3ec;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-tw-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #42a3ec;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background Dribbble */
.btn-dr-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #ea4c89;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-dr-bg:focus, .btn-dr-bg:active:focus, .btn-dr-bg.active:focus, .btn-dr-bg.focus, .btn-dr-bg:active.focus, .btn-dr-bg.active.focus {
    outline: none; }
  .btn-dr-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-dr-bg:hover, .btn-dr-bg:focus, .btn-dr-bg.focus {
    color: #ffffff;
    background: #ea4c89;
    border-color: transparent;
    text-decoration: none; }
  .btn-dr-bg:active, .btn-dr-bg.active {
    background-image: none;
    outline: 0; }
  .btn-dr-bg.disabled, .btn-dr-bg[disabled],
  fieldset[disabled] .btn-dr-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-dr-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #e83a7d;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-dr-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #e83a7d;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-dr-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #e83a7d;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-dr-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #e83a7d;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/* Button Background Instagram */
.btn-ig-bg {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: #125688;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-ig-bg:focus, .btn-ig-bg:active:focus, .btn-ig-bg.active:focus, .btn-ig-bg.focus, .btn-ig-bg:active.focus, .btn-ig-bg.active.focus {
    outline: none; }
  .btn-ig-bg:hover {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-ig-bg:hover, .btn-ig-bg:focus, .btn-ig-bg.focus {
    color: #ffffff;
    background: #125688;
    border-color: transparent;
    text-decoration: none; }
  .btn-ig-bg:active, .btn-ig-bg.active {
    background-image: none;
    outline: 0; }
  .btn-ig-bg.disabled, .btn-ig-bg[disabled],
  fieldset[disabled] .btn-ig-bg {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none; }
  .btn-ig-bg .btn-base-element-xs {
    position: absolute;
    top: 0;
    right: 0;
    background: #104b76;
    border-left: 1px solid transparent;
    padding: 6px 9px; }
  .btn-ig-bg .btn-base-element-sm {
    position: absolute;
    top: 0;
    right: 0;
    background: #104b76;
    border-left: 1px solid transparent;
    padding: 9px 11px; }
  .btn-ig-bg .btn-base-element-md {
    position: absolute;
    top: 0;
    right: 0;
    background: #104b76;
    border-left: 1px solid transparent;
    padding: 12px 13px; }
  .btn-ig-bg .btn-base-element-lg {
    position: absolute;
    top: 0;
    right: 0;
    background: #104b76;
    border-left: 1px solid transparent;
    padding: 15px 15px; }

/*------------------------------------------------------------------
    [Buttons Sizes]
------------------------------------------------------------------*/
/* Mini Size */
.btn-base-xs {
  font-size: 12px;
  font-weight: 300;
  padding: 8px 15px; }
  .btn-base-xs.btn-base-animate-to-top, .btn-base-xs.btn-base-animate-to-right {
    padding-right: 40px; }

/* Small Size */
.btn-base-sm {
  font-size: 14px;
  font-weight: 300;
  padding: 9px 22px; }
  .btn-base-sm.btn-base-animate-to-top, .btn-base-sm.btn-base-animate-to-right {
    padding-right: 50px; }

/* Medium Size */
.btn-base-md {
  font-size: 16px;
  font-weight: 300;
  padding: 12px 25px; }
  .btn-base-md.btn-base-animate-to-top, .btn-base-md.btn-base-animate-to-right {
    padding-right: 65px; }

/* Large Size */
.btn-base-lg {
  font-size: 20px;
  font-weight: 300;
  padding: 15px 30px; }
  .btn-base-lg.btn-base-animate-to-top, .btn-base-lg.btn-base-animate-to-right {
    padding-right: 75px; }

/*--------------------------------------------------
    [Buttons Toggle]
----------------------------------------------------*/
/* Button White Toggle */
.btn-group.btn-white-toggle.open .btn-white-bg {
  box-shadow: none; }
  .btn-group.btn-white-toggle.open .btn-white-bg:after {
    color: #00ccff;
    content: "\f0d8"; }

.btn-group.btn-white-toggle .btn-white-bg {
  width: 300px;
  font-size: 15px;
  font-weight: 300;
  color: #252525;
  background: #ffffff;
  padding: 12px 100px 12px 15px; }
  .btn-group.btn-white-toggle .btn-white-bg:after {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 15px;
    font-family: FontAwesome;
    color: #252525;
    content: "\f0d7"; }
  .btn-group.btn-white-toggle .btn-white-bg:hover, .btn-group.btn-white-toggle .btn-white-bg:focus, .btn-group.btn-white-toggle .btn-white-bg.focus {
    color: #252525;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: inset none; }

.btn-group.btn-white-toggle .dropdown-menu {
  width: 300px;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  padding: 0;
  margin: 1px 0 0; }
  .btn-group.btn-white-toggle .dropdown-menu > li > a {
    font-size: 15px;
    font-weight: 300;
    color: #252525;
    border-bottom: 1px solid #f7f8fa;
    padding: 10px 15px; }
    .btn-group.btn-white-toggle .dropdown-menu > li > a .dropdown-menu-icon {
      min-width: 25px;
      text-align: center;
      vertical-align: middle;
      margin-right: 5px; }
    .btn-group.btn-white-toggle .dropdown-menu > li > a:hover, .btn-group.btn-white-toggle .dropdown-menu > li > a:focus {
      background: #00ccff;
      color: #ffffff; }
  .btn-group.btn-white-toggle .dropdown-menu > li:first-child > a {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .btn-group.btn-white-toggle .dropdown-menu > li:last-child > a {
    border-bottom: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

/*------------------------------------------------------------------
    [Buttons Icon Animate To Top]
------------------------------------------------------------------*/
.btn-base-animate-to-top {
  z-index: 1;
  display: inline-block;
  text-align: center;
  overflow: hidden; }
  .btn-base-animate-to-top:hover .btn-base-element-icon {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards; }

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  51% {
    opacity: 1; } }

@-moz-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  51% {
    opacity: 1; } }

@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  51% {
    opacity: 1; } }

/*------------------------------------------------------------------
    [Buttons Icon Animate To Right]
------------------------------------------------------------------*/
.btn-base-animate-to-right {
  z-index: 1;
  display: inline-block;
  text-align: center;
  overflow: hidden; }
  .btn-base-animate-to-right:hover .btn-base-element-icon {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards; }

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  51% {
    opacity: 1; } }

@-moz-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  51% {
    opacity: 1; } }

@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  51% {
    opacity: 1; } }

/*------------------------------------------------------------------
    [Buttons Dropdown Default]
------------------------------------------------------------------*/
.btn-dropdown-group.open .btn-dropdown-default,
.btn-dropdown-group.open .btn-dropdown-default.focus,
.btn-dropdown-group.open .btn-dropdown-default:focus,
.btn-dropdown-group.open .btn-dropdown-default:hover {
  box-shadow: none;
  background: transparent; }

.btn-dropdown-group.open .btn-dropdown-toggle {
  background: #00ccff; }

.btn-dropdown-group:hover .btn-dropdown-toggle {
  background: #00ccff; }

.btn-dropdown-group .btn-dropdown-default {
  background: transparent;
  border: none;
  color: #252525; }
  .btn-dropdown-group .btn-dropdown-default:hover {
    background: transparent;
    box-shadow: none; }
  .btn-dropdown-group .btn-dropdown-default.active.focus, .btn-dropdown-group .btn-dropdown-default.active:focus, .btn-dropdown-group .btn-dropdown-default.active:hover, .btn-dropdown-group .btn-dropdown-default:active.focus, .btn-dropdown-group .btn-dropdown-default:active:focus, .btn-dropdown-group .btn-dropdown-default:active:hover {
    background: transparent;
    box-shadow: none;
    border: none; }

.btn-dropdown-group .btn-dropdown-toggle {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #7e7e7e;
  border-radius: 50%; }
  .btn-dropdown-group .btn-dropdown-toggle + .btn-dropdown-toggle {
    margin-left: -1px; }

.btn-dropdown-group .dropdown-menu {
  box-shadow: 0 2px 5px 3px #eff1f8;
  border: none; }
  .btn-dropdown-group .dropdown-menu > li > a {
    color: #252525;
    font-size: 14px;
    font-weight: 300; }
  .btn-dropdown-group .dropdown-menu > li:hover > a {
    background: #f7f8fa; }

/* ==========================================================================
   buttons dir= scss/modules/buttons.scss
   ========================================================================== */
.btn::after {
  font-family: FontAwesome;
  content: "\f138";
  display: inline-block;
  position: absolute;
  right: 1.2em;
  opacity: 0; }

.no-touch .btn:hover::after {
  opacity: 1; }

.btn-phone {
  font-family: FontAwesome;
  content: "\f095"; }

.btn-blue {
  display: inline-block;
  text-align: center;
  padding: 1em 2em;
  border-radius: 5em;
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
  background: #02aedc;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18); }
  .btn-blue:hover {
    padding-right: 3em;
    background: #02c2f5;
    color: #fff; }

.btn-clear {
  display: inline-block;
  text-align: center;
  padding: 1em 2em;
  border-radius: 5em;
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
  background: transparent;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18); }
  .btn-clear:hover {
    padding-right: 3em;
    background: rgba(13, 13, 13, 0);
    color: #fff; }

.btn-darkblue {
  display: inline-block;
  text-align: center;
  padding: 1em 2em;
  border-radius: 5em;
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
  background: #1b49be;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18); }
  .btn-darkblue:hover {
    padding-right: 3em;
    background: #1e52d4;
    color: #fff; }

.btn-dark {
  display: inline-block;
  text-align: center;
  padding: 1em 2em;
  border-radius: 5em;
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
  background: #252525;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18); }
  .btn-dark:hover {
    padding-right: 3em;
    background: #323232;
    color: #fff; }

.btn-purple {
  display: inline-block;
  text-align: center;
  padding: 1em 2em;
  border-radius: 5em;
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
  background: #8861aa;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18); }
  .btn-purple:hover {
    padding-right: 3em;
    background: #9472b3;
    color: #fff; }

.btn-red {
  display: inline-block;
  text-align: center;
  padding: 1em 2em;
  border-radius: 5em;
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
  background: #d62323;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18); }
  .btn-red:hover {
    padding-right: 3em;
    background: #de3535;
    color: #fff; }

.btn-white {
  display: inline-block;
  text-align: center;
  padding: 1em 2em;
  border-radius: 5em;
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
  background: #f7f7f7;
  color: #797e83;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18); }
  .btn-white:hover {
    padding-right: 3em;
    background: white;
    color: #797e83; }

.btn-orange {
  display: inline-block;
  text-align: center;
  padding: 1em 2em;
  border-radius: 5em;
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
  background: #d4522d;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18); }
  .btn-orange:hover {
    padding-right: 3em;
    background: #d86342;
    color: #fff; }

.btn-purple-nurple {
  display: inline-block;
  text-align: center;
  padding: 1em 2em;
  border-radius: 5em;
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
  background: #aa87ff;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18); }
  .btn-purple-nurple:hover {
    padding-right: 3em;
    background: #bca1ff;
    color: #fff; }

.btn-yellow-orange {
  display: inline-block;
  text-align: center;
  padding: 1em 2em;
  border-radius: 5em;
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
  background: #EB950C;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18); }
  .btn-yellow-orange:hover {
    padding-right: 3em;
    background: #f3a11d;
    color: #fff; }

.btn-yellow {
  display: inline-block;
  text-align: center;
  padding: 1em 2em;
  border-radius: 5em;
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
  background: #ffde00;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18); }
  .btn-yellow:hover {
    padding-right: 3em;
    background: #ffe11a;
    color: #fff; }

.btn-bright-blue {
  display: inline-block;
  text-align: center;
  padding: 1em 2em;
  border-radius: 5em;
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
  background: #00ccff;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18); }
  .btn-bright-blue:hover {
    padding-right: 3em;
    background: #1ad1ff;
    color: #fff; }

.ghost-button-blue {
  border: 2px solid;
  border-color: #02aedc;
  color: #02aedc;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: 13.3333333333px;
  border-radius: 5em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 175px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .ghost-button-blue:hover {
    background: #02aedc;
    color: #FFFFFF; }

.ghost-button-white {
  border: 2px solid;
  border-color: #ffffff;
  color: #ffffff;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  border-radius: 5em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 200px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .ghost-button-white:hover {
    background: #ffffff;
    color: #000000; }

.ghost-button-white-small {
  border: 2px solid;
  border-color: #ffffff;
  color: #ffffff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: 6.6666666667px;
  border-radius: 5em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 100px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .ghost-button-white-small:hover {
    background: #ffffff;
    color: #000000; }

.scale-btn {
  border: none;
  background: #02aedc;
  border-radius: 5em;
  padding: 16px 20px;
  color: #fff;
  font-weight: bold;
  float: right;
  width: 200px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .no-touch .scale-btn:hover {
    background: #02c2f5; }
  .scale-btn:focus {
    outline: none;
    background: #2b3e51; }
  .scale-btn:active {
    -webkit-transform: scale(scale(0.9), 1);
    -moz-transform: scale(scale(0.9), 1);
    transform: scale(scale(0.9), 1); }

.btn-dark-brd {
  border: none !important; }

/*------------------------------------------------------------------
    [Heading v1]
------------------------------------------------------------------*/
.heading-v1 .heading-v1-title {
  font-size: 28px;
  font-style: italic;
  font-family: brandon_grotesque_lightRg Serif, serif; }

.heading-v1 .heading-v1-subtitle {
  max-width: 350px;
  font-size: 16px;
  font-style: italic;
  font-family: brandon_grotesque_lightRg Serif, serif;
  color: #00ccff;
  margin-bottom: 20px; }

.heading-v1 .heading-v1-text {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0; }

/* White Version */
.heading-v1.heading-v1-white .heading-v1-title,
.heading-v1.heading-v1-white .heading-v1-text {
  color: #ffffff; }

/*------------------------------------------------------------------
    [Heading v2]
------------------------------------------------------------------*/
.heading-v2 {
  text-align: center;
  overflow: hidden; }
  .heading-v2 .heading-v2-title {
    font-size: 36px;
    line-height: 1.4;
    margin: 0 0 10px; }
  .heading-v2 .heading-v2-text {
    position: relative;
    display: inline-block;
    font-style: italic;
    font-family: brandon_grotesque_lightRg Serif, serif;
    margin-bottom: 0; }
    .heading-v2 .heading-v2-text:before, .heading-v2 .heading-v2-text:after {
      position: absolute;
      top: 10px;
      width: 30px;
      height: 1px;
      background: #d1d1d1;
      content: " "; }
    .heading-v2 .heading-v2-text:before {
      right: 100%;
      margin-right: 15px; }
    .heading-v2 .heading-v2-text:after {
      left: 100%;
      margin-left: 15px; }

/* White Version */
.heading-v2.heading-v2-white .heading-v2-title,
.heading-v2.heading-v2-white .heading-v2-text {
  color: #ffffff; }

.heading-v2.heading-v2-white .heading-v2-paragraph:before, .heading-v2.heading-v2-white .heading-v2-paragraph:after {
  background: #ffffff; }

/*------------------------------------------------------------------
    [Heading v3]
------------------------------------------------------------------*/
.heading-v3 {
  text-align: center; }
  .heading-v3 .heading-v3-title {
    font-size: 34px;
    margin: 0 0 10px; }
  .heading-v3 .heading-v3-element {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #606060; }
    .heading-v3 .heading-v3-element:before, .heading-v3 .heading-v3-element:after {
      position: absolute;
      top: 8px;
      width: 30px;
      height: 1px;
      border-bottom: 1px solid #d1d1d1;
      content: " "; }
    .heading-v3 .heading-v3-element:before {
      right: 100%;
      margin-right: 10px; }
    .heading-v3 .heading-v3-element:after {
      left: 100%;
      margin-left: 10px; }
    .heading-v3 .heading-v3-element .heading-v3-element-icon {
      position: relative;
      top: -1px;
      font-size: 8px;
      color: #606060; }
  .heading-v3 .heading-v3-text {
    margin-bottom: 0;
    font-style: italic;
    font-family: brandon_grotesque_lightRg Serif, serif; }

/* White Version */
.heading-v3.heading-v3-white .heading-v3-subtitle,
.heading-v3.heading-v3-white .heading-v3-title,
.heading-v3.heading-v3-white .heading-v3-element,
.heading-v3.heading-v3-white .heading-v3-text {
  color: #ffffff; }

.heading-v3.heading-v3-white .heading-v3-element:before, .heading-v3.heading-v3-white .heading-v3-element:after {
  border-bottom-color: #ffffff; }

.heading-v3.heading-v3-white .heading-v3-element .heading-v3-element-icon {
  color: #ffffff; }

/*--------------------------------------------------
    [Heading v4]
----------------------------------------------------*/
.heading-v4 .heading-v4-subtitle {
  display: block;
  font-size: 16px;
  font-style: italic;
  font-family: brandon_grotesque_lightRg Serif, serif;
  margin-bottom: 0; }

.heading-v4 .heading-v4-title {
  font-size: 28px; }

.heading-v4 .heading-v4-text {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0; }

/*------------------------------------------------------------------
    [Font Awesome Icons]
------------------------------------------------------------------*/
.bordered-icon .bordered-icon-box {
  width: 16.7%;
  height: 100px;
  float: left;
  text-align: center;
  padding: 20px 10px;
  margin: 0 -1px -1px 0;
  word-wrap: break-word;
  border: 1px solid #f7f8fa; }
  .bordered-icon .bordered-icon-box .bordered-icon-box-item {
    display: block;
    font-size: 24px;
    color: #252525;
    padding-bottom: 10px; }
  .bordered-icon .bordered-icon-box .bordered-icon-box-item-title {
    color: #252525; }
  .bordered-icon .bordered-icon-box:hover {
    cursor: pointer;
    background: #00ccff; }
    .bordered-icon .bordered-icon-box:hover .bordered-icon-box-item,
    .bordered-icon .bordered-icon-box:hover .bordered-icon-box-item-title {
      color: #ffffff; }

/* Media Queries below 992px */
@media (max-width: 992px) {
  .bordered-icon .bordered-icon-box {
    width: 25%;
    height: 100px; } }

/* Media Queries below 768px */
@media (max-width: 768px) {
  .bordered-icon .bordered-icon-box {
    width: 33%;
    height: 115px; } }

/* Media Queries below 480px */
@media (max-width: 480px) {
  .bordered-icon .bordered-icon-box {
    width: 50%;
    height: 130px; } }

/*--------------------------------------------------
    [Theme Image v1]
----------------------------------------------------*/
.theme-image-popup-v1 {
  position: relative; }
  .theme-image-popup-v1 .theme-image-popup-v1-child {
    position: absolute;
    right: 20px;
    bottom: 20px; }
  .theme-image-popup-v1 .theme-image-popup-v1-toggle {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-radius: 50%; }
    .theme-image-popup-v1 .theme-image-popup-v1-toggle:before, .theme-image-popup-v1 .theme-image-popup-v1-toggle:after {
      position: absolute;
      top: 50%;
      left: 50%;
      background: #ffffff;
      content: " ";
      transition-duration: 300ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .theme-image-popup-v1 .theme-image-popup-v1-toggle:before {
      width: 16px;
      height: 2px;
      margin: -1px 0 0 -8px;
      -webkit-transform: scale(0.5, 1);
      -moz-transform: scale(0.5, 1);
      transform: scale(0.5, 1); }
    .theme-image-popup-v1 .theme-image-popup-v1-toggle:after {
      width: 2px;
      height: 16px;
      margin: -8px 0 0 -1px;
      -webkit-transform: scale(1, 0.5);
      -moz-transform: scale(1, 0.5);
      transform: scale(1, 0.5); }
  .theme-image-popup-v1:hover .theme-image-popup-v1-toggle:before, .theme-image-popup-v1:hover .theme-image-popup-v1-toggle:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/*--------------------------------------------------
    [Lists]
----------------------------------------------------*/
.lists-base > li, .lists-dark > li {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #606060; }
  .lists-base > li > a, .lists-dark > li > a {
    font-size: 14px;
    font-weight: 300;
    color: #606060; }
    .lists-base > li > a:hover, .lists-dark > li > a:hover {
      color: #00ccff;
      text-decoration: none; }
  .lists-base > li .lists-item-element, .lists-dark > li .lists-base .lists-item-element, .lists-base .lists-dark > li .lists-item-element {
    min-width: 15px;
    color: #00ccff;
    text-align: center;
    margin-right: 10px; }
  .lists-base > li .lists-item-element-brd, .lists-base .lists-dark > li .lists-item-element-brd, .lists-dark .lists-base > li .lists-item-element-brd, .lists-dark > li .lists-item-element-brd {
    width: 15px;
    height: 15px;
    font-size: 11px;
    line-height: 3px;
    padding: 5px;
    margin-right: 10px; }
  .lists-base > li .lists-item-element-bg, .lists-base .lists-dark > li .lists-item-element-bg, .lists-dark .lists-base > li .lists-item-element-bg, .lists-dark > li .lists-item-element-bg {
    width: 15px;
    height: 15px;
    font-size: 11px;
    color: #ffffff;
    line-height: 3px;
    padding: 6px;
    margin-right: 10px; }

/* Lists Base */
.lists-base .lists-item-element-brd {
  color: #00ccff;
  border: 1px solid #00ccff; }

.lists-base .lists-item-element-bg {
  background: #00ccff; }

/* Lists Dark */
.lists-dark .lists-item-element {
  margin-right: 10px; }

.lists-dark .lists-item-element-brd {
  color: #252525;
  border: 1px solid #252525; }

.lists-dark .lists-item-element-bg {
  background: #252525; }

/*--------------------------------------------------
    [Lists Base White Color]
----------------------------------------------------*/
.lists-base-white > li {
  color: #ffffff; }
  .lists-base-white > li > a {
    color: #ffffff; }
    .lists-base-white > li > a:hover {
      color: #ffffff;
      text-decoration: underline; }
  .lists-base-white > li .lists-item-element,
  .lists-base-white > li .lists-item-element-brd,
  .lists-base-white > li .lists-item-element-bg {
    color: #ffffff; }

/*--------------------------------------------------
    [Numeric Lists]
----------------------------------------------------*/
.numeric-base-lists, .numeric-dark-lists {
  counter-reset: li;
  list-style: decimal;
  padding-left: 14px; }
  .numeric-base-lists > li, .numeric-dark-lists > li {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #606060; }
    .numeric-base-lists > li > a, .numeric-dark-lists > li > a {
      font-size: 14px;
      font-weight: 300;
      color: #606060; }
      .numeric-base-lists > li > a:hover, .numeric-dark-lists > li > a:hover {
        color: #00ccff;
        text-decoration: none; }

/* Numeric Base Lists */
.numeric-base-lists > li {
  color: #00ccff; }

/* Numeric Dark Lists */
.numeric-dark-lists > li {
  color: #252525; }

/*------------------------------------------------------------------
    [Scroll To Section Click Button v1]
------------------------------------------------------------------*/
.scroll-to-section-v1 {
  position: absolute;
  left: 50%;
  bottom: 40px; }
  .scroll-to-section-v1 .scroll-to-section-click-icon {
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 30px;
    color: #ffffff;
    margin-left: -10px;
    -webkit-animation-name: scroll-to-section-v1;
    -moz-animation-name: scroll-to-section-v1;
    animation-name: scroll-to-section-v1;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate; }

@-webkit-keyframes scroll-to-section-v1 {
  0% {
    top: 0;
    bottom: 0; }
  25% {
    top: -20px;
    bottom: 25px; }
  50% {
    top: -20px;
    bottom: 50px; }
  75% {
    top: -20px;
    bottom: 75px; }
  100% {
    top: 0;
    bottom: 100px; } }

@-moz-keyframes scroll-to-section-v1 {
  0% {
    top: 0;
    bottom: 0; }
  25% {
    top: -20px;
    bottom: 25px; }
  50% {
    top: -20px;
    bottom: 50px; }
  75% {
    top: -20px;
    bottom: 75px; }
  100% {
    top: 0;
    bottom: 100px; } }

@keyframes scroll-to-section-v1 {
  0% {
    top: 0;
    bottom: 0; }
  25% {
    top: -20px;
    bottom: 25px; }
  50% {
    top: -20px;
    bottom: 50px; }
  75% {
    top: -20px;
    bottom: 75px; }
  100% {
    top: 0;
    bottom: 100px; } }

/*------------------------------------------------------------------
    [Theme Icons]
------------------------------------------------------------------*/
.theme-icons-wrap {
  z-index: 1; }

.theme-icons-wrap .theme-icons {
  text-align: center;
  margin-bottom: 5px; }

.theme-icons-wrap a[href]:hover .theme-icons {
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* Theme Icons Base */
.theme-icons-base {
  display: inline-block;
  color: #00ccff;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-base-hover:hover {
  color: #ffffff;
  background: #00ccff;
  border-color: transparent; }

/* Theme Icons White */
.theme-icons-white {
  display: inline-block;
  color: #ffffff;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-white-hover {
  color: #ffffff; }
  .theme-icons-wrap > a[href] > .theme-icons-white-hover:hover {
    color: #252525;
    background: #ffffff;
    border-color: transparent; }

/* Theme Icons Dark */
.theme-icons-dark {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-dark-hover:hover {
  color: #ffffff;
  background: #252525;
  border-color: #252525; }

/* Theme Icons Dark Light */
.theme-icons-dark-light {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-dark-light-hover:hover {
  color: #ffffff;
  background: #3a3a44;
  border-color: #3a3a44; }

/* Theme Icons Blue */
.theme-icons-blue {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-blue-hover:hover {
  color: #ffffff;
  background: #536dfe;
  border-color: transparent; }

/* Theme Icons Blue Grey */
.theme-icons-blue-grey {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-blue-grey-hover:hover {
  color: #ffffff;
  background: #546e7a;
  border-color: #546e7a; }

/* Theme Icons Grey */
.theme-icons-grey {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-grey-hover:hover {
  color: #ffffff;
  background: #9e9e9e;
  border-color: transparent; }

/* Theme Icons Teal */
.theme-icons-teal {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-teal-hover:hover {
  color: #ffffff;
  background: #009688;
  border-color: transparent; }

/* Theme Icons Red */
.theme-icons-red {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-red-hover:hover {
  color: #ffffff;
  background: #EF194F;
  border-color: transparent; }

/* Theme Icons Red */
.theme-icons-pink {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-pink-hover:hover {
  color: #ffffff;
  background: #C38594;
  border-color: transparent; }

/* Theme Icons Purple */
.theme-icons-purple {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-purple-hover:hover {
  color: #ffffff;
  background: #b260ce;
  border-color: transparent; }

/* Theme Icons Gold */
.theme-icons-gold {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-gold-hover:hover {
  color: #ffffff;
  background: #f3ab36;
  border-color: transparent; }

/*------------------------------------------------------------------
    [Theme Icons Background Color]
------------------------------------------------------------------*/
/* Theme Icons Base Background */
.theme-icons-base-bg {
  display: inline-block;
  color: #ffffff;
  background: #00ccff;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-base-bg:hover {
  color: #ffffff;
  background: #4ed7e8;
  border-color: transparent; }

/* Theme Icons White Background */
.theme-icons-white-bg {
  display: inline-block;
  color: #3a3a44;
  background: #ffffff;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-white-bg:hover {
  color: #ffffff;
  background: #00ccff;
  border-color: transparent; }

/* Theme Icons Dark Background */
.theme-icons-dark-bg {
  display: inline-block;
  color: #ffffff;
  background: #252525;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-dark-bg:hover {
  color: #ffffff;
  background: #3a3a44;
  border-color: transparent; }

/* Theme Icons Dark Light Background */
.theme-icons-dark-light-bg {
  display: inline-block;
  color: #ffffff;
  background: #3a3a44;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-dark-light-bg:hover {
  color: #ffffff;
  background: #252525;
  border-color: transparent; }

/* Theme Icons Blue Background */
.theme-icons-blue-bg {
  display: inline-block;
  color: #ffffff;
  background: #536dfe;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-blue-bg:hover {
  color: #ffffff;
  background: #687ffa;
  border-color: transparent; }

/* Theme Icons Blue Grey Background */
.theme-icons-blue-grey-bg {
  display: inline-block;
  color: #ffffff;
  background: #546e7a;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-blue-grey-bg:hover {
  color: #ffffff;
  background: #6b8997;
  border-color: transparent; }

/* Theme Icons Grey Background */
.theme-icons-grey-bg {
  display: inline-block;
  color: #ffffff;
  background: #6a6969;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-grey-bg:hover {
  color: #ffffff;
  background: #f1f1f1;
  border-color: transparent; }

/* Theme Icons Teal Background */
.theme-icons-teal-bg {
  display: inline-block;
  color: #ffffff;
  background: #009688;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-teal-bg:hover {
  color: #ffffff;
  background: #45b4a9;
  border-color: transparent; }

/* Theme Icons Red Background */
.theme-icons-red-bg {
  display: inline-block;
  color: #ffffff;
  background: #EF194F;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-red-bg:hover {
  color: #ffffff;
  background: #e57287;
  border-color: transparent; }

/* Theme Icons Pink Background */
.theme-icons-pink-bg {
  display: inline-block;
  color: #ffffff;
  background: #C38594;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-pink-bg:hover {
  color: #ffffff;
  background: #ec407a;
  border-color: transparent; }

/* Theme Icons Purple Background */
.theme-icons-purple-bg {
  display: inline-block;
  color: #ffffff;
  background: #b260ce;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-purple-bg:hover {
  color: #ffffff;
  background: #ba75d1;
  border-color: transparent; }

/* Theme Icons Gold Background */
.theme-icons-gold-bg {
  display: inline-block;
  color: #ffffff;
  background: #f3ab36;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-gold-bg:hover {
  color: #ffffff;
  background: #d3af87;
  border-color: transparent; }

/* Theme Icons Grey Light Background */
.theme-icons-grey-light-bg {
  display: inline-block;
  color: #606060;
  background: #f1f1f1;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-grey-light-bg:hover {
  color: #ffffff;
  background: #00ccff;
  border-color: transparent; }

/*------------------------------------------------------------------
    [Theme Icons Bordered Color]
------------------------------------------------------------------*/
/* Theme Icons Base Bordered */
.theme-icons-base-brd {
  display: inline-block;
  color: #00ccff;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #00ccff;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-base-brd:hover {
  color: #ffffff;
  background: #00ccff;
  border-color: #00ccff; }

/* Theme Icons White Bordered */
.theme-icons-white-brd {
  display: inline-block;
  color: white;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-white-brd:hover {
  color: #3a3a44;
  background: #ffffff;
  border-color: #ffffff; }

.theme-icons-wrap .theme-icons-white-brd-hover-base:hover {
  color: #3a3a44;
  background: #ffffff; }

/* Theme Icons Dark Bordered */
.theme-icons-dark-brd {
  display: inline-block;
  color: #252525;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #252525;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-dark-brd:hover {
  color: #ffffff;
  background: #252525;
  border-color: #252525; }

/* Theme Icons Dark Light Bordered */
.theme-icons-dark-light-brd {
  display: inline-block;
  color: #3a3a44;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #3a3a44;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-dark-light-brd:hover {
  color: #ffffff;
  background: #3a3a44;
  border-color: #3a3a44; }

/* Theme Icons Blue Bordered */
.theme-icons-blue-brd {
  display: inline-block;
  color: #536dfe;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #536dfe;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-blue-brd:hover {
  color: #ffffff;
  background: #536dfe;
  border-color: #536dfe; }

/* Theme Icons Blue Grey Bordered */
.theme-icons-blue-grey-brd {
  display: inline-block;
  color: #546e7a;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #546e7a;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-blue-grey-brd:hover {
  color: #ffffff;
  background: #546e7a;
  border-color: #546e7a; }

/* Theme Icons Grey Bordered */
.theme-icons-grey-brd {
  display: inline-block;
  color: #9e9e9e;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #9e9e9e;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-grey-brd:hover {
  color: #ffffff;
  background: #9e9e9e;
  border-color: #9e9e9e; }

/* Theme Icons Teal Bordered */
.theme-icons-teal-brd {
  display: inline-block;
  color: #009688;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #009688;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-teal-brd:hover {
  color: #ffffff;
  background: #009688;
  border-color: #009688; }

/* Theme Icons Red Bordered */
.theme-icons-red-brd {
  display: inline-block;
  color: #EF194F;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #EF194F;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-red-brd:hover {
  color: #ffffff;
  background: #EF194F;
  border-color: #EF194F; }

/* Theme Icons Pink Bordered */
.theme-icons-pink-brd {
  display: inline-block;
  color: #C38594;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #C38594;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-pink-brd:hover {
  color: #ffffff;
  background: #C38594;
  border-color: #C38594; }

/* Theme Icons Purple Bordered */
.theme-icons-purple-brd {
  display: inline-block;
  color: #b260ce;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #b260ce;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-purple-brd:hover {
  color: #ffffff;
  background: #b260ce;
  border-color: #b260ce; }

/* Theme Icons Gold Bordered */
.theme-icons-gold-brd {
  display: inline-block;
  color: #f3ab36;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #f3ab36;
  text-align: center;
  vertical-align: middle; }

.theme-icons-wrap > a[href] > .theme-icons-gold-brd:hover {
  color: #ffffff;
  background: #f3ab36;
  border-color: #f3ab36; }

/*------------------------------------------------------------------
    [Theme Icons Sizes]
------------------------------------------------------------------*/
/* Extra Small Size */
.theme-icons-xs {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1.4;
  padding: 5px; }

/* Small Size */
.theme-icons-sm {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 1.4;
  padding: 6px; }

/* Medium Size */
.theme-icons-md {
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 1.5;
  padding: 8px; }

/* Large Size */
.theme-icons-lg {
  width: 65px;
  height: 65px;
  font-size: 34px;
  line-height: 1.15;
  padding: 14px; }

/*------------------------------------------------------------------
    [Social Icons Theme]
------------------------------------------------------------------*/
/* Theme Icons Facebook */
.theme-icons-fb {
  display: inline-block;
  color: #ffffff;
  background: #44619d;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

/* Theme Icons Twitter */
.theme-icons-tw {
  display: inline-block;
  color: #ffffff;
  background: #55acee;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

/* Theme Icons Dribbble */
.theme-icons-dr {
  display: inline-block;
  color: #ffffff;
  background: #ea4c89;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

/* Theme Icons Youtube */
.theme-icons-yt {
  display: inline-block;
  color: #ffffff;
  background: #cc181e;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  vertical-align: middle; }

/*------------------------------------------------------------------
    [Animate Theme Icons]
------------------------------------------------------------------*/
.animate-theme-icons .animate-theme-icons-body {
  z-index: 1;
  display: inline-block;
  text-align: center;
  overflow: hidden; }

.animate-theme-icons:hover .animate-theme-icons-body .animate-theme-icons-element {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards; }

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  51% {
    opacity: 1; } }

@-moz-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  51% {
    opacity: 1; } }

@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  51% {
    opacity: 1; } }

/*------------------------------------------------------------------
    [Animate Theme Icons Colors]
------------------------------------------------------------------*/
/* Animate Theme Icons Base */
.animate-theme-icons .animate-theme-icons-base {
  color: #00ccff; }

/* Animate Theme Icons White */
.animate-theme-icons .animate-theme-icons-white {
  color: #ffffff; }

/* Animate Theme Icons Dark */
.animate-theme-icons .animate-theme-icons-dark {
  color: #252525; }

/* Animate Theme Icons Dark Light */
.animate-theme-icons .animate-theme-icons-dark-light {
  color: #3a3a44; }

/* Animate Theme Icons Blue */
.animate-theme-icons .animate-theme-icons-blue {
  color: #536dfe; }

/* Animate Theme Icons Blue Grey */
.animate-theme-icons .animate-theme-icons-blue-grey {
  color: #546e7a; }

/* Animate Theme Icons Grey */
.animate-theme-icons .animate-theme-icons-grey {
  color: #9e9e9e; }

/* Animate Theme Icons Teal */
.animate-theme-icons .animate-theme-icons-teal {
  color: #009688; }

/* Animate Theme Icons Red */
.animate-theme-icons .animate-theme-icons-red {
  color: #EF194F; }

/* Animate Theme Icons Pink */
.animate-theme-icons .animate-theme-icons-pink {
  color: #C38594; }

/* Animate Theme Icons Purple */
.animate-theme-icons .animate-theme-icons-purple {
  color: #b260ce; }

/* Animate Theme Icons Gold */
.animate-theme-icons .animate-theme-icons-gold {
  color: #f3ab36; }

/*------------------------------------------------------------------
    [Animate Theme Icons Background Colors]
------------------------------------------------------------------*/
/* Animate Theme Icons Base Background */
.animate-theme-icons .animate-theme-icons-base-bg {
  color: #ffffff;
  background: #00ccff; }

/* Animate Theme Icons White Background */
.animate-theme-icons .animate-theme-icons-white-bg {
  color: #3a3a44;
  background: #ffffff; }

/* Animate Theme Icons Dark Background */
.animate-theme-icons .animate-theme-icons-dark-bg {
  color: #ffffff;
  background: #252525; }

/* Animate Theme Icons Dark Light Background */
.animate-theme-icons .animate-theme-icons-dark-light-bg {
  color: #ffffff;
  background: #3a3a44; }

/* Animate Theme Icons Blue Background */
.animate-theme-icons .animate-theme-icons-blue-bg {
  color: #ffffff;
  background: #536dfe; }

/* Animate Theme Icons Blue Grey Background */
.animate-theme-icons .animate-theme-icons-blue-grey-bg {
  color: #ffffff;
  background: #546e7a; }

/* Animate Theme Icons Grey Background */
.animate-theme-icons .animate-theme-icons-grey-bg {
  color: #ffffff;
  background: #9e9e9e; }

/* Animate Theme Icons Teal Background */
.animate-theme-icons .animate-theme-icons-teal-bg {
  color: #ffffff;
  background: #009688; }

/* Animate Theme Icons Red Background */
.animate-theme-icons .animate-theme-icons-red-bg {
  color: #ffffff;
  background: #EF194F; }

/* Animate Theme Icons Pink Background */
.animate-theme-icons .animate-theme-icons-pink-bg {
  color: #ffffff;
  background: #C38594; }

/* Animate Theme Icons Purple Background */
.animate-theme-icons .animate-theme-icons-purple-bg {
  color: #ffffff;
  background: #b260ce; }

/* Animate Theme Icons Gold Background */
.animate-theme-icons .animate-theme-icons-gold-bg {
  color: #ffffff;
  background: #f3ab36; }

/*------------------------------------------------------------------
    [Animate Theme Icons Bordered]
------------------------------------------------------------------*/
/* Animate Theme Icons Base Bordered */
.animate-theme-icons .animate-theme-icons-base-brd {
  color: #00ccff;
  border: 1px solid #00ccff; }

/* Animate Theme Icons White Bordered */
.animate-theme-icons .animate-theme-icons-white-brd {
  color: #ffffff;
  border: 1px solid #ffffff; }

/* Animate Theme Icons Dark Bordered */
.animate-theme-icons .animate-theme-icons-dark-brd {
  color: #252525;
  border: 1px solid #252525; }

/* Animate Theme Icons Dark Light Bordered */
.animate-theme-icons .animate-theme-icons-dark-light-brd {
  color: #3a3a44;
  border: 1px solid #3a3a44; }

/* Animate Theme Icons Blue Bordered */
.animate-theme-icons .animate-theme-icons-blue-brd {
  color: #536dfe;
  border: 1px solid #536dfe; }

/* Animate Theme Icons Blue Grey Bordered */
.animate-theme-icons .animate-theme-icons-blue-grey-brd {
  color: #546e7a;
  border: 1px solid #546e7a; }

/* Animate Theme Icons Grey Bordered */
.animate-theme-icons .animate-theme-icons-grey-brd {
  color: #9e9e9e;
  border: 1px solid #9e9e9e; }

/* Animate Theme Icons Teal Bordered */
.animate-theme-icons .animate-theme-icons-teal-brd {
  color: #009688;
  border: 1px solid #009688; }

/* Animate Theme Icons Red Bordered */
.animate-theme-icons .animate-theme-icons-red-brd {
  color: #EF194F;
  border: 1px solid #EF194F; }

/* Animate Theme Icons Pink Bordered */
.animate-theme-icons .animate-theme-icons-pink-brd {
  color: #C38594;
  border: 1px solid #C38594; }

/* Animate Theme Icons Purple Bordered */
.animate-theme-icons .animate-theme-icons-purple-brd {
  color: #b260ce;
  border: 1px solid #b260ce; }

/* Animate Theme Icons Gold Bordered */
.animate-theme-icons .animate-theme-icons-gold-brd {
  color: #f3ab36;
  border: 1px solid #f3ab36; }

/*------------------------------------------------------------------
    [Theme Icons Elegant]
------------------------------------------------------------------*/
.theme-icons-elegant:before, .theme-icons-elegant:after {
  content: " ";
  display: table; }

.theme-icons-elegant:after {
  clear: both; }

.theme-icons-elegant .theme-icons-element {
  float: left;
  margin-right: 15px; }
  .theme-icons-elegant .theme-icons-element .theme-icons-wrap > a[href] > .theme-icons:hover {
    color: #ffffff;
    background: #00ccff;
    border-color: transparent; }

.theme-icons-elegant .theme-icons-body {
  overflow: hidden; }
  .theme-icons-elegant .theme-icons-body .theme-icons-body-title {
    display: block;
    font-size: 14px;
    margin-bottom: 5px; }
  .theme-icons-elegant .theme-icons-body .them-icon-body-paragraph {
    font-size: 12px;
    margin-bottom: 0; }

/* Theme Icons Elegant Right */
.theme-icons-elegant-right {
  text-align: right; }
  .theme-icons-elegant-right .theme-icons-element {
    float: right;
    margin: 0 0 0 15px; }

/* Media Queries below 480px */
@media (max-width: 480px) {
  .theme-icons-elegant .theme-icons-element {
    float: none;
    text-align: center;
    margin: 0 0 5px; }
  .theme-icons-elegant .theme-icons-body {
    text-align: center; } }

.sidebar {
  border-left: 10px solid #fff;
  line-height: 100px; }

.big-hr {
  height: 14px;
  background-color: #fff;
  margin: 0; }

/* Media Queries below 992px */
@media (max-width: 992px) {
  .xtra-big {
    font-size: 4.8em;
    text-align: left; }
  .big {
    font-size: 3.2em; }
  .med {
    font-size: 1.8em; } }

/* Media Queries below 992px */
@media (max-width: 480px) {
  .xtra-big {
    font-size: 4em;
    text-align: left; }
  .big {
    font-size: 2.8em; }
  .med {
    font-size: 1.6em; }
  .big-hr {
    height: 10px; } }

/*------------------------------------------------------------------
    [Landing Services v2]
------------------------------------------------------------------*/
.l-services-v2 {
  text-align: center;
  background: #ffffff;
  box-shadow: 7px 7px 5px 0 #959595;
  padding: 50px 30px; }
  .l-services-v2 .l-services-v2-title {
    font-size: 26px; }
  .l-services-v2 .l-services-v2-icon-wrap {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #f7f8fa;
    vertical-align: middle;
    padding: 20px;
    margin-bottom: 50px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .l-services-v2 .l-services-v2-icon-wrap:before {
      position: absolute;
      top: -20px;
      left: -20px;
      right: -20px;
      bottom: -20px;
      width: 120px;
      height: 120px;
      border: 2px solid rgba(0, 150, 136, 0);
      border-radius: 50%;
      content: " ";
      -webkit-transform: scale(0.9, 0.9);
      -moz-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      transition-duration: 200ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .l-services-v2 .l-services-v2-icon {
    width: 70px;
    height: auto; }
  .l-services-v2:hover .l-services-v2-icon-wrap {
    background: #9e9e9e;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .l-services-v2:hover .l-services-v2-icon-wrap:before {
      border-color: rgba(0, 0, 0, 0.3);
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      transform: scale(1, 1);
      transition-duration: 200ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/*------------------------------------------------------------------
  	[Diagonal Content Left v1]
------------------------------------------------------------------*/
.diagonal-content-left-v1 {
  position: relative;
  background: #f7f8fa; }
  .diagonal-content-left-v1:after {
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    display: block;
    border-top: 0 solid transparent;
    border-bottom: 700px solid transparent;
    border-left: 70px solid #f7f8fa;
    content: " ";
    margin-left: -1px; }

/* White Version */
.diagonal-content-left-v1.diagonal-content-left-v1-white {
  background: #ffffff; }
  .diagonal-content-left-v1.diagonal-content-left-v1-white:after {
    border-left: 70px solid #ffffff; }

/*------------------------------------------------------------------
    [Diagonal Content Right v1]
------------------------------------------------------------------*/
.diagonal-content-right-v1 {
  position: relative;
  background: #f7f8fa; }
  .diagonal-content-right-v1:after {
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    display: block;
    border-top: 700px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 70px solid #f7f8fa;
    content: " ";
    margin-right: -1px; }

/* White Version */
.diagonal-content-right-v1.diagonal-content-right-v1-white {
  background: #ffffff; }
  .diagonal-content-right-v1.diagonal-content-right-v1-white:after {
    border-right: 70px solid #ffffff; }

/*------------------------------------------------------------------
    [Equal Height Interactive Banner]
------------------------------------------------------------------*/
.equal-height-ib {
  position: relative;
  height: 500px;
  overflow: hidden; }
  .equal-height-ib.equal-height-ib-600 {
    height: 600px; }
  .equal-height-ib.equal-height-ib-700 {
    height: 700px; }
  .equal-height-ib .equal-height-ib-one,
  .equal-height-ib .equal-height-ib-two {
    position: absolute;
    height: 500px; }
    .equal-height-ib .equal-height-ib-one.equal-height-ib-one-600, .equal-height-ib .equal-height-ib-one.equal-height-ib-two-600,
    .equal-height-ib .equal-height-ib-two.equal-height-ib-one-600,
    .equal-height-ib .equal-height-ib-two.equal-height-ib-two-600 {
      height: 600px; }
    .equal-height-ib .equal-height-ib-one.equal-height-ib-one-700, .equal-height-ib .equal-height-ib-one.equal-height-ib-two-700,
    .equal-height-ib .equal-height-ib-two.equal-height-ib-one-700,
    .equal-height-ib .equal-height-ib-two.equal-height-ib-two-700 {
      height: 700px; }
  .equal-height-ib .equal-height-ib-one {
    left: 0; }
  .equal-height-ib .equal-height-ib-two {
    right: 0; }
  .equal-height-ib .equal-height-ib-ver-center-align {
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .equal-height-ib .equal-height-ib-bg-img {
    width: 100%;
    height: 100%; }

/* Media Queries below 992px */
@media (max-width: 992px) {
  .equal-height-ib.equal-height-ib-md-break {
    position: static;
    height: auto; }
    .equal-height-ib.equal-height-ib-md-break.equal-height-ib-600, .equal-height-ib.equal-height-ib-md-break.equal-height-ib-700 {
      height: auto; }
    .equal-height-ib.equal-height-ib-md-break .equal-height-ib-one,
    .equal-height-ib.equal-height-ib-md-break .equal-height-ib-two {
      position: relative; }
      .equal-height-ib.equal-height-ib-md-break .equal-height-ib-one.equal-height-ib-md-height-auto,
      .equal-height-ib.equal-height-ib-md-break .equal-height-ib-two.equal-height-ib-md-height-auto {
        height: auto; }
    .equal-height-ib.equal-height-ib-md-break .equal-height-ib-ver-center-align {
      position: static;
      top: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

/* Media Queries below 768px */
@media (max-width: 768px) {
  .equal-height-ib {
    position: static;
    height: auto; }
    .equal-height-ib.equal-height-ib-600, .equal-height-ib.equal-height-ib-700 {
      height: auto; }
    .equal-height-ib .equal-height-ib-one,
    .equal-height-ib .equal-height-ib-two {
      position: relative; }
      .equal-height-ib .equal-height-ib-one.equal-height-ib-sm-height-auto,
      .equal-height-ib .equal-height-ib-two.equal-height-ib-sm-height-auto {
        height: auto; }
    .equal-height-ib .equal-height-ib-ver-center-align {
      position: static;
      top: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

/*--------------------------------------------------
    [Icons Box v1]
----------------------------------------------------*/
.icon-box-v1 {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .icon-box-v1 .icon-box-v1-header {
    position: relative;
    text-align: center;
    padding: 70px 40px; }
    .icon-box-v1 .icon-box-v1-header.icon-box-v1-header-bg-one, .icon-box-v1 .icon-box-v1-header.icon-box-v1-header-bg-two, .icon-box-v1 .icon-box-v1-header.icon-box-v1-header-bg-three {
      -webkit-animation-duration: 5s;
      -moz-animation-duration: 5s;
      animation-duration: 5s;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      -moz-animation-direction: alternate;
      animation-direction: alternate; }
    .icon-box-v1 .icon-box-v1-header.icon-box-v1-header-bg-one {
      -webkit-animation-name: icon-box-v1-bg-color-one;
      -moz-animation-name: icon-box-v1-bg-color-one;
      animation-name: icon-box-v1-bg-color-one; }
    .icon-box-v1 .icon-box-v1-header.icon-box-v1-header-bg-two {
      -webkit-animation-name: icon-box-v1-bg-color-two;
      -moz-animation-name: icon-box-v1-bg-color-two;
      animation-name: icon-box-v1-bg-color-two; }
    .icon-box-v1 .icon-box-v1-header.icon-box-v1-header-bg-three {
      -webkit-animation-name: icon-box-v1-bg-color-three;
      -moz-animation-name: icon-box-v1-bg-color-three;
      animation-name: icon-box-v1-bg-color-three; }
  .icon-box-v1 .icon-box-v1-bg-icon {
    position: absolute;
    top: 45%;
    left: 47%;
    font-size: 53px;
    color: #ffffff;
    opacity: .1;
    -webkit-transform: translate3d(-48%, -48%, 0);
    -moz-transform: translate3d(-48%, -48%, 0);
    transform: translate3d(-48%, -48%, 0); }
  .icon-box-v1 .icon-box-v1-icon {
    z-index: 1;
    font-size: 50px;
    color: #ffffff; }
  .icon-box-v1 .icon-box-v1-content {
    background: #ffffff;
    padding: 40px; }
  .icon-box-v1 .icon-box-v1-title {
    font-size: 24px; }
  .icon-box-v1 .icon-box-v1-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    text-decoration: none; }
  .icon-box-v1:hover {
    box-shadow: 0 2px 5px 3px #eff1f8;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* Icon Box v1 ackground Color One */
@-webkit-keyframes icon-box-v1-bg-color-one {
  0% {
    background: #00ccff; }
  40% {
    background: #536dfe; }
  100% {
    background: #546e7a; } }

@-moz-keyframes icon-box-v1-bg-color-one {
  0% {
    background: #00ccff; }
  40% {
    background: #536dfe; }
  100% {
    background: #546e7a; } }

@keyframes icon-box-v1-bg-color-one {
  0% {
    background: #00ccff; }
  40% {
    background: #536dfe; }
  100% {
    background: #546e7a; } }

/* Icon Box v1 ackground Color Two */
@-webkit-keyframes icon-box-v1-bg-color-two {
  0% {
    background: #EF194F; }
  40% {
    background: #b260ce; }
  100% {
    background: #C38594; } }

@-moz-keyframes icon-box-v1-bg-color-two {
  0% {
    background: #EF194F; }
  40% {
    background: #b260ce; }
  100% {
    background: #C38594; } }

@keyframes icon-box-v1-bg-color-two {
  0% {
    background: #EF194F; }
  40% {
    background: #b260ce; }
  100% {
    background: #C38594; } }

/* Icon Box v1 ackground Color Three */
@-webkit-keyframes icon-box-v1-bg-color-three {
  0% {
    background: #009688; }
  40% {
    background: #34AB00; }
  100% {
    background: #9e9e9e; } }

@-moz-keyframes icon-box-v1-bg-color-three {
  0% {
    background: #009688; }
  40% {
    background: #34AB00; }
  100% {
    background: #9e9e9e; } }

@keyframes icon-box-v1-bg-color-three {
  0% {
    background: #009688; }
  40% {
    background: #34AB00; }
  100% {
    background: #9e9e9e; } }

/*--------------------------------------------------
    [Icons Box v2]
----------------------------------------------------*/
.icon-box-v2 {
  position: relative;
  background: #ffffff;
  border: 8px solid #ffffff;
  padding: 40px; }
  .icon-box-v2 .icon-box-v2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .icon-box-v2 .icon-box-v2-overlay:before, .icon-box-v2 .icon-box-v2-overlay:after {
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      z-index: 2;
      content: " ";
      opacity: 0;
      transition-duration: 600ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .icon-box-v2 .icon-box-v2-overlay:before {
      border-top: 1px solid #c3c3c3;
      border-bottom: 1px solid #c3c3c3;
      -webkit-transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      transform: scale(0, 1); }
    .icon-box-v2 .icon-box-v2-overlay:after {
      border-left: 1px solid #c3c3c3;
      border-right: 1px solid #c3c3c3;
      -webkit-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      transform: scale(1, 0); }
  .icon-box-v2 .icon-box-v2-icons {
    font-size: 50px;
    color: #00ccff;
    margin-bottom: 40px; }
  .icon-box-v2 .icon-box-v2-body-title {
    font-size: 24px;
    margin-bottom: 5px; }
  .icon-box-v2 .icon-box-v2-body-subtitle {
    font-size: 16px;
    font-style: italic;
    font-family: brandon_grotesque_lightRg Serif, serif;
    color: #606060; }
  .icon-box-v2 .icon-box-v2-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    text-decoration: none; }
  .icon-box-v2:hover .icon-box-v2-overlay:before, .icon-box-v2:hover .icon-box-v2-overlay:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 600ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/*--------------------------------------------------
    [Icons Box v3]
----------------------------------------------------*/
.icon-box-v3 .icon-box-v3-icons {
  display: block;
  font-size: 36px;
  color: #515160;
  margin: 0 0 20px 1px; }

.icon-box-v3 .icon-box-v3-title {
  font-size: 22px;
  margin: 0 0 10px; }

/*--------------------------------------------------
    [Icons Box v4]
----------------------------------------------------*/
.icon-box-v4 {
  overflow: hidden; }
  .icon-box-v4 .icon-box-v4-element {
    float: left;
    margin: 5px 20px 0 0; }
  .icon-box-v4 .icon-box-v4-body {
    overflow: hidden; }
    .icon-box-v4 .icon-box-v4-body .icon-box-v4-body-title {
      font-size: 22px;
      margin: 0 0 10px; }
    .icon-box-v4 .icon-box-v4-body .icon-box-v4-body-text {
      margin-bottom: 5px;
      font-size: 1em; }
  .icon-box-v4.icon-box-v4-right {
    text-align: right; }
    .icon-box-v4.icon-box-v4-right .icon-box-v4-element {
      float: right;
      margin: 5px 0 0 15px; }

/* White Version */
.icon-box-v4.icon-box-v4-white .icon-box-v4-body .icon-box-v4-body-title {
  color: #ffffff; }

.icon-box-v4.icon-box-v4-white .icon-box-v4-body .icon-box-v4-body-text {
  color: #ffffff;
  opacity: .8; }

/*--------------------------------------------------
    [Icon Box v5]
----------------------------------------------------*/
.icon-box-v5:before, .icon-box-v5:after {
  content: " ";
  display: table; }

.icon-box-v5:after {
  clear: both; }

.icon-box-v5 .icon-box-v5-media {
  float: left;
  margin-right: 25px; }

.icon-box-v5 .icon-box-v5-icon {
  width: 100px;
  height: auto; }

.icon-box-v5 .icon-box-v5-content {
  overflow: hidden; }

.icon-box-v5 .icon-box-v5-subtitle {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  margin-bottom: 5px; }

.icon-box-v5 .icon-box-v5-title {
  font-size: 22px; }

.icon-box-v5 .icon-box-v5-link {
  font-size: 14px;
  font-weight: 300; }

/*--------------------------------------------------
    [Icons Box v6]
----------------------------------------------------*/
.icon-box-v6 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .icon-box-v6.icon-box-v6-body-color-one {
    background: #55acee; }
  .icon-box-v6.icon-box-v6-body-color-two {
    background: #44619d; }
  .icon-box-v6.icon-box-v6-body-color-three {
    background: #ea4c89; }
  .icon-box-v6.icon-box-v6-body-color-four {
    background: #cc181e; }
  .icon-box-v6 .icon-box-v6-body {
    padding: 60px 40px; }
    .icon-box-v6 .icon-box-v6-body .icon-box-v6-icons {
      display: block;
      font-size: 50px;
      color: #ffffff;
      margin-bottom: 15px; }
    .icon-box-v6 .icon-box-v6-body .icon-box-v6-title {
      display: block;
      font-size: 26px;
      color: #ffffff;
      margin: 0; }
    .icon-box-v6 .icon-box-v6-body .icon-box-v6-subtitle {
      display: block;
      font-size: 15px;
      font-weight: 400;
      color: #ffffff;
      opacity: .8;
      margin-bottom: 10px; }
    .icon-box-v6 .icon-box-v6-body .icon-box-v6-text {
      font-style: italic;
      color: #ffffff;
      margin-bottom: 0; }
  .icon-box-v6 .icon-box-v6-hover-gradient {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .icon-box-v6:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(37, 37, 37, 0.4);
    content: " ";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .icon-box-v6:hover .icon-box-v6-icons,
  .icon-box-v6:hover .icon-box-v6-title,
  .icon-box-v6:hover .icon-box-v6-subtitle,
  .icon-box-v6:hover .icon-box-v6-text {
    opacity: .1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .icon-box-v6:hover .icon-box-v6-hover-gradient {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

/*--------------------------------------------------
    [Image Gallery]
----------------------------------------------------*/
.image-gallery {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .image-gallery .image-gallery-effect {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .image-gallery .image-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 204, 255, 0.6);
    opacity: 0;
    content: " ";
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .image-gallery .image-gallery-overlay-content {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    .image-gallery .image-gallery-overlay-content .image-gallery-title {
      font-size: 26px;
      color: #ffffff;
      margin-bottom: 3px;
      -webkit-transform: translate3d(0, 50%, 0);
      -moz-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .image-gallery .image-gallery-overlay-content .image-gallery-subtitle {
      font-style: italic;
      color: #ffffff;
      -webkit-transform: translate3d(0, -10px, 0);
      -moz-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .image-gallery:hover {
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .image-gallery:hover .image-gallery-effect {
      -webkit-transform: scale(1.07, 1.07);
      -moz-transform: scale(1.07, 1.07);
      transform: scale(1.07, 1.07);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .image-gallery:hover .image-gallery-overlay {
      opacity: 1;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .image-gallery:hover .image-gallery-overlay-content .image-gallery-title {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .image-gallery:hover .image-gallery-overlay-content .image-gallery-subtitle {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/*--------------------------------------------------
    [Image Gallery v2]
----------------------------------------------------*/
.image-gallery-v2 {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .image-gallery-v2 .image-gallery-v2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 204, 255, 0.6);
    opacity: 0;
    content: " ";
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .image-gallery-v2 .image-gallery-v2-overlay-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 20px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .image-gallery-v2:hover {
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .image-gallery-v2:hover .image-gallery-v2-overlay {
      opacity: 1;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/*--------------------------------------------------
    [Image Gallery Video]
----------------------------------------------------*/
.image-gallery-video {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden; }
  .image-gallery-video .image-gallery-video-center-align {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .image-gallery-video .image-gallery-video-player {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .image-gallery-video .image-gallery-video-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    text-decoration: none;
    opacity: 0;
    margin-top: -8px;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .image-gallery-video:hover .image-gallery-video-player {
    width: 40px;
    height: 40px;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .image-gallery-video:hover .image-gallery-video-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/*--------------------------------------------------
    [Pie Chart v1]
----------------------------------------------------*/
.piechart-v1 {
  overflow: hidden; }
  .piechart-v1 .piechart-v1-wrap {
    float: left;
    margin-right: 20px; }
    .piechart-v1 .piechart-v1-wrap .circle .circles-text-v1 {
      color: #252525;
      font-size: 32px !important; }
  .piechart-v1 .piechart-v1-body {
    overflow: hidden; }
    .piechart-v1 .piechart-v1-body .piechart-v1-body-title {
      font-size: 22px;
      margin: 0 0 5px; }
    .piechart-v1 .piechart-v1-body .piechart-v1-body-subtitle {
      display: block;
      font-style: italic;
      font-family: brandon_grotesque_lightRg Serif, serif;
      color: #606060;
      margin-bottom: 10px; }

/*--------------------------------------------------
    [Pie Chart v2]
----------------------------------------------------*/
.piechart-v2 {
  text-align: center; }
  .piechart-v2 .piechart-v2-title {
    font-size: 22px; }
  .piechart-v2 .circle-v2 .circles-text-v2 {
    font-size: 20px !important;
    color: #ffffff; }

/*--------------------------------------------------
    [Testimonials v1]
----------------------------------------------------*/
.testimonials-v1 {
  position: relative;
  box-shadow: 0 4px 8px -3px #b6c1de;
  margin: 15px 0 10px; }
  .testimonials-v1:before {
    position: absolute;
    top: -10px;
    left: 9px;
    width: 95%;
    height: 20%;
    z-index: 1;
    background: #fdfdfd;
    box-shadow: inset 0 10px 10px 0 #fdfdfe;
    content: " "; }
  .testimonials-v1 .testimonials-v1-body {
    position: relative;
    z-index: 2;
    text-align: center;
    background: #ffffff;
    padding: 20px; }
  .testimonials-v1 .testimonials-v1-user-picture {
    width: 60px;
    height: 60px;
    border: 3px solid #ebeef6;
    margin-bottom: 15px; }
  .testimonials-v1 .testimonials-v1-quote {
    font-size: 14px; }
  .testimonials-v1 .testimonials-v1-author {
    font-size: 18px;
    color: #00ccff;
    margin: 0 0 3px; }
  .testimonials-v1 .testimonials-v1-author-position {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-family: brandon_grotesque_lightRg Serif, serif;
    color: #3a3a44; }

/*--------------------------------------------------
    [Testimonials v2]
----------------------------------------------------*/
.testimonials-v2 {
  position: relative;
  z-index: 1;
  padding: 0 10px; }
  .testimonials-v2.testimonials-v2-icon-one:before, .testimonials-v2.testimonials-v2-icon-two:before, .testimonials-v2.testimonials-v2-icon-three:before {
    position: absolute;
    top: -45px;
    right: -10px;
    display: inline-block;
    font-size: 100px;
    font-family: et-line;
    color: #ffffff;
    opacity: .2; }
  .testimonials-v2.testimonials-v2-icon-one:before {
    content: "\e02b"; }
  .testimonials-v2.testimonials-v2-icon-two:before {
    content: "\e016"; }
  .testimonials-v2.testimonials-v2-icon-three:before {
    content: "\e03c"; }
  .testimonials-v2 .testimonials-v2-title,
  .testimonials-v2 .testimonials-v2-quote,
  .testimonials-v2 .testimonials-v2-author {
    color: #ffffff; }
  .testimonials-v2 .testimonials-v2-title {
    font-size: 24px; }
  .testimonials-v2 .testimonials-v2-quote {
    opacity: .8;
    margin-bottom: 25px; }
  .testimonials-v2 .testimonials-v2-author {
    display: block;
    font-size: 16px; }

/*--------------------------------------------------
    [Testimonials v3]
----------------------------------------------------*/
.testimonials-v3 {
  text-align: center;
  background: #ffffff;
  box-shadow: 0 2px 5px 3px #eff1f8;
  padding: 30px;
  margin: 5px; }
  .testimonials-v3 .testimonials-v3-subtitle {
    position: relative;
    display: block;
    font-size: 16px;
    font-style: italic;
    margin: 50px 0 20px; }
    .testimonials-v3 .testimonials-v3-subtitle:before {
      position: absolute;
      top: -60px;
      left: 50%;
      font-size: 70px;
      font-family: brandon_grotesque_lightRg Serif, serif;
      color: #252525;
      content: "“";
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
  .testimonials-v3 .testimonials-v3-title {
    font-size: 26px; }
  .testimonials-v3 .testimonials-v3-quote {
    margin-bottom: 10px; }
  .testimonials-v3 .testimonials-v3-user-img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px; }
  .testimonials-v3 .testimonials-v3-author {
    font-size: 16px;
    font-style: italic;
    font-family: brandon_grotesque_lightRg Serif, serif;
    color: #3a3a44;
    margin-bottom: 0; }

/*--------------------------------------------------
    [Testimonials v4]
----------------------------------------------------*/
.testimonials-v4 {
  text-align: center;
  padding: 20px 0; }
  .testimonials-v4 .testimonials-v4-header {
    padding: 0 50px; }
    .testimonials-v4 .testimonials-v4-header .testimonials-v4-subtitle {
      display: block;
      font-size: 18px;
      font-style: italic;
      color: #3a3a44;
      margin-bottom: 5px; }
    .testimonials-v4 .testimonials-v4-header .testimonials-v4-title {
      font-size: 26px; }
  .testimonials-v4 .testimonials-v4-img {
    width: 100px;
    height: auto;
    display: block;
    text-align: center;
    border: 5px solid rgba(255, 255, 255, 0.3);
    margin: 0 auto 20px; }
  .testimonials-v4 .testimonials-v4-quote {
    font-style: italic; }
  .testimonials-v4 .testimonials-v4-rating-list > li {
    padding: 0; }
  .testimonials-v4 .testimonials-v4-author {
    font-size: 18px;
    color: #00ccff;
    margin-bottom: 10px; }
  .testimonials-v4 .testimonials-v4-author-position {
    font-size: 15px;
    font-style: italic;
    color: #606060; }

/* Testimonials v4 White Version */
.testimonials-v4-white .testimonials-v4-header .testimonials-v4-subtitle {
  color: #ffffff; }

.testimonials-v4-white .testimonials-v4-header .testimonials-v4-title {
  color: #ffffff; }
  .testimonials-v4-white .testimonials-v4-header .testimonials-v4-title:before, .testimonials-v4-white .testimonials-v4-header .testimonials-v4-title:after {
    background: #ffffff; }

.testimonials-v4-white .testimonials-v4-quote {
  color: #ffffff; }

.testimonials-v4-white .testimonials-v4-author-position {
  color: #f1f1f1; }

/*--------------------------------------------------
    [Testimonials v5]
----------------------------------------------------*/
.testimonials-v5 {
  text-align: center; }
  .testimonials-v5 .testimonials-v5-quote {
    position: relative;
    margin-bottom: 30px; }
    .testimonials-v5 .testimonials-v5-quote:before {
      position: absolute;
      top: -25px;
      left: 50%;
      width: 40px;
      height: 1px;
      background: #ffffff;
      content: " ";
      margin-left: -20px; }
  .testimonials-v5 .testimonials-v5-img {
    width: 100px;
    height: auto;
    display: block;
    text-align: center;
    border: 5px solid #ffffff;
    margin: 0 auto 20px; }
  .testimonials-v5 .testimonials-v5-author {
    font-size: 26px;
    color: #00ccff; }
  .testimonials-v5 .testimonials-v5-quote-text {
    font-size: 24px;
    font-style: italic;
    font-family: brandon_grotesque_lightRg Serif, serif;
    color: #ffffff; }

/*--------------------------------------------------
    [Testimonials v6]
----------------------------------------------------*/
.testimonials-v6 {
  background: #f7f8fa;
  padding: 60px 0; }
  .testimonials-v6 .testimonials-v6-quote {
    position: relative;
    background: #ffffff;
    box-shadow: 3px 3px 3px 0 rgba(182, 193, 222, 0.3);
    padding: 15px;
    margin-bottom: 25px; }
    .testimonials-v6 .testimonials-v6-quote:after {
      position: absolute;
      left: 40px;
      bottom: -18px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 0 0;
      border-color: #ffffff transparent transparent;
      filter: drop-shadow(2px 2px 1px rgba(182, 193, 222, 0.3));
      -moz-filter: drop-shadow(2px 2px 1px rgba(182, 193, 222, 0.3));
      -webkit-filter: drop-shadow(2px 2px 1px rgba(182, 193, 222, 0.3));
      content: " "; }
  .testimonials-v6 .testimonials-v6-author {
    overflow: hidden; }
    .testimonials-v6 .testimonials-v6-author .testimonials-v6-user-picture {
      width: 55px;
      height: 55px;
      float: left;
      border: 2px solid #ffffff;
      margin-right: 15px; }
  .testimonials-v6 .testimonials-v6-element {
    overflow: hidden;
    margin-top: 3px; }
    .testimonials-v6 .testimonials-v6-element .testimonials-v6-author {
      font-size: 18px;
      color: #00ccff;
      margin: 0 0 2px; }
    .testimonials-v6 .testimonials-v6-element .testimonials-v6-position {
      display: block;
      font-style: italic;
      font-family: brandon_grotesque_lightRg Serif, serif;
      color: #606060; }
  .testimonials-v6 .testimonials-v6-quote-text {
    font-size: 16px;
    font-style: italic;
    font-family: brandon_grotesque_lightRg Serif, serif;
    color: #3a3a44; }

/* Testimonials v6 White Version */
.testimonials-v6-white .testimonials-v6-quote {
  color: #ffffff;
  background: #e4e4e4; }
  .testimonials-v6-white .testimonials-v6-quote:after {
    border-color: #e4e4e4 transparent transparent; }

.testimonials-v6-white .testimonials-v6-element .testimonials-v6-author-position {
  color: #f1f1f1; }

/*--------------------------------------------------
    [Testimonials v7]
----------------------------------------------------*/
.testimonials-v7 {
  position: relative;
  z-index: 1;
  background: url(../../assets/img/1920x1080/08.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0%; }
  .testimonials-v7:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, 0.8);
    content: " "; }
  .testimonials-v7 .testimonials-v7-title {
    position: relative;
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.2;
    text-align: right;
    padding-left: 50px;
    margin-bottom: 0; }
    .testimonials-v7 .testimonials-v7-title:before {
      position: absolute;
      top: -25px;
      left: 0;
      display: inline-block;
      font-size: 100px;
      font-family: brandon_grotesque_lightRg Serif, serif;
      color: #ffffff;
      content: "“"; }
  .testimonials-v7 .testimonials-v7-author {
    position: relative;
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    font-family: brandon_grotesque_lightRg Serif, serif;
    color: #00ccff;
    padding-left: 30px; }
    .testimonials-v7 .testimonials-v7-author:before {
      position: absolute;
      top: 13px;
      left: 0;
      width: 20px;
      height: 1px;
      display: inline-block;
      background: #00ccff;
      content: " "; }
  .testimonials-v7 .testimonials-v7-text {
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
    line-height: 1.6;
    opacity: .95; }

/*--------------------------------------------------
    [Video Background]
----------------------------------------------------*/
.responsive-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */ }
  .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*--------------------------------------------------
    [HTML5 Video Background]
----------------------------------------------------*/
.html5-video-bg > div:first-child {
  z-index: 0 !important; }

/*--------------------------------------------------
    [Pricing List v1]
----------------------------------------------------*/
.pricing-list-v1 {
  border: 2px solid #f7f8fa;
  padding: 10px; }
  .pricing-list-v1 .pricing-list-v1-body {
    background: #f7f8fa; }
    .pricing-list-v1 .pricing-list-v1-body .pricing-list-v1-header {
      border-bottom: 2px solid #ffffff;
      padding: 30px 0;
      margin: 0 30px; }
    .pricing-list-v1 .pricing-list-v1-body .pricing-list-v1-header-title {
      font-size: 24px;
      font-weight: 400;
      margin: 0 0 5px; }
    .pricing-list-v1 .pricing-list-v1-body .pricing-list-v1-header-subtitle {
      font-size: 14px;
      font-style: italic;
      font-family: brandon_grotesque_lightRg Serif, serif;
      color: #606060; }
    .pricing-list-v1 .pricing-list-v1-body .pricing-list-v1-header-price-sign {
      position: relative;
      top: -20px;
      font-size: 24px;
      font-weight: 400;
      color: #252525; }
    .pricing-list-v1 .pricing-list-v1-body .pricing-list-v1-header-price {
      font-size: 45px;
      font-weight: 500;
      color: #252525; }
      .pricing-list-v1 .pricing-list-v1-body .pricing-list-v1-header-price:after {
        font-size: 36px;
        font-weight: 400;
        content: "/";
        margin-right: -5px; }
    .pricing-list-v1 .pricing-list-v1-body .pricing-list-v1-header-price-info {
      font-size: 22px;
      font-weight: 400;
      color: #252525; }
    .pricing-list-v1 .pricing-list-v1-body .pricing-list-v1-content {
      padding: 30px; }
    .pricing-list-v1 .pricing-list-v1-body .pricing-list-v1-content-list {
      margin-bottom: 20px; }
      .pricing-list-v1 .pricing-list-v1-body .pricing-list-v1-content-list > li {
        padding: 5px; }

/* Pricing List v1 Active */
.pricing-list-v1-active {
  z-index: 1;
  border-color: #f7f8fa;
  border-width: 2px;
  background: #ffffff; }
  .pricing-list-v1-active .pricing-list-v1-body {
    background: #ffffff; }
    .pricing-list-v1-active .pricing-list-v1-body .pricing-list-v1-header {
      border-color: #f7f8fa; }
    .pricing-list-v1-active .pricing-list-v1-body .pricing-list-v1-header-price,
    .pricing-list-v1-active .pricing-list-v1-body .pricing-list-v1-header-price-sign,
    .pricing-list-v1-active .pricing-list-v1-body .pricing-list-v1-header-price-info {
      color: #00ccff; }

/* Media Queries above 992px */
@media (min-width: 992px) {
  .pricing-list-v1-active {
    -webkit-transform: scale(1.01, 1.07);
    -moz-transform: scale(1.01, 1.07);
    transform: scale(1.01, 1.07); } }

/*--------------------------------------------------
    [Pricing List v2]
----------------------------------------------------*/
.pricing-list-v2 {
  box-shadow: 0 2px 5px 3px #eff1f8; }
  .pricing-list-v2 .pricing-list-v2-header {
    padding: 20px; }
  .pricing-list-v2 .pricing-list-v2-header-title {
    font-size: 20px;
    font-style: italic;
    font-family: brandon_grotesque_lightRg Serif, serif;
    color: #ffffff;
    text-transform: inherit;
    text-align: right;
    margin: 0; }
  .pricing-list-v2 .pricing-list-v2-header-price-sign {
    position: relative;
    top: -22px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff; }
  .pricing-list-v2 .pricing-list-v2-header-price {
    font-size: 50px;
    font-weight: 500;
    color: #ffffff; }
    .pricing-list-v2 .pricing-list-v2-header-price:after {
      font-size: 26px;
      font-weight: 400;
      content: "/";
      margin-right: -5px; }
  .pricing-list-v2 .pricing-list-v2-header-price-info {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff; }
  .pricing-list-v2 .pricing-list-v2-content {
    background: #ffffff;
    border: 1px solid #f7f8fa;
    padding: 30px; }
  .pricing-list-v2 .pricing-list-v2-content-list {
    margin-bottom: 20px; }
    .pricing-list-v2 .pricing-list-v2-content-list > li {
      padding: 5px; }

/*--------------------------------------------------
    [Pricing List v3]
----------------------------------------------------*/
.pricing-list-v3 {
  text-align: center;
  padding: 80px 30px; }
  .pricing-list-v3 .pricing-list-v3-border {
    border-right: 1px solid rgba(255, 255, 255, 0.7); }
  .pricing-list-v3 .pricing-list-v3-title {
    font-size: 40px;
    color: #ffffff; }
  .pricing-list-v3 .pricing-list-v3-subtitle {
    display: block;
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 10px; }
  .pricing-list-v3 .pricing-list-v3-text {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-family: brandon_grotesque_lightRg Serif, serif;
    color: #ffffff;
    letter-spacing: 1px; }
  .pricing-list-v3 .pricing-list-v3-price-sign {
    position: relative;
    top: -20px;
    font-size: 18px;
    color: #ffffff; }
  .pricing-list-v3 .pricing-list-v3-price {
    font-size: 40px;
    font-weight: 400;
    color: #ffffff; }
  .pricing-list-v3 .pricing-list-v3-paragraph {
    color: #ffffff; }

/* Media Queries below 480px */
@media (max-width: 480px) {
  .pricing-list-v3 .pricing-list-v3-border {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding-bottom: 30px; } }

/*--------------------------------------------------
    [Pricing List v4]
----------------------------------------------------*/
.pricing-list-v4 {
  text-align: center;
  background: #ffffff;
  box-shadow: 15px 15px 15px 0 #585858; }
  .pricing-list-v4 .pricing-list-v4-header {
    border-bottom: 1px solid #e4e8f3;
    padding: 40px 20px 40px;
    margin: 10px 30px; }
    .pricing-list-v4 .pricing-list-v4-header .pricing-list-v4-title {
      font-size: 36px;
      margin-bottom: 0; }
    .pricing-list-v4 .pricing-list-v4-header .pricing-list-v4-subtitle {
      display: block;
      font-size: 16px;
      font-weight: 300; }
  .pricing-list-v4 .pricing-list-v4-content {
    padding: 40px 20px; }
    .pricing-list-v4 .pricing-list-v4-content .pricing-list-v4-price-sign {
      position: relative;
      top: -30px;
      font-size: 20px; }
    .pricing-list-v4 .pricing-list-v4-content .pricing-list-v4-price {
      font-size: 70px;
      font-weight: 400;
      line-height: .5;
      letter-spacing: -3px; }
    .pricing-list-v4 .pricing-list-v4-content .pricing-list-v4-subprice {
      font-size: 30px;
      font-weight: 400; }
    .pricing-list-v4 .pricing-list-v4-content .pricing-list-v4-price-info {
      position: relative;
      display: block;
      letter-spacing: 1px; }
      .pricing-list-v4 .pricing-list-v4-content .pricing-list-v4-price-info:before {
        font-size: 22px;
        font-weight: 300;
        content: "/";
        margin-right: 3px; }

.price-amount {
  margin-top: 1em;
  margin-bottom: 1em; }

.pricing-list-v3-price, .pricing-list-v3-price-sign {
  color: #FF69B4; }

.block {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 7px 7px 5px 0 #959595;
  padding: 0;
  margin-top: 20px; }

.title {
  font-weight: 900;
  text-transform: uppercase; }

/*Shared properties*/
.title, .pt-footer {
  color: #fff;
  line-height: 2;
  height: 100px; }

.pt-footer {
  position: absolute;
  bottom: 0; }

.content {
  position: relative;
  color: #FEFEFE;
  padding: 20px 0 10px 0; }

/*arrow creation*/
.content:after, .content:before, .pt-footer:before, .pt-footer:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.pt-footer:after, .pt-footer:before {
  top: 0; }

.content:after, .pt-footer:after {
  border-color: rgba(136, 183, 213, 0);
  border-width: 20px;
  margin-left: -20px; }

/*/arrow creation*/
.price {
  position: relative;
  display: inline-block;
  margin-bottom: 0.625rem; }
  .price sub {
    color: #fff;
    font-size: 1.6em; }

.price span {
  font-size: 5.2rem;
  letter-spacing: 8px;
  font-weight: bold;
  color: #fff; }

.price sup {
  font-size: 1.5rem;
  position: absolute;
  top: 12px;
  left: -12px;
  color: #fff; }

.hint {
  font-style: italic;
  font-size: 0.9rem; }

.features {
  list-style-type: none;
  background: #FFFFFF;
  text-align: left;
  color: #9C9C9C;
  padding: 30px 22%;
  font-size: 1rem; }

.features li {
  padding: 10px 0;
  width: 100%; }

.features li span {
  padding-right: 0.4rem; }

.pt-footer {
  font-size: 1rem;
  padding-top: 0.5rem;
  text-transform: capitalize; }

/*PERSONAL*/
.personal {
  border: 10px solid #82DACA; }

.personal .title {
  background: #78CFBF; }

.personal .content, .personal .pt-footer {
  background: #82DACA; }

.personal .content:after {
  border-top-color: #82DACA; }

.personal .pt-footer:after {
  border-top-color: #FFFFFF; }

/*PROFESSIONAL*/
.professional {
  border: 10px solid #53CFE9; }

.professional .title {
  background: #3EC6E0; }

.professional .content, .professional .pt-footer {
  background: #53CFE9; }

.professional .content:after {
  border-top-color: #53CFE9; }

.professional .pt-footer:after {
  border-top-color: #FFFFFF; }

/*BUSINESS*/
.business {
  border: 10px solid #EB6379; }

.business .title {
  background: #E3536C; }

.business .content, .business .pt-footer {
  background: #EB6379; }

.business .content:after {
  border-top-color: #EB6379; }

.business .pt-footer:after {
  border-top-color: #FFFFFF; }

.price-bottom-band-green {
  background-color: #82DACA; }

.price-bottom-band-blue {
  background-color: #53CFE9;
  position: absolute;
  bottom: 0;
  clear: both; }

.price-desc {
  padding: 4em 1em; }

/*------------------------------------------------------------------
    [Footer v6]
------------------------------------------------------------------*/
.footer-v6 {
  background: #3e3e48; }
  .footer-v6 .footer-v6-logo-img {
    width: 85px;
    height: auto; }
  .footer-v6 .footer-v6-title {
    font-size: 22px;
    color: #ffffff; }
  .footer-v6 .footer-link-v6-list {
    margin-bottom: 0; }
    .footer-v6 .footer-link-v6-list .footer-link-v6-list-item {
      color: #ffffff;
      padding: 4px 0; }
      .footer-v6 .footer-link-v6-list .footer-link-v6-list-item a, .footer-v6 .footer-link-v6-list .footer-link-v6-list-item i {
        color: #ffffff; }
      .footer-v6 .footer-link-v6-list .footer-link-v6-list-item .footer-link-v6-list-link {
        color: #ffffff; }
        .footer-v6 .footer-link-v6-list .footer-link-v6-list-item .footer-link-v6-list-link:hover {
          color: #ffffff;
          text-decoration: none; }
    .footer-v6 .footer-link-v6-list .footer-link-v6-list-item-divider {
      border-bottom: 1px solid #ebeef6;
      padding-bottom: 10px;
      margin-bottom: 10px; }

/* Footer v6 Copyright */
.footer-v6 .footer-v6-copyright {
  background: #3a3a44;
  text-align: center;
  padding: 20px 0; }
  .footer-v6 .footer-v6-copyright .footer-v6-copyright-text {
    font-size: 14px;
    color: #ffffff;
    margin: 6px 0; }

/*--------------------------------------------------
    [Header]
----------------------------------------------------*/
.header {
  border: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* Header Fixed */
.header.header-fixed {
  position: relative; }

/* Header Box Shadow */
.header.header-box-shadow:before, .header.header-box-shadow:after {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: -1;
  box-shadow: 0 0 15px #e8e8ec;
  border-radius: 1000px / 30px;
  content: " "; }

.header.header-box-shadow:after {
  left: auto;
  right: 10px; }

/* Navbar */
.header .navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0; }

/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  float: left;
  border: none;
  padding: 0;
  margin: 32px 0; }
  .header .navbar-toggle .toggle-icon {
    position: relative;
    width: 25px;
    height: 3px;
    display: inline-block;
    background: #222222;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
      position: absolute;
      left: 0;
      width: 25px;
      height: 3px;
      background: #222222;
      content: " "; }
    .header .navbar-toggle .toggle-icon:before {
      bottom: 16px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      transform: rotate(0);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header .navbar-toggle .toggle-icon:after {
      top: -8px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      transform: rotate(0);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header .navbar-toggle .toggle-icon.is-clicked {
      background: rgba(34, 34, 34, 0); }
      .header .navbar-toggle .toggle-icon.is-clicked:before, .header .navbar-toggle .toggle-icon.is-clicked:after {
        background: #222222; }
      .header .navbar-toggle .toggle-icon.is-clicked:before {
        bottom: 5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        transition-duration: 400ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
      .header .navbar-toggle .toggle-icon.is-clicked:after {
        top: -5px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition-duration: 400ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .header .navbar-toggle:hover .toggle-icon.is-clicked {
    background: rgba(255, 255, 255, 0); }

/* Navbar Toggle White*/
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  float: left;
  border: none;
  padding: 0;
  margin: 32px 0; }
  .header .navbar-toggle .toggle-white {
    background: #fff; }
    .header .navbar-toggle .toggle-white:before, .header .navbar-toggle .toggle-white:after {
      background: #fff; }
    .header .navbar-toggle .toggle-white.is-clicked {
      background: rgba(255, 255, 255, 0); }
      .header .navbar-toggle .toggle-white.is-clicked:before, .header .navbar-toggle .toggle-white.is-clicked:after {
        background: #fff; }
  .header .navbar-toggle:hover .toggle-icon.is-clicked {
    background: rgba(255, 255, 255, 0); }

/* Topbar Toggle Trigger */
.header .topbar-toggle-trigger {
  float: left;
  width: 27px;
  height: 27px;
  text-align: center;
  cursor: pointer;
  padding: 35px 0 55px; }
  .header .topbar-toggle-trigger .topbar-toggle-trigger-style {
    position: relative;
    top: 8px;
    display: block;
    width: 4px;
    height: 4px;
    text-align: center;
    background: #252525;
    border-radius: 50%;
    content: " ";
    margin: 0 auto; }
    .header .topbar-toggle-trigger .topbar-toggle-trigger-style:before, .header .topbar-toggle-trigger .topbar-toggle-trigger-style:after {
      position: absolute;
      left: 50%;
      width: 4px;
      height: 4px;
      background: #252525;
      border-radius: 50%;
      content: " ";
      margin-left: -2px; }
    .header .topbar-toggle-trigger .topbar-toggle-trigger-style:before {
      top: -6px; }
    .header .topbar-toggle-trigger .topbar-toggle-trigger-style:after {
      bottom: -6px; }
  .header .topbar-toggle-trigger:hover .topbar-toggle-trigger-style {
    background: #00ccff; }
    .header .topbar-toggle-trigger:hover .topbar-toggle-trigger-style:before, .header .topbar-toggle-trigger:hover .topbar-toggle-trigger-style:after {
      background: #00ccff; }

/* Topbar Toggle Trigger Icon */
.header .topbar-toggle-trigger-icon-style {
  color: #252525;
  padding: 2px 5px; }
  .header .topbar-toggle-trigger-icon-style:hover {
    color: #00ccff; }

/* Navbar Actions */
.header .navbar-actions {
  position: relative;
  float: right; }
  .header .navbar-actions .navbar-actions-shrink {
    line-height: 90px;
    float: left;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* Navbar Logo */
.header .navbar-logo {
  width: 100px;
  height: 100px;
  float: left;
  max-height: 100px;
  line-height: 60px;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .header .navbar-logo .navbar-logo-wrap {
    display: inline-block;
    padding: 15px 0; }
    .header .navbar-logo .navbar-logo-wrap:focus, .header .navbar-logo .navbar-logo-wrap:hover {
      text-decoration: none; }
  .header .navbar-logo .navbar-logo-img {
    display: inline-block;
    width: 210px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle; }

/* Navbar Nav */
.header .navbar-nav .nav-item-child {
  font-size: 14px;
  font-family: 'brandon_grotesque_lightRg';
  font-weight: 900;
  color: #fff;
  background: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s ease; }

@media (min-width: 991px) {
  .header .navbar-nav .nav-item-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 20px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .header .navbar-nav .nav-item-child:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.header .navbar-nav .open .nav-item-child:hover, .header .navbar-nav .open .nav-item-child:focus {
  background: 0; }

.navbar-nav > li > a {
  line-height: 72px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 992px) {
    .navbar-nav > li > a {
      padding-bottom: 0; } }

.nav > li > a {
  padding-left: 10px; }

/* Dropdown Menu */
.header .dropdown-menu {
  min-width: 200px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 1px; }
  .header .dropdown-menu .dropdown-menu-item {
    color: #3f3f3f; }
    .header .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child {
      font-size: 12px;
      font-weight: 400;
      color: #3f3f3f;
      text-transform: uppercase;
      padding: 8px 20px; }
      .header .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child.active {
        color: #00ccff; }
        .header .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child.active:hover {
          color: #00ccff;
          background: #ffffff; }
      .header .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child:focus {
        background: 0; }
      .header .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child:hover {
        color: #ffffff;
        background: #00ccff; }
    .header .dropdown-menu .dropdown-menu-item.active .dropdown-menu-item-child {
      color: #00ccff; }
      .header .dropdown-menu .dropdown-menu-item.active .dropdown-menu-item-child:hover {
        background: 0; }

/* Dropdown Submenu */
.header .dropdown-submenu {
  position: relative; }
  .header .dropdown-submenu:hover .dropdown-submenu-child {
    color: #00ccff; }
  .header .dropdown-submenu:hover .dropdown-menu {
    display: block; }
  .header .dropdown-submenu .dropdown-submenu-child {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #3f3f3f;
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px 20px;
    margin: 0; }
    .header .dropdown-submenu .dropdown-submenu-child:after {
      position: absolute;
      top: 8px;
      right: 12px;
      display: inline-block;
      font-size: 12px;
      font-family: FontAwesome;
      content: "\f105"; }
    .header .dropdown-submenu .dropdown-submenu-child.active {
      color: #00ccff; }
      .header .dropdown-submenu .dropdown-submenu-child.active:hover {
        color: #00ccff;
        background: #ffffff; }
        .header .dropdown-submenu .dropdown-submenu-child.active:hover:after {
          color: #00ccff; }
    .header .dropdown-submenu .dropdown-submenu-child:hover {
      color: #ffffff;
      background: #00ccff; }
      .header .dropdown-submenu .dropdown-submenu-child:hover:after {
        color: #ffffff; }
  .header .dropdown-submenu .dropdown-menu {
    top: -1px;
    left: 100%;
    margin-left: -0.8px; }
    .header .dropdown-submenu .dropdown-menu.dropdown-menu-left {
      left: -100%;
      margin-left: 0.5px; }
  .header .dropdown-submenu.active .dropdown-submenu-child {
    color: #00ccff; }
    .header .dropdown-submenu.active .dropdown-submenu-child:hover {
      color: #00ccff;
      background: #ffffff; }

/* Mega Menu */
.header .mega-menu-list .mega-menu-title {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #252525;
  text-transform: uppercase;
  margin-bottom: 10px; }

.header .mega-menu-list .mega-menu-child {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #3f3f3f;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 20px;
  margin: 0; }
  .header .mega-menu-list .mega-menu-child.active {
    color: #00ccff; }
    .header .mega-menu-list .mega-menu-child.active:hover {
      color: #00ccff;
      background: #ffffff; }
  .header .mega-menu-list .mega-menu-child:hover {
    color: #ffffff;
    background: #00ccff;
    text-decoration: none; }

/* Media Queries below 991px */
@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
  .header .navbar-toggle {
    display: block; }
  .header .navbar-collapse.collapse {
    display: none !important; }
    .header .navbar-collapse.collapse.in {
      display: block !important; }
  .header .navbar-nav {
    margin: 0;
    float: none; }
    .header .navbar-nav .nav-item {
      float: none; }
  /* Navbar Fixed Top */
  .header.navbar-fixed-top, .header.navbar-fixed-top-boxed {
    position: relative; }
    .header.navbar-fixed-top .nav-collapse, .header.navbar-fixed-top-boxed .nav-collapse {
      max-height: none;
      padding: 0;
      margin: 0; }
  /* Menu Container */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table; }
  .header .menu-container:after {
    clear: both; }
  /* Navbar Logo */
  .header .navbar-logo {
    width: auto;
    height: 100%;
    display: block;
    float: none;
    text-align: center;
    margin: 0 70px; }
  /* Navbar Nav */
  .header .navbar-nav .nav-item.open .nav-item-child:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .header .navbar-nav .nav-item-child {
    line-height: 0; }
  .header .navbar-nav .dropdown-toggle {
    position: relative; }
    .header .navbar-nav .dropdown-toggle:after {
      position: absolute;
      top: 12px;
      right: 0;
      display: inline-block;
      font-size: 12px;
      font-family: FontAwesome;
      content: "\f105";
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .header .navbar-nav .nav-item-bg {
    display: inline-block;
    border-top: none;
    margin: 10px 0 20px;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header .navbar-nav .nav-item-bg .nav-item-child {
      color: #ffffff;
      line-height: 20px;
      padding: 7px 15px;
      background: #00ccff; }
      .header .navbar-nav .nav-item-bg .nav-item-child:after {
        content: " ";
        display: none; }
      .header .navbar-nav .nav-item-bg .nav-item-child:hover {
        color: #ffffff; }
  /* Dropdown Menu */
  .header .dropdown-menu {
    position: static;
    float: none; }
    .header .dropdown-menu .dropdown-menu-item:last-child {
      margin-bottom: 20px; }
  /* Dropdown Submenu */
  .header .dropdown-submenu .dropdown-submenu-child {
    font-weight: 500; }
    .header .dropdown-submenu .dropdown-submenu-child:after {
      display: none; }
    .header .dropdown-submenu .dropdown-submenu-child:hover {
      cursor: inherit; }
  .header .dropdown-submenu .dropdown-menu {
    display: block;
    padding-left: 20px;
    margin-bottom: 20px; }
  .header .dropdown-submenu:hover .dropdown-submenu-child {
    color: #252525;
    background: 0; }
  /* Mega Menu */
  .header .mega-menu-list {
    margin-bottom: 20px; }
    .header .mega-menu-list .mega-menu-title {
      font-size: 12px;
      padding: 8px 20px;
      margin-bottom: 0; }
    .header .mega-menu-list .mega-menu-item {
      margin-left: 20px; } }

/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0; }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
    .header .navbar > .container > .nav-collapse {
      margin-left: 0;
      margin-right: 0; }
  /* Theme Toggle Trigger */
  .header .theme-toggle-trigger {
    display: block; }
  .header .theme-toggle-content {
    display: none; } }

/* Media Queries below 480px */
@media (max-width: 480px) {
  .header {
    background: none; }
    .header .shopping-cart .shopping-cart-menu {
      position: absolute;
      top: 100%;
      right: -50px; } }

/* Media Queries above 768px */
@media (min-width: 768px) {
  /* Navbar Fixed Top Boxed */
  .header.navbar-fixed-top.navbar-fixed-top-boxed {
    position: fixed;
    top: 0;
    left: auto;
    right: auto; }
  /* Theme Toggle Trigger */
  .header .theme-toggle-trigger {
    display: none !important; }
  .header .theme-toggle-content {
    display: block !important; } }

/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Header Shrink */
  .header-shrink.header {
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-shrink.header:before, .header-shrink.header:after {
      position: absolute;
      top: 50%;
      left: 10px;
      right: 10px;
      bottom: 0;
      z-index: -1;
      border-radius: 1000px / 30px;
      content: " "; }
    .header-shrink.header:after {
      left: auto;
      right: 10px; }
    .header-shrink.header .navbar {
      background: #ffffff; }
    .header-shrink.header .navbar-logo {
      width: 85px;
      height: 85px;
      max-height: 70px;
      line-height: 35px;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
      .header-shrink.header .navbar-logo .navbar-logo-wrap {
        padding: 3px 0; }
    .header-shrink.header .navbar-actions .navbar-actions-shrink {
      line-height: 70px;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-shrink.header .navbar-nav .nav-item-child {
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-shrink.header .navbar-nav .nav-item-bg {
      margin: 17px 15px 17px 0;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  /* Navbar */
  .header .navbar-nav {
    float: right; }
    .header .navbar-nav .nav-item .dropdown-menu {
      z-index: 9999;
      min-width: 200px;
      border: none;
      border-radius: 0; }
    .header .navbar-nav .nav-item .open > .dropdown-menu {
      display: none; }
    .header .navbar-nav .nav-item:hover > .dropdown-menu {
      display: block; }
    .header .navbar-nav .nav-item-bg {
      margin: 27px 15px 27px 0;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
      .header .navbar-nav .nav-item-bg .nav-item-child {
        color: #ffffff;
        line-height: 20px;
        padding: 7px 15px;
        background: #ffffff; }
        .header .navbar-nav .nav-item-bg .nav-item-child:hover {
          color: #ffffff; }
  /* Mega Menu */
  .header .mega-menu .nav,
  .header .mega-menu .collapse,
  .header .mega-menu .dropdown,
  .header .mega-menu .dropup {
    position: static; }
  .header .mega-menu .container {
    position: relative; }
  .header .dropdown-menu {
    left: auto; }
  .header .mega-menu-fullwidth .dropdown-menu {
    left: 15px;
    right: 15px;
    padding: 20px 0; }
  .header .mega-menu-content {
    padding: 0 20px; }
  .header .mega-menu-list {
    margin-bottom: 0; }
    .header .mega-menu-list .mega-menu-item {
      padding: 0; }
    .header .mega-menu-list .mega-menu-title {
      padding-left: 20px; } }

.header-fill {
  width: 100%; }

@media (max-width: 991px) {
  .header.navbar-fixed-top, .header.navbar-fixed-top-boxed {
    position: relative; } }

@media (max-width: 991px) {
  .nav-item {
    max-height: 60px; } }

.bg-shade {
  background: rgba(0, 0, 0, 0.3) !important; }

.header-pink {
  background: #FF69B4; }

.header-dark {
  background: #252525; }

.header-dark-op {
  background: rgba(0, 0, 0, 0.7); }

@media only screen and (min-width: 992px) {
  .header-pink, .header-dark, .header-dark-op {
    background: none !important; } }

/*--------------------------------------------------
    Blue Nav Items
----------------------------------------------------*/
.nav-item {
  max-height: 90px; }

.topbar-c-contacts-link {
  font-family: 'brandon_grotesque_boldregular'; }

.nav-item-blue {
  color: #080404 !important; }
  .nav-item-blue:hover {
    color: #080404 !important; }

.nav-item-blue:hover {
  color: #080404 !important; }

.nav-item:hover {
  color: #fff !important; }

.nav-item-blue:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 80px;
  left: 0;
  background-color: #080404 !important;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.nav-item-child-blue:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/*--------------------------------------------------
    Logo
----------------------------------------------------*/
.logo {
  display: none;
  font-size: 2.2em;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .logo {
      display: block; } }
  @media only screen and (min-width: 992px) {
    .logo {
      text-align: left; } }

.title-logo {
  text-align: left; }

@media (max-width: 991px) {
  .title-logo {
    text-align: center; } }

@media (max-width: 768px) {
  .title-logo {
    display: none; } }

@media (max-width: 990px) {
  .header .navbar-logo .navbar-logo-img {
    display: block;
    margin: auto; } }

@media (max-width: 480px) {
  .header .navbar-logo .navbar-logo-img {
    display: none;
    margin: none; } }

.header .navbar-logo .logo-mobile {
  display: block;
  margin-left: auto;
  max-width: 110px; }
  @media only screen and (min-width: 768px) {
    .header .navbar-logo .logo-mobile {
      display: none; } }

.hero-image {
  padding-top: 4em;
  padding-bottom: 4em; }

.bh-ss-img {
  margin: auto; }

.header .navbar-logo .navbar-logo-wrap {
  padding-top: 11px; }
  @media only screen and (min-width: 992px) {
    .header .navbar-logo .navbar-logo-wrap {
      width: 400px; } }

/*--------------------------------------------------
    [Header]
----------------------------------------------------*/
.header-transparent {
  border: none;
  background: transparent;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .header-transparent.header-transparent-bb {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

/* Navbar */
.header-transparent .navbar {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0; }

/* Navbar Toggle */
.header-transparent .navbar-toggle {
  width: 25px;
  height: 25px;
  float: left;
  border: none;
  padding: 0;
  margin: 32px 0; }
  .header-transparent .navbar-toggle .toggle-icon {
    position: relative;
    width: 15px;
    height: 1px;
    display: inline-block;
    background: #252525;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-transparent .navbar-toggle .toggle-icon:before, .header-transparent .navbar-toggle .toggle-icon:after {
      position: absolute;
      left: 0;
      width: 15px;
      height: 1px;
      background: #252525;
      content: " "; }
    .header-transparent .navbar-toggle .toggle-icon:before {
      bottom: 10px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      transform: rotate(0);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-transparent .navbar-toggle .toggle-icon:after {
      top: -5px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      transform: rotate(0);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-transparent .navbar-toggle .toggle-icon.is-clicked {
      background: rgba(37, 37, 37, 0); }
      .header-transparent .navbar-toggle .toggle-icon.is-clicked:before, .header-transparent .navbar-toggle .toggle-icon.is-clicked:after {
        background: #252525; }
      .header-transparent .navbar-toggle .toggle-icon.is-clicked:before {
        bottom: 5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        transition-duration: 400ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
      .header-transparent .navbar-toggle .toggle-icon.is-clicked:after {
        top: -5px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition-duration: 400ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .header-transparent .navbar-toggle:hover .toggle-icon {
    background: #00ccff; }
    .header-transparent .navbar-toggle:hover .toggle-icon:before, .header-transparent .navbar-toggle:hover .toggle-icon:after {
      background: #00ccff; }
    .header-transparent .navbar-toggle:hover .toggle-icon.is-clicked {
      background: rgba(37, 37, 37, 0); }

/* Topbar Toggle Trigger */
.header-transparent .topbar-toggle-trigger {
  float: left;
  width: 27px;
  height: 27px;
  text-align: center;
  cursor: pointer;
  padding: 35px 0 55px; }
  .header-transparent .topbar-toggle-trigger .topbar-toggle-trigger-style {
    position: relative;
    top: 8px;
    display: block;
    width: 4px;
    height: 4px;
    text-align: center;
    background: #252525;
    border-radius: 50%;
    content: " ";
    margin: 0 auto; }
    .header-transparent .topbar-toggle-trigger .topbar-toggle-trigger-style:before, .header-transparent .topbar-toggle-trigger .topbar-toggle-trigger-style:after {
      position: absolute;
      left: 50%;
      width: 4px;
      height: 4px;
      background: #252525;
      border-radius: 50%;
      content: " ";
      margin-left: -2px; }
    .header-transparent .topbar-toggle-trigger .topbar-toggle-trigger-style:before {
      top: -6px; }
    .header-transparent .topbar-toggle-trigger .topbar-toggle-trigger-style:after {
      bottom: -6px; }
  .header-transparent .topbar-toggle-trigger:hover .topbar-toggle-trigger-style {
    background: #00ccff; }
    .header-transparent .topbar-toggle-trigger:hover .topbar-toggle-trigger-style:before, .header-transparent .topbar-toggle-trigger:hover .topbar-toggle-trigger-style:after {
      background: #00ccff; }

/* Topbar Toggle Trigger Icon */
.header-transparent .topbar-toggle-trigger-icon-style {
  color: #252525;
  padding: 2px 5px; }
  .header-transparent .topbar-toggle-trigger-icon-style:hover {
    color: #00ccff; }

/* Navbar Actions */
.header-transparent .navbar-actions {
  position: relative;
  float: right; }
  .header-transparent .navbar-actions .navbar-actions-shrink {
    line-height: 90px;
    float: left;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* Shopping Cart */
.header-transparent .shopping-cart {
  position: relative; }
  .header-transparent .shopping-cart .shopping-cart-icon {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 0 9px;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-transparent .shopping-cart .shopping-cart-icon:hover {
      color: #00ccff; }
  .header-transparent .shopping-cart .shopping-cart-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 270px;
    display: none;
    line-height: 1.4;
    z-index: 1;
    background: #ffffff;
    border: 1px solid #ebeef6;
    border-top: 2px solid #00ccff; }
  .header-transparent .shopping-cart .shopping-cart-menu-title {
    display: block;
    font-size: 18px;
    color: #252525;
    border-bottom: 1px solid #ebeef6;
    padding: 15px; }
  .header-transparent .shopping-cart .shopping-cart-menu-content {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ebeef6; }
    .header-transparent .shopping-cart .shopping-cart-menu-content:before, .header-transparent .shopping-cart .shopping-cart-menu-content:after {
      content: " ";
      display: table; }
    .header-transparent .shopping-cart .shopping-cart-menu-content:after {
      clear: both; }
  .header-transparent .shopping-cart .shopping-cart-menu-product-media {
    float: left;
    margin-right: 15px; }
    .header-transparent .shopping-cart .shopping-cart-menu-product-media .shopping-cart-menu-product-img {
      width: 60px;
      height: auto; }
  .header-transparent .shopping-cart .shopping-cart-menu-product-wrap {
    float: left;
    margin-right: 15px; }
    .header-transparent .shopping-cart .shopping-cart-menu-product-wrap:before, .header-transparent .shopping-cart .shopping-cart-menu-product-wrap:after {
      content: " ";
      display: table; }
    .header-transparent .shopping-cart .shopping-cart-menu-product-wrap:after {
      clear: both; }
  .header-transparent .shopping-cart .shopping-cart-menu-product-name {
    display: block;
    font-size: 13px;
    color: #252525;
    margin-bottom: -2px; }
    .header-transparent .shopping-cart .shopping-cart-menu-product-name:hover {
      color: #00ccff;
      text-decoration: none; }
  .header-transparent .shopping-cart .shopping-cart-menu-product-price {
    display: block;
    font-size: 12px;
    color: #535353;
    margin-top: 5px; }
  .header-transparent .shopping-cart .shopping-cart-close {
    float: right;
    font-size: 16px;
    color: #535353; }
    .header-transparent .shopping-cart .shopping-cart-close:before, .header-transparent .shopping-cart .shopping-cart-close:after {
      content: " ";
      display: table; }
    .header-transparent .shopping-cart .shopping-cart-close:after {
      clear: both; }
    .header-transparent .shopping-cart .shopping-cart-close:hover {
      color: #00ccff;
      text-decoration: none; }
  .header-transparent .shopping-cart .shopping-cart-subtotal {
    padding: 15px; }
  .header-transparent .shopping-cart .shopping-cart-subtotal-content {
    display: block;
    margin-bottom: 10px; }
    .header-transparent .shopping-cart .shopping-cart-subtotal-content:before, .header-transparent .shopping-cart .shopping-cart-subtotal-content:after {
      content: " ";
      display: table; }
    .header-transparent .shopping-cart .shopping-cart-subtotal-content:after {
      clear: both; }
  .header-transparent .shopping-cart .shopping-cart-subtotal-title {
    font-size: 14px;
    color: #252525; }
  .header-transparent .shopping-cart .shopping-cart-subtotal-price {
    font-size: 13px;
    color: #00ccff;
    float: right; }
  .header-transparent .shopping-cart .shopping-cart-subtotal-view {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0; }
  .header-transparent .shopping-cart .shopping-cart-subtotal-view-link {
    font-size: 12px;
    color: #252525; }
    .header-transparent .shopping-cart .shopping-cart-subtotal-view-link:hover {
      color: #00ccff; }
  .header-transparent .shopping-cart:hover .shopping-cart-menu {
    display: block; }

/* Navbar Logo */
.header-transparent .navbar-logo {
  width: 100px;
  height: 100px;
  float: left;
  max-height: 90px;
  line-height: 60px;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .header-transparent .navbar-logo .navbar-logo-wrap {
    display: inline-block;
    padding: 15px 0; }
    .header-transparent .navbar-logo .navbar-logo-wrap:focus, .header-transparent .navbar-logo .navbar-logo-wrap:hover {
      text-decoration: none; }
  .header-transparent .navbar-logo .navbar-logo-img {
    display: inline-block;
    width: 85px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-transparent .navbar-logo .navbar-logo-img.navbar-logo-img-white {
      display: inline-block;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-transparent .navbar-logo .navbar-logo-img.navbar-logo-img-dark {
      display: none;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* Navbar Nav */
.header-transparent .navbar-nav .nav-item-child {
  font-size: 14px;
  font-family: 'brandon_grotesque_boldregular';
  color: #fff;
  background: 0;
  text-decoration: none;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 55px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s ease; }

.header-transparent .navbar-nav .nav-item-child:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 40px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.header-transparent .navbar-nav .nav-item-child:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.header-transparent .navbar-nav .open .nav-item-child:hover, .header-transparent .navbar-nav .open .nav-item-child:focus {
  background: 0; }

/* Dropdown Menu */
.header-transparent .dropdown-menu {
  min-width: 200px;
  line-height: 1.4;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 1px; }
  .header-transparent .dropdown-menu .dropdown-menu-item {
    color: #3f3f3f; }
    .header-transparent .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child {
      font-size: 12px;
      font-weight: 400;
      color: #3f3f3f;
      text-transform: uppercase;
      padding: 8px 20px; }
      .header-transparent .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child.active {
        color: #00ccff; }
        .header-transparent .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child.active:hover {
          color: #00ccff;
          background: #ffffff; }
      .header-transparent .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child:focus {
        background: 0; }
      .header-transparent .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child:hover {
        color: #ffffff;
        background: #00ccff; }
    .header-transparent .dropdown-menu .dropdown-menu-item.active .dropdown-menu-item-child {
      color: #00ccff; }
      .header-transparent .dropdown-menu .dropdown-menu-item.active .dropdown-menu-item-child:hover {
        background: 0; }

/* Dropdown Submenu */
.header-transparent .dropdown-submenu {
  position: relative;
  line-height: 1.4; }
  .header-transparent .dropdown-submenu:hover .dropdown-submenu-child {
    color: #00ccff; }
  .header-transparent .dropdown-submenu:hover .dropdown-menu {
    display: block; }
  .header-transparent .dropdown-submenu .dropdown-submenu-child {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #3f3f3f;
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px 20px;
    margin: 0; }
    .header-transparent .dropdown-submenu .dropdown-submenu-child:after {
      position: absolute;
      top: 8px;
      right: 12px;
      display: inline-block;
      font-size: 12px;
      font-family: FontAwesome;
      content: "\f105"; }
    .header-transparent .dropdown-submenu .dropdown-submenu-child.active {
      color: #00ccff; }
      .header-transparent .dropdown-submenu .dropdown-submenu-child.active:hover {
        color: #00ccff;
        background: #ffffff; }
        .header-transparent .dropdown-submenu .dropdown-submenu-child.active:hover:after {
          color: #00ccff; }
    .header-transparent .dropdown-submenu .dropdown-submenu-child:hover {
      color: #ffffff;
      background: #00ccff; }
      .header-transparent .dropdown-submenu .dropdown-submenu-child:hover:after {
        color: #ffffff; }
  .header-transparent .dropdown-submenu .dropdown-menu {
    top: -1px;
    left: 100%;
    margin-left: -0.8px; }
    .header-transparent .dropdown-submenu .dropdown-menu.dropdown-menu-left {
      left: -100%;
      margin-left: 0.5px; }
  .header-transparent .dropdown-submenu.active .dropdown-submenu-child {
    color: #00ccff; }
    .header-transparent .dropdown-submenu.active .dropdown-submenu-child:hover {
      color: #00ccff;
      background: #ffffff; }

/* Mega Menu */
.header-transparent .mega-menu-list .mega-menu-title {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #252525;
  text-transform: uppercase;
  margin-bottom: 10px; }

.header-transparent .mega-menu-list .mega-menu-child {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #3f3f3f;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 20px;
  margin: 0; }
  .header-transparent .mega-menu-list .mega-menu-child.active {
    color: #00ccff; }
    .header-transparent .mega-menu-list .mega-menu-child.active:hover {
      color: #00ccff;
      background: #ffffff; }
  .header-transparent .mega-menu-list .mega-menu-child:hover {
    color: #ffffff;
    background: #00ccff;
    text-decoration: none; }

/* Media Queries below 991px */
@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
  .header-transparent .navbar-toggle {
    display: block; }
  .header-transparent .navbar-collapse.collapse {
    display: none !important; }
    .header-transparent .navbar-collapse.collapse.in {
      display: block !important;
      overflow-y: auto !important; }
  .header-transparent .navbar-nav {
    margin: 0;
    float: none; }
    .header-transparent .navbar-nav .nav-item {
      float: none; }
  /* Navbar Fixed Top */
  .header-transparent {
    background: #ffffff; }
    .header-transparent.navbar-fixed-top, .header-transparent.navbar-fixed-top-boxed {
      position: relative; }
      .header-transparent.navbar-fixed-top .nav-collapse, .header-transparent.navbar-fixed-top-boxed .nav-collapse {
        max-height: none;
        padding: 0;
        margin: 0; }
  /* Menu Container */
  .header-transparent .menu-container:before, .header-transparent .menu-container:after {
    content: " ";
    display: table; }
  .header-transparent .menu-container:after {
    clear: both; }
  /* Shopping Cart */
  .header-transparent .shopping-cart .shopping-cart-icon {
    color: #252525; }
  /* Navbar Logo */
  .header-transparent .navbar-logo {
    width: auto;
    height: 100%;
    display: block;
    float: none;
    text-align: center;
    margin: 0 70px; }
    .header-transparent .navbar-logo .navbar-logo-img.navbar-logo-img-white {
      display: none;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-transparent .navbar-logo .navbar-logo-img.navbar-logo-img-dark {
      display: inline-block;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  /* Navbar Nav */
  .header-transparent .navbar-nav .nav-item {
    border-top: 1px solid #ebeef6; }
    .header-transparent .navbar-nav .nav-item.open .nav-item-child:after {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      transform: rotate(90deg);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .header-transparent .navbar-nav .nav-item-child {
    color: #252525;
    line-height: 1.4;
    padding: 12px 12px 12px 0; }
  .header-transparent .navbar-nav .dropdown-toggle {
    position: relative; }
    .header-transparent .navbar-nav .dropdown-toggle:after {
      position: absolute;
      top: 12px;
      right: 0;
      display: inline-block;
      font-size: 12px;
      font-family: FontAwesome;
      content: "\f105";
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .header-transparent .navbar-nav .nav-item-bg {
    display: inline-block;
    border-top: none;
    border: 1px solid #00ccff;
    margin: 10px 0 20px;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-transparent .navbar-nav .nav-item-bg .nav-item-child {
      color: #ffffff;
      line-height: 20px;
      padding: 7px 15px;
      background: #00ccff; }
      .header-transparent .navbar-nav .nav-item-bg .nav-item-child:hover {
        color: #ffffff; }
  /* Dropdown Menu */
  .header-transparent .dropdown-menu {
    position: static;
    float: none; }
    .header-transparent .dropdown-menu .dropdown-menu-item:last-child {
      margin-bottom: 20px; }
  /* Dropdown Submenu */
  .header-transparent .dropdown-submenu .dropdown-submenu-child {
    font-weight: 500; }
    .header-transparent .dropdown-submenu .dropdown-submenu-child:after {
      display: none; }
    .header-transparent .dropdown-submenu .dropdown-submenu-child:hover {
      cursor: inherit; }
  .header-transparent .dropdown-submenu .dropdown-menu {
    display: block;
    padding-left: 20px;
    margin-bottom: 20px; }
  .header-transparent .dropdown-submenu:hover .dropdown-submenu-child {
    color: #252525;
    background: 0; }
  /* Mega Menu */
  .header-transparent .mega-menu-list {
    margin-bottom: 20px; }
    .header-transparent .mega-menu-list .mega-menu-title {
      font-size: 12px;
      padding: 8px 20px;
      margin-bottom: 0; }
    .header-transparent .mega-menu-list .mega-menu-item {
      margin-left: 20px; } }

/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
  .header-transparent .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0; }
  .header-transparent .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
    .header-transparent .navbar > .container > .nav-collapse {
      margin-left: 0;
      margin-right: 0; }
  /* Theme Toggle Trigger */
  .header-transparent .theme-toggle-trigger {
    display: block; }
  .header-transparent .theme-toggle-content {
    display: none; } }

/* Media Queries above 768px */
@media (min-width: 768px) {
  /* Navbar Fixed Top Boxed */
  .header-transparent.navbar-fixed-top-boxed.navbar-fixed-top-boxed {
    position: fixed;
    top: 0;
    left: auto;
    right: auto; }
  /* Theme Toggle Trigger */
  .header-transparent .theme-toggle-trigger {
    display: none !important; }
  .header-transparent .theme-toggle-content {
    display: block !important; } }

/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Header Shrink */
  .header-shrink.header-transparent {
    background: #ffffff;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    /* Shopping Cart */ }
    .header-shrink.header-transparent:before, .header-shrink.header-transparent:after {
      position: absolute;
      top: 50%;
      left: 10px;
      right: 10px;
      bottom: 0;
      z-index: -1;
      box-shadow: 0 0 15px #e8e8ec;
      border-radius: 1000px / 30px;
      content: " "; }
    .header-shrink.header-transparent:after {
      left: auto;
      right: 10px; }
    .header-shrink.header-transparent .navbar {
      background: #ffffff; }
    .header-shrink.header-transparent .navbar-logo {
      width: 85px;
      height: 85px;
      max-height: 70px;
      line-height: 35px;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
      .header-shrink.header-transparent .navbar-logo .navbar-logo-wrap {
        padding: 13px 0; }
      .header-shrink.header-transparent .navbar-logo .navbar-logo-img.navbar-logo-img-white {
        display: none;
        transition-duration: 400ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
      .header-shrink.header-transparent .navbar-logo .navbar-logo-img.navbar-logo-img-dark {
        display: inline-block;
        transition-duration: 400ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-shrink.header-transparent .navbar-actions .navbar-actions-shrink {
      line-height: 70px;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-shrink.header-transparent .shopping-cart .shopping-cart-icon {
      color: #252525; }
      .header-shrink.header-transparent .shopping-cart .shopping-cart-icon:hover {
        color: #00ccff; }
    .header-shrink.header-transparent .navbar-nav .nav-item-child {
      color: #252525;
      margin: 20px 5px;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .header-shrink.header-transparent .navbar-nav .nav-item-bg {
      margin: 0 15px 0 0;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  /* Navbar */
  .header-transparent .navbar-nav {
    float: right; }
    .header-transparent .navbar-nav .nav-item {
      line-height: 90px; }
      .header-transparent .navbar-nav .nav-item .dropdown-menu {
        z-index: 9999;
        min-width: 200px;
        border: none;
        border-radius: 0; }
      .header-transparent .navbar-nav .nav-item .open > .dropdown-menu {
        display: none; }
      .header-transparent .navbar-nav .nav-item:hover .nav-item-child {
        color: #00ccff;
        background: rgba(255, 255, 255, 0.9); }
      .header-transparent .navbar-nav .nav-item:hover > .dropdown-menu {
        display: block; }
    .header-transparent .navbar-nav .nav-item-child {
      margin: 30px 5px; }
      .header-transparent .navbar-nav .nav-item-child.active {
        color: #00ccff;
        background: rgba(255, 255, 255, 0.9); }
    .header-transparent .navbar-nav .nav-item-bg {
      margin: 0 15px 0 0;
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
      .header-transparent .navbar-nav .nav-item-bg .nav-item-child {
        color: #ffffff;
        background: #00ccff; }
        .header-transparent .navbar-nav .nav-item-bg .nav-item-child:hover {
          color: #ffffff;
          background: #00ccff; }
      .header-transparent .navbar-nav .nav-item-bg:hover .nav-item-child {
        color: #ffffff;
        background: #00ccff; }
  /* Mega Menu */
  .header-transparent .mega-menu .nav,
  .header-transparent .mega-menu .collapse,
  .header-transparent .mega-menu .dropdown,
  .header-transparent .mega-menu .dropup {
    position: static; }
  .header-transparent .mega-menu .container {
    position: relative; }
  .header-transparent .dropdown-menu {
    left: auto; }
  .header-transparent .mega-menu-fullwidth .dropdown-menu {
    left: 15px;
    right: 15px;
    padding: 20px 0; }
  .header-transparent .mega-menu-content {
    padding: 0 20px; }
  .header-transparent .mega-menu-list {
    margin-bottom: 0; }
    .header-transparent .mega-menu-list .mega-menu-item {
      padding: 0; }
    .header-transparent .mega-menu-list .mega-menu-title {
      padding-left: 20px; } }

/*------------------------------------------------------------------
    [Responsive]
------------------------------------------------------------------*/
/* Full Width class below 480px */
@media (max-width: 480px) {
  .xs-full-width {
    width: 100%; } }

/* Hidden class below 480px */
@media (max-width: 480px) {
  .xs-hidden {
    display: none !important; } }

/* Hidden class below 768px */
@media (max-width: 768px) {
  .sm-hidden {
    display: none !important; } }

/* Hidden class below 992px */
@media (max-width: 992px) {
  .md-hidden {
    display: none !important; } }

/*------------------------------------------------------------------
    [Topbar Classic]
------------------------------------------------------------------*/
.topbar-c {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* Topbar v1 Contacts */
.topbar-c .topbar-c-contacts {
  margin-bottom: 0; }
  .topbar-c .topbar-c-contacts .topbar-c-contacts-item {
    position: relative;
    font-size: 20px;
    font-family: 'brandon_grotesque_boldregular';
    color: #fff;
    padding: 15px; }
    .topbar-c .topbar-c-contacts .topbar-c-contacts-item:before {
      position: absolute;
      top: 18px;
      right: -3px;
      width: 1px;
      height: 12px;
      background: #fff;
      content: " "; }
    .topbar-c .topbar-c-contacts .topbar-c-contacts-item:first-child {
      padding-left: 0; }
    .topbar-c .topbar-c-contacts .topbar-c-contacts-item:last-child:before {
      display: none; }
  .topbar-c .topbar-c-contacts .topbar-c-contacts-link {
    font-size: 20px;
    color: #252525; }
    .topbar-c .topbar-c-contacts .topbar-c-contacts-link:focus, .topbar-c .topbar-c-contacts .topbar-c-contacts-link:hover {
      text-decoration: none; }
    .topbar-c .topbar-c-contacts .topbar-c-contacts-link:hover {
      color: #00ccff; }
  .topbar-c .topbar-c-contacts .topbar-c-contacts-icon {
    position: relative;
    top: 1px;
    padding-right: 5px; }

/* Topbar v1 Actions */
.topbar-c .topbar-c-actions {
  float: right;
  margin-bottom: 0; }
  .topbar-c .topbar-c-actions .topbar-c-actions-item {
    font-size: 20px;
    color: #252525;
    padding: 15px 5px;
    margin-left: -4px; }
    .topbar-c .topbar-c-actions .topbar-c-actions-item:last-child {
      padding-right: 0; }
  .topbar-c .topbar-c-actions .topbar-c-actions-item-divider {
    font-size: 20px;
    color: #606060;
    padding: 15px 5px 15px 0;
    margin-left: -4px; }
  .topbar-c .topbar-c-actions .topbar-c-actions-link {
    font-size: 20px;
    color: #252525;
    padding: 5px; }
    .topbar-c .topbar-c-actions .topbar-c-actions-link:focus, .topbar-c .topbar-c-actions .topbar-c-actions-link:hover {
      text-decoration: none; }
    .topbar-c .topbar-c-actions .topbar-c-actions-link:hover {
      color: #00ccff; }
  .topbar-c .topbar-c-actions .topbar-c-actions-icon {
    position: relative;
    top: 1px;
    padding-right: 3px; }
  .topbar-c .topbar-c-actions .topbar-c-actions-link-border {
    font-size: 20px;
    font-family: 'brandon_grotesque_boldregular';
    text-transform: uppercase;
    color: #ffffff;
    background-color: #F5AB35;
    padding: 10px 15px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .topbar-c .topbar-c-actions .topbar-c-actions-link-border:focus, .topbar-c .topbar-c-actions .topbar-c-actions-link-border:hover {
      text-decoration: none; }
    .topbar-c .topbar-c-actions .topbar-c-actions-link-border:hover {
      color: #fff;
      background-color: #9e9e9e !important;
      border-color: #fff !important; }

/* Media Queries below 767px */
@media (max-width: 767px) {
  .topbar-c .topbar-c-contacts {
    margin-bottom: 0; }
    .topbar-c .topbar-c-contacts .topbar-c-contacts-item {
      display: block;
      padding: 5px; }
      .topbar-c .topbar-c-contacts .topbar-c-contacts-item:before {
        display: none; }
      .topbar-c .topbar-c-contacts .topbar-c-contacts-item:first-child {
        padding: 10px 5px; }
  /* Topbar v1 Actions */
  .topbar-c .topbar-c-actions {
    float: none; }
    .topbar-c .topbar-c-actions .topbar-c-actions-item {
      display: block;
      padding: 10px 5px; }
      .topbar-c .topbar-c-actions .topbar-c-actions-item:last-child {
        padding: 10px;
        margin-bottom: 10px; }
    .topbar-c .topbar-c-actions .topbar-c-actions-item-divider {
      display: none; } }

/* Media Queries above 992px */
@media (min-width: 992px) {
  .header-shrink .topbar-c {
    margin-top: -48px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); } }

html, body {
  margin: 0;
  padding: 0; }

.header-intro, .header-intro-left {
  position: absolute;
  top: 300px;
  float: right;
  width: 40%;
  margin: 0;
  z-index: -100;
  background: #ffffff;
  opacity: 0.9;
  padding: 1em;
  display: none; }
  @media only screen and (min-width: 992px) {
    .header-intro, .header-intro-left {
      display: block; } }
  .header-intro h1, .header-intro-left h1 {
    margin-top: 0;
    text-align: left; }
  .header-intro h2, .header-intro-left h2 {
    text-align: left; }

.header-intro {
  right: 0; }

.header-intro-left {
  left: 0; }

#hero-image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #EEF0F1;
  position: relative; }
  #hero-image:before, #hero-image:after {
    content: " ";
    display: table; }
  #hero-image:after {
    clear: both; }
  #hero-image .header-intro {
    position: absolute !important;
    top: 152px; }
  #hero-image .header-intro-offers {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 2em; }
    #hero-image .header-intro-offers h1 {
      font-size: 2em; }
    #hero-image .header-intro-offers h3 {
      text-align: center;
      font-size: 1.4em; }
    @media only screen and (min-width: 768px) {
      #hero-image .header-intro-offers {
        top: 0px;
        width: 100%;
        display: block; }
        #hero-image .header-intro-offers h1 {
          text-align: left; }
        #hero-image .header-intro-offers h3 {
          text-align: left; } }
    @media only screen and (min-width: 1200px) {
      #hero-image .header-intro-offers {
        top: 0px;
        width: 50%; }
        #hero-image .header-intro-offers h1 {
          font-size: 3em; }
        #hero-image .header-intro-offers h3 {
          font-size: 1.6em; } }
  #hero-image .header-intro-left {
    position: absolute !important;
    top: 352px;
    left: 0; }
  #hero-image #cf img.top, #hero-image img.bottom {
    display: none; }
  #hero-image #cf {
    position: relative; }
  #hero-image #cf img.small-screen {
    margin-top: 0px; }
  @media only screen and (min-width: 768px) {
    #hero-image #cf {
      position: relative;
      height: 550px;
      width: 100%;
      margin: 0 auto; }
    #hero-image #cf img.top, #hero-image img.bottom {
      display: block; }
    #hero-image #cf img {
      position: absolute;
      left: 0;
      -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out; }
    #hero-image #cf img.top:hover {
      opacity: 0; } }
  @media only screen and (min-width: 1200px) {
    #hero-image #cf {
      height: 500px; }
    #hero-image #cf img.small-screen {
      display: none;
      height: 850px; } }
  @media only screen and (min-width: 1300px) {
    #hero-image #cf {
      height: 580px; } }
  @media only screen and (min-width: 1500px) {
    #hero-image #cf {
      height: 750px; } }

#hero-image-2 {
  width: 100%;
  height: auto;
  max-height: 400px;
  position: absolute;
  top: 0px;
  left: 0;
  display: none;
  clip: rect(0, 1900px, 700px, 0); }

@media only screen and (min-width: 992px) {
  #hero-image-2 {
    display: block; } }

.hero-image-bg-white {
  background: #fff !important; }

/*------------------------------------------------------------------
    Hover Effects
------------------------------------------------------------------*/
.grid {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center; }

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px 0%;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

.grid figure h2 span {
  font-weight: 800; }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 1.2em;
  font-family: 'brandon_grotesque_boldregular';
  text-transform: none; }
  @media only screen and (min-width: 768px) {
    .grid figure p {
      font-size: 1em; } }

/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

figure.effect-lily figcaption {
  text-align: left; }

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%; }

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-lily p {
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s; }

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1; }

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0); }

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0); }

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0); }

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Roxy *****/
/*---------------*/
figure.effect-roxy {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%); }

figure.effect-roxy img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0); }

figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0); }

figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left; }

figure.effect-roxy h2 {
  padding: 30% 0 10px 0; }

figure.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

figure.effect-roxy:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Bubba *****/
/*---------------*/
figure.effect-bubba {
  background: #9e5406; }

figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-bubba:hover img {
  opacity: 0.4; }

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); }

figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0); }

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Romeo *****/
/*---------------*/
figure.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

figure.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px); }

figure.effect-romeo:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

figure.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg); }

figure.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

figure.effect-romeo h2,
figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0); }

figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0); }

figure.effect-romeo:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0); }

figure.effect-romeo:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0); }

/*---------------*/
/***** Layla *****/
/*---------------*/
figure.effect-layla {
  background: #18a367; }

figure.effect-layla img {
  height: 390px; }

figure.effect-layla figcaption {
  padding: 3em; }

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0; }

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

figure.effect-layla h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

figure.effect-layla img,
figure.effect-layla h2 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-layla:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/*---------------*/
/***** Honey *****/
/*---------------*/
figure.effect-honey {
  background: #4a3753; }

figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-honey:hover img {
  opacity: 0.5; }

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0); }

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%); }

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s; }

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: ''; }

figure.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0); }

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0); }

figure.effect-oscar:hover img {
  opacity: 0.4; }

/*---------------*/
/***** Marley *****/
/*---------------*/
figure.effect-marley figcaption {
  text-align: right; }

figure.effect-marley h2,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0; }

figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Ruby *****/
/*---------------*/
figure.effect-ruby {
  background-color: #17819c; }

figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15); }

figure.effect-ruby:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-ruby h2 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1); }

figure.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/*---------------*/
/***** Milo *****/
/*---------------*/
figure.effect-milo {
  background: #00ccff; }

figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-milo:hover img {
  opacity: 0.15;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
  font-size: 1em; }
  @media only screen and (min-width: 1200px) {
    figure.effect-milo h2 {
      font-size: 1.6em; } }

figure.effect-milo p {
  padding: 0 10px 0 0;
  padding-left: 20px;
  width: 90%;
  border-left: 5px solid #fff;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }
  @media only screen and (min-width: 768px) {
    figure.effect-milo p {
      font-size: 1.2em; } }
  @media only screen and (min-width: 1200px) {
    figure.effect-milo p {
      font-size: 1.4em; } }

figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Dexter *****/
/*---------------*/
figure.effect-dexter {
  background: -webkit-linear-gradient(top, #258dc8 0%, #683c13 100%);
  background: linear-gradient(to bottom, #258dc8 0%, #683c13 100%); }

figure.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-dexter:hover img {
  opacity: 0.4; }

figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

figure.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left; }

figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

figure.effect-dexter:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah {
  background: #42b078; }

figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-sarah figcaption {
  text-align: left; }

figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0; }

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Zoe *****/
/*---------------*/
figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-zoe h2 {
  float: left; }

figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em; }

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31; }

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */ }

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0); }

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-eye::before {
  content: '\e000'; }

.icon-paper-clip::before {
  content: '\e001'; }

.icon-heart::before {
  content: '\e024'; }

figure.effect-zoe h2 {
  display: inline-block; }

figure.effect-zoe:hover p.description {
  opacity: 1; }

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12); }

figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-chico figcaption {
  padding: 3em; }

figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-chico h2 {
  padding: 20% 0 20px 0; }

figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

@media only screen and (min-width: 768px) {
  .content {
    padding: 0 10px;
    text-align: center; }
  .grid figure {
    display: inline-block;
    float: left;
    width: 50%; } }

/*---------------*/
/***** GRID LAYOUT *****/
/*---------------*/
.grid figure.bh-full-height {
  max-height: 450px; }
  @media only screen and (min-width: 768px) {
    .grid figure.bh-full-height {
      display: block;
      width: 50%; } }
  @media only screen and (min-width: 1200px) {
    .grid figure.bh-full-height {
      max-height: 700px; } }

.grid figure.bh-half-height {
  max-height: 225px;
  display: none; }
  @media only screen and (min-width: 768px) {
    .grid figure.bh-half-height {
      display: block;
      width: 50%; } }
  @media only screen and (min-width: 1200px) {
    .grid figure.bh-half-height {
      max-height: 350px; } }

.grid figure.bh-quater {
  width: 25%;
  max-height: 225px;
  display: none; }
  @media only screen and (min-width: 768px) {
    .grid figure.bh-quater {
      display: block; } }
  @media only screen and (min-width: 1200px) {
    .grid figure.bh-quater {
      max-height: 350px; } }

.hero-grid {
  margin-bottom: 2em; }

/*--------------------------------------------------
    [Contact Us Banner]
----------------------------------------------------*/
.contact-us {
  padding: 40px; }
  .contact-us .contact-us-timeline-day {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    background: #00ccff;
    padding: 5px 0;
    margin-right: 15px; }
  .contact-us .contact-us-timeline-time {
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    border: 1px solid #ebeef6;
    padding: 5px 10px; }

.mar-left-20 {
  margin-left: 20px; }

/*--------------------------------------------------
    [FAQ]
----------------------------------------------------*/
.faq {
  position: relative;
  z-index: 1;
  text-align: center;
  background: url(../../assets/img/1920x1080/28.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 250px 0 100px; }
  .faq:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, 0.7);
    content: " "; }
  .faq .faq-title {
    font-size: 70px;
    color: #ffffff;
    margin: 0 0 60px; }
  .faq .faq-search {
    position: relative;
    width: 100%;
    height: auto; }
    .faq .faq-search .faq-search-input {
      width: 100%;
      height: 50px;
      font-size: 22px;
      color: #ffffff;
      background: transparent;
      border: none;
      border-bottom: 1px solid #ffffff;
      border-radius: 0;
      padding: 6px 35px 6px 0; }
      .faq .faq-search .faq-search-input::-moz-placeholder {
        color: #ffffff; }
      .faq .faq-search .faq-search-input:-ms-input-placeholder {
        color: #ffffff; }
      .faq .faq-search .faq-search-input::-webkit-input-placeholder {
        color: #ffffff; }
      .faq .faq-search .faq-search-input:focus {
        border-bottom-color: #ffffff; }
        .faq .faq-search .faq-search-input:focus::-moz-placeholder {
          color: #ffffff; }
        .faq .faq-search .faq-search-input:focus:-ms-input-placeholder {
          color: #ffffff; }
        .faq .faq-search .faq-search-input:focus::-webkit-input-placeholder {
          color: #ffffff; }
    .faq .faq-search .faq-search-search {
      position: absolute;
      top: 7px;
      right: 0;
      width: 35px;
      height: 35px;
      background: transparent;
      outline: none;
      border: none; }
      .faq .faq-search .faq-search-search .faq-search-search-icon {
        font-size: 14px;
        color: #ffffff; }
      .faq .faq-search .faq-search-search:hover .faq-search-search-icon {
        color: #00ccff; }

/* Media Queries below 480px */
@media (max-width: 480px) {
  .faq .faq-title {
    font-size: 36px; } }

/*--------------------------------------------------
    [FAQ V2]
----------------------------------------------------*/
.faq-v2 {
  position: relative;
  z-index: 1;
  text-align: center;
  background: url(../../assets/img/1920x1080/03.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 220px 0 130px; }
  .faq-v2:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, 0.7);
    content: " "; }
  .faq-v2 .faq-v2-community {
    position: relative;
    z-index: 1;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    padding: 40px;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .faq-v2 .faq-v2-community .faq-v2-community-content {
      margin-bottom: 20px;
      -webkit-transform: translate3d(0, 30%, 0);
      -moz-transform: translate3d(0, 30%, 0);
      transform: translate3d(0, 30%, 0);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .faq-v2 .faq-v2-community .faq-v2-community-icon {
      display: block;
      font-size: 50px;
      color: #00ccff;
      margin-bottom: 30px; }
    .faq-v2 .faq-v2-community .faq-v2-community-title {
      font-size: 20px;
      margin-bottom: 0; }
    .faq-v2 .faq-v2-community .faq-v2-community-btn {
      opacity: 0;
      margin-bottom: 0;
      -webkit-transform: translate3d(0, 105%, 0);
      -moz-transform: translate3d(0, 105%, 0);
      transform: translate3d(0, 105%, 0);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .faq-v2 .faq-v2-community:hover .faq-v2-community-content {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .faq-v2 .faq-v2-community:hover .faq-v2-community-btn {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      transition-duration: 400ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

#hero img {
  max-width: 100%;
  margin-top: -5px; }

.feature-intro {
  text-align: center; }

#services {
  padding-left: 2em;
  padding-right: 2em; }
  #services h2 {
    text-transform: uppercase;
    text-align: center;
    padding: 1em 1em; }
  #services li.grid-item {
    list-style-type: none;
    padding: 2em;
    margin-bottom: 2em;
    background: #fff;
    box-shadow: 7px 7px 5px 0 #eff1f8; }
  #services li a {
    color: #FF69B4; }
  #services .feature-intro h1 {
    margin-top: 0;
    animation: none;
    color: #252525;
    padding-top: 2em;
    padding-bottom: 0.75em;
    text-transform: uppercase;
    font-size: 1.6em; }
  #services .feature-intro p {
    text-align: center;
    font-size: 1em; }

.grid-items-lines h5 {
  text-align: center;
  padding-top: 1em; }

.grid-items-lines p {
  text-align: left;
  padding-top: 1em;
  padding-bottom: 2em;
  font-size: 1.4em;
  text-align: left; }

.grid-items-lines .grid-item {
  background: #fff;
  float: left;
  overflow: hidden;
  outline: none;
  padding: 0.8em;
  text-decoration: none;
  width: 100%; }
  .grid-items-lines .grid-item svg {
    stroke: #8941D1;
    height: 64px;
    width: 64px;
    display: block;
    margin: auto;
    padding-bottom: 1em; }
  .grid-items-lines .grid-item:focus, .grid-items-lines .grid-item:hover {
    background: #fff; }
    .grid-items-lines .grid-item:focus svg, .grid-items-lines .grid-item:hover svg {
      opacity: 1;
      stroke-dasharray: 90;
      stroke-dashoffset: 90;
      stroke: #252525;
      animation: offset 1s linear forwards; }
  @media (max-width: 767px) {
    .grid-items-lines .grid-item svg {
      height: 96px;
      width: 96px; } }
  @media (min-width: 768px) {
    .grid-items-lines .grid-item svg {
      height: 128px;
      width: 128px; } }

.grid-items-lines .svg__color-1 svg {
  stroke: orange; }

.grid-items-lines .hover-color-1:focus, .grid-items-lines .hover-color-1:hover svg {
  stroke: #8941D1; }

.grid-items-lines .hover-color-2:focus, .grid-items-lines .hover-color-2:hover svg {
  stroke: #8941D1; }

.grid-items-lines .hover-color-3:focus, .grid-items-lines .hover-color-3:hover svg {
  stroke: #8941D1; }

.grid-items-lines .hover-color-4:focus, .grid-items-lines .hover-color-4:hover svg {
  stroke: #8941D1; }

.grid-items-lines .hover-color-5:focus, .grid-items-lines .hover-color-5:hover svg {
  stroke: #8941D1; }

.grid-items-lines .hover-color-6:focus, .grid-items-lines .hover-color-6:hover svg {
  stroke: #8941D1; }

.grid-items-lines .hover-color-7:focus, .grid-items-lines .hover-color-7:hover svg {
  stroke: #8941D1; }

.grid-items-lines .hover-color-8:focus, .grid-items-lines .hover-color-8:hover svg {
  stroke: #8941D1; }

.grid-items-lines .hover-color-9:focus, .grid-items-lines .hover-color-9:hover svg {
  stroke: #8941D1; }

.grid-items-lines .bottom-cover {
  background: #fff;
  bottom: 0px;
  height: 30px;
  position: absolute;
  width: 100%; }

.grid-items-lines .right-cover {
  background: #fff;
  height: 100%;
  position: absolute;
  right: 0px;
  width: 4px; }

#services p {
  font-size: 1.2em; }

#fullpage {
  padding: 4em 1em; }

.legal h1, .legal h2, .legal h3, .legal h4, .legal h5, .legal p {
  padding-top: 1.6em; }

.legal .lists-base > li, .legal .lists-dark > li {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #606060; }

/* -------------------------------- 

// Variables

// -------------------------------- */
/* -------------------------------- */
.timeline-bg-color {
  padding-bottom: 2em; }
  .timeline-bg-color .process-button, .timeline-bg-color .btn {
    display: block;
    margin: auto;
    width: 220px;
    margin-top: 4em;
    margin-bottom: 4em; }
    .timeline-bg-color .process-button:hover, .timeline-bg-color .btn:hover {
      width: 240px; }

#cd-timeline, .cd-container {
  margin-top: 4em;
  margin-bottom: 0 !important; }

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 0em;
  margin-bottom: 2em; }
  #cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f2f2f2; }
  @media only screen and (min-width: 1200px) {
    #cd-timeline {
      margin-top: 3em;
      margin-bottom: 3em; }
      #cd-timeline::before {
        left: 50%;
        margin-left: -2px; } }

.cd-timeline-block {
  position: relative;
  margin: 4em 0; }
  .cd-timeline-block:before, .cd-timeline-block:after {
    content: " ";
    display: table; }
  .cd-timeline-block:after {
    clear: both; }
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 1200px) {
    .cd-timeline-block {
      margin: 8em 0; }
      .cd-timeline-block:first-child {
        margin-top: 0; }
      .cd-timeline-block:last-child {
        margin-bottom: 0; } }

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #e3e3e3, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }
  .cd-timeline-img img, .cd-timeline-img svg {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px; }
  .cd-timeline-img svg {
    stroke: #fff; }
  .cd-timeline-img.cd-picture {
    background: #252525; }
  .cd-timeline-img.cd-movie {
    background: #252525; }
  .cd-timeline-img.cd-location {
    background: #252525; }
  @media only screen and (min-width: 1200px) {
    .cd-timeline-img {
      width: 60px;
      height: 60px;
      left: 50%;
      margin-left: -30px;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden; }
      .cssanimations .cd-timeline-img.is-hidden {
        opacity: 0; }
      .cssanimations .cd-timeline-img.bounce-in {
        opacity: 1;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #e3e3e3;
  padding: 1em;
  padding-top: 2em;
  box-shadow: 15px 15px 15px #f2f2f2; }
  .cd-timeline-content:before, .cd-timeline-content:after {
    content: " ";
    display: table; }
  .cd-timeline-content:after {
    clear: both; }
  .cd-timeline-content h1 {
    line-height: 1em;
    font-size: 2em; }
  .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    color: #474747; }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block; }
  .cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6; }
  .cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #e3e3e3; }
    .no-touch .cd-timeline-content .cd-read-more:hover {
      background-color: #bac4cb; }
  .cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
    color: #252525; }
  .cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 20px solid transparent;
    border-right: 20px solid #e3e3e3; }
  @media only screen and (min-width: 768px) {
    .cd-timeline-content h1 {
      font-size: 2.4em; }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
      font-size: 28px;
      font-size: calculateRem(28px); } }
  @media only screen and (min-width: 1200px) {
    .cd-timeline-content {
      margin-left: 0;
      padding: 1.6em;
      width: 45%; }
      .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #e3e3e3; }
      .cd-timeline-content .cd-read-more {
        float: left; }
      .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 32px;
        font-size: calculateRem(32px); }
      .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right; }
        .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
          top: 24px;
          left: auto;
          right: 100%;
          border-color: transparent;
          border-right-color: #e3e3e3; }
        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
          float: right; }
        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
          left: auto;
          right: 122%;
          text-align: right; }
      .cssanimations .cd-timeline-content.is-hidden {
        opacity: 0; }
      .cssanimations .cd-timeline-content.bounce-in {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; } }

@media only screen and (min-width: 1200px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.is-hidden {
  opacity: 0; }

.show {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1; }

.process-cta-btn {
  padding-top: 4em;
  padding-bottom: 4em; }

/* -------------------------------- 

Primary style

-------------------------------- */
img, svg {
  max-width: 100%; }

.bh-header {
  height: 140px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  padding-top: 24px; }
  .bh-header h1 {
    font-size: 2rem; }
  @media only screen and (min-width: 1200px) {
    .bh-header {
      height: 250px;
      padding-top: 70px; } }

/* -------------------------------- 

Articles

-------------------------------- */
.bh-articles {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 3em; }
  .bh-articles::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .bh-articles li {
    font-size: 1.4em;
    padding-bottom: 10px; }
  .bh-articles article {
    padding: 3em 1em;
    border-bottom: 1px solid #e6e6e6; }
    .bh-articles article:last-of-type {
      border-bottom: none; }
  .bh-articles h3 {
    color: #252525; }
  .bh-articles h1 {
    margin: .6em 0 .2em;
    color: #141414;
    line-height: 1.2;
    text-align: left; }
  .bh-articles p {
    padding: 1em 0;
    line-height: 1.6; }
    .bh-articles p:last-of-type {
      padding-bottom: 0; }
  @media only screen and (min-width: 1200px) {
    .bh-articles {
      width: 970px;
      max-width: none;
      padding-right: 320px;
      margin-bottom: 5em; }
      .bh-articles::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop'; } }

.article-summary {
  padding: 1em; }

/* -------------------------------- 

Aside

-------------------------------- */
.bh-read-more {
  /* hide on mobile */
  display: none;
  width: 290px;
  background-color: #f2f2f2; }
  .bh-read-more li {
    counter-increment: articles; }
  .bh-read-more li {
    padding-bottom: 0px; }
  .bh-read-more h3 {
    font-size: 0.6em; }
  .bh-read-more h4 {
    text-align: center;
    padding-top: 1em;
    color: #00ccff; }
  .bh-read-more a {
    display: block;
    position: relative;
    padding: 1.2em 1em 1.2em 2em; }
    .bh-read-more a::before, .bh-read-more a::after {
      position: absolute; }
    .bh-read-more a::before {
      /* article number */
      content: counter(articles);
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -20px;
      width: 36px;
      height: 36px;
      line-height: 36px;
      border-radius: 50%;
      text-align: center;
      box-shadow: inset 0 0 0 1px #bfbfbf;
      -webkit-transition: background-color 0.8s, color 0.8s;
      -moz-transition: background-color 0.8s, color 0.8s;
      transition: background-color 0.8s, color 0.8s; }
    .bh-read-more a::after {
      /* bottom separation - line */
      content: '';
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0;
      height: 1px;
      width: 200px;
      background-color: #bfbfbf; }
    .bh-read-more a.read em {
      color: #a6a6a6; }
    .bh-read-more a.read::before {
      background-color: #80e6ff; }
    .bh-read-more a.reading em {
      color: #2a76e8; }
    .bh-read-more a.reading svg {
      display: block; }
    .bh-read-more a.reading::before {
      background-color: #ffffff;
      color: #141414; }
  .bh-read-more li:last-of-type a::after {
    display: none; }
  .bh-read-more em {
    display: block;
    line-height: 1.2;
    color: #141414;
    /* truncate text with ellipsis */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .bh-read-more b {
    color: #a6a6a6;
    font-style: italic; }
  .bh-read-more svg {
    /* this is the filling circle around the article number */
    display: none;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
    stroke: #2a76e8; }
  @media only screen and (min-width: 1200px) {
    .bh-read-more {
      display: block;
      position: absolute;
      top: 3em;
      right: 0; }
      .bh-read-more.fixed {
        position: fixed;
        right: calc(50% - 485px); } }

/*------------------------------------------------------------------
  	Masonary Blog Section
------------------------------------------------------------------*/
#blog-read-more {
  z-index: 1; }

.blog-masonry-item {
  margin-bottom: 30px !important; }

.blog-masonry-item .post-title {
  background: #fff;
  padding: 28px 32px 32px 32px;
  position: relative; }

.blog-masonry-item h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px; }

.blog-masonry-item p {
  margin-bottom: 32px; }

.blog-masonry-item span {
  display: block;
  color: #333333;
  line-height: 18px; }

.blog-masonry-item .link-text {
  position: absolute;
  bottom: 32px;
  right: 32px; }

.blog-masonry-item h1 {
  font-weight: 600;
  margin-bottom: 48px;
  line-height: 40px; }

.blog-masonry-item iframe {
  width: 100%; }

.blog-filters {
  padding: 0px;
  list-style: none;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 32px; }

.blog-filters li {
  float: left;
  margin-right: 16px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3498db;
  cursor: pointer; }

.blog-filters li:last-child {
  margin-right: 0px; }

.blog-filters li.active {
  border-bottom: 2px solid #fff; }

.post-title h2 {
  color: #00ccff; }

.link-text {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #3498db;
  display: inline-block;
  padding-bottom: 0px;
  color: #FF69B4; }
  .link-text a:hover {
    text-decoration: none; }

a.link-text:hover {
  text-decoration: none;
  color: #3498db; }

.alt-font {
  text-transform: uppercase;
  color: #222222;
  font-weight: bold; }

.blog-filters {
  padding-top: 4em;
  color: #252525; }
  .blog-filters li {
    color: #fff; }

.clients {
  width: 50%;
  height: 100vh;
  background: #00ccff;
  float: left;
  position: relative; }
  .clients .client-content {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30%; }
    .clients .client-content h1 {
      color: white; }

.developers {
  width: 50%;
  height: 100vh;
  background: #f7f8fa;
  float: right; }

.quote-container {
  padding: 4em; }
  .quote-container h5 {
    color: #fff;
    font-size: 16px; }

/* Header is expected to be a 100% width static element with overflow hidden. */
body > header {
  position: static;
  width: 100%;
  margin-top: 10%;
  overflow: hidden; }

/* The introductory image container is expected to be fixed positioned and cover the viewport */
div.header-img {
  position: fixed;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0; }

/* The introductory image itself covers the viewport */
div.header-img img {
  position: absolute;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

/* Content inside the header can be to your liking, but should be absolutely positioned. Here we are assuming all header content (other than the main image) is wrapped in a single <div> */
/* Content is expected to be wrapped in an <article> and is initially hidden. */
article.velocity {
  opacity: 1;
  padding-top: 100px;
  padding-bottom: 100px; }

.infront {
  z-index: 9999999; }

.project-items li {
  color: #02aedc;
  font-size: 1.6em;
  padding-top: 0.4em; }

.min-width {
  min-width: 100%; }

.single-project p {
  font-size: 1.6em; }

.single-project h1 {
  padding-top: 100px;
  margin-top: 0; }

.about-intro {
  z-index: 99999999;
  width: 100%;
  padding: 4em 0 0 0; }
  .about-intro h1, .about-intro p {
    text-align: center; }
  .about-intro p {
    font-size: 1.6em; }

.tp-caption .tp-shape .tp-shapewrapper .tp-static-layer .rev-static-visbile {
  min-height: 0 !important; }

.bh-fw-con {
  position: absolute;
  width: 100%;
  height: 400px;
  background-image: url("../img/content-img/bg_oswald_1.jpg"); }

.center-content {
  position: relative;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.profile-img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 300px; }

.layer {
  background-color: rgba(248, 247, 216, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#hero-image-2 {
  display: block; }
  #hero-image-2 #bg-img img {
    margin-top: 0px; }

@media only screen and (min-width: 992px) {
  #hero-image-2 #bg-img img {
    margin-top: -152px; } }

#sales-points p {
  font-size: 2em; }

.feat-card {
  margin-bottom: 30px; }

#blurb {
  padding-top: 8em; }

.full-pg-price {
  padding-top: 8em; }

.pricing-list-v3 {
  opacity: 0.9; }

.l-heading-v1 p, h1 {
  text-align: center; }

.l-heading-v1 img {
  display: block;
  margin: 0 auto; }

.custom-main-pt {
  text-align: left;
  height: 400px;
  background: #fff;
  margin-right: 30px;
  box-shadow: 7px 7px 5px 0 #eff1f8; }

.custom-main-pt-left {
  height: 400px;
  background: #FF69B4; }

.custom-main-pt-right {
  height: 400px;
  background: #fff; }
  .custom-main-pt-right h5 {
    font-size: 1.6em;
    margin-top: 2em;
    margin-left: 20px;
    text-align: left; }
  .custom-main-pt-right p {
    margin-left: 20px;
    font-size: 1.4em; }

.no-shadow {
  box-shadow: none !important; }

.feature-heading i {
  margin-top: 7px; }

.feature-heading .l-services-v2 h1 {
  color: #252525; }

.feature-heading .l-services-v2:hover .l-services-v2-icon-wrap {
  background: #00ccff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .feature-heading .l-services-v2:hover .l-services-v2-icon-wrap:before {
    border-color: #00ccff;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.feature-heading .l-services-v2-icon-wrap:hover {
  background: #fff; }

.feature-heading-desc {
  background: #fff; }

#custom-features h3 {
  font-size: 1.6em; }

#custom-features p {
  font-size: 1.2em; }

.pricing-list-v4-price, .pricing-list-v4-subprice {
  color: #00ccff; }

#scroll_custom_price img {
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------
    [Animsition]
----------------------------------------------------*/
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* Overlay Option */
.animsition-overlay-slide {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: white; }

/* Loading Option */
.animsition-loading,
.animsition-loading:after {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  z-index: 100;
  margin: -30px 0 0 -30px;
  border-radius: 50%; }

/* Animsition Loading */
.animsition-loading {
  background: transparent;
  border-left: 2px solid #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  -moz-animation-name: animsition-loading;
  animation-name: animsition-loading; }

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Fade In */
.fade-in {
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* Fade Out */
.fade-out {
  -webkit-animation-name: fade-out;
  -moz-animation-name: fade-out;
  animation-name: fade-out; }

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translate3d(0, 500px, 0);
    -moz-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-moz-keyframes fade-in-up {
  0% {
    -webkit-transform: translate3d(0, 500px, 0);
    -moz-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fade-in-up {
  0% {
    -webkit-transform: translate3d(0, 500px, 0);
    -moz-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
.back-to-top-theme {
  position: fixed;
  right: 45px;
  bottom: 75px;
  display: inline-block;
  z-index: 90000;
  width: 60px;
  height: 60px;
  font-size: 22px;
  color: #ffffff;
  line-height: .5;
  background: #9e9e9e;
  border-radius: 0px;
  visibility: hidden;
  opacity: 0;
  padding: 18.5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .back-to-top-theme:after {
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 38px;
    text-align: center;
    content: "\f106"; }
  .back-to-top-theme:hover {
    background: #9e9e9e;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .back-to-top-theme:focus, .back-to-top-theme:hover {
    text-decoration: none; }

/* The Button Becomes Visible */
.back-to-top-theme.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .back-to-top-theme.back-to-top-is-visible:hover {
    opacity: 1;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top-theme.back-to-top-fade-out {
  opacity: .4; }
  .back-to-top-theme.back-to-top-fade-out:hover {
    opacity: 1;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/*------------------------------------------------------------------
    [List Inline]
------------------------------------------------------------------*/
.list-inline {
  margin-left: 0; }

/*------------------------------------------------------------------
    [Checkbox]
------------------------------------------------------------------*/
.checkbox {
  padding-left: 21px;
  text-align: left;
  margin: 0; }
  .checkbox label {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label:before {
      position: absolute;
      left: 0;
      width: 17px;
      height: 17px;
      display: inline-block;
      background: #ffffff;
      border: 1px solid #e0e5f1;
      border-radius: 3px;
      content: " ";
      margin-left: -20px;
      transition-duration: 200ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .checkbox label:after {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 16px;
      height: 16px;
      font-size: 11px;
      color: #606060;
      margin-left: -17px;
      padding-top: 1px; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    z-index: 1;
    opacity: 0;
    cursor: pointer; }
    .checkbox input[type="checkbox"]:focus + label:before,
    .checkbox input[type="radio"]:focus + label:before {
      outline: none; }
    .checkbox input[type="checkbox"]:checked + label:before,
    .checkbox input[type="radio"]:checked + label:before {
      background: #00ccff;
      border-color: #00ccff; }
    .checkbox input[type="checkbox"]:checked + label:after,
    .checkbox input[type="radio"]:checked + label:after {
      font-family: FontAwesome;
      color: #ffffff;
      content: "\f00c"; }

/*------------------------------------------------------------------
    [Form Control]
------------------------------------------------------------------*/
.form-control {
  height: 40px;
  font-size: 13px;
  font-weight: 300;
  color: #606060;
  border-color: #ebeef6;
  box-shadow: none; }
  .form-control::-moz-placeholder {
    color: #606060; }
  .form-control:-ms-input-placeholder {
    color: #606060; }
  .form-control::-webkit-input-placeholder {
    color: #606060; }
  .form-control:focus {
    border-color: #d9dfee;
    box-shadow: none; }
    .form-control:focus::-moz-placeholder {
      color: #606060; }
    .form-control:focus:-ms-input-placeholder {
      color: #606060; }
    .form-control:focus::-webkit-input-placeholder {
      color: #606060; }

/*------------------------------------------------------------------
    [Carousel Control]
------------------------------------------------------------------*/
.carousel-control.left, .carousel-control.right {
  background-image: none; }

/*------------------------------------------------------------------
    [Carousel Animation Fade]
------------------------------------------------------------------*/
.carousel-fade .carousel-inner .item {
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  transition: opacity 0.8s; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

/*------------------------------------------------------------------
    [Carousel Control Arrows v1]
------------------------------------------------------------------*/
.theme-carousel-control-v1 {
  width: 0;
  text-shadow: none;
  opacity: 1; }
  .theme-carousel-control-v1 .carousel-control-arrows-v1 {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 18px;
    color: #252525;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    vertical-align: middle;
    padding: 8px;
    margin-top: -17.5px;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .theme-carousel-control-v1 .carousel-control-arrows-v1:hover {
      color: #252525;
      background: #ffffff;
      transition-duration: 200ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .theme-carousel-control-v1.left .carousel-control-arrows-v1 {
    left: 10px; }
  .theme-carousel-control-v1.right .carousel-control-arrows-v1 {
    right: 10px; }

/*------------------------------------------------------------------
    [Carousel Control Arrows v2]
------------------------------------------------------------------*/
.theme-carousel-control-v2 {
  position: static;
  width: 0;
  text-align: center;
  text-shadow: none;
  opacity: .8;
  padding: 0 3px; }
  .theme-carousel-control-v2 .carousel-control-arrows-v2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #252525;
    line-height: 1.4;
    text-align: center;
    background: #ffffff;
    vertical-align: middle;
    padding: 8px;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .theme-carousel-control-v2 .carousel-control-arrows-v2:hover {
      color: #ffffff;
      background: #00ccff;
      transition-duration: 200ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/*--------------------------------------------------
    [Carousel Control Arrows v3]
----------------------------------------------------*/
.theme-carousel-control-v3 {
  position: static;
  opacity: .8; }
  .theme-carousel-control-v3 .carousel-controls-arrow-v3 {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 44px;
    font-size: 36px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.3);
    text-shadow: 0 3px 0px rgba(52, 52, 60, 0.3);
    margin-top: -22px;
    padding: 4px; }
  .theme-carousel-control-v3.left .carousel-controls-arrow-v3 {
    left: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; }
  .theme-carousel-control-v3.right .carousel-controls-arrow-v3 {
    right: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; }

/*------------------------------------------------------------------
    [Theme Carousel Indicators v1]
------------------------------------------------------------------*/
/* Media Queries above 992px */
@media (min-width: 992px) {
  .theme-ci-v1 {
    width: 100%;
    margin-left: -50%; }
    .theme-ci-v1 .theme-ci-v1-item {
      position: relative;
      min-width: 190px;
      width: auto;
      height: auto;
      font-size: 18px;
      color: #ffffff;
      text-align: left;
      background: transparent;
      border: none;
      border-radius: 0;
      text-indent: inherit;
      overflow: hidden;
      opacity: .5;
      padding: 10px 5px;
      margin: 0 50px; }
      .theme-ci-v1 .theme-ci-v1-item:before, .theme-ci-v1 .theme-ci-v1-item:after {
        background: #ffffff;
        content: " ";
        transition-duration: 400ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
      .theme-ci-v1 .theme-ci-v1-item:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 2px; }
      .theme-ci-v1 .theme-ci-v1-item:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px; }
      .theme-ci-v1 .theme-ci-v1-item .theme-ci-v1-no {
        font-size: 50px;
        font-weight: 400;
        float: left;
        line-height: .9;
        letter-spacing: -2px;
        margin-right: 8px; }
      .theme-ci-v1 .theme-ci-v1-item .theme-ci-v1-media {
        overflow: hidden; }
      .theme-ci-v1 .theme-ci-v1-item .theme-ci-v1-title {
        display: block;
        font-size: 18px;
        font-style: italic;
        font-family: brandon_grotesque_lightRg Serif, serif; }
      .theme-ci-v1 .theme-ci-v1-item .theme-ci-v1-subtitle {
        display: block;
        font-size: 14px; }
      .theme-ci-v1 .theme-ci-v1-item.active {
        width: auto;
        height: auto;
        background: transparent;
        opacity: 1;
        margin: 0 50px; }
        .theme-ci-v1 .theme-ci-v1-item.active:before {
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 2px;
          transition-duration: 400ms;
          transition-property: all;
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
        .theme-ci-v1 .theme-ci-v1-item.active:after {
          width: 100%;
          height: 2px;
          transition-duration: 400ms;
          transition-property: all;
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
      .theme-ci-v1 .theme-ci-v1-item:hover:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 2px;
        transition-duration: 400ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
      .theme-ci-v1 .theme-ci-v1-item:hover:after {
        width: 100%;
        height: 2px;
        transition-duration: 400ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); } }

/* Media Queries below 992px */
@media (max-width: 992px) {
  .theme-ci-v1 .theme-ci-v1-item .theme-ci-v1-no,
  .theme-ci-v1 .theme-ci-v1-item .theme-ci-v1-media {
    display: none; } }

/*------------------------------------------------------------------
    [Theme Carousel Indicators v2]
------------------------------------------------------------------*/
.theme-carousel-indicators-v2 {
  bottom: -10px; }
  .theme-carousel-indicators-v2 li {
    width: 8px;
    height: 8px;
    background: #252525;
    margin: 0; }
    .theme-carousel-indicators-v2 li.active {
      width: 8px;
      height: 8px;
      background: #00ccff;
      border-color: #00ccff; }

/* Media Queries above 992px */
@media (min-width: 992px) {
  .theme-carousel-indicators-v2 {
    left: 65%;
    bottom: 35px;
    margin-left: 0; } }

/*------------------------------------------------------------------
    [Theme Carousel Indicators v3]
------------------------------------------------------------------*/
.theme-carousel-indicators-v3 {
  position: static;
  width: auto;
  text-align: right;
  margin: 0; }
  .theme-carousel-indicators-v3 li {
    position: relative;
    width: auto;
    height: auto;
    font-size: 18px;
    color: #ffffff;
    background: 0;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    text-indent: inherit;
    padding: 0 2px;
    margin: 0 6px 0 0; }
    .theme-carousel-indicators-v3 li.active {
      width: auto;
      height: auto;
      color: #00ccff;
      background: 0;
      border-bottom-color: #00ccff;
      margin: 0 6px 0 0; }
    .theme-carousel-indicators-v3 li:hover {
      border-bottom-color: #00ccff; }
      .theme-carousel-indicators-v3 li:hover.active {
        color: #00ccff;
        border-bottom-color: #00ccff; }

/*------------------------------------------------------------------
    [Theme Carousel Indicators v4]
------------------------------------------------------------------*/
.theme-carousel-indicators-v4 {
  bottom: -40px; }
  .theme-carousel-indicators-v4 li {
    width: 8px;
    height: 8px;
    background: #252525;
    margin: 0; }
    .theme-carousel-indicators-v4 li.active {
      width: 8px;
      height: 8px;
      background: #00ccff;
      border-color: #00ccff; }

/*------------------------------------------------------------------
    [Theme Carousel Indicators v5]
------------------------------------------------------------------*/
.theme-carousel-indicators-v5 {
  position: static;
  width: auto;
  text-align: center;
  background: #ffffff;
  border: 1px solid #f7f8fa;
  border-radius: 0;
  padding: 10px;
  margin: 0; }
  .theme-carousel-indicators-v5 li {
    width: auto;
    height: auto;
    z-index: 1;
    text-indent: inherit;
    background: 0;
    border: none;
    padding: 0;
    margin: 0 1px; }
    .theme-carousel-indicators-v5 li.active {
      width: auto;
      height: auto;
      background: 0;
      border: none;
      padding: 0;
      margin: 0 1px; }
      .theme-carousel-indicators-v5 li.active .theme-carousel-indicators-item {
        width: 50px;
        height: 50px;
        border: 2px solid #00ccff; }
  .theme-carousel-indicators-v5 .theme-carousel-indicators-item {
    width: 50px;
    height: 50px;
    border: 2px solid #ebeef6; }

/* Media Queries below 480px */
@media (max-width: 480px) {
  .theme-carousel-indicators-v5 {
    display: none; } }

/*------------------------------------------------------------------
    [Theme Carousel Indicators v6]
------------------------------------------------------------------*/
.theme-carousel-indicators-v6 {
  position: absolute;
  top: 30px;
  bottom: auto; }
  .theme-carousel-indicators-v6 > li {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 1px 3px;
    border: 3px solid #ffffff; }
    .theme-carousel-indicators-v6 > li:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #ffffff;
      border-radius: 50%;
      content: " ";
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      transform: scale(1, 1);
      transition-duration: 200ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .theme-carousel-indicators-v6 > li.active {
      width: 17px;
      height: 17px;
      margin: 0 2px;
      background: transparent; }
      .theme-carousel-indicators-v6 > li.active:before {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        transform: scale(0, 0);
        transition-duration: 200ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/*--------------------------------------------------
    [Bootstrap Carousel with Animation]
----------------------------------------------------*/
.carousel-caption .carousel-caption-wrap {
  position: relative; }

.carousel-caption .carousel-caption-element {
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.carousel-caption .carousel-animation-one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s; }

/*--------------------------------------------------
    [Google Map]
----------------------------------------------------*/
.map {
  width: 100%;
  height: 100%;
  background: #f7f8fa; }

/*--------------------------------------------------
    [Masonry Grid]
----------------------------------------------------*/
.masonry-grid {
  overflow: hidden;
  margin: 0 -15px; }
  .masonry-grid.masonry-grid-no-space {
    margin: 0; }
    .masonry-grid.masonry-grid-no-space .masonry-grid-item {
      padding: 0;
      margin: 0; }
  .masonry-grid .masonry-grid-item {
    display: block;
    width: 19.99%;
    float: left;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 30px; }
    .masonry-grid .masonry-grid-item.col-1 {
      width: 100%; }
    .masonry-grid .masonry-grid-item.col-2 {
      width: 49.99%; }
    .masonry-grid .masonry-grid-item.col-3 {
      width: 33.33333333%; }
    .masonry-grid .masonry-grid-item.col-4 {
      width: 24.9%; }

/* Media Queries below 992px */
@media (max-width: 992px) {
  .masonry-grid .masonry-grid-item {
    width: 49.9%; }
    .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-4 {
      width: 49.9%; } }

/* Media Queries below 480px */
@media (max-width: 480px) {
  .masonry-grid .masonry-grid-item {
    width: 100%; }
    .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-4 {
      width: 100%; } }

/*--------------------------------------------------
    [Owl Carousel]
--------------------------------------------------*/
.owl-carousel {
  position: relative; }

/* Genereal Changes */
.owl-btn,
.owl-dot {
  cursor: pointer; }

/* Owl Dots */
.owl-dots {
  text-align: center;
  margin-top: 30px; }

.owl-dot {
  display: inline-block;
  padding: 0 3px; }

.owl-dot span,
.owl-dots span {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  text-indent: -999px;
  background: transparent;
  border: 1px solid #00ccff;
  border-radius: 50%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.owl-dot.active span,
.owl-dots.active span {
  background: #00ccff;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* Owl Dots Color Picker */
.owl-dots-color-picker .owl-dot.active span,
.owl-dots-color-picker .owl-dots.active span {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1); }

.owl-dots-color-picker .owl-dot {
  display: inline-block;
  padding: 0 5px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1); }
  .owl-dots-color-picker .owl-dot .owl-dots-color-silver,
  .owl-dots-color-picker .owl-dot .owl-dots-color-white,
  .owl-dots-color-picker .owl-dot .owl-dots-color-dark {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    border: 1px solid transparent;
    border-radius: 50%;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .owl-dots-color-picker .owl-dot .owl-dots-color-silver.owl-dots-color-silver,
    .owl-dots-color-picker .owl-dot .owl-dots-color-white.owl-dots-color-silver,
    .owl-dots-color-picker .owl-dot .owl-dots-color-dark.owl-dots-color-silver {
      background: #f3ab36; }
    .owl-dots-color-picker .owl-dot .owl-dots-color-silver.owl-dots-color-white,
    .owl-dots-color-picker .owl-dot .owl-dots-color-white.owl-dots-color-white,
    .owl-dots-color-picker .owl-dot .owl-dots-color-dark.owl-dots-color-white {
      background: #ffffff;
      border-color: #ebeef6; }
    .owl-dots-color-picker .owl-dot .owl-dots-color-silver.owl-dots-color-dark,
    .owl-dots-color-picker .owl-dot .owl-dots-color-white.owl-dots-color-dark,
    .owl-dots-color-picker .owl-dot .owl-dots-color-dark.owl-dots-color-dark {
      background: #252525; }
    .owl-dots-color-picker .owl-dot .owl-dots-color-silver:hover,
    .owl-dots-color-picker .owl-dot .owl-dots-color-white:hover,
    .owl-dots-color-picker .owl-dot .owl-dots-color-dark:hover {
      opacity: .8; }
  .owl-dots-color-picker .owl-dot.active {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
    .owl-dots-color-picker .owl-dot.active .owl-dots-color-silver,
    .owl-dots-color-picker .owl-dot.active .owl-dots-color-white,
    .owl-dots-color-picker .owl-dot.active .owl-dots-color-dark {
      position: relative; }
      .owl-dots-color-picker .owl-dot.active .owl-dots-color-silver:before,
      .owl-dots-color-picker .owl-dot.active .owl-dots-color-white:before,
      .owl-dots-color-picker .owl-dot.active .owl-dots-color-dark:before {
        position: absolute;
        top: 0;
        z-index: 10;
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 20px;
        font-family: FontAwesome;
        color: #ffffff;
        text-align: center;
        vertical-align: middle;
        padding: 6px;
        text-indent: 0;
        content: "\f00c"; }
    .owl-dots-color-picker .owl-dot.active .owl-dots-color-white:before {
      color: #252525; }

/* Testimonials v4 Arrows */
.testimonials-v4-arrows .arrow-next,
.testimonials-v4-arrows .arrow-prev {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #252525;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  padding: 7px;
  margin-top: -17.5px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .testimonials-v4-arrows .arrow-next:hover,
  .testimonials-v4-arrows .arrow-prev:hover {
    color: #ffffff;
    background: #00ccff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.testimonials-v4-arrows .arrow-prev {
  left: 0;
  margin-left: -50px; }

.testimonials-v4-arrows .arrow-next {
  right: 0;
  margin-right: -50px; }

/* Media Queries below 992px */
@media (max-width: 992px) {
  .testimonials-v4-arrows .arrow-prev {
    left: 0;
    margin-left: 0; }
  .testimonials-v4-arrows .arrow-next {
    right: 0;
    margin-right: 0; } }

/* Owl Control Arrows v1 */
.owl-control-arrows-v1 .owl-arrow {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #252525;
  text-align: center;
  background: #ffffff;
  vertical-align: middle;
  cursor: pointer;
  padding: 7px;
  margin: 0 3px;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .owl-control-arrows-v1 .owl-arrow.arrow-left, .owl-control-arrows-v1 .owl-arrow.arrow-right {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -17.5px; }
  .owl-control-arrows-v1 .owl-arrow.arrow-left {
    left: 0; }
  .owl-control-arrows-v1 .owl-arrow.arrow-right {
    right: 0; }
  .owl-control-arrows-v1 .owl-arrow:hover {
    color: #ffffff;
    background: #00ccff;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/*------------------------------------------------------------------
	[Portfolio]
------------------------------------------------------------------*/
/* Popup Lightbox Close Button */
.cbp-popup-lightbox .cbp-popup-close,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-prev {
  width: 38px;
  height: 38px;
  background: #000;
  border-radius: 3px;
  opacity: .5; }
  .cbp-popup-lightbox .cbp-popup-close:after,
  .cbp-popup-lightbox .cbp-popup-next:after,
  .cbp-popup-lightbox .cbp-popup-prev:after {
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 20px;
    font-family: FontAwesome;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding: 5px; }
  .cbp-popup-lightbox .cbp-popup-close:hover,
  .cbp-popup-lightbox .cbp-popup-next:hover,
  .cbp-popup-lightbox .cbp-popup-prev:hover {
    opacity: 1; }

.cbp-popup-lightbox .cbp-popup-close:after {
  font-size: 16px;
  content: "\2716";
  padding: 8px; }

.cbp-popup-lightbox .cbp-popup-prev:after {
  content: "\f104"; }

.cbp-popup-lightbox .cbp-popup-next:after {
  content: "\f105"; }

/* Theme Portfolio Nav Controls v1 */
.theme-portfolio.theme-portfolio-nav-v1 .cbp-nav-controls {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: -40px;
  margin-left: -35px; }
  .theme-portfolio.theme-portfolio-nav-v1 .cbp-nav-controls .cbp-nav-next,
  .theme-portfolio.theme-portfolio-nav-v1 .cbp-nav-controls .cbp-nav-prev {
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 3px;
    margin: 0 3px; }
    .theme-portfolio.theme-portfolio-nav-v1 .cbp-nav-controls .cbp-nav-next:after,
    .theme-portfolio.theme-portfolio-nav-v1 .cbp-nav-controls .cbp-nav-prev:after {
      display: inline-block;
      width: 30px;
      height: 30px;
      font-size: 20px;
      font-family: FontAwesome;
      color: #252525;
      text-align: center;
      background: transparent;
      border: 1px solid #252525;
      border-radius: 50%;
      vertical-align: middle;
      transition-duration: 200ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .theme-portfolio.theme-portfolio-nav-v1 .cbp-nav-controls .cbp-nav-next:hover,
    .theme-portfolio.theme-portfolio-nav-v1 .cbp-nav-controls .cbp-nav-prev:hover {
      opacity: 1; }
      .theme-portfolio.theme-portfolio-nav-v1 .cbp-nav-controls .cbp-nav-next:hover:after,
      .theme-portfolio.theme-portfolio-nav-v1 .cbp-nav-controls .cbp-nav-prev:hover:after {
        color: #ffffff;
        background: #252525;
        transition-duration: 200ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .theme-portfolio.theme-portfolio-nav-v1 .cbp-nav-controls .cbp-nav-next:after {
    content: "\f105"; }
  .theme-portfolio.theme-portfolio-nav-v1 .cbp-nav-controls .cbp-nav-prev:after {
    content: "\f104"; }

/* Theme Portfolio Nav Controls v2 */
.theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls {
  position: static; }
  .theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-prev,
  .theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-next {
    width: 30px;
    height: 50px;
    z-index: 1;
    background: transparent;
    margin: -25px 3px 0; }
    .theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-prev:after,
    .theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-next:after {
      display: inline-block;
      width: 30px;
      height: 50px;
      font-size: 20px;
      font-family: FontAwesome;
      color: #ffffff;
      text-align: center;
      line-height: 2.4;
      background: rgba(37, 37, 37, 0.8);
      vertical-align: middle;
      transition-duration: 200ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
    .theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-prev:hover,
    .theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-next:hover {
      opacity: 1; }
      .theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-prev:hover:after,
      .theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-next:hover:after {
        background: #252525;
        transition-duration: 200ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-next {
    position: absolute;
    top: 50%;
    right: 0; }
    .theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-next:after {
      content: "\f105";
      margin-right: -2px; }
  .theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-prev {
    position: absolute;
    top: 50%;
    left: 0; }
    .theme-portfolio.theme-portfolio-nav-v2 .cbp-nav-controls .cbp-nav-prev:after {
      content: "\f104";
      margin-left: -2px; }

/* Theme Portfolio Filter */
.theme-portfolio .cbp-l-filters-alignRight,
.theme-portfolio .cbp-l-filters-alignLeft,
.theme-portfolio .cbp-l-filters-alignCenter {
  font-size: 16px;
  font-weight: 300;
  font-family: brandon_grotesque_lightRg;
  margin-bottom: 0; }

.theme-portfolio .cbp-filter-item {
  font-size: 18px;
  font-weight: 300;
  font-family: brandon_grotesque_lightRg;
  color: #252525;
  background: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  text-transform: inherit;
  padding: 5px 10px;
  margin: 0 10px 40px; }
  .theme-portfolio .cbp-filter-item.cbp-filter-item-active {
    color: #00ccff;
    background: transparent;
    border-color: #00ccff; }
  .theme-portfolio .cbp-filter-item:hover {
    color: #00ccff; }

.theme-portfolio .cbp-filter-counter {
  background: #00ccff; }
  .theme-portfolio .cbp-filter-counter:after {
    border-top-color: #00ccff; }

/* Media Queries under 768px */
@media (max-width: 768px) {
  .cbp-l-filters-alignRight,
  .cbp-l-filters-alignLeft {
    float: none;
    text-align: center; } }

/* Theme Portfolio Load More Button */
.theme-portfolio .cbp-l-loadMore-button .cbp-l-loadMore-link,
.theme-portfolio .cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.theme-portfolio .cbp-l-loadMore-text .cbp-l-loadMore-link,
.theme-portfolio .cbp-l-loadMore-text .cbp-l-loadMore-button-link {
  display: inline-block;
  min-width: auto;
  font-size: 16px;
  font-weight: 300;
  font-family: brandon_grotesque_lightRg;
  color: #00ccff;
  line-height: 1.4;
  border: 1px solid #00ccff;
  padding: 12px 25px; }
  .theme-portfolio .cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
  .theme-portfolio .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
  .theme-portfolio .cbp-l-loadMore-text .cbp-l-loadMore-link:hover,
  .theme-portfolio .cbp-l-loadMore-text .cbp-l-loadMore-button-link:hover {
    color: #ffffff;
    background: #00ccff;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* Theme Portfolio Zoom Effect */
.theme-portfolio .cbp-caption-zoom .cbp-caption-activeWrap {
  background: rgba(0, 204, 255, 0.6); }

/* Theme Portfolio Item v1 */
.theme-portfolio .theme-portfolio-item-v1 .theme-portfolio-active-wrap {
  position: relative; }
  .theme-portfolio .theme-portfolio-item-v1 .theme-portfolio-active-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    content: " ";
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.theme-portfolio .theme-portfolio-item-v1 .theme-portfolio-item-v1-heading {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .theme-portfolio .theme-portfolio-item-v1 .theme-portfolio-item-v1-heading .theme-portfolio-item-v1-title {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transform: translate3d(0, -40%, 0);
    -moz-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .theme-portfolio .theme-portfolio-item-v1 .theme-portfolio-item-v1-heading .theme-portfolio-item-v1-subtitle {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #606060;
    margin-bottom: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    -moz-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.theme-portfolio .theme-portfolio-item-v1:hover .theme-portfolio-active-wrap:before {
  background: rgba(255, 255, 255, 0.95);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.theme-portfolio .theme-portfolio-item-v1:hover .theme-portfolio-item-v1-heading {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .theme-portfolio .theme-portfolio-item-v1:hover .theme-portfolio-item-v1-heading .theme-portfolio-item-v1-title {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .theme-portfolio .theme-portfolio-item-v1:hover .theme-portfolio-item-v1-heading .theme-portfolio-item-v1-subtitle {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* Theme Portfolio Item v2 */
.theme-portfolio .theme-portfolio-item-v2 .theme-portfolio-active-wrap {
  position: relative; }
  .theme-portfolio .theme-portfolio-item-v2 .theme-portfolio-active-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    content: " ";
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.theme-portfolio .theme-portfolio-item-v2 .theme-portfolio-lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -20%, 0);
  -moz-transform: translate3d(-50%, -20%, 0);
  transform: translate3d(-50%, -20%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.theme-portfolio .theme-portfolio-item-v2:hover .theme-portfolio-active-wrap:before {
  background: rgba(0, 204, 255, 0.5);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.theme-portfolio .theme-portfolio-item-v2:hover .theme-portfolio-lightbox {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* Theme Portfolio Item v3 */
.theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-active-wrap {
  position: relative; }
  .theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-active-wrap:before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0);
    content: " ";
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -20%, 0);
  -moz-transform: translate3d(-50%, -20%, 0);
  transform: translate3d(-50%, -20%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-lightbox .theme-portfolio-item-v3-icon {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #252525;
    text-align: center; }
    .theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-lightbox .theme-portfolio-item-v3-icon:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1px;
      height: 30px;
      margin-top: -15px; }
    .theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-lightbox .theme-portfolio-item-v3-icon:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 1px;
      margin-left: -15px; }
    .theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-lightbox .theme-portfolio-item-v3-icon:before, .theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-lightbox .theme-portfolio-item-v3-icon:after {
      background: #252525;
      content: " "; }
    .theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-lightbox .theme-portfolio-item-v3-icon:hover:before, .theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-lightbox .theme-portfolio-item-v3-icon:hover:after {
      background: #00ccff; }

.theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-item-v3-heading {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
  padding: 30px;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  -moz-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-item-v3-heading .theme-portfolio-item-v3-title {
    font-size: 16px;
    margin-bottom: 0; }
  .theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-item-v3-heading .theme-portfolio-item-v3-subtitle {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0; }

.theme-portfolio .theme-portfolio-item-v3:hover .theme-portfolio-active-wrap:before {
  background: rgba(255, 255, 255, 0.8);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.theme-portfolio .theme-portfolio-item-v3:hover .theme-portfolio-lightbox {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.theme-portfolio .theme-portfolio-item-v3:hover .theme-portfolio-item-v3-heading {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

/* Theme Portfolio Title Heading */
.theme-portfolio .theme-portfolio-title-heading {
  text-align: center;
  background: #ffffff;
  padding: 20px 0; }
  .theme-portfolio .theme-portfolio-title-heading.theme-portfolio-title-heading-sm {
    padding: 15px; }
    .theme-portfolio .theme-portfolio-title-heading.theme-portfolio-title-heading-sm .theme-portfolio-title {
      font-size: 16px; }
    .theme-portfolio .theme-portfolio-title-heading.theme-portfolio-title-heading-sm .theme-portfolio-subtitle {
      font-size: 14px; }
  .theme-portfolio .theme-portfolio-title-heading .theme-portfolio-title {
    display: block;
    font-size: 18px;
    margin: 0 0 3px; }
  .theme-portfolio .theme-portfolio-title-heading .theme-portfolio-subtitle {
    display: block;
    color: #606060;
    font-size: 15px;
    font-style: italic; }

/* Theme Portfolio Description */
.theme-portfolio-desc .portfolio-item-img-wrap {
  position: relative; }
  .theme-portfolio-desc .portfolio-item-img-wrap .portfolio-item-content-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto; }
  .theme-portfolio-desc .portfolio-item-img-wrap .portfolio-item-heading {
    background: #ffffff;
    padding: 10px 20px;
    margin: 40px; }
    .theme-portfolio-desc .portfolio-item-img-wrap .portfolio-item-heading .portfolio-item-heading-title {
      font-size: 30px;
      font-weight: 400;
      margin: 0; }

.theme-portfolio-desc .portfolio-item-subitem-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px; }

.theme-portfolio-desc .portfolio-item-subitem-paragraph {
  margin-bottom: 0; }

.theme-portfolio-desc .portfolio-item-category {
  font-size: 15px;
  font-weight: 300;
  color: #606060; }
  .theme-portfolio-desc .portfolio-item-category:hover {
    color: #00ccff;
    text-decoration: none; }

/* Media Queries below 480px */
@media (max-width: 480px) {
  .theme-portfolio-desc .portfolio-item-img-wrap .portfolio-item-heading {
    margin: 10px;
    padding: 5px 10px; }
    .theme-portfolio-desc .portfolio-item-img-wrap .portfolio-item-heading .portfolio-item-heading-title {
      font-size: 18px; } }

/*--------------------------------------------------
    [Theme Portfolio v2]
----------------------------------------------------*/
/* Filter */
.theme-portfolio-v2 .cbp-l-filters-alignRight .cbp-filter-item {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 16px;
  font-weight: 300;
  font-family: brandon_grotesque_lightRg;
  color: #252525;
  line-height: 1.4;
  border: none;
  background: inherit;
  text-transform: inherit;
  padding: 0;
  margin: 0 0 10px;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .theme-portfolio-v2 .cbp-l-filters-alignRight .cbp-filter-item:hover {
    color: #00ccff;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .theme-portfolio-v2 .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
    color: #00ccff;
    background: inherit; }

/* Caption */
.theme-portfolio-v2 .cbp-caption {
  background: #ffffff;
  box-shadow: 0 2px 5px 3px #eff1f8;
  padding: 15px;
  margin: 5px; }

/* Media Queries below 992px */
@media (max-width: 992px) {
  .theme-portfolio-v2 .cbp-l-filters-alignRight {
    text-align: center; }
  .theme-portfolio-v2 .cbp-l-filters-alignRight .cbp-filter-item {
    display: inline-block;
    margin: 0 10px 10px; } }

/*--------------------------------------------------
    [Theme Portfolio v3]
----------------------------------------------------*/
.theme-portfolio-v3 .cbp-l-filters-button {
  margin-bottom: 15px; }
  .theme-portfolio-v3 .cbp-l-filters-button .cbp-filter-item {
    font-size: 20px;
    font-weight: 300;
    font-family: brandon_grotesque_lightRg;
    color: #ffffff;
    background: transparent;
    border: none;
    padding: 0 3px; }
  .theme-portfolio-v3 .cbp-l-filters-button .cbp-filter-item-active {
    font-weight: 400; }

/* Hover Effect */
.theme-portfolio-v3 .cbp-caption-zoom .cbp-caption-activeWrap {
  background: rgba(37, 37, 37, 0.9); }

/*------------------------------------------------------------------
    [Theme Social Share]
------------------------------------------------------------------*/
/*.theme-social-share {
    .cbp-filter-item,
    .theme-social-share-icon,
    .cbp-filter-item-active,
    .cbp-filter-item-active.theme-social-share-icon {
        @include cubic-transition($delay: 0, $duration: 200ms, $property: (all));
    }

    .cbp-filter-item {
        @include size(50px);
        @include font($size: $font-size-20);
        border-color: $color-subtitle;
        padding: 13px;
        margin: 0 20px;

        &:first-child {
            margin-left: 0;
        }

        &:last-child {
            margin-right: 0;
        }

        .theme-social-share-icon {
            color: $color-subtitle;
        }
        
        &.cbp-filter-item-active {
            border-color: $color-base;

            .theme-social-share-icon {
                color: $color-base;
            }
        }

        &:hover {
            border-color: $color-base-light;
            
            .theme-social-share-icon,
            .cbp-filter-item-active,
            .cbp-filter-item-active.theme-social-share-icon {
                @include cubic-transition($delay: 0, $duration: 200ms, $property: (all));
            }

            .theme-social-share-icon {
                color: $color-base-light;
            }

            &.cbp-filter-item-active {
                border-color: $color-base;

                .theme-social-share-icon {
                    color: $color-base;
                }
            }
        }
    }

    .cbp-l-grid-tabs {
        .cbp-item {
            max-width: 100%;
        }
    }
}

*/
/*------------------------------------------------------------------
	[Revolution Slider]
------------------------------------------------------------------*/
/* Spinner */
.tp-loader.spinner2 {
  background: #00ccff; }

/* Form */
.theme-rev-slider-form-v1 .rev-slideer-form-input-v1 {
  height: 40px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  border: none; }
  .theme-rev-slider-form-v1 .rev-slideer-form-input-v1::-moz-placeholder {
    color: #ffffff; }
  .theme-rev-slider-form-v1 .rev-slideer-form-input-v1:-ms-input-placeholder {
    color: #ffffff; }
  .theme-rev-slider-form-v1 .rev-slideer-form-input-v1::-webkit-input-placeholder {
    color: #ffffff; }
  .theme-rev-slider-form-v1 .rev-slideer-form-input-v1:focus {
    background: rgba(255, 255, 255, 0.5);
    color: #ffffff; }
    .theme-rev-slider-form-v1 .rev-slideer-form-input-v1:focus::-moz-placeholder {
      color: #ffffff; }
    .theme-rev-slider-form-v1 .rev-slideer-form-input-v1:focus:-ms-input-placeholder {
      color: #ffffff; }
    .theme-rev-slider-form-v1 .rev-slideer-form-input-v1:focus::-webkit-input-placeholder {
      color: #ffffff; }

/* Zeus Bullet */
.zeus .tp-bullet {
  width: 10px;
  height: 10px;
  border-width: 1px; }

.zeus .tp-bullet-title {
  font-size: 12px;
  font-weight: 300;
  font-family: brandon_grotesque_lightRg; }

/* To Tab */
.erinyen .theme-rev-tab-title-v1 {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  border-top: 2px solid #ffffff;
  margin-bottom: 10px;
  padding-top: 15px; }

.erinyen .theme-rev-tab-desc-v1 {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff; }

/* Scrollbelow Action */
.scrollbelow-action-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 30px;
  -webkit-animation-name: Scrollbelow;
  -moz-animation-name: Scrollbelow;
  animation-name: Scrollbelow;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes Scrollbelow {
  0% {
    top: 0;
    bottom: 0; }
  25% {
    top: -20px;
    bottom: 25px; }
  50% {
    top: -20px;
    bottom: 50px; }
  75% {
    top: -20px;
    bottom: 75px; }
  100% {
    top: 0;
    bottom: 100px; } }

@-moz-keyframes Scrollbelow {
  0% {
    top: 0;
    bottom: 0; }
  25% {
    top: -20px;
    bottom: 25px; }
  50% {
    top: -20px;
    bottom: 50px; }
  75% {
    top: -20px;
    bottom: 75px; }
  100% {
    top: 0;
    bottom: 100px; } }

@keyframes Scrollbelow {
  0% {
    top: 0;
    bottom: 0; }
  25% {
    top: -20px;
    bottom: 25px; }
  50% {
    top: -20px;
    bottom: 50px; }
  75% {
    top: -20px;
    bottom: 75px; }
  100% {
    top: 0;
    bottom: 100px; } }

/* Scrollbelow Action v2 */
.scrollbelow-action-icon-v2 {
  position: absolute;
  top: 0;
  display: inline-block;
  font-size: 20px;
  -webkit-animation-name: Scrollbelow-v2;
  -moz-animation-name: Scrollbelow-v2;
  animation-name: Scrollbelow-v2;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes Scrollbelow-v2 {
  0% {
    top: 0;
    bottom: 0; }
  25% {
    top: 5px;
    bottom: 45px; }
  50% {
    top: 5px;
    bottom: 70px; }
  75% {
    top: 5px;
    bottom: 95px; }
  100% {
    top: 0;
    bottom: 120px; } }

@-moz-keyframes Scrollbelow-v2 {
  0% {
    top: 0;
    bottom: 0; }
  25% {
    top: 5px;
    bottom: 45px; }
  50% {
    top: 5px;
    bottom: 70px; }
  75% {
    top: 5px;
    bottom: 95px; }
  100% {
    top: 0;
    bottom: 120px; } }

@keyframes Scrollbelow-v2 {
  0% {
    top: 0;
    bottom: 0; }
  25% {
    top: 5px;
    bottom: 45px; }
  50% {
    top: 5px;
    bottom: 70px; }
  75% {
    top: 5px;
    bottom: 95px; }
  100% {
    top: 0;
    bottom: 120px; } }

/* Theme Rev Slider Input v1 */
.theme-rev-slider-input-v1 {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0; }
  .theme-rev-slider-input-v1::-moz-placeholder {
    color: #ffffff; }
  .theme-rev-slider-input-v1:-ms-input-placeholder {
    color: #ffffff; }
  .theme-rev-slider-input-v1::-webkit-input-placeholder {
    color: #ffffff; }
  .theme-rev-slider-input-v1:focus {
    color: #ffffff; }
    .theme-rev-slider-input-v1:focus::-moz-placeholder {
      color: #ffffff; }
    .theme-rev-slider-input-v1:focus:-ms-input-placeholder {
      color: #ffffff; }
    .theme-rev-slider-input-v1:focus::-webkit-input-placeholder {
      color: #ffffff; }

/* Theme Rev Slider Input v2 */
.theme-rev-slider-input-v2 {
  width: 100%;
  height: 48px;
  color: #ffffff;
  background: transparent;
  border-color: #ffffff; }
  .theme-rev-slider-input-v2::-moz-placeholder {
    color: #ffffff; }
  .theme-rev-slider-input-v2:-ms-input-placeholder {
    color: #ffffff; }
  .theme-rev-slider-input-v2::-webkit-input-placeholder {
    color: #ffffff; }
  .theme-rev-slider-input-v2:focus {
    color: #ffffff;
    border-color: #ffffff; }
    .theme-rev-slider-input-v2:focus::-moz-placeholder {
      color: #ffffff; }
    .theme-rev-slider-input-v2:focus:-ms-input-placeholder {
      color: #ffffff; }
    .theme-rev-slider-input-v2:focus::-webkit-input-placeholder {
      color: #ffffff; }

.rs-title {
  font-size: 32px !important;
  font-family: 'brandon_grotesque_boldregular'; }

/*-----------------------------------
        Keyframes
-------------------------------------*/
@keyframes offset {
  100% {
    stroke-dashoffset: 0; } }

/*-----------------------------------
        SVG Styles
-------------------------------------*/
.js-fade-element-hide {
  opacity: 0; }

.js-fade-element-show {
  opacity: 1; }

.content-step-1 {
  animation: fadeIn 2s 0s backwards; }

.content-step-2 {
  animation: fadeIn 2s 1s backwards; }

.content-step-3 {
  animation: fadeIn 2s 2s backwards; }

.step-1 {
  opacity: 1;
  stroke: #fff;
  stroke-width: 0.8;
  stroke-dasharray: 58;
  stroke-dashoffset: 55;
  animation: offset 1.5s linear 0s forwards; }

.step-2 {
  opacity: 1;
  stroke: #fff;
  stroke-width: 0.8;
  stroke-dasharray: 105;
  stroke-dashoffset: 105;
  animation: offset 2s linear 0s forwards; }

.step-3 {
  opacity: 1;
  stroke: #fff;
  stroke-width: 0.8;
  stroke-dasharray: 90;
  stroke-dashoffset: 90;
  animation: offset 1.8s linear 0s forwards; }

.arrow-step-1 {
  animation: pushUp 1s linear 2s; }

/*-----------------------------------
        Fade in Headers
-------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-80px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(80px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fadeInBig {
  0% {
    opacity: 0;
    transform: translateX(140px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes pushRight {
  0% {
    transform: translateX(80px); }
  100% {
    transform: translateX(0); } }

@keyframes pushUp {
  0% {
    transform: translateY(-118px); }
  100% {
    transform: translateY(-118px); } }

/*------------------------------------------------------------------
	[Colors]
------------------------------------------------------------------*/
.color-base {
  color: #00ccff !important; }

.color-white {
  color: #ffffff !important; }

.color-red {
  color: #EF194F !important; }

.color-black {
  color: #252525 !important; }

.color-orange {
  color: #F5AB35 !important; }

.color-sand {
  color: #d7c98a !important; }

.color-green {
  color: #34AB00 !important; }

.color-nave {
  color: #12312e !important; }

.color-coral {
  color: #60D4D4 !important; }

.color-bright-pink {
  color: #FF69B4 !important; }

.color-paper {
  color: #FCF5D8 !important; }

.color-lightgreen {
  color: #82DACA !important; }

.color-subtitle {
  color: #606060 !important; }

.color-sky-light {
  color: #f7f8fa !important; }

.color-tint-light {
  color: #ebeef6 !important; }

.color-dark {
  color: #252525 !important; }

.color-dark-light {
  color: #3a3a44 !important; }

.color-blue {
  color: #536dfe !important; }

.color-blue-grey {
  color: #546e7a !important; }

.color-grey {
  color: #9e9e9e !important; }

.color-teal {
  color: #009688 !important; }

.color-green {
  color: #34AB00 !important; }

.color-red {
  color: #EF194F !important; }

.color-pink {
  color: #C38594 !important; }

.color-purple {
  color: #b260ce !important; }

.color-gold {
  color: #f3ab36 !important; }

.color-fb {
  color: #44619d !important; }

.color-tw {
  color: #55acee !important; }

.color-dr {
  color: #ea4c89 !important; }

.color-yt {
  color: #cc181e !important; }

.color-ig {
  color: #125688 !important; }

.color-base-light {
  color: #4ed7e8 !important; }

.color-blue-grey-light {
  color: #6b8997 !important; }

.color-grey-light {
  color: #f1f1f1 !important; }

.color-blue-light {
  color: #687ffa !important; }

.color-teal-light {
  color: #45b4a9 !important; }

.color-green-light {
  color: #6edfd1 !important; }

.color-red-light {
  color: #e57287 !important; }

.color-pink-light {
  color: #ec407a !important; }

.color-purple-light {
  color: #ba75d1 !important; }

.color-gold-light {
  color: #d3af87 !important; }

/*------------------------------------------------------------------
    [Background Colors]
------------------------------------------------------------------*/
.bg-color-base {
  background: #00ccff !important; }

.bg-color-cream {
  background: #ffffcc !important; }

.bg-color-darkblue {
  background: #02aedc !important; }

.bg-color-black {
  background: #252525 !important; }

.bg-color-orange {
  background: #F5AB35 !important; }

.bg-color-sand {
  background: #d7c98a !important; }

.bg-color-green {
  background: #34AB00 !important; }

.bg-color-bright-blue {
  background: #00D6CA !important; }

.bg-color-navy {
  background: #12312e !important; }

.bg-color-white {
  background: #ffffff !important; }

.bg-color-yellow {
  background: #FFcc00 !important; }

.bg-color-coral {
  background: #60D4D4 !important; }

.bg-color-darkpurple {
  background: #8941D1 !important; }

.bg-color-dark-red {
  background: #d62323 !important; }

.bg-color-bright-pink {
  background: #FF69B4 !important; }

.bg-color-paper {
  background: #FCF5D8 !important; }

.bg-color-lightgreen {
  background: #82DACA !important; }

.bg-color-l-blue {
  background: #53CFE9 !important; }

.bg-color-l-red {
  background: #EB6379 !important; }

.bg-color-white {
  background: #ffffff !important; }

.bg-color-subtitle {
  background: #606060 !important; }

.bg-color-sky-light {
  background: #f7f8fa !important; }

.bg-color-tint-light {
  background: #ebeef6 !important; }

.bg-color-dark {
  background: #252525 !important; }

.bg-color-dark-light {
  background: #3a3a44 !important; }

.bg-color-blue-grey {
  background: #546e7a !important; }

.bg-color-grey {
  background: #9e9e9e !important; }

.bg-color-blue {
  background: #536dfe !important; }

.bg-color-teal {
  background: #009688 !important; }

.bg-color-green {
  background: #34AB00 !important; }

.bg-color-red {
  background: #EF194F !important; }

.bg-color-pink {
  background: #C38594 !important; }

.bg-color-purple {
  background: #b260ce !important; }

.bg-color-gold {
  background: #f3ab36 !important; }

.bg-color-fb {
  background: #44619d !important; }

.bg-color-tw {
  background: #55acee !important; }

.bg-color-dr {
  background: #ea4c89 !important; }

.bg-color-yt {
  background: #cc181e !important; }

.bg-color-ig {
  background: #125688 !important; }

.bg-color-base-light {
  background: #4ed7e8 !important; }

.bg-color-blue-grey-light {
  background: #6b8997 !important; }

.bg-color-grey-light {
  background: #f1f1f1 !important; }

.bg-color-blue-light {
  background: #687ffa !important; }

.bg-color-teal-light {
  background: #45b4a9 !important; }

.bg-color-green-light {
  background: #6edfd1 !important; }

.bg-color-red-light {
  background: #e57287 !important; }

.bg-color-pink-light {
  background: #ec407a !important; }

.bg-color-purple-light {
  background: #ba75d1 !important; }

.bg-color-gold-light {
  background: #d3af87 !important; }

.float-right {
  float: right; }

/*--------------------------------------------------
    [Padding]
----------------------------------------------------*/
.no-pad-bottom {
  padding-bottom: 0 !important; }

.no-pad-top {
  padding-top: 0 !important; }

.white {
  color: #fff; }

/*--------------------------------------------------
    [Font Family]
----------------------------------------------------*/
.font-family-base {
  font-family: 'brandon_grotesque_lightRg', sans-serif !important; }

.font-family-droid {
  font-family: 'Droid Serif', serif !important; }

.font-family-hind {
  font-family: 'Hind', sans-serif !important; }

.font-family-lora {
  font-family: 'Lora', serif !important; }

/*--------------------------------------------------
    [Wrapper]
----------------------------------------------------*/
/* Media Queries below 992px */
@media (min-width: 992px) {
  .wrapper.wrapper-top-space {
    margin-top: 90px; } }

/*--------------------------------------------------
    [Boxed Layout]
----------------------------------------------------*/
.boxed-layout-overlay {
  background: #f7f8fa; }

.boxed-layout-overlay-img {
  background: url(../../assets/img/500x500/17.jpg) repeat; }

.boxed-layout {
  max-width: 1200px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #ffffff; }
  .boxed-layout:before, .boxed-layout:after {
    content: " ";
    display: table; }
  .boxed-layout:after {
    clear: both; }

/* Media Queries above 768px */
@media (min-width: 768px) {
  .boxed-layout {
    width: 750px; } }

/* Media Queries above 992px */
@media (min-width: 992px) {
  .boxed-layout {
    width: 970px; } }

/* Media Queries above 1200px */
@media (min-width: 1200px) {
  .boxed-layout {
    width: 1170px; } }

/*--------------------------------------------------
    [Full Width Container]
----------------------------------------------------*/
.full-width-container {
  position: relative;
  padding: 0;
  margin: 0; }
  .full-width-container:before, .full-width-container:after {
    content: " ";
    display: table; }
  .full-width-container:after {
    clear: both; }

/*--------------------------------------------------
    [Container Extra Small]
----------------------------------------------------*/
.container-xs {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-xs:before, .container-xs:after {
    content: " ";
    display: table; }
  .container-xs:after {
    clear: both; }

/* Media Queries below 768px */
@media (min-width: 768px) {
  .container-xs {
    width: 750px; } }

/*--------------------------------------------------
    [Container Small]
----------------------------------------------------*/
.container-sm {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-sm:before, .container-sm:after {
    content: " ";
    display: table; }
  .container-sm:after {
    clear: both; }

/* Media Queries below 768px */
@media (min-width: 768px) {
  .container-sm {
    width: 750px; } }

/* Media Queries below 1200px */
@media (min-width: 1200px) {
  .container-sm {
    width: 970px; } }

/*--------------------------------------------------
    [Clearfix]
----------------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/*--------------------------------------------------
    [Position]
----------------------------------------------------*/
.position-r {
  position: relative; }

.position-a {
  position: absolute; }

.position-s {
  position: static; }

.position-i {
  position: inherit; }

/*--------------------------------------------------
    [Overflow]
----------------------------------------------------*/
.overflow-h {
  overflow: hidden; }

.overflow-a {
  overflow: auto; }

.overflow-i {
  overflow: inherit; }

/*--------------------------------------------------
    [Display]
----------------------------------------------------*/
.display-none {
  display: none; }

.display-block {
  display: block; }

.display-inline {
  display: inline; }

.display-ib {
  display: inline-block; }

.display-inherit {
  display: inherit; }

.display-initial {
  display: initial; }

/* Media Queries under 992px */
@media (max-width: 992px) {
  .md-display-none {
    display: none; }
  .md-display-block {
    display: block; }
  .md-display-inline {
    display: inline; }
  .md-display-ib {
    display: inline-block; }
  .md-display-inherit {
    display: inherit; }
  .md-display-initial {
    display: initial; } }

/* Media Queries under 768px */
@media (max-width: 768px) {
  .sm-display-none {
    display: none; }
  .sm-display-block {
    display: block; }
  .sm-display-inline {
    display: inline; }
  .sm-display-ib {
    display: inline-block; }
  .sm-display-inherit {
    display: inherit; }
  .sm-display-initial {
    display: initial; } }

/* Media Queries under 480px */
@media (max-width: 480px) {
  .xs-display-none {
    display: none; }
  .xs-display-block {
    display: block; }
  .xs-display-inline {
    display: inline; }
  .xs-display-ib {
    display: inline-block; }
  .xs-display-inherit {
    display: inherit; }
  .xs-display-initial {
    display: initial; } }

/*--------------------------------------------------
    [Text Align]
----------------------------------------------------*/
.text-center {
  text-align: center; }

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

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

/* Media Queries under 992px */
@media (max-width: 992px) {
  .md-text-center {
    text-align: center; }
  .md-text-left {
    text-align: left; }
  .md-text-right {
    text-align: right; } }

/* Media Queries under 768px */
@media (max-width: 768px) {
  .sm-text-center {
    text-align: center; }
  .sm-text-left {
    text-align: left; }
  .sm-text-right {
    text-align: right; } }

/* Media Queries under 480px */
@media (max-width: 480px) {
  .xs-text-center {
    text-align: center; }
  .xs-text-left {
    text-align: left; }
  .xs-text-right {
    text-align: right; } }

/*--------------------------------------------------
    [Font Sizes]
----------------------------------------------------*/
.font-size-10 {
  font-size: 10px !important; }

.font-size-11 {
  font-size: 11px !important; }

.font-size-12 {
  font-size: 12px !important; }

.font-size-13 {
  font-size: 13px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-15 {
  font-size: 15px !important; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-22 {
  font-size: 22px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-26 {
  font-size: 26px !important; }

.font-size-28 {
  font-size: 28px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-32 {
  font-size: 32px !important; }

.font-size-34 {
  font-size: 34px !important; }

.font-size-36 {
  font-size: 36px !important; }

.font-size-50 {
  font-size: 50px !important; }

.font-size-70 {
  font-size: 70px !important; }

.font-size-100 {
  font-size: 100px !important; }

/*------------------------------------------------------------------
    [Font Sizes under 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-font-size-10 {
    font-size: 10px !important; }
  .md-font-size-11 {
    font-size: 11px !important; }
  .md-font-size-12 {
    font-size: 12px !important; }
  .md-font-size-13 {
    font-size: 13px !important; }
  .md-font-size-14 {
    font-size: 14px !important; }
  .md-font-size-15 {
    font-size: 15px !important; }
  .md-font-size-16 {
    font-size: 16px !important; }
  .md-font-size-18 {
    font-size: 18px !important; }
  .md-font-size-20 {
    font-size: 20px !important; }
  .md-font-size-22 {
    font-size: 22px !important; }
  .md-font-size-24 {
    font-size: 24px !important; }
  .md-font-size-26 {
    font-size: 26px !important; }
  .md-font-size-28 {
    font-size: 28px !important; }
  .md-font-size-30 {
    font-size: 30px !important; }
  .md-font-size-32 {
    font-size: 32px !important; }
  .md-font-size-34 {
    font-size: 34px !important; }
  .md-font-size-36 {
    font-size: 36px !important; }
  .md-font-size-50 {
    font-size: 50px !important; }
  .md-font-size-70 {
    font-size: 70px !important; }
  .md-font-size-100 {
    font-size: 100px !important; } }

/*------------------------------------------------------------------
    [Font Sizes under 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-font-size-10 {
    font-size: 10px !important; }
  .sm-font-size-11 {
    font-size: 11px !important; }
  .sm-font-size-12 {
    font-size: 12px !important; }
  .sm-font-size-13 {
    font-size: 13px !important; }
  .sm-font-size-14 {
    font-size: 14px !important; }
  .sm-font-size-15 {
    font-size: 15px !important; }
  .sm-font-size-16 {
    font-size: 16px !important; }
  .sm-font-size-18 {
    font-size: 18px !important; }
  .sm-font-size-20 {
    font-size: 20px !important; }
  .sm-font-size-22 {
    font-size: 22px !important; }
  .sm-font-size-24 {
    font-size: 24px !important; }
  .sm-font-size-26 {
    font-size: 26px !important; }
  .sm-font-size-28 {
    font-size: 28px !important; }
  .sm-font-size-30 {
    font-size: 30px !important; }
  .sm-font-size-32 {
    font-size: 32px !important; }
  .sm-font-size-34 {
    font-size: 34px !important; }
  .sm-font-size-36 {
    font-size: 36px !important; }
  .sm-font-size-50 {
    font-size: 50px !important; }
  .sm-font-size-70 {
    font-size: 70px !important; }
  .sm-font-size-100 {
    font-size: 100px !important; } }

/*------------------------------------------------------------------
    [Font Sizes under 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-font-size-10 {
    font-size: 10px !important; }
  .xs-font-size-11 {
    font-size: 11px !important; }
  .xs-font-size-12 {
    font-size: 12px !important; }
  .xs-font-size-13 {
    font-size: 13px !important; }
  .xs-font-size-14 {
    font-size: 14px !important; }
  .xs-font-size-15 {
    font-size: 15px !important; }
  .xs-font-size-16 {
    font-size: 16px !important; }
  .xs-font-size-18 {
    font-size: 18px !important; }
  .xs-font-size-20 {
    font-size: 20px !important; }
  .xs-font-size-22 {
    font-size: 22px !important; }
  .xs-font-size-24 {
    font-size: 24px !important; }
  .xs-font-size-26 {
    font-size: 26px !important; }
  .xs-font-size-28 {
    font-size: 28px !important; }
  .xs-font-size-30 {
    font-size: 30px !important; }
  .xs-font-size-32 {
    font-size: 32px !important; }
  .xs-font-size-34 {
    font-size: 34px !important; }
  .xs-font-size-36 {
    font-size: 36px !important; }
  .xs-font-size-50 {
    font-size: 50px !important; }
  .xs-font-size-70 {
    font-size: 70px !important; }
  .xs-font-size-100 {
    font-size: 100px !important; } }

/*--------------------------------------------------
    [Line Through]
----------------------------------------------------*/
.line-through {
  text-decoration: line-through; }

/*--------------------------------------------------
    [Letter Spacing]
----------------------------------------------------*/
.letter-spacing-0 {
  letter-spacing: 0; }

.letter-spacing-1 {
  letter-spacing: 1px; }

.letter-spacing-2 {
  letter-spacing: 2px; }

.letter-spacing-3 {
  letter-spacing: 3px; }

.letter-spacing-4 {
  letter-spacing: 4px; }

.letter-spacing-5 {
  letter-spacing: 5px; }

/*--------------------------------------------------
    [Font Style]
----------------------------------------------------*/
.font-style-inherit {
  font-style: inherit !important; }

.font-style-italic {
  font-style: italic !important; }

/*--------------------------------------------------
    [Line Height]
----------------------------------------------------*/
.line-height-1 {
  line-height: 1; }

.line-height-base {
  line-height: 1.4; }

.line-height-2 {
  line-height: 2; }

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-200 {
  font-weight: 200 !important; }

.fweight-300 {
  font-weight: 300 !important; }

.fweight-400 {
  font-weight: 400 !important; }

.fweight-500 {
  font-weight: 500 !important; }

.fweight-600 {
  font-weight: 600 !important; }

.fweight-700 {
  font-weight: 700 !important; }

/*--------------------------------------------------
    [Background Position]
----------------------------------------------------*/
.bg-position-fixed {
  background-attachment: fixed !important;
  min-height: 100% !important; }

.bg-position-center-top {
  background-size: cover !important;
  background-position: center top !important; }

.bg-position-center-center {
  background-size: cover !important;
  background-position: center center !important; }

.bg-position-center-bottom {
  background-size: cover !important;
  background-position: center bottom !important; }

/*--------------------------------------------------
    [Border]
----------------------------------------------------*/
.border-1 {
  border: 1px solid #ebeef6; }

.border-top-1 {
  border-top: 1px solid #ebeef6; }

.border-bottom-1 {
  border-bottom: 1px solid #ebeef6; }

/*--------------------------------------------------
    [Full Width]
----------------------------------------------------*/
.full-width {
  width: 100%;
  height: auto; }

/*--------------------------------------------------
    [Vertical Center Aligned Block]
    Using CSS3 Translate3D
----------------------------------------------------*/
.ver-center-aligned-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

/*--------------------------------------------------
    [Center Aligned Block]
    Using CSS3 Translate3D
----------------------------------------------------*/
.center-aligned-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 80%; }

/*--------------------------------------------------
    [Center Aligned Block - above 768px]
----------------------------------------------------*/
.sm-center-aligned-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

@media (max-width: 768px) {
  .sm-center-aligned-block {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

/*--------------------------------------------------
    [Center Aligned Block - above 992px]
----------------------------------------------------*/
.md-center-aligned-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

@media (max-width: 992px) {
  .md-center-aligned-block {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

/*--------------------------------------------------
    [Vertical Center Aligned Content]
    Set displays an element as in inline-level flex container
----------------------------------------------------*/
.center-content-ver-wrap {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.center-content-ver-align {
  display: table;
  width: 100%;
  height: 100%; }

.center-content-ver-body {
  display: table-cell;
  float: none;
  text-align: center;
  vertical-align: middle; }

/*--------------------------------------------------
    [Vertical Center Aligned Content above 768px]
    Set displays an element as in inline-level flex container
----------------------------------------------------*/
/* Media Queries above 768px */
@media (min-width: 768px) {
  .center-content-ver-wrap-sm {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .center-content-ver-align-sm {
    display: table;
    width: 100%;
    height: 100%; }
  .center-content-ver-body-sm {
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle; } }

/*--------------------------------------------------
    [Vertical Center Aligned Content above 992px]
    Set displays an element as in inline-level flex container
----------------------------------------------------*/
/* Media Queries above 992px */
@media (min-width: 992px) {
  .center-content-ver-wrap-md {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .center-content-ver-align-md {
    display: table;
    width: 100%;
    height: 100%; }
  .center-content-ver-body-md {
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle; } }

/*--------------------------------------------------
    [Horizontal Center Aligned Content All Column]
    Set displays an element as in inline-level flex container
----------------------------------------------------*/
.center-content-hor-col-wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.center-content-hor-col-align {
  display: table-cell;
  float: none;
  vertical-align: middle; }

/*--------------------------------------------------
    [Horizontal Center Aligned Content above 768px]
    Set displays an element as in inline-level flex container
----------------------------------------------------*/
/* Media Queries above 768px */
@media (min-width: 768px) {
  .center-content-hor-wrap-sm {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
  .center-content-hor-align-sm {
    display: table-cell;
    float: none;
    vertical-align: middle; }
    .center-content-hor-align-sm.center-content-hor-align-sm-width-xs {
      min-width: 150px; }
    .center-content-hor-align-sm.center-content-hor-align-sm-width-sm {
      min-width: 250px; }
    .center-content-hor-align-sm.center-content-hor-align-sm-width-md {
      min-width: 300px; } }

/* Media Queries below 768px */
@media (max-width: 768px) {
  .center-content-hor-align-sm {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px; } }

/*--------------------------------------------------
    [Horizontal Center Aligned Content above 992px]
    Set displays an element as in inline-level flex container
----------------------------------------------------*/
@media (min-width: 992px) {
  .center-content-hor-wrap-md {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
  .center-content-hor-align-md {
    display: table-cell;
    float: none;
    vertical-align: middle; }
    .center-content-hor-align-md.center-content-hor-align-md-width-xs {
      min-width: 150px; }
    .center-content-hor-align-md.center-content-hor-align-md-width-md {
      min-width: 250px; }
    .center-content-hor-align-md.center-content-hor-align-md-width-md {
      min-width: 300px; } }

/* Media Queries below 992px */
@media (max-width: 992px) {
  .center-content-hor-align-md {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px; } }

/*--------------------------------------------------
    [Center Aligned Block]
    Center align a block level element
----------------------------------------------------*/
.center-block {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/* Media Queries below 992px */
@media (max-width: 992px) {
  .md-center-block {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto; } }

/* Media Queries below 768px */
@media (max-width: 768px) {
  .sm-center-block {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto; } }

/* Media Queries below 480px */
@media (max-width: 480px) {
  .xs-center-block {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto; } }

/*--------------------------------------------------
    [Content]
----------------------------------------------------*/
.content {
  padding-top: 40px;
  padding-bottom: 40px; }

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px; }

.content-md {
  padding-top: 80px;
  padding-bottom: 80px; }

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px; }

/*------------------------------------------------------------------
    [No padding, margin space]
------------------------------------------------------------------*/
.no-space {
  padding: 0 !important;
  margin: 0 !important; }

/* No padding, margin space above 992px */
@media (min-width: 992px) {
  .md-no-space {
    padding: 0 !important;
    margin: 0 !important; } }

/* No Space in a row class */
.no-space-row {
  margin-right: 0;
  margin-left: 0; }
  .no-space-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

/* 5px Space in a row class */
.space-row-5 {
  margin-right: -5px;
  margin-left: -5px; }
  .space-row-5 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }

/* 10px Space in a row class */
.space-row-10 {
  margin-right: -10px;
  margin-left: -10px; }
  .space-row-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }

/*------------------------------------------------------------------
    [Padding]
------------------------------------------------------------------*/
.padding-0 {
  padding: 0 !important; }

.padding-5 {
  padding: 5px !important; }

.padding-10 {
  padding: 10px !important; }

.padding-20 {
  padding: 20px !important; }

.padding-30 {
  padding: 30px !important; }

.padding-40 {
  padding: 40px !important; }

.padding-50 {
  padding: 50px !important; }

.padding-60 {
  padding: 60px !important; }

.padding-70 {
  padding: 70px !important; }

.padding-80 {
  padding: 80px !important; }

.padding-90 {
  padding: 90px !important; }

.padding-100 {
  padding: 100px !important; }

/*------------------------------------------------------------------
    [Padding under 1200px]
------------------------------------------------------------------*/
@media (max-width: 1200px) {
  .lg-padding-10 {
    padding: 10px !important; }
  .lg-padding-20 {
    padding: 20px !important; }
  .lg-padding-30 {
    padding: 30px !important; }
  .lg-padding-40 {
    padding: 40px !important; }
  .lg-padding-50 {
    padding: 50px !important; }
  .lg-padding-60 {
    padding: 60px !important; }
  .lg-padding-70 {
    padding: 70px !important; }
  .lg-padding-80 {
    padding: 80px !important; }
  .lg-padding-90 {
    padding: 90px !important; }
  .lg-padding-100 {
    padding: 100px !important; } }

/*------------------------------------------------------------------
    [Padding under 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-padding-10 {
    padding: 10px !important; }
  .md-padding-20 {
    padding: 20px !important; }
  .md-padding-30 {
    padding: 30px !important; }
  .md-padding-40 {
    padding: 40px !important; }
  .md-padding-50 {
    padding: 50px !important; }
  .md-padding-60 {
    padding: 60px !important; }
  .md-padding-70 {
    padding: 70px !important; }
  .md-padding-80 {
    padding: 80px !important; }
  .md-padding-90 {
    padding: 90px !important; }
  .md-padding-100 {
    padding: 100px !important; } }

/*------------------------------------------------------------------
    [Padding under 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-padding-10 {
    padding: 10px !important; }
  .sm-padding-20 {
    padding: 20px !important; }
  .sm-padding-30 {
    padding: 30px !important; }
  .sm-padding-40 {
    padding: 40px !important; }
  .sm-padding-50 {
    padding: 50px !important; }
  .sm-padding-60 {
    padding: 60px !important; }
  .sm-padding-70 {
    padding: 70px !important; }
  .sm-padding-80 {
    padding: 80px !important; }
  .sm-padding-90 {
    padding: 90px !important; }
  .sm-padding-100 {
    padding: 100px !important; } }

/*------------------------------------------------------------------
    [Padding under 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-padding-10 {
    padding: 10px !important; }
  .xs-padding-20 {
    padding: 20px !important; }
  .xs-padding-30 {
    padding: 30px !important; }
  .xs-padding-40 {
    padding: 40px !important; }
  .xs-padding-50 {
    padding: 50px !important; }
  .xs-padding-60 {
    padding: 60px !important; }
  .xs-padding-70 {
    padding: 70px !important; }
  .xs-padding-80 {
    padding: 80px !important; }
  .xs-padding-90 {
    padding: 90px !important; }
  .xs-padding-100 {
    padding: 100px !important; } }

/*------------------------------------------------------------------
    [Left & Right Padding]
------------------------------------------------------------------*/
.padding-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.padding-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.padding-lr-15 {
  padding-left: -5px !important;
  padding-right: -5px !important; }

.padding-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-5 {
  margin-left: 5px !important; }

.margin-l-10 {
  margin-left: 10px !important; }

.margin-l-20 {
  margin-left: 20px !important; }

.margin-l-30 {
  margin-left: 30px !important; }

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-5 {
  margin-right: 5px !important; }

.margin-r-10 {
  margin-right: 10px !important; }

.margin-r-20 {
  margin-right: 20px !important; }

.margin-r-30 {
  margin-right: 30px !important; }

/*------------------------------------------------------------------
    [Overlay Top margin]
------------------------------------------------------------------*/
.margin-t-o-0,
.margin-t-o-10,
.margin-t-o-20,
.margin-t-o-30,
.margin-t-o-40,
.margin-t-o-50,
.margin-t-o-60,
.margin-t-o-70,
.margin-t-o-80,
.margin-t-o-90,
.margin-t-o-100 {
  position: relative;
  z-index: 1; }

.margin-t-o-0 {
  margin-top: 0 !important; }

.margin-t-o-10 {
  margin-top: -10px !important; }

.margin-t-o-20 {
  margin-top: -20px !important; }

.margin-t-o-30 {
  margin-top: -30px !important; }

.margin-t-o-40 {
  margin-top: -40px !important; }

.margin-t-o-50 {
  margin-top: -50px !important; }

.margin-t-o-60 {
  margin-top: -60px !important; }

.margin-t-o-70 {
  margin-top: -70px !important; }

.margin-t-o-80 {
  margin-top: -80px !important; }

.margin-t-o-90 {
  margin-top: -90px !important; }

.margin-t-o-100 {
  margin-top: -100px !important; }

/*------------------------------------------------------------------
    [Overlay Top margin under 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-t-o-0,
  .md-margin-t-o-10,
  .md-margin-t-o-20,
  .md-margin-t-o-30,
  .md-margin-t-o-40,
  .md-margin-t-o-50,
  .md-margin-t-o-60,
  .md-margin-t-o-70,
  .md-margin-t-o-80,
  .md-margin-t-o-90,
  .md-margin-t-o-100 {
    position: relative;
    z-index: 1; }
  .md-margin-t-o-0 {
    margin-top: 0 !important; }
  .md-margin-t-o-10 {
    margin-top: -10px !important; }
  .md-margin-t-o-20 {
    margin-top: -20px !important; }
  .md-margin-t-o-30 {
    margin-top: -30px !important; }
  .md-margin-t-o-40 {
    margin-top: -40px !important; }
  .md-margin-t-o-50 {
    margin-top: -50px !important; }
  .md-margin-t-o-60 {
    margin-top: -60px !important; }
  .md-margin-t-o-70 {
    margin-top: -70px !important; }
  .md-margin-t-o-80 {
    margin-top: -80px !important; }
  .md-margin-t-o-90 {
    margin-top: -90px !important; }
  .md-margin-t-o-100 {
    margin-top: -100px !important; } }

/*------------------------------------------------------------------
    [Overlay Top margin under 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-t-o-0,
  .sm-margin-t-o-10,
  .sm-margin-t-o-20,
  .sm-margin-t-o-30,
  .sm-margin-t-o-40,
  .sm-margin-t-o-50,
  .sm-margin-t-o-60,
  .sm-margin-t-o-70,
  .sm-margin-t-o-80,
  .sm-margin-t-o-90,
  .sm-margin-t-o-100 {
    position: relative;
    z-index: 1; }
  .sm-margin-t-o-0 {
    margin-top: 0 !important; }
  .sm-margin-t-o-10 {
    margin-top: -10px !important; }
  .sm-margin-t-o-20 {
    margin-top: -20px !important; }
  .sm-margin-t-o-30 {
    margin-top: -30px !important; }
  .sm-margin-t-o-40 {
    margin-top: -40px !important; }
  .sm-margin-t-o-50 {
    margin-top: -50px !important; }
  .sm-margin-t-o-60 {
    margin-top: -60px !important; }
  .sm-margin-t-o-70 {
    margin-top: -70px !important; }
  .sm-margin-t-o-80 {
    margin-top: -80px !important; }
  .sm-margin-t-o-90 {
    margin-top: -90px !important; }
  .sm-margin-t-o-100 {
    margin-top: -100px !important; } }

/*------------------------------------------------------------------
    [Overlay Top margin under 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-t-o-0,
  .xs-margin-t-o-10,
  .xs-margin-t-o-20,
  .xs-margin-t-o-30,
  .xs-margin-t-o-40,
  .xs-margin-t-o-50,
  .xs-margin-t-o-60,
  .xs-margin-t-o-70,
  .xs-margin-t-o-80,
  .xs-margin-t-o-90,
  .xs-margin-t-o-100 {
    position: relative;
    z-index: 1; }
  .xs-margin-t-o-0 {
    margin-top: 0 !important; }
  .xs-margin-t-o-10 {
    margin-top: -10px !important; }
  .xs-margin-t-o-20 {
    margin-top: -20px !important; }
  .xs-margin-t-o-30 {
    margin-top: -30px !important; }
  .xs-margin-t-o-40 {
    margin-top: -40px !important; }
  .xs-margin-t-o-50 {
    margin-top: -50px !important; }
  .xs-margin-t-o-60 {
    margin-top: -60px !important; }
  .xs-margin-t-o-70 {
    margin-top: -70px !important; }
  .xs-margin-t-o-80 {
    margin-top: -80px !important; }
  .xs-margin-t-o-90 {
    margin-top: -90px !important; }
  .xs-margin-t-o-100 {
    margin-top: -100px !important; } }

/*------------------------------------------------------------------
    [Overlay Left margin]
------------------------------------------------------------------*/
@media (min-width: 768px) {
  .margin-l-o-10,
  .margin-l-o-20,
  .margin-l-o-30,
  .margin-l-o-40,
  .margin-l-o-50,
  .margin-l-o-60,
  .margin-l-o-70,
  .margin-l-o-80,
  .margin-l-o-90,
  .margin-l-o-100 {
    position: relative;
    z-index: 1; }
  .margin-l-o-10 {
    margin-left: -10px !important; }
  .margin-l-o-20 {
    margin-left: -20px !important; }
  .margin-l-o-30 {
    margin-left: -30px !important; }
  .margin-l-o-40 {
    margin-left: -40px !important; }
  .margin-l-o-50 {
    margin-left: -50px !important; }
  .margin-l-o-60 {
    margin-left: -60px !important; }
  .margin-l-o-70 {
    margin-left: -70px !important; }
  .margin-l-o-80 {
    margin-left: -80px !important; }
  .margin-l-o-90 {
    margin-left: -90px !important; }
  .margin-l-o-100 {
    margin-left: -100px !important; } }

/*------------------------------------------------------------------
    [Overlay Right margin]
------------------------------------------------------------------*/
@media (min-width: 768px) {
  .margin-r-o-10,
  .margin-r-o-20,
  .margin-r-o-30,
  .margin-r-o-40,
  .margin-r-o-50,
  .margin-r-o-60,
  .margin-r-o-70,
  .margin-r-o-80,
  .margin-r-o-90,
  .margin-r-o-100 {
    position: relative;
    z-index: 1; }
  .margin-r-o-10 {
    margin-right: -10px !important; }
  .margin-r-o-20 {
    margin-right: -20px !important; }
  .margin-r-o-30 {
    margin-right: -30px !important; }
  .margin-r-o-40 {
    margin-right: -40px !important; }
  .margin-r-o-50 {
    margin-right: -50px !important; }
  .margin-r-o-60 {
    margin-right: -60px !important; }
  .margin-r-o-70 {
    margin-right: -70px !important; }
  .margin-r-o-80 {
    margin-right: -80px !important; }
  .margin-r-o-90 {
    margin-right: -90px !important; }
  .margin-r-o-100 {
    margin-right: -100px !important; } }

/*------------------------------------------------------------------
    [Top margin]
------------------------------------------------------------------*/
.margin-t-0 {
  margin-top: 0 !important; }

.margin-t-5 {
  margin-top: 5px !important; }

.margin-t-10 {
  margin-top: 10px !important; }

.margin-t-20 {
  margin-top: 20px !important; }

.margin-t-30 {
  margin-top: 30px !important; }

.margin-t-40 {
  margin-top: 40px !important; }

.margin-t-50 {
  margin-top: 50px !important; }

.margin-t-60 {
  margin-top: 60px !important; }

.margin-t-70 {
  margin-top: 70px !important; }

.margin-t-80 {
  margin-top: 80px !important; }

.margin-t-90 {
  margin-top: 90px !important; }

.margin-t-100 {
  margin-top: 100px !important; }

/*------------------------------------------------------------------
    [Top margin under 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-t-0 {
    margin-top: 0 !important; }
  .md-margin-t-5 {
    margin-top: 5px !important; }
  .md-margin-t-10 {
    margin-top: 10px !important; }
  .md-margin-t-20 {
    margin-top: 20px !important; }
  .md-margin-t-30 {
    margin-top: 30px !important; }
  .md-margin-t-40 {
    margin-top: 40px !important; }
  .md-margin-t-50 {
    margin-top: 50px !important; }
  .md-margin-t-60 {
    margin-top: 60px !important; }
  .md-margin-t-70 {
    margin-top: 70px !important; }
  .md-margin-t-80 {
    margin-top: 80px !important; }
  .md-margin-t-90 {
    margin-top: 90px !important; }
  .md-margin-t-100 {
    margin-top: 100px !important; } }

/*------------------------------------------------------------------
    [Top margin under 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-t-0 {
    margin-top: 0 !important; }
  .sm-margin-t-5 {
    margin-top: 5px !important; }
  .sm-margin-t-10 {
    margin-top: 10px !important; }
  .sm-margin-t-20 {
    margin-top: 20px !important; }
  .sm-margin-t-30 {
    margin-top: 30px !important; }
  .sm-margin-t-40 {
    margin-top: 40px !important; }
  .sm-margin-t-50 {
    margin-top: 50px !important; }
  .sm-margin-t-60 {
    margin-top: 60px !important; }
  .sm-margin-t-70 {
    margin-top: 70px !important; }
  .sm-margin-t-80 {
    margin-top: 80px !important; }
  .sm-margin-t-90 {
    margin-top: 90px !important; }
  .sm-margin-t-100 {
    margin-top: 100px !important; } }

/*------------------------------------------------------------------
    [Top margin under 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-t-0 {
    margin-top: 0 !important; }
  .xs-margin-t-5 {
    margin-top: 5px !important; }
  .xs-margin-t-10 {
    margin-top: 10px !important; }
  .xs-margin-t-20 {
    margin-top: 20px !important; }
  .xs-margin-t-30 {
    margin-top: 30px !important; }
  .xs-margin-t-40 {
    margin-top: 40px !important; }
  .xs-margin-t-50 {
    margin-top: 50px !important; }
  .xs-margin-t-60 {
    margin-top: 60px !important; }
  .xs-margin-t-70 {
    margin-top: 70px !important; }
  .xs-margin-t-80 {
    margin-top: 80px !important; }
  .xs-margin-t-90 {
    margin-top: 90px !important; }
  .xs-margin-t-100 {
    margin-top: 100px !important; } }

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important; }

.margin-b-5 {
  margin-bottom: 5px !important; }

.margin-b-10 {
  margin-bottom: 10px !important; }

.margin-b-10 {
  margin-bottom: 10px !important; }

.margin-b-20 {
  margin-bottom: 20px !important; }

.margin-b-30 {
  margin-bottom: 30px !important; }

.margin-b-40 {
  margin-bottom: 40px !important; }

.margin-b-50 {
  margin-bottom: 50px !important; }

.margin-b-60 {
  margin-bottom: 60px !important; }

.margin-b-70 {
  margin-bottom: 70px !important; }

.margin-b-80 {
  margin-bottom: 80px !important; }

.margin-b-90 {
  margin-bottom: 90px !important; }

.margin-b-100 {
  margin-bottom: 100px !important; }

/*------------------------------------------------------------------
    [Top margin below 1200px]
------------------------------------------------------------------*/
@media (max-width: 1200px) {
  .lg-margin-b-0 {
    margin-bottom: 0 !important; }
  .lg-margin-b-5 {
    margin-bottom: 5px !important; }
  .lg-margin-b-10 {
    margin-bottom: 10px !important; }
  .lg-margin-b-20 {
    margin-bottom: 20px !important; }
  .lg-margin-b-30 {
    margin-bottom: 30px !important; }
  .lg-margin-b-40 {
    margin-bottom: 40px !important; }
  .lg-margin-b-50 {
    margin-bottom: 50px !important; }
  .lg-margin-b-60 {
    margin-bottom: 60px !important; }
  .lg-margin-b-70 {
    margin-bottom: 70px !important; }
  .lg-margin-b-80 {
    margin-bottom: 80px !important; }
  .lg-margin-b-90 {
    margin-bottom: 90px !important; }
  .lg-margin-b-100 {
    margin-bottom: 100px !important; } }

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important; }
  .md-margin-b-5 {
    margin-bottom: 5px !important; }
  .md-margin-b-10 {
    margin-bottom: 10px !important; }
  .md-margin-b-20 {
    margin-bottom: 20px !important; }
  .md-margin-b-30 {
    margin-bottom: 30px !important; }
  .md-margin-b-40 {
    margin-bottom: 40px !important; }
  .md-margin-b-50 {
    margin-bottom: 50px !important; }
  .md-margin-b-60 {
    margin-bottom: 60px !important; }
  .md-margin-b-70 {
    margin-bottom: 70px !important; }
  .md-margin-b-80 {
    margin-bottom: 80px !important; }
  .md-margin-b-90 {
    margin-bottom: 90px !important; }
  .md-margin-b-100 {
    margin-bottom: 100px !important; } }

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important; }
  .sm-margin-b-5 {
    margin-bottom: 5px !important; }
  .sm-margin-b-10 {
    margin-bottom: 10px !important; }
  .sm-margin-b-20 {
    margin-bottom: 20px !important; }
  .sm-margin-b-30 {
    margin-bottom: 30px !important; }
  .sm-margin-b-40 {
    margin-bottom: 40px !important; }
  .sm-margin-b-50 {
    margin-bottom: 50px !important; }
  .sm-margin-b-60 {
    margin-bottom: 60px !important; }
  .sm-margin-b-70 {
    margin-bottom: 70px !important; }
  .sm-margin-b-80 {
    margin-bottom: 80px !important; }
  .sm-margin-b-90 {
    margin-bottom: 90px !important; }
  .sm-margin-b-100 {
    margin-bottom: 100px !important; } }

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important; }
  .xs-margin-b-5 {
    margin-bottom: 5px !important; }
  .xs-margin-b-10 {
    margin-bottom: 10px !important; }
  .xs-margin-b-20 {
    margin-bottom: 20px !important; }
  .xs-margin-b-30 {
    margin-bottom: 30px !important; }
  .xs-margin-b-40 {
    margin-bottom: 40px !important; }
  .xs-margin-b-50 {
    margin-bottom: 50px !important; }
  .xs-margin-b-60 {
    margin-bottom: 60px !important; }
  .xs-margin-b-70 {
    margin-bottom: 70px !important; }
  .xs-margin-b-80 {
    margin-bottom: 80px !important; }
  .xs-margin-b-90 {
    margin-bottom: 90px !important; }
  .xs-margin-b-100 {
    margin-bottom: 100px !important; } }

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
  height: 100px !important; }

.height-150 {
  height: 150px !important; }

.height-200 {
  height: 200px !important; }

.height-250 {
  height: 250px !important; }

.height-300 {
  height: 300px !important; }

.height-350 {
  height: 350px !important; }

.height-400 {
  height: 400px !important; }

.height-450 {
  height: 450px !important; }

.height-500 {
  height: 500px !important; }

/*--------------------------------------------------
    [Width]
----------------------------------------------------*/
.width-100 {
  width: 100px !important; }

.width-150 {
  width: 150px !important; }

.width-200 {
  width: 200px !important; }

.width-250 {
  width: 250px !important; }

.width-300 {
  width: 300px !important; }

.width-350 {
  width: 350px !important; }

.width-400 {
  width: 400px !important; }

.width-450 {
  width: 450px !important; }

.width-500 {
  width: 500px !important; }

/*--------------------------------------------------
    [Ul li padding left & right (default is 0 5px)]
----------------------------------------------------*/
.ul-li-lr-0 > li {
  padding-left: 0;
  padding-right: 0; }

.ul-li-lr-1 > li {
  padding-left: 1px;
  padding-right: 1px; }

.ul-li-lr-2 > li {
  padding-left: 2px;
  padding-right: 2px; }

.ul-li-lr-3 > li {
  padding-left: 3px;
  padding-right: 3px; }

.ul-li-lr-4 > li {
  padding-left: 4px;
  padding-right: 4px; }

.ul-li-lr-5 > li {
  padding-left: 5px;
  padding-right: 5px; }

.ul-li-lr-6 > li {
  padding-left: 6px;
  padding-right: 6px; }

.ul-li-lr-7 > li {
  padding-left: 7px;
  padding-right: 7px; }

.ul-li-lr-8 > li {
  padding-left: 8px;
  padding-right: 8px; }

.ul-li-lr-9 > li {
  padding-left: 9px;
  padding-right: 9px; }

.ul-li-lr-10 > li {
  padding-left: 10px;
  padding-right: 10px; }

/*--------------------------------------------------
    [Ul li padding top & bottom]
----------------------------------------------------*/
.ul-li-tb-0 > li {
  padding-top: 0;
  padding-bottom: 0; }

.ul-li-tb-1 > li {
  padding-top: 1px;
  padding-bottom: 1px; }

.ul-li-tb-2 > li {
  padding-top: 2px;
  padding-bottom: 2px; }

.ul-li-tb-3 > li {
  padding-top: 3px;
  padding-bottom: 3px; }

.ul-li-tb-4 > li {
  padding-top: 4px;
  padding-bottom: 4px; }

.ul-li-tb-5 > li {
  padding-top: 5px;
  padding-bottom: 5px; }

.ul-li-tb-6 > li {
  padding-top: 6px;
  padding-bottom: 6px; }

.ul-li-tb-7 > li {
  padding-top: 7px;
  padding-bottom: 7px; }

.ul-li-tb-8 > li {
  padding-top: 8px;
  padding-bottom: 8px; }

.ul-li-tb-9 > li {
  padding-top: 9px;
  padding-bottom: 9px; }

.ul-li-tb-10 > li {
  padding-top: 10px;
  padding-bottom: 10px; }

/*--------------------------------------------------
    [Border radius]
----------------------------------------------------*/
.radius-0 {
  border-radius: 0 !important; }

.radius-3 {
  border-radius: 3px !important; }

.radius-5 {
  border-radius: 5px !important; }

.radius-6 {
  border-radius: 6px !important; }

.radius-7 {
  border-radius: 7px !important; }

.radius-8 {
  border-radius: 8px !important; }

.radius-9 {
  border-radius: 9px !important; }

.radius-10 {
  border-radius: 10px !important; }

.radius-50 {
  border-radius: 50px !important; }

.radius-circle {
  border-radius: 50% !important; }

.lower {
  text-transform: lowercase; }

.upper {
  text-transform: uppercase; }

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

.header .navbar-logo .navbar-logo-img {
  max-width: 210px;
  display: block; }

.toggle-icon:hover {
  color: #fff !important; }

.header .navbar-logo .navbar-logo-wrap {
  padding-top: 11px; }

.header .navbar-collapse.collapse.in {
  overflow-y: none !important; }

.navbar-collapse.in {
  overflow-y: hidden !important; }

@media (max-width: 991px) {
  .nav-item-child {
    padding-top: 0; }
  .nav-item-child:before {
    bottom: 20px; } }

.icon-heart {
  font-weight: bold; }

.btn-base-element-icon {
  display: inline-block;
  position: absolute;
  right: .8em;
  top: 16px;
  opacity: 1; }

.btn-base-element-icon:hover {
  opacity: 1; }

.modal-trigger {
  margin-right: 3em; }

.mega-menu-title {
  font-family: 'brandon_grotesque_boldregular';
  text-decoration: underline; }

.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
  text-decoration: none; }

.header .navbar-nav .nav-item-child {
  font-weight: 700; }

.btn {
  font-weight: 700;
  letter-spacing: 1px; }

/*--------------------------------------------------
    Blue Background to body
----------------------------------------------------*/
#bg-blue {
  background: #00ccff; }

.tag-line {
  display: inline-block; }

.btn-gold-brd .btn-base-element-md {
  border-left: none !important;
  padding-left: 0; }

.btn-base-element-md {
  border-left: none !important;
  padding-left: 0; }

.btn-base-md.btn-base-animate-to-top {
  padding-right: 40px; }

.btn-base-md {
  font-family: 'brandon_grotesque_boldregular'; }

.color-black {
  color: #222222 !important; }

.trans {
  background: transparent !important; }

.bh-center {
  display: block;
  max-width: 200px;
  margin: 0 auto; }

.btn-purple-bg .btn-base-element-md {
  background: none; }

/* ========== Arrow Box ========== */
.arrow_box {
  position: relative;
  background: #d62323;
  border: 4px solid #d62323;
  z-index: 10000; }

.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #d62323;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box:before {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #d62323;
  border-width: 26px;
  margin-left: -26px; }

/* ========== Arrow Box ========== */
/* ========== Arrow Box White ========== */
.arrow_box_white {
  position: relative;
  background: #fff;
  border: 4px solid #fff;
  z-index: 10000; }

.arrow_box_white:after, .arrow_box_white:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_white:after {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #fff;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box_white:before {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #fff;
  border-width: 26px;
  margin-left: -26px; }

/* ========== Arrow Box ========== */
/* ========== Arrow Box Grey ========== */
.arrow_box_grey {
  position: relative;
  background: #9e9e9e;
  border: 4px solid #9e9e9e;
  z-index: 10000; }

.arrow_box_grey:after, .arrow_box_grey:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_grey:after {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #9e9e9e;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box_grey:before {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #9e9e9e;
  border-width: 26px;
  margin-left: -26px; }

/* ========== Arrow Box ========== */
/* ========== Arrow Box dark-light ========== */
.arrow_box_dark-light {
  position: relative;
  background: #3a3a44;
  border: 4px solid #3a3a44;
  z-index: 10000; }

.arrow_box_dark-light:after, .arrow_box_dark-light:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_dark-light:after {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #3a3a44;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box_dark-light:before {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #3a3a44;
  border-width: 26px;
  margin-left: -26px; }

/* ========== Arrow Box ========== */
/* ========== Arrow Box White ========== */
.arrow_box_white {
  position: relative;
  background: #ffffff;
  border: 4px solid #ffffff;
  z-index: 10000; }

.arrow_box_white:after, .arrow_box_white:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_white:after {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #ffffff;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box_white:before {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #ffffff;
  border-width: 26px;
  margin-left: -26px; }

/* ========== End Arrow Box White ========== */
/* ========== Arrow Box Pink ========== */
.arrow_box_pink {
  position: relative;
  background: #C38594;
  border: 4px solid #C38594; }

.arrow_box_pink:after, .arrow_box_pink:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_pink:after {
  border-color: rgba(195, 133, 148, 0);
  border-top-color: #C38594;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box_pink:before {
  border-color: rgba(195, 133, 148, 0);
  border-top-color: #C38594;
  border-width: 26px;
  margin-left: -26px; }

/* ========== End Arrow Pink Box ========== */
/* ========== Arrow Box Pink ========== */
.arrow_box_bright_pink {
  position: relative;
  background: #FF69B4;
  border: 4px solid #FF69B4;
  z-index: 100000; }

.arrow_box_bright_pink:after, .arrow_box_bright_pink:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_bright_pink:after {
  border-color: rgba(195, 133, 148, 0);
  border-top-color: #FF69B4;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box_bright_pink:before {
  border-color: rgba(195, 133, 148, 0);
  border-top-color: #FF69B4;
  border-width: 26px;
  margin-left: -26px; }

/* ========== End Arrow Pink Box ========== */
.arrow_box_yellow {
  position: relative;
  background: #FFcc00;
  border: 4px solid #FFcc00;
  z-index: 10000; }

.arrow_box_yellow:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_yellow:after {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #FFcc00;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box_yellow:before {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #FFcc00;
  border-width: 26px;
  margin-left: -26px; }

/* ========== End Arrow Box Yellow ========== */
/* ========== Arrow Box Blue ========== */
.arrow_box_blue {
  position: relative;
  background: #00ccff;
  border: 4px solid #00ccff;
  z-index: 10000; }

.arrow_box_blue:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_blue:after {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #00ccff;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box_blue:before {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #00ccff;
  border-width: 26px;
  margin-left: -26px; }

/* ========== End Arrow Box ========== */
/* ========== Arrow Box Dark Red ========== */
.arrow_box_dark_red {
  position: relative;
  background: #00ccff;
  border: 4px solid #00ccff;
  z-index: 10000; }

.arrow_box_blue:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_blue:after {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #00ccff;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box_blue:before {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #00ccff;
  border-width: 26px;
  margin-left: -26px; }

/* ========== End Arrow Box ========== */
/* ========== Arrow Box Black ========== */
.arrow_box_black {
  position: relative;
  background: #252525;
  border: 1px solid #252525;
  z-index: 10000; }

.arrow_box_black:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_black:after {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #252525;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box_black:before {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #252525;
  border-width: 26px;
  margin-left: -26px; }

/* ========== End Arrow Box ========== */
/* ========== Arrow Box Purple ========== */
.arrow_box_purple {
  position: relative;
  background: #8941D1;
  border: 1px solid #8941D1;
  z-index: 10000; }

.arrow_box_purple:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_purple:after {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #8941D1;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box_purple:before {
  border-color: rgba(214, 35, 35, 0);
  border-top-color: #8941D1;
  border-width: 26px;
  margin-left: -26px; }

/* ========== End Arrow Purple ========== */
/* ========== Arrow Top Base ========== */
.arrow_box_top_base {
  position: relative;
  background: #00ccff; }

.arrow_box_top_base:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 204, 255, 0);
  border-bottom-color: #00ccff;
  border-width: 20px;
  margin-left: -20px; }

/* ========== End Arrow Top Base ========== */
/* ========== Arrow Top Base ========== */
.arrow_box_top_dark {
  position: relative;
  background: #3a3a44; }

.arrow_box_top_dark:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 204, 255, 0);
  border-bottom-color: #3a3a44;
  border-width: 20px;
  margin-left: -20px; }

/* ========== End Arrow Top Base ========== */
.pb40 {
  padding-bottom: 40px; }

.color-dark {
  color: #222222; }

/* ========== Nav Toggle Blue ========== */
.navbar-toggle-blue {
  background: #00ccff;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50px; }

@media (max-width: 991px) {
  .navbar-toggle-blue {
    margin: 0 !important; } }

.padding-bottom-none {
  padding-bottom: 0 !important; }

/* ========== End Nav Toggle Blue ========== */
/* ========== Style skype dropdown ========== */
#dropdown_SkypeButton_Call_beachhutwebdesign_1 {
  border: 2px solid grey !important;
  color: #252525 !important; }
  #dropdown_SkypeButton_Call_beachhutwebdesign_1 li a {
    color: #252525 !important; }

.rs-header h1 {
  margin-bottom: none !important; }

.bh-cap {
  font-size: 2em;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.5em; }

.bh-cap {
  float: left;
  line-height: 16px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 3px; }

/* ========== Img Responsive home page========== */
#bh-fill {
  margin: 4em; }

.btn-white-brd {
  border: none !important; }

.bold {
  font-weight: 900; }

.circle-container {
  display: block;
  margin: auto;
  border-radius: 50%;
  width: 360px;
  height: 360px;
  background: #fff; }
  .circle-container h1 {
    padding-top: 3em; }

.padding-t-1em {
  padding-top: 1em; }

/*# sourceMappingURL=global.css.map */