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

	Theme Name: Canvas
	Theme URI: http://themes.semicolonweb.com/html/canvas
	Description: The Multi-Purpose Template
	Author: SemiColonWeb
	Author URI: http://themeforest.net/user/semicolonweb
	Version: 4.1

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

	- Basic
	- Typography
	- Basic Layout Styles
	- Helper Classes
	- Sections
	- Columns & Grids
	- Flex Slider
	- Swiper Slider
	- Top Bar
	- Header
		- Logo
		- Primary Menu
		- Mega Menu
		- Top Search
		- Top Cart
		- Sticky Header
		- Page Menu
		- Side Header
	- Side Panel
	- Slider
	- Page Title
	- Content
	- Portfolio
	- Blog
	- Shop
	- Events
	- Shortcodes
		- Countdown
		- Buttons
		- Promo Boxes
		- Featured Boxes
		- Process Steps
		- Styled Icons
		- Toggles
		- Accordions
		- Tabs
		- Side Navigation
		- FAQ List
		- Clients
		- Testimonials
		- Team
		- Pricing Boxes
		- Counter
		- Animated Rounded Skills
		- Skills Bar
		- Dropcaps & Highlights
		- Quotes & Blockquotes
		- Text Rotater
	- Owl Carousel
	- Overlays
	- Forms
	- Google Maps
	- Heading Styles
	- Divider
	- Magazine Specific Classes
	- Go To Top
	- Error 404
	- Landing Pages
	- Preloaders
	- Toastr Notifications
	- Footer
	- Widgets
		- Tag Cloud
		- Links
		- Testimonial & Twitter
		- Quick Contact Form
		- Newsletter
		- Twitter Feed
		- Navigation Tree
	- Wedding
	- Bootstrap Specific
	- Cookie Notification
	- Stretched Layout
	- Page Transitions
	- Youtube Video Backgrounds

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/
/* line 98, app/assets/stylesheets/v3/style_v3.scss */
dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
}

/* line 103, app/assets/stylesheets/v3/style_v3.scss */
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

/* line 113, app/assets/stylesheets/v3/style_v3.scss */
::selection {
  background: #1ABC9C;
  color: #FFF;
  text-shadow: none;
}

/* line 119, app/assets/stylesheets/v3/style_v3.scss */
::-moz-selection {
  background: #1ABC9C;
  /* Firefox */
  color: #FFF;
  text-shadow: none;
}

/* line 125, app/assets/stylesheets/v3/style_v3.scss */
::-webkit-selection {
  background: #1ABC9C;
  /* Safari */
  color: #FFF;
  text-shadow: none;
}

/* line 131, app/assets/stylesheets/v3/style_v3.scss */
:active,
:focus {
  outline: none !important;
}

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
/* line 140, app/assets/stylesheets/v3/style_v3.scss */
body {
  line-height: 1.5;
  color: #555;
  font-family: 'Lato', sans-serif;
}

/* line 146, app/assets/stylesheets/v3/style_v3.scss */
a {
  text-decoration: none !important;
  color: #1ABC9C;
}

/* line 151, app/assets/stylesheets/v3/style_v3.scss */
a:hover {
  color: #222;
}

/* line 153, app/assets/stylesheets/v3/style_v3.scss */
a img {
  border: none;
}

/* line 155, app/assets/stylesheets/v3/style_v3.scss */
img {
  max-width: 100%;
}

/* line 157, app/assets/stylesheets/v3/style_v3.scss */
iframe {
  border: none !important;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
/* line 165, app/assets/stylesheets/v3/style_v3.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px 0;
  font-family: 'Raleway', sans-serif;
}

/* line 178, app/assets/stylesheets/v3/style_v3.scss */
h5,
h6 {
  margin-bottom: 20px;
}

/* line 181, app/assets/stylesheets/v3/style_v3.scss */
h1 {
  font-size: 36px;
}

/* line 183, app/assets/stylesheets/v3/style_v3.scss */
h2 {
  font-size: 30px;
}

/* line 185, app/assets/stylesheets/v3/style_v3.scss */
h3 {
  font-size: 24px;
}

/* line 187, app/assets/stylesheets/v3/style_v3.scss */
h4 {
  font-size: 18px;
}

/* line 189, app/assets/stylesheets/v3/style_v3.scss */
h5 {
  font-size: 14px;
}

/* line 191, app/assets/stylesheets/v3/style_v3.scss */
h6 {
  font-size: 12px;
}

/* line 193, app/assets/stylesheets/v3/style_v3.scss */
h4 {
  font-weight: 600;
}

/* line 195, app/assets/stylesheets/v3/style_v3.scss */
h5,
h6 {
  font-weight: bold;
}

/* line 198, app/assets/stylesheets/v3/style_v3.scss */
h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) {
  color: #1ABC9C;
}

/* line 205, app/assets/stylesheets/v3/style_v3.scss */
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 30px;
}

/* line 217, app/assets/stylesheets/v3/style_v3.scss */
small {
  font-family: 'Lato', sans-serif;
}

/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/
/* line 223, app/assets/stylesheets/v3/style_v3.scss */
.uppercase {
  text-transform: uppercase !important;
}

/* line 225, app/assets/stylesheets/v3/style_v3.scss */
.lowercase {
  text-transform: lowercase !important;
}

/* line 227, app/assets/stylesheets/v3/style_v3.scss */
.capitalize {
  text-transform: capitalize !important;
}

/* line 229, app/assets/stylesheets/v3/style_v3.scss */
.nott {
  text-transform: none !important;
}

/* line 231, app/assets/stylesheets/v3/style_v3.scss */
.tright {
  text-align: right !important;
}

/* line 233, app/assets/stylesheets/v3/style_v3.scss */
.tleft {
  text-align: left !important;
}

/* line 235, app/assets/stylesheets/v3/style_v3.scss */
.fright {
  float: right !important;
}

/* line 237, app/assets/stylesheets/v3/style_v3.scss */
.fleft {
  float: left !important;
}

/* line 239, app/assets/stylesheets/v3/style_v3.scss */
.fnone {
  float: none !important;
}

/* line 241, app/assets/stylesheets/v3/style_v3.scss */
.ohidden {
  position: relative;
  overflow: hidden !important;
}

/* line 246, app/assets/stylesheets/v3/style_v3.scss */
#wrapper {
  position: relative;
  float: none;
  width: 1220px;
  margin: 0 auto;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 257, app/assets/stylesheets/v3/style_v3.scss */
.line,
.double-line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 60px 0;
  border-top: 1px solid #EEE;
}

/* line 266, app/assets/stylesheets/v3/style_v3.scss */
.line.line-sm {
  margin: 30px 0;
}

/* line 268, app/assets/stylesheets/v3/style_v3.scss */
span.middot {
  display: inline-block;
  margin: 0 5px;
}

/* line 273, app/assets/stylesheets/v3/style_v3.scss */
.double-line {
  border-top: 3px double #E5E5E5;
}

/* line 275, app/assets/stylesheets/v3/style_v3.scss */
.emptydiv {
  display: block !important;
  position: relative !important;
}

/* line 280, app/assets/stylesheets/v3/style_v3.scss */
.allmargin {
  margin: 50px !important;
}

/* line 282, app/assets/stylesheets/v3/style_v3.scss */
.leftmargin {
  margin-left: 50px !important;
}

/* line 284, app/assets/stylesheets/v3/style_v3.scss */
.rightmargin {
  margin-right: 50px !important;
}

/* line 286, app/assets/stylesheets/v3/style_v3.scss */
.topmargin {
  margin-top: 50px !important;
}

/* line 288, app/assets/stylesheets/v3/style_v3.scss */
.bottommargin {
  margin-bottom: 50px !important;
}

/* line 290, app/assets/stylesheets/v3/style_v3.scss */
.clear-bottommargin {
  margin-bottom: -50px !important;
}

/* line 292, app/assets/stylesheets/v3/style_v3.scss */
.allmargin-sm {
  margin: 30px !important;
}

/* line 294, app/assets/stylesheets/v3/style_v3.scss */
.leftmargin-sm {
  margin-left: 30px !important;
}

/* line 296, app/assets/stylesheets/v3/style_v3.scss */
.rightmargin-sm {
  margin-right: 30px !important;
}

/* line 298, app/assets/stylesheets/v3/style_v3.scss */
.topmargin-sm {
  margin-top: 30px !important;
}

/* line 300, app/assets/stylesheets/v3/style_v3.scss */
.bottommargin-sm {
  margin-bottom: 30px !important;
}

/* line 302, app/assets/stylesheets/v3/style_v3.scss */
.clear-bottommargin-sm {
  margin-bottom: -30px !important;
}

/* line 304, app/assets/stylesheets/v3/style_v3.scss */
.allmargin-lg {
  margin: 80px !important;
}

/* line 306, app/assets/stylesheets/v3/style_v3.scss */
.leftmargin-lg {
  margin-left: 80px !important;
}

/* line 308, app/assets/stylesheets/v3/style_v3.scss */
.rightmargin-lg {
  margin-right: 80px !important;
}

/* line 310, app/assets/stylesheets/v3/style_v3.scss */
.topmargin-lg {
  margin-top: 80px !important;
}

/* line 312, app/assets/stylesheets/v3/style_v3.scss */
.bottommargin-lg {
  margin-bottom: 80px !important;
}

/* line 314, app/assets/stylesheets/v3/style_v3.scss */
.clear-bottommargin-lg {
  margin-bottom: -80px !important;
}

/* line 316, app/assets/stylesheets/v3/style_v3.scss */
.nomargin {
  margin: 0 !important;
}

/* line 318, app/assets/stylesheets/v3/style_v3.scss */
.noleftmargin {
  margin-left: 0 !important;
}

/* line 320, app/assets/stylesheets/v3/style_v3.scss */
.norightmargin {
  margin-right: 0 !important;
}

/* line 322, app/assets/stylesheets/v3/style_v3.scss */
.notopmargin {
  margin-top: 0 !important;
}

/* line 324, app/assets/stylesheets/v3/style_v3.scss */
.nobottommargin {
  margin-bottom: 0 !important;
}

/* line 326, app/assets/stylesheets/v3/style_v3.scss */
.header-stick {
  margin-top: -50px !important;
}

/* line 328, app/assets/stylesheets/v3/style_v3.scss */
.content-wrap .header-stick {
  margin-top: -80px !important;
}

/* line 330, app/assets/stylesheets/v3/style_v3.scss */
.footer-stick {
  margin-bottom: -50px !important;
}

/* line 332, app/assets/stylesheets/v3/style_v3.scss */
.content-wrap .footer-stick {
  margin-bottom: -80px !important;
}

/* line 334, app/assets/stylesheets/v3/style_v3.scss */
.noborder {
  border: none !important;
}

/* line 336, app/assets/stylesheets/v3/style_v3.scss */
.noleftborder {
  border-left: none !important;
}

/* line 338, app/assets/stylesheets/v3/style_v3.scss */
.norightborder {
  border-right: none !important;
}

/* line 340, app/assets/stylesheets/v3/style_v3.scss */
.notopborder {
  border-top: none !important;
}

/* line 342, app/assets/stylesheets/v3/style_v3.scss */
.nobottomborder {
  border-bottom: none !important;
}

/* line 344, app/assets/stylesheets/v3/style_v3.scss */
.noradius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 346, app/assets/stylesheets/v3/style_v3.scss */
.col-padding {
  padding: 60px;
}

/* line 348, app/assets/stylesheets/v3/style_v3.scss */
.nopadding {
  padding: 0 !important;
}

/* line 350, app/assets/stylesheets/v3/style_v3.scss */
.noleftpadding {
  padding-left: 0 !important;
}

/* line 352, app/assets/stylesheets/v3/style_v3.scss */
.norightpadding {
  padding-right: 0 !important;
}

/* line 354, app/assets/stylesheets/v3/style_v3.scss */
.notoppadding {
  padding-top: 0 !important;
}

/* line 356, app/assets/stylesheets/v3/style_v3.scss */
.nobottompadding {
  padding-bottom: 0 !important;
}

/* line 358, app/assets/stylesheets/v3/style_v3.scss */
.noabsolute {
  position: relative !important;
}

/* line 360, app/assets/stylesheets/v3/style_v3.scss */
.noshadow {
  box-shadow: none !important;
}

/* line 362, app/assets/stylesheets/v3/style_v3.scss */
.hidden {
  display: none !important;
}

/* line 364, app/assets/stylesheets/v3/style_v3.scss */
.nothidden {
  display: block !important;
}

/* line 366, app/assets/stylesheets/v3/style_v3.scss */
.inline-block {
  float: none !important;
  display: inline-block !important;
}

/* line 371, app/assets/stylesheets/v3/style_v3.scss */
.center {
  text-align: center !important;
}

/* line 373, app/assets/stylesheets/v3/style_v3.scss */
.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 380, app/assets/stylesheets/v3/style_v3.scss */
.bgcolor,
.bgcolor #header-wrap {
  background-color: #1ABC9C !important;
}

/* line 383, app/assets/stylesheets/v3/style_v3.scss */
.color {
  color: #1ABC9C !important;
}

/* line 385, app/assets/stylesheets/v3/style_v3.scss */
.border-color {
  border-color: #1ABC9C !important;
}

/* line 387, app/assets/stylesheets/v3/style_v3.scss */
.nobg {
  background: none !important;
}

/* line 389, app/assets/stylesheets/v3/style_v3.scss */
.nobgcolor {
  background-color: transparent !important;
}

/* line 391, app/assets/stylesheets/v3/style_v3.scss */
.t300 {
  font-weight: 300 !important;
}

/* line 393, app/assets/stylesheets/v3/style_v3.scss */
.t400 {
  font-weight: 400 !important;
}

/* line 395, app/assets/stylesheets/v3/style_v3.scss */
.t500 {
  font-weight: 500 !important;
}

/* line 397, app/assets/stylesheets/v3/style_v3.scss */
.t600 {
  font-weight: 600 !important;
}

/* line 399, app/assets/stylesheets/v3/style_v3.scss */
.t700 {
  font-weight: 700 !important;
}

/* line 401, app/assets/stylesheets/v3/style_v3.scss */
.ls0 {
  letter-spacing: 0px !important;
}

/* line 403, app/assets/stylesheets/v3/style_v3.scss */
.ls1 {
  letter-spacing: 1px !important;
}

/* line 405, app/assets/stylesheets/v3/style_v3.scss */
.ls2 {
  letter-spacing: 2px !important;
}

/* line 407, app/assets/stylesheets/v3/style_v3.scss */
.ls3 {
  letter-spacing: 3px !important;
}

/* line 409, app/assets/stylesheets/v3/style_v3.scss */
.ls4 {
  letter-spacing: 4px !important;
}

/* line 411, app/assets/stylesheets/v3/style_v3.scss */
.ls5 {
  letter-spacing: 5px !important;
}

/* line 413, app/assets/stylesheets/v3/style_v3.scss */
.noheight {
  height: 0 !important;
}

/* line 415, app/assets/stylesheets/v3/style_v3.scss */
.nolineheight {
  line-height: 0 !important;
}

/* line 417, app/assets/stylesheets/v3/style_v3.scss */
.font-body {
  font-family: 'Lato', sans-serif;
}

/* line 419, app/assets/stylesheets/v3/style_v3.scss */
.font-primary {
  font-family: 'Raleway', sans-serif;
}

/* line 421, app/assets/stylesheets/v3/style_v3.scss */
.font-secondary {
  font-family: 'Crete Round', serif;
}

/* line 423, app/assets/stylesheets/v3/style_v3.scss */
.bgicon {
  display: block;
  position: absolute;
  bottom: -60px;
  right: -50px;
  font-size: 210px;
  color: rgba(0, 0, 0, 0.1);
}

/* line 432, app/assets/stylesheets/v3/style_v3.scss */
.images imagescale,
.images imagescalein {
  display: block;
  overflow: hidden;
}

/* line 438, app/assets/stylesheets/v3/style_v3.scss */
.images imagescale img,
.images imagescalein img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 446, app/assets/stylesheets/v3/style_v3.scss */
.images imagescale:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 451, app/assets/stylesheets/v3/style_v3.scss */
.images imagescalein img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 456, app/assets/stylesheets/v3/style_v3.scss */
.images imagescalein:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 461, app/assets/stylesheets/v3/style_v3.scss */
.grayscale {
  filter: brightness(80%) grayscale(1) contrast(90%);
  -webkit-filter: brightness(80%) grayscale(1) contrast(90%);
  -moz-filter: brightness(80%) grayscale(1) contrast(90%);
  -o-filter: brightness(80%) grayscale(1) contrast(90%);
  -ms-filter: brightness(80%) grayscale(1) contrast(90%);
  transition: 1s filter ease;
  -webkit-transition: 1s -webkit-filter ease;
  -moz-transition: 1s -moz-filter ease;
  -ms-transition: 1s -ms-filter ease;
  -o-transition: 1s -o-filter ease;
}

/* line 474, app/assets/stylesheets/v3/style_v3.scss */
.grayscale:hover {
  filter: brightness(100%) grayscale(0);
  -webkit-filter: brightness(100%) grayscale(0);
  -moz-filter: brightness(100%) grayscale(0);
  -o-filter: brightness(100%) grayscale(0);
  -ms-filter: brightness(100%) grayscale(0);
}

/* MOVING BG -  TESTIMONIALS */
/* line 483, app/assets/stylesheets/v3/style_v3.scss */
.bganimate {
  -webkit-animation: BgAnimated 30s infinite linear;
  -moz-animation: BgAnimated 30s infinite linear;
  -ms-animation: BgAnimated 30s infinite linear;
  -o-animation: BgAnimated 30s infinite linear;
  animation: BgAnimated 30s infinite linear;
}

@-webkit-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}

@-moz-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}

@-ms-keyframes BgAnimated {
  /* line 499, app/assets/stylesheets/v3/style_v3.scss */
  from {
    background-position: 0 0;
  }
  /* line 500, app/assets/stylesheets/v3/style_v3.scss */
  to {
    background-position: 0 400px;
  }
}

@-o-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}

@keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}

/* line 512, app/assets/stylesheets/v3/style_v3.scss */
.input-block-level {
  display: block;
  width: 100% !important;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 521, app/assets/stylesheets/v3/style_v3.scss */
.vertical-middle {
  height: auto !important;
  left: 0;
}

/* line 526, app/assets/stylesheets/v3/style_v3.scss */
.magnific-max-width .mfp-content {
  max-width: 800px;
}

/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/
/* line 534, app/assets/stylesheets/v3/style_v3.scss */
.section {
  position: relative;
  margin: 60px 0;
  padding: 60px 0;
  background-color: #F9F9F9;
  overflow: hidden;
}

/* line 542, app/assets/stylesheets/v3/style_v3.scss */
.parallax {
  background-color: transparent;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* line 550, app/assets/stylesheets/v3/style_v3.scss */
.mobile-parallax,
.video-placeholder {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center;
}

/* line 557, app/assets/stylesheets/v3/style_v3.scss */
.section .container {
  z-index: 2;
}

/* line 559, app/assets/stylesheets/v3/style_v3.scss */
.section .container + .video-wrap {
  z-index: 1;
}

/* line 561, app/assets/stylesheets/v3/style_v3.scss */
.revealer-image {
  position: relative;
  bottom: -100px;
  transition: bottom .3s ease-in-out;
  -webkit-transition: bottom .3s ease-in-out;
  -o-transition: bottom .3s ease-in-out;
}

/* line 569, app/assets/stylesheets/v3/style_v3.scss */
.section:hover .revealer-image {
  bottom: -50px;
}

/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/
/* line 577, app/assets/stylesheets/v3/style_v3.scss */
.postcontent {
  width: 860px;
}

/* line 578, app/assets/stylesheets/v3/style_v3.scss */
.postcontent.bothsidebar {
  width: 580px;
}

/* line 579, app/assets/stylesheets/v3/style_v3.scss */
.sidebar {
  width: 240px;
}

/* line 580, app/assets/stylesheets/v3/style_v3.scss */
.col_full {
  width: 100%;
}

/* line 581, app/assets/stylesheets/v3/style_v3.scss */
.col_half {
  width: 48%;
}

/* line 582, app/assets/stylesheets/v3/style_v3.scss */
.col_one_third {
  width: 30.63%;
}

/* line 583, app/assets/stylesheets/v3/style_v3.scss */
.col_two_third {
  width: 65.33%;
}

/* line 584, app/assets/stylesheets/v3/style_v3.scss */
.col_one_fourth {
  width: 22%;
}

/* line 585, app/assets/stylesheets/v3/style_v3.scss */
.col_three_fourth {
  width: 74%;
}

/* line 586, app/assets/stylesheets/v3/style_v3.scss */
.col_one_fifth {
  width: 16.8%;
}

/* line 587, app/assets/stylesheets/v3/style_v3.scss */
.col_two_fifth {
  width: 37.6%;
}

/* line 588, app/assets/stylesheets/v3/style_v3.scss */
.col_three_fifth {
  width: 58.4%;
}

/* line 589, app/assets/stylesheets/v3/style_v3.scss */
.col_four_fifth {
  width: 79.2%;
}

/* line 590, app/assets/stylesheets/v3/style_v3.scss */
.col_one_sixth {
  width: 13.33%;
}

/* line 591, app/assets/stylesheets/v3/style_v3.scss */
.col_five_sixth {
  width: 82.67%;
}

/* line 592, app/assets/stylesheets/v3/style_v3.scss */
body.stretched .container-fullwidth {
  position: relative;
  padding: 0 60px;
  width: 100%;
}

/* line 598, app/assets/stylesheets/v3/style_v3.scss */
.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 50px;
  float: left;
}

/* line 619, app/assets/stylesheets/v3/style_v3.scss */
.postcontent,
.sidebar {
  margin-right: 40px;
}

/* line 622, app/assets/stylesheets/v3/style_v3.scss */
.col_full {
  clear: both;
  float: none;
  margin-right: 0;
}

/* line 628, app/assets/stylesheets/v3/style_v3.scss */
.postcontent.col_last,
.sidebar.col_last {
  float: right;
}

/* line 631, app/assets/stylesheets/v3/style_v3.scss */
.col_last {
  margin-right: 0 !important;
  clear: right;
}

/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/
/* line 642, app/assets/stylesheets/v3/style_v3.scss */
.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 657, app/assets/stylesheets/v3/style_v3.scss */
.fslider {
  min-height: 32px;
}

/* line 660, app/assets/stylesheets/v3/style_v3.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
  border: none;
}

/* line 664, app/assets/stylesheets/v3/style_v3.scss */
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

/* line 668, app/assets/stylesheets/v3/style_v3.scss */
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 669, app/assets/stylesheets/v3/style_v3.scss */
.flexslider .slider-wrap > .slide {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 670, app/assets/stylesheets/v3/style_v3.scss */
.flexslider .slider-wrap img {
  width: 100%;
  display: block;
}

/* line 671, app/assets/stylesheets/v3/style_v3.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* line 673, app/assets/stylesheets/v3/style_v3.scss */
.slider-wrap:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 674, app/assets/stylesheets/v3/style_v3.scss */
html[xmlns] .slider-wrap {
  display: block;
}

/* line 675, app/assets/stylesheets/v3/style_v3.scss */
* html .slider-wrap {
  height: 1%;
}

/* line 677, app/assets/stylesheets/v3/style_v3.scss */
.no-js .slider-wrap > .slide:first-child {
  display: block;
}

/* line 679, app/assets/stylesheets/v3/style_v3.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 686, app/assets/stylesheets/v3/style_v3.scss */
.flex-control-nav {
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 14px;
  right: 10px;
  margin: 0;
}

/* line 695, app/assets/stylesheets/v3/style_v3.scss */
.flex-control-nav li {
  float: left;
  display: block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
}

/* line 703, app/assets/stylesheets/v3/style_v3.scss */
.flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #FFF;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

/* line 716, app/assets/stylesheets/v3/style_v3.scss */
.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
  background-color: #FFF;
}

/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/
/* line 725, app/assets/stylesheets/v3/style_v3.scss */
#top-bar {
  position: relative;
  border-bottom: 1px solid #EEE;
  height: 45px;
  line-height: 44px;
  font-size: 13px;
}

/* line 734, app/assets/stylesheets/v3/style_v3.scss */
#top-bar .col_half {
  width: auto;
}

/* Top Links
---------------------------------*/
/* line 741, app/assets/stylesheets/v3/style_v3.scss */
.top-links {
  position: relative;
  float: left;
}

/* line 746, app/assets/stylesheets/v3/style_v3.scss */
.top-links ul {
  margin: 0;
  list-style: none;
}

/* line 751, app/assets/stylesheets/v3/style_v3.scss */
.top-links ul li {
  float: left;
  position: relative;
  height: 44px;
  border-left: 1px solid #EEE;
}

/* line 758, app/assets/stylesheets/v3/style_v3.scss */
.top-links ul li:first-child,
.top-links ul ul li {
  border-left: 0 !important;
}

/* line 761, app/assets/stylesheets/v3/style_v3.scss */
.top-links li > a {
  display: block;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  height: 44px;
  color: #666;
}

/* line 771, app/assets/stylesheets/v3/style_v3.scss */
.top-links li i {
  vertical-align: top;
}

/* line 773, app/assets/stylesheets/v3/style_v3.scss */
.top-links li i.icon-angle-down {
  margin: 0 0 0 5px !important;
}

/* line 775, app/assets/stylesheets/v3/style_v3.scss */
.top-links li i:first-child {
  margin-right: 3px;
}

/* line 777, app/assets/stylesheets/v3/style_v3.scss */
.top-links li.full-icon i {
  top: 2px;
  font-size: 14px;
  margin: 0;
}

/* line 783, app/assets/stylesheets/v3/style_v3.scss */
.top-links li:hover {
  background-color: #EEE;
}

/* line 785, app/assets/stylesheets/v3/style_v3.scss */
.top-links ul ul,
.top-links ul div.top-link-section {
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 210;
  line-height: 1.5;
  background: #FFF;
  border: 0;
  top: 44px;
  left: 0;
  width: 140px;
  margin: 0;
  border-top: 1px solid #1ABC9C;
  border-bottom: 1px solid #EEE;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}

/* line 805, app/assets/stylesheets/v3/style_v3.scss */
.top-links li:hover ul,
.top-links li:hover div.top-link-section {
  pointer-events: auto;
}

/* line 808, app/assets/stylesheets/v3/style_v3.scss */
.top-links ul ul li {
  float: none;
  height: 36px;
  border-top: 1px solid #F5F5F5;
  border-left: 1px solid #EEE;
}

/* line 815, app/assets/stylesheets/v3/style_v3.scss */
.top-links ul ul li:hover {
  background-color: #F9F9F9;
}

/* line 817, app/assets/stylesheets/v3/style_v3.scss */
.top-links ul ul li:first-child {
  border-top: none !important;
  border-left: 1px solid #EEE;
}

/* line 822, app/assets/stylesheets/v3/style_v3.scss */
.top-links ul ul a {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}

/* line 828, app/assets/stylesheets/v3/style_v3.scss */
.top-links ul ul img {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

/* line 837, app/assets/stylesheets/v3/style_v3.scss */
.top-links ul ul.top-demo-lang img {
  top: 4px;
  width: 16px;
  height: 16px;
}

/* line 843, app/assets/stylesheets/v3/style_v3.scss */
.top-links ul div.top-link-section {
  padding: 25px;
  left: 0;
  width: 280px;
}

/* line 849, app/assets/stylesheets/v3/style_v3.scss */
.fright .top-links ul div.top-link-section,
.top-links.fright ul div.top-link-section {
  left: auto;
  right: 0;
}

/* Top Social
-----------------------------------------------------------------*/
/* line 859, app/assets/stylesheets/v3/style_v3.scss */
#top-social,
#top-social ul {
  margin: 0;
}

/* line 862, app/assets/stylesheets/v3/style_v3.scss */
#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
  display: block;
  position: relative;
  float: left;
  width: auto;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
}

/* line 875, app/assets/stylesheets/v3/style_v3.scss */
#top-social li {
  border-left: 1px solid #EEE;
}

/* line 877, app/assets/stylesheets/v3/style_v3.scss */
#top-social li:first-child {
  border-left: 0 !important;
}

/* line 879, app/assets/stylesheets/v3/style_v3.scss */
#top-social li a {
  float: none;
  width: 40px;
  font-weight: bold;
  color: #666;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
}

/* line 889, app/assets/stylesheets/v3/style_v3.scss */
#top-social li a:hover {
  color: #FFF !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 894, app/assets/stylesheets/v3/style_v3.scss */
#top-social li .ts-icon {
  width: 40px;
  text-align: center;
  font-size: 14px;
}

/* Top Login
-----------------------------------------------------------------*/
/* line 904, app/assets/stylesheets/v3/style_v3.scss */
#top-login {
  margin-bottom: 0;
}

/* line 906, app/assets/stylesheets/v3/style_v3.scss */
#top-login .checkbox {
  margin-bottom: 10px;
}

/* line 908, app/assets/stylesheets/v3/style_v3.scss */
#top-login .form-control {
  position: relative;
}

/* line 910, app/assets/stylesheets/v3/style_v3.scss */
#top-login .form-control:focus {
  border-color: #CCC;
}

/* line 912, app/assets/stylesheets/v3/style_v3.scss */
#top-login #top-login-username.input-group {
  margin-bottom: -1px;
}

/* line 914, app/assets/stylesheets/v3/style_v3.scss */
#top-login #top-login-username input,
#top-login #top-login-username .input-group-addon {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 920, app/assets/stylesheets/v3/style_v3.scss */
#top-login #top-login-password.input-group {
  margin-bottom: 10px;
}

/* line 922, app/assets/stylesheets/v3/style_v3.scss */
#top-login #top-login-password input,
#top-login #top-login-password .input-group-addon {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
/* line 934, app/assets/stylesheets/v3/style_v3.scss */
#header {
  position: relative;
  background-color: #FFF;
  border-bottom: 1px solid #F5F5F5;
}

/* line 940, app/assets/stylesheets/v3/style_v3.scss */
#header .container {
  position: relative;
}

/* line 942, app/assets/stylesheets/v3/style_v3.scss */
#header.transparent-header {
  background: transparent;
  border-bottom: none;
  z-index: 199;
}

/* line 948, app/assets/stylesheets/v3/style_v3.scss */
#header.semi-transparent {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 950, app/assets/stylesheets/v3/style_v3.scss */
#header.transparent-header.floating-header {
  margin-top: 60px;
}

/* line 952, app/assets/stylesheets/v3/style_v3.scss */
#header.transparent-header.floating-header .container {
  width: 1220px;
  background-color: #FFF;
  padding: 0 40px;
  border-radius: 2px;
}

/* line 959, app/assets/stylesheets/v3/style_v3.scss */
#header.transparent-header.floating-header.sticky-header .container {
  width: 1170px;
  padding: 0 15px;
}

/* line 964, app/assets/stylesheets/v3/style_v3.scss */
#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
  top: -100px;
  margin-bottom: -100px;
}

/* line 972, app/assets/stylesheets/v3/style_v3.scss */
#header.transparent-header.floating-header + #slider,
#header.transparent-header.floating-header + #google-map {
  top: -160px;
  margin-bottom: -160px;
}

/* line 978, app/assets/stylesheets/v3/style_v3.scss */
#header.transparent-header + #page-title.page-title-parallax .container {
  z-index: 5;
  padding-top: 100px;
}

/* line 983, app/assets/stylesheets/v3/style_v3.scss */
#header.full-header {
  border-bottom-color: #EEE;
}

/* line 985, app/assets/stylesheets/v3/style_v3.scss */
body.stretched #header.full-header .container {
  width: 100%;
  padding: 0 30px;
}

/* line 990, app/assets/stylesheets/v3/style_v3.scss */
#header.transparent-header.full-header #header-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 992, app/assets/stylesheets/v3/style_v3.scss */
#slider + #header.transparent-header.full-header #header-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/
/* line 1003, app/assets/stylesheets/v3/style_v3.scss */
#logo {
  position: relative;
  float: left;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  line-height: 100%;
  margin-right: 40px;
}

/* line 1012, app/assets/stylesheets/v3/style_v3.scss */
#header.full-header #logo {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #EEE;
}

/* line 1018, app/assets/stylesheets/v3/style_v3.scss */
#header.transparent-header.full-header #logo {
  border-right-color: rgba(0, 0, 0, 0.1);
}

/* line 1020, app/assets/stylesheets/v3/style_v3.scss */
#logo a {
  display: block;
  color: #000;
}

/* line 1025, app/assets/stylesheets/v3/style_v3.scss */
#logo img {
  display: block;
  max-width: 100%;
}

/* line 1030, app/assets/stylesheets/v3/style_v3.scss */
#logo a.standard-logo {
  display: block;
}

/* line 1032, app/assets/stylesheets/v3/style_v3.scss */
#logo a.retina-logo {
  display: none;
}

/* ----------------------------------------------------------------
	Header Right Area
-----------------------------------------------------------------*/
/* line 1040, app/assets/stylesheets/v3/style_v3.scss */
.header-extras {
  float: right;
  margin: 30px 0 0;
}

/* line 1045, app/assets/stylesheets/v3/style_v3.scss */
.header-extras li {
  float: left;
  margin-left: 20px;
  height: 40px;
  overflow: hidden;
  list-style: none;
}

/* line 1053, app/assets/stylesheets/v3/style_v3.scss */
.header-extras li i {
  margin-top: 3px !important;
}

/* line 1055, app/assets/stylesheets/v3/style_v3.scss */
.header-extras li:first-child {
  margin-left: 0;
}

/* line 1057, app/assets/stylesheets/v3/style_v3.scss */
.header-extras li .he-text {
  float: left;
  padding-left: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.43;
}

/* line 1065, app/assets/stylesheets/v3/style_v3.scss */
.header-extras li .he-text span {
  display: block;
  font-weight: 400;
  color: #1ABC9C;
}

/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/
/* line 1077, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu {
  float: right;
}

/* line 1079, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul.mobile-primary-menu {
  display: none;
}

/* line 1081, app/assets/stylesheets/v3/style_v3.scss */
#header.full-header #primary-menu > ul {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #EEE;
}

/* line 1088, app/assets/stylesheets/v3/style_v3.scss */
#header.transparent-header.full-header #primary-menu > ul {
  border-right-color: rgba(0, 0, 0, 0.1);
}

/* line 1090, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu-trigger,
#page-submenu-trigger {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 1108, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul {
  list-style: none;
  margin: 0;
}

/* line 1113, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu > ul {
  float: left;
}

/* line 1115, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li {
  position: relative;
}

/* line 1117, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li.mega-menu {
  position: inherit;
}

/* line 1119, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul > li {
  float: left;
  margin-left: 2px;
}

/* line 1124, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu > ul > li:first-child {
  margin-left: 0;
}

/* line 1126, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li > a {
  display: block;
  line-height: 22px;
  padding: 39px 15px;
  color: #444;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: margin .4s ease, padding .4s ease;
  -o-transition: margin .4s ease, padding .4s ease;
  transition: margin .4s ease, padding .4s ease;
}

/* line 1141, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li > a span {
  display: none;
}

/* line 1143, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li > a i {
  position: relative;
  top: -1px;
  font-size: 14px;
  width: 16px;
  text-align: center;
  margin-right: 6px;
  vertical-align: top;
}

/* line 1153, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li > a i.icon-angle-down:last-child {
  font-size: 12px;
  margin: 0 0 0 5px;
}

/* line 1158, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li:hover > a,
#primary-menu ul li.current > a {
  color: #1ABC9C;
}

/* line 1163, app/assets/stylesheets/v3/style_v3.scss */
body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column),
body.no-superfish #primary-menu li:hover > .mega-menu-content {
  display: block;
}

/* line 1166, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
  display: none;
  position: absolute;
  width: 220px;
  background-color: #FFF;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
  border: 1px solid #EEE;
  border-top: 2px solid #1ABC9C;
  height: auto;
  z-index: 199;
  top: 100%;
  left: 0;
  margin: 0;
}

/* line 1182, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul ul:not(.mega-menu-column) ul {
  top: -2px !important;
  left: 218px;
}

/* line 1187, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content.menu-pos-invert {
  left: auto;
  right: 0;
}

/* line 1193, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
  right: 218px;
}

/* line 1195, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul ul li {
  float: none;
  margin: 0;
}

/* line 1200, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul ul li:first-child {
  border-top: 0;
}

/* line 1202, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul ul li > a {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 1216, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul ul li > a i {
  vertical-align: middle;
}

/* line 1218, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul ul li:hover > a {
  background-color: #F9F9F9;
  padding-left: 18px;
  color: #1ABC9C;
}

/* line 1224, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
  background-image: url(/assets/v3/icons/submenu-d440beed5bc8889b4725bf7cb807feb032d63fc5144e837f8657580007cda2ea.png);
  background-position: right center;
  background-repeat: no-repeat;
}

/* ----------------------------------------------------------------
	Mega Menu
-----------------------------------------------------------------*/
/* line 1237, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu-small .mega-menu-content {
  width: 720px;
  max-width: 400px;
}

/* line 1243, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
  margin: 0 15px;
  width: 1140px;
  max-width: none;
}

/* line 1250, app/assets/stylesheets/v3/style_v3.scss */
.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
  margin: 0;
  width: 1220px;
}

/* line 1255, app/assets/stylesheets/v3/style_v3.scss */
body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content {
  margin: 0 60px;
}

/* line 1257, app/assets/stylesheets/v3/style_v3.scss */
body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
  margin: 0 30px;
}

/* line 1259, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
  padding: 0 10px;
}

/* line 1261, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content ul {
  display: block;
  position: relative;
  top: 0;
  min-width: inherit;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

/* line 1271, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
  display: block !important;
  opacity: 1 !important;
  top: 0;
  left: 0;
}

/* line 1278, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content ul.mega-menu-column {
  float: left;
  margin: 0;
}

/* line 1283, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 {
  width: 20%;
}

/* line 1285, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) {
  width: 100%;
}

/* line 1287, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
  border-left: 1px solid #F2F2F2;
}

/* line 1289, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
  padding: 30px 20px;
}

/* line 1291, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title {
  margin-top: 20px;
}

/* line 1293, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child {
  margin-top: 0;
}

/* line 1295, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
  font-size: 13px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  margin-bottom: 15px;
  color: #444;
  padding: 0 !important;
  line-height: 1.3 !important;
}

/* line 1307, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a {
  background-color: transparent;
}

/* line 1309, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover {
  color: #1ABC9C;
}

/* line 1311, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu > a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a {
  background: none;
}

/* line 1314, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content.style-2 li {
  border: 0;
}

/* line 1316, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content.style-2 ul li > a {
  padding-left: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* line 1322, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu ul li .mega-menu-content.style-2 ul li > a:hover {
  padding-left: 12px;
}

/* line 1325, app/assets/stylesheets/v3/style_v3.scss */
.mega-menu-column .entry-meta {
  margin: 8px -10px 0 0 !important;
  border: none !important;
  padding: 0 !important;
}

/* line 1331, app/assets/stylesheets/v3/style_v3.scss */
.mega-menu-column .entry-meta li {
  float: left !important;
  border: none !important;
  margin: 0 10px 0 0 !important;
}

/* Primary Menu - Style 2
-----------------------------------------------------------------*/
/* line 1342, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-2 {
  float: none;
  max-width: none;
  border-top: 1px solid #F5F5F5;
}

/* line 1348, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-2 > div > ul {
  float: left;
}

/* line 1350, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-2 > div > ul > li > a {
  padding-top: 19px;
  padding-bottom: 19px;
}

/* line 1355, app/assets/stylesheets/v3/style_v3.scss */
#logo + #primary-menu.style-2 {
  border-top: 0;
}

/* line 1357, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-2 > div #top-search,
#primary-menu.style-2 > div #top-cart,
#primary-menu.style-2 > div #side-panel-trigger {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 1364, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > ul,
body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div {
  float: none;
  display: inline-block !important;
  width: auto;
  text-align: left;
}

/* Primary Menu - Style 3
-----------------------------------------------------------------*/
/* line 1376, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-3 > ul > li > a {
  margin: 28px 0;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 2px;
}

/* line 1383, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-3 > ul > li:hover > a {
  color: #444;
  background-color: #F5F5F5;
}

/* line 1388, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-3 > ul > li.current > a {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #1ABC9C;
}

/* Primary Menu - Style 4
-----------------------------------------------------------------*/
/* line 1398, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-4 > ul > li > a {
  margin: 28px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  border: 1px solid transparent;
}

/* line 1406, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-4 > ul > li:hover > a,
#primary-menu.style-4 > ul > li.current > a {
  border-color: #1ABC9C;
}

/* Primary Menu - Style 5
-----------------------------------------------------------------*/
/* line 1413, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-5 > ul {
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #EEE;
}

/* line 1419, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-5 > ul > li:not(:first-child) {
  margin-left: 15px;
}

/* line 1421, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-5 > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 14px;
}

/* line 1427, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-5 > ul > li > a i {
  display: block;
  width: auto;
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1;
}

/* Primary Menu - Style 6
-----------------------------------------------------------------*/
/* line 1439, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-6 ul > li > a {
  position: relative;
}

/* line 1441, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-6 > ul > li > a:after,
#primary-menu.style-6 > ul > li.current > a:after,
#primary-menu.style-6 > div > ul > li > a:after,
#primary-menu.style-6 > div > ul > li.current > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  border-top: 2px solid #1ABC9C;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

/* line 1457, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.style-6 > ul > li.current > a:after,
#primary-menu.style-6 > ul > li:hover > a:after,
#primary-menu.style-6 > div > ul > li.current > a:after,
#primary-menu.style-6 > div > ul > li:hover > a:after {
  width: 100%;
}

/* Primary Menu - Sub Title
-----------------------------------------------------------------*/
/* line 1466, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.sub-title > ul > li,
#primary-menu.sub-title.style-2 > div > ul > li {
  background: url(/assets/v3/icons/menu-divider-35275bf59098c9688baff7b9b1c5bb9522ac4b8698c0ce3ca1d6d48e65289066.png) no-repeat right center;
  margin-left: 1px;
}

/* line 1472, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.sub-title ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}

/* line 1477, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.sub-title > ul > li > a,
#primary-menu.sub-title > div > ul > li > a {
  line-height: 14px;
  padding: 27px 20px 32px;
  text-transform: uppercase;
  border-top: 5px solid transparent;
}

/* line 1485, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.sub-title > ul > li > a span,
#primary-menu.sub-title > div > ul > li > a span {
  display: block;
  margin-top: 10px;
  line-height: 12px;
  font-size: 11px;
  font-weight: 400;
  color: #888;
  text-transform: capitalize;
}

/* line 1496, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a {
  background-color: #1ABC9C;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* line 1506, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.sub-title > ul > li:hover > a span,
#primary-menu.sub-title > ul > li.current > a span,
#primary-menu.sub-title.style-2 > div > ul > li:hover > a span,
#primary-menu.sub-title.style-2 > div > ul > li.current > a span {
  color: #EEE;
}

/* line 1511, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.sub-title.style-2 ul ul span {
  display: none;
}

/* Primary Menu - Style 2 with Sub Title
-----------------------------------------------------------------*/
/* line 1517, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.sub-title.style-2 > div > ul > li {
  background-position: left center;
}

/* line 1519, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.sub-title.style-2 > div #top-search,
#primary-menu.sub-title.style-2 > div #top-cart,
#primary-menu.sub-title.style-2 > div #side-panel-trigger {
  float: right;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 1527, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.sub-title.style-2 div ul li:first-child,
#primary-menu.sub-title.style-2 > div > ul > li:hover + li,
#primary-menu.sub-title.style-2 > div > ul > li.current + li {
  background-image: none;
}

/* line 1531, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu.sub-title.style-2 > div > ul > li > a {
  padding-top: 17px;
  padding-bottom: 22px;
}

/* Primary Menu - Split Menu
-----------------------------------------------------------------*/
@media (min-width: 992px) {
  /* line 1542, app/assets/stylesheets/v3/style_v3.scss */
  #header.split-menu #logo {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: 100px;
  }
  /* line 1551, app/assets/stylesheets/v3/style_v3.scss */
  #header.split-menu #logo a.standard-logo {
    display: inline-block;
  }
}

/* line 1555, app/assets/stylesheets/v3/style_v3.scss */
#header.split-menu #primary-menu {
  float: none;
  margin: 0;
}

/* line 1560, app/assets/stylesheets/v3/style_v3.scss */
#header.split-menu #primary-menu > ul {
  z-index: 199;
}

/* line 1562, app/assets/stylesheets/v3/style_v3.scss */
#header.split-menu #primary-menu > ul:first-child {
  float: left;
}

/* line 1564, app/assets/stylesheets/v3/style_v3.scss */
#header.split-menu #primary-menu > ul:last-child {
  float: right;
}

/* Primary Menu - Overlay Menu
-----------------------------------------------------------------*/
@media (min-width: 992px) {
  /* line 1573, app/assets/stylesheets/v3/style_v3.scss */
  .overlay-menu:not(.top-search-open) #primary-menu-trigger {
    opacity: 1;
    pointer-events: auto;
    left: auto;
    right: 75px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
  }
  /* line 1584, app/assets/stylesheets/v3/style_v3.scss */
  .overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger {
    right: 90px;
  }
  /* line 1586, app/assets/stylesheets/v3/style_v3.scss */
  .overlay-menu #primary-menu > #overlay-menu-close {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 25px;
    left: auto;
    right: 25px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
    color: #444;
    z-index: 300;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: opacity .4s ease, transform .45s .15s ease;
    -o-transition: opacity .4s ease, transform .45s .15s ease;
    transition: opacity .4s ease, transform .45s .15s ease;
  }
  /* line 1609, app/assets/stylesheets/v3/style_v3.scss */
  .overlay-menu #primary-menu > ul {
    opacity: 0 !important;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 299;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
  }
  /* line 1624, app/assets/stylesheets/v3/style_v3.scss */
  .overlay-menu #primary-menu > ul.show {
    opacity: 1 !important;
    display: inherit !important;
    pointer-events: auto;
  }
  /* line 1630, app/assets/stylesheets/v3/style_v3.scss */
  .overlay-menu #primary-menu > ul.show ~ #overlay-menu-close {
    opacity: 1;
    -webkit-transition: opacity .7s .4s ease, transform .45s .15s ease;
    -o-transition: opacity .7s .4s ease, transform .45s .15s ease;
    transition: opacity .7s .4s ease, transform .45s .15s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
  /* line 1642, app/assets/stylesheets/v3/style_v3.scss */
  .overlay-menu #primary-menu > ul > li {
    float: none;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }
  /* line 1649, app/assets/stylesheets/v3/style_v3.scss */
  .overlay-menu #primary-menu > ul > li > a {
    font-size: 24px;
    padding-top: 19px;
    padding-bottom: 19px;
    letter-spacing: 2px;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
    -o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
    transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
  }
  /* line 1665, app/assets/stylesheets/v3/style_v3.scss */
  .overlay-menu #primary-menu > ul.show > li > a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ----------------------------------------------------------------
	Top Search
-----------------------------------------------------------------*/
/* line 1681, app/assets/stylesheets/v3/style_v3.scss */
#top-search,
#top-cart,
#side-panel-trigger,
#top-account {
  float: right;
  margin: 40px 0 40px 15px;
}

/* line 1689, app/assets/stylesheets/v3/style_v3.scss */
#top-cart {
  position: relative;
}

/* line 1691, app/assets/stylesheets/v3/style_v3.scss */
#top-search a,
#top-cart a,
#side-panel-trigger a,
#top-account a {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

/* line 1708, app/assets/stylesheets/v3/style_v3.scss */
#top-search a {
  z-index: 11;
}

/* line 1710, app/assets/stylesheets/v3/style_v3.scss */
#top-search a i {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 1719, app/assets/stylesheets/v3/style_v3.scss */
body.top-search-open #top-search a i.icon-search3,
#top-search a i.icon-line-cross {
  opacity: 0;
}

/* line 1722, app/assets/stylesheets/v3/style_v3.scss */
body.top-search-open #top-search a i.icon-line-cross {
  opacity: 1;
  z-index: 11;
  font-size: 16px;
}

/* line 1728, app/assets/stylesheets/v3/style_v3.scss */
#top-cart a:hover {
  color: #1ABC9C;
}

/* line 1730, app/assets/stylesheets/v3/style_v3.scss */
#top-search form {
  opacity: 0;
  z-index: -2;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  padding: 0 15px;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

/* line 1745, app/assets/stylesheets/v3/style_v3.scss */
body.top-search-open #top-search form {
  opacity: 1;
  z-index: 10;
}

/* line 1750, app/assets/stylesheets/v3/style_v3.scss */
#top-search form input {
  box-shadow: none !important;
  pointer-events: none;
  border-radius: 0;
  border: 0;
  outline: 0 !important;
  font-size: 32px;
  padding: 10px 80px 10px 0;
  height: 100%;
  background-color: transparent;
  color: #333;
  font-weight: 700;
  margin-top: 0 !important;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
}

/* line 1767, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input {
  padding-left: 40px;
}

/* line 1769, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input {
  padding-left: 60px;
}

/* line 1771, app/assets/stylesheets/v3/style_v3.scss */
body.top-search-open #top-search form input {
  pointer-events: auto;
}

/* line 1773, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

/* line 1775, app/assets/stylesheets/v3/style_v3.scss */
#top-search form input::-moz-placeholder {
  color: #555;
  opacity: 1;
  text-transform: uppercase;
}

/* line 1780, app/assets/stylesheets/v3/style_v3.scss */
#top-search form input:-ms-input-placeholder {
  color: #555;
  text-transform: uppercase;
}

/* line 1784, app/assets/stylesheets/v3/style_v3.scss */
#top-search form input::-webkit-input-placeholder {
  color: #555;
  text-transform: uppercase;
}

/* line 1789, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu .container #top-search form input,
.sticky-header #top-search form input {
  border: none !important;
}

/* ----------------------------------------------------------------
	Top Cart
-----------------------------------------------------------------*/
/* line 1798, app/assets/stylesheets/v3/style_v3.scss */
#top-cart {
  margin-right: 0;
}

/* line 1800, app/assets/stylesheets/v3/style_v3.scss */
#top-cart > a > span {
  display: block;
  position: absolute;
  top: -7px;
  left: auto;
  right: -14px;
  font-size: 10px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #1ABC9C;
  border-radius: 50%;
}

/* line 1817, app/assets/stylesheets/v3/style_v3.scss */
#top-cart .top-cart-content {
  opacity: 0;
  z-index: -2;
  position: absolute;
  width: 280px;
  background-color: #FFF;
  box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #EEE;
  border-top: 2px solid #1ABC9C;
  top: 60px;
  right: -15px;
  left: auto;
  margin: -10000px 0 0;
  -webkit-transition: opacity .5s ease, top .4s ease;
  -o-transition: opacity .5s ease, top .4s ease;
  transition: opacity .5s ease, top .4s ease;
}

/* line 1835, app/assets/stylesheets/v3/style_v3.scss */
.style-2 .container #top-cart .top-cart-content {
  top: 40px;
}

/* line 1837, app/assets/stylesheets/v3/style_v3.scss */
.style-2.sub-title .container #top-cart .top-cart-content {
  top: 50px;
}

/* line 1839, app/assets/stylesheets/v3/style_v3.scss */
#top-cart.top-cart-open .top-cart-content {
  opacity: 1;
  z-index: 11;
  margin-top: 0;
}

/* line 1845, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-title {
  padding: 12px 15px;
  border-bottom: 1px solid #EEE;
}

/* line 1850, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-title h4 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 1858, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-items {
  padding: 15px;
}

/* line 1860, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #F5F5F5;
}

/* line 1866, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

/* line 1872, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-item-image {
  float: left;
  margin-right: 15px;
  width: 48px !important;
  height: 48px !important;
  border: 2px solid #EEE;
  -webkit-transition: border-color .2s linear;
  -o-transition: border-color .2s linear;
  transition: border-color .2s linear;
}

/* line 1883, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-item-image a,
.top-cart-item-image img {
  display: block;
  width: 44px !important;
  height: 44px !important;
}

/* line 1890, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-item-image:hover {
  border-color: #1ABC9C;
}

/* line 1892, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-item-desc {
  position: relative;
  overflow: hidden;
}

/* line 1897, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-item-desc a {
  text-align: left !important;
  font-size: 13px !important;
  width: auto !important;
  height: auto !important;
  font-weight: 600;
}

/* line 1905, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-item-desc a:hover {
  color: #1ABC9C !important;
}

/* line 1907, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-item-desc span.top-cart-item-price {
  display: block;
  line-height: 20px;
  font-size: 12px !important;
  color: #999;
}

/* line 1914, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-item-desc span.top-cart-item-quantity {
  display: block;
  position: absolute;
  font-size: 12px !important;
  right: 0;
  top: 2px;
  color: #444;
}

/* line 1923, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-action {
  padding: 15px;
  border-top: 1px solid #EEE;
}

/* line 1928, app/assets/stylesheets/v3/style_v3.scss */
.top-cart-action span.top-checkout-price {
  font-size: 20px;
  color: #1ABC9C;
}

/* ----------------------------------------------------------------
	Top Account
-----------------------------------------------------------------*/
/* line 1939, app/assets/stylesheets/v3/style_v3.scss */
#top-account {
  margin: 32px 0 33px 20px;
}

/* line 1941, app/assets/stylesheets/v3/style_v3.scss */
#top-account a {
  width: auto;
  height: auto;
}

/* line 1946, app/assets/stylesheets/v3/style_v3.scss */
#top-account a span {
  margin-left: 5px;
  font-weight: 600;
}

/* line 1951, app/assets/stylesheets/v3/style_v3.scss */
#top-account a i.icon-angle-down {
  margin-left: 5px;
  font-size: 12px;
}

/* line 1956, app/assets/stylesheets/v3/style_v3.scss */
#top-account .dropdown-menu {
  padding: 10px 0;
}

/* line 1958, app/assets/stylesheets/v3/style_v3.scss */
#top-account .dropdown-menu li a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
}

/* line 1965, app/assets/stylesheets/v3/style_v3.scss */
#top-account .dropdown-menu li a .badge {
  display: block;
  float: right;
  margin: 2px 0 0 0;
}

/* line 1971, app/assets/stylesheets/v3/style_v3.scss */
#top-account .dropdown-menu li a i:last-child {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/
/* line 1982, app/assets/stylesheets/v3/style_v3.scss */
#header,
#header-wrap,
#logo img {
  height: 100px;
  -webkit-transition: height .4s ease, opacity .3s ease;
  -o-transition: height .4s ease, opacity .3s ease;
  transition: height .4s ease, opacity .3s ease;
}

/* line 1991, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-style-2 {
  height: 161px;
}

/* line 1993, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-style-3 {
  height: 181px;
}

/* line 1995, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-style-2 #header-wrap {
  height: 60px;
}

/* line 1997, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-style-3 #header-wrap {
  height: 80px;
}

/* line 1999, app/assets/stylesheets/v3/style_v3.scss */
#primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
  -webkit-transition: top .4s ease;
  -o-transition: top .4s ease;
  transition: top .4s ease;
}

/* line 2007, app/assets/stylesheets/v3/style_v3.scss */
#top-search,
#top-cart {
  -webkit-transition: margin .4s ease, opacity .3s ease;
  -o-transition: margin .4s ease, opacity .3s ease;
  transition: margin .4s ease, opacity .3s ease;
}

/* line 2014, app/assets/stylesheets/v3/style_v3.scss */
body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger,
body:not(.top-search-open) #top-account {
  opacity: 1;
  -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
  -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
  transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

/* line 2026, app/assets/stylesheets/v3/style_v3.scss */
body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger,
body.top-search-open #top-account {
  opacity: 0;
}

/* line 2033, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header.semi-transparent {
  background-color: transparent;
}

/* line 2035, app/assets/stylesheets/v3/style_v3.scss */
#header-wrap {
  position: relative;
  z-index: 199;
  -webkit-backface-visibility: hidden;
}

/* line 2041, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header #header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 2050, app/assets/stylesheets/v3/style_v3.scss */
#header.semi-transparent.sticky-header #header-wrap {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 2052, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
  height: 60px;
}

/* line 2056, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
  padding-top: 19px;
  padding-bottom: 19px;
}

/* line 2061, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header.sticky-style-2:not(.static-sticky),
#header.sticky-header.sticky-style-3:not(.static-sticky) {
  height: 161px;
}

/* line 2064, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header.sticky-style-2:not(.static-sticky) #primary-menu,
#header.sticky-header.sticky-style-3:not(.static-sticky) #primary-menu {
  border-top: 0;
}

/* line 2067, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 2074, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #top-account {
  margin-top: 12px !important;
  margin-bottom: 13px !important;
}

/* line 2079, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content {
  top: 40px;
}

/* line 2081, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header.sticky-style-2 #primary-menu {
  border-top: 0;
}

/* Primary Menu - Style 3
-----------------------------------------------------------------*/
/* line 2086, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a {
  margin: 0;
  border-radius: 0;
}

/* Primary Menu - Style 4
-----------------------------------------------------------------*/
/* line 2094, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 10px 0;
}

/* Primary Menu - Style 5
-----------------------------------------------------------------*/
/* line 2103, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li {
  margin-left: 2px;
}

/* line 2105, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li:first-child {
  margin-left: 0;
}

/* line 2107, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a {
  line-height: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}

/* line 2113, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div {
  padding: 0;
}

/* line 2115, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a i {
  display: inline-block;
  width: 16px;
  top: -1px;
  margin: 0 6px 0 0;
  font-size: 14px;
  line-height: 22px;
}

/* Primary Menu - Sub Title
-----------------------------------------------------------------*/
/* line 2127, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li {
  background: none !important;
  margin-left: 2px;
}

/* line 2133, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child {
  margin-left: 0;
}

/* line 2136, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > a {
  line-height: 22px;
  padding: 19px 15px;
  text-transform: none;
  font-size: 14px;
  border-top: 0;
}

/* line 2145, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span {
  display: none;
}

/* ----------------------------------------------------------------
	Page Menu
-----------------------------------------------------------------*/
/* line 2152, app/assets/stylesheets/v3/style_v3.scss */
#page-menu,
#page-menu-wrap {
  position: relative;
  height: 44px;
  line-height: 44px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 2160, app/assets/stylesheets/v3/style_v3.scss */
#page-menu-wrap {
  z-index: 99;
  background-color: #1ABC9C;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

/* line 2170, app/assets/stylesheets/v3/style_v3.scss */
#page-menu.sticky-page-menu #page-menu-wrap {
  position: fixed;
  z-index: 99;
  left: 0;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/* line 2178, app/assets/stylesheets/v3/style_v3.scss */
#header.static-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap,
#header.static-sticky ~ #content #page-menu.sticky-page-menu #page-menu-wrap {
  top: 100px;
}

/* line 2181, app/assets/stylesheets/v3/style_v3.scss */
#header ~ #page-menu.sticky-page-menu #page-menu-wrap,
#header.no-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap,
#header ~ #content #page-menu.sticky-page-menu #page-menu-wrap,
#header.no-sticky ~ #content #page-menu.sticky-page-menu #page-menu-wrap {
  top: 0;
}

/* line 2186, app/assets/stylesheets/v3/style_v3.scss */
#header.sticky-header ~ #page-menu.sticky-page-menu #page-menu-wrap,
#header.sticky-header ~ #content #page-menu.sticky-page-menu #page-menu-wrap {
  top: 60px;
}

/* line 2189, app/assets/stylesheets/v3/style_v3.scss */
#page-submenu-trigger {
  top: 0;
  margin-top: 0;
  left: auto;
  right: 15px;
  width: 40px;
  height: 44px;
  line-height: 44px;
}

/* line 2199, app/assets/stylesheets/v3/style_v3.scss */
#page-menu .menu-title {
  float: left;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
}

/* line 2206, app/assets/stylesheets/v3/style_v3.scss */
#page-menu .menu-title span {
  font-weight: 600;
}

/* line 2208, app/assets/stylesheets/v3/style_v3.scss */
#page-menu nav {
  position: relative;
  float: right;
}

/* line 2213, app/assets/stylesheets/v3/style_v3.scss */
#page-menu nav ul {
  margin-bottom: 0;
  height: 44px;
}

/* line 2218, app/assets/stylesheets/v3/style_v3.scss */
#page-menu nav li {
  position: relative;
  float: left;
  list-style: none;
}

/* line 2224, app/assets/stylesheets/v3/style_v3.scss */
#page-menu nav li a {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 8px 4px;
  padding: 0 14px;
  color: #FFF;
  font-size: 14px;
  border-radius: 14px;
}

/* line 2235, app/assets/stylesheets/v3/style_v3.scss */
#page-menu nav li a .icon-angle-down {
  margin-left: 5px;
}

/* line 2237, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) #page-menu nav li a {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 2243, app/assets/stylesheets/v3/style_v3.scss */
#page-menu nav li:hover a,
#page-menu nav li.current a {
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 2246, app/assets/stylesheets/v3/style_v3.scss */
#page-menu li:hover ul {
  display: block;
}

/* line 2248, app/assets/stylesheets/v3/style_v3.scss */
#page-menu ul ul {
  display: none;
  position: absolute;
  width: 150px;
  top: 44px;
  left: 0;
  z-index: 149;
  height: auto;
  background-color: #1ABC9C;
}

/* line 2259, app/assets/stylesheets/v3/style_v3.scss */
#page-menu ul ul ul {
  display: none !important;
}

/* Disable Multi-Level Links */
/* line 2261, app/assets/stylesheets/v3/style_v3.scss */
#page-menu ul ul li {
  float: none;
}

/* line 2263, app/assets/stylesheets/v3/style_v3.scss */
#page-menu ul ul a {
  height: auto;
  line-height: 22px;
  margin: 0;
  padding: 8px 14px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 2272, app/assets/stylesheets/v3/style_v3.scss */
#page-menu ul ul li:hover a,
#page-menu ul ul li.current a {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Page Menu - Dots Style
-----------------------------------------------------------------*/
@media (min-width: 992px) {
  /* line 2281, app/assets/stylesheets/v3/style_v3.scss */
  #page-menu.dots-menu,
#page-menu.dots-menu #page-menu-wrap {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: auto;
    right: 20px;
    width: 24px;
    height: auto;
    line-height: 1.5;
    background-color: transparent;
    text-shadow: none;
  }
  /* line 2295, app/assets/stylesheets/v3/style_v3.scss */
  #page-menu.dots-menu #page-menu-wrap {
    position: relative;
    box-shadow: none;
  }
  /* line 2300, app/assets/stylesheets/v3/style_v3.scss */
  #page-menu.dots-menu .menu-title {
    display: none;
  }
  /* line 2302, app/assets/stylesheets/v3/style_v3.scss */
  #page-menu.dots-menu nav {
    float: none;
    width: 24px;
  }
  /* line 2307, app/assets/stylesheets/v3/style_v3.scss */
  #page-menu.dots-menu nav ul {
    height: auto;
  }
  /* line 2309, app/assets/stylesheets/v3/style_v3.scss */
  #page-menu.dots-menu nav ul li {
    float: none;
    width: 14px;
    height: 14px;
    margin: 10px 6px;
  }
  /* line 2316, app/assets/stylesheets/v3/style_v3.scss */
  #page-menu.dots-menu nav li a {
    position: relative;
    width: 10px;
    height: 10px;
    line-height: 1.5;
    padding: 0;
    margin: 0 2px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    color: #777;
  }
  /* line 2328, app/assets/stylesheets/v3/style_v3.scss */
  #page-menu.dots-menu nav li a:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 2330, app/assets/stylesheets/v3/style_v3.scss */
  #page-menu.dots-menu nav li.current a {
    background-color: #1ABC9C;
  }
  /* line 2332, app/assets/stylesheets/v3/style_v3.scss */
  #page-menu.dots-menu nav li div {
    position: absolute;
    width: auto;
    top: -11px;
    right: 25px;
    background-color: #1ABC9C;
    color: #FFF;
    padding: 5px 14px;
    white-space: nowrap;
    pointer-events: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    opacity: 0;
  }
  /* line 2347, app/assets/stylesheets/v3/style_v3.scss */
  body:not(.device-touch) #page-menu.dots-menu nav li div {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  /* line 2353, app/assets/stylesheets/v3/style_v3.scss */
  #page-menu.dots-menu nav li div:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -6px;
    left: auto;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid #1ABC9C;
  }
  /* line 2367, app/assets/stylesheets/v3/style_v3.scss */
  #page-menu.dots-menu nav li a:hover div {
    opacity: 1;
    right: 30px;
  }
}

/* ----------------------------------------------------------------
	One Page
-----------------------------------------------------------------*/
/* line 2379, app/assets/stylesheets/v3/style_v3.scss */
.one-page-arrow {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  text-align: center;
  color: #222;
}

/* ----------------------------------------------------------------
	Side Header
-----------------------------------------------------------------*/
@media (min-width: 992px) {
  /* line 2400, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 260px;
    height: 100%;
    height: calc(100vh);
    background-color: #FFF;
    border: none;
    border-right: 1px solid #EEE;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
  }
  /* line 2415, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #header-wrap {
    width: 300px;
    height: 100%;
    overflow: auto;
    padding-right: 40px;
  }
  /* line 2422, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #header .container {
    width: 260px !important;
    padding: 0 30px !important;
    margin: 0 !important;
  }
  /* line 2428, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #logo {
    float: none;
    margin: 60px 0 40px;
  }
  /* line 2433, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #logo img {
    height: auto !important;
  }
  /* line 2435, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #logo:not(.nobottomborder):after,
.side-header #primary-menu:not(.nobottomborder):after {
    display: block;
    content: '';
    width: 20%;
    border-bottom: 1px solid #E5E5E5;
  }
  /* line 2443, app/assets/stylesheets/v3/style_v3.scss */
  .side-header .center #logo:after {
    margin: 0 auto;
  }
  /* line 2445, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu {
    margin-bottom: 30px;
  }
  /* line 2447, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu:not(.nobottomborder):after {
    margin-top: 40px;
  }
  /* line 2449, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu,
.side-header #primary-menu ul {
    float: none;
    height: auto;
  }
  /* line 2455, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul li {
    float: none;
    margin: 15px 0 0;
  }
  /* line 2460, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul li:first-child {
    margin-top: 0;
  }
  /* line 2462, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul li a {
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-transform: uppercase;
  }
  /* line 2469, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul li i {
    line-height: 24px;
  }
  /* line 2471, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul ul {
    position: relative;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: none;
    height: auto;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 5px 0;
    padding-left: 12px;
  }
  /* line 2485, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul ul ul {
    top: 0 !important;
    left: 0;
  }
  /* line 2490, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul ul.menu-pos-invert {
    left: 0;
    right: auto;
  }
  /* line 2495, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul ul ul.menu-pos-invert {
    right: auto;
  }
  /* line 2497, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul ul li {
    margin: 0;
    border: 0;
  }
  /* line 2502, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul ul li:first-child {
    border-top: 0;
  }
  /* line 2504, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul ul a {
    font-size: 12px;
    height: auto !important;
    line-height: 24px !important;
    padding: 2px 0 !important;
  }
  /* line 2511, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul ul li:hover > a {
    background-color: transparent !important;
    color: #444 !important;
  }
  /* line 2516, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul > li.sub-menu > a,
.side-header #primary-menu ul > li.sub-menu:hover > a {
    background-image: none !important;
  }
  /* line 2519, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul > li.sub-menu > a:after {
    position: absolute;
    content: '\e7a5';
    top: 1px;
    right: 0;
    -webkit-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
  }
  /* line 2529, app/assets/stylesheets/v3/style_v3.scss */
  .side-header #primary-menu ul > li.sub-menu:hover > a:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 2538, app/assets/stylesheets/v3/style_v3.scss */
  .side-header:not(.open-header) #wrapper {
    margin: 0 0 0 260px !important;
    width: auto !important;
  }
  /* line 2543, app/assets/stylesheets/v3/style_v3.scss */
  .side-header:not(.open-header) #wrapper .container {
    width: auto;
    margin: 0 40px;
  }
  /* Side Header - Push Header
-----------------------------------------------------------------*/
  /* line 2552, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.open-header.push-wrapper {
    overflow-x: hidden;
  }
  /* line 2554, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.open-header #header {
    left: -260px;
  }
  /* line 2556, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.open-header.side-header-open #header {
    left: 0;
  }
  /* line 2558, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.open-header #wrapper {
    left: 0;
  }
  /* line 2560, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.open-header.push-wrapper.side-header-open #wrapper {
    left: 260px;
  }
  /* line 2562, app/assets/stylesheets/v3/style_v3.scss */
  #header-trigger {
    display: none;
  }
  /* line 2564, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.open-header #header-trigger {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 20px;
    left: 20px;
    z-index: 11;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #FFF;
    text-align: center;
    border-radius: 2px;
  }
  /* line 2580, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.open-header.side-header-open #header-trigger {
    left: 280px;
  }
  /* line 2582, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.open-header #header-trigger i:nth-child(1),
.side-header.open-header.side-header-open #header-trigger i:nth-child(2) {
    display: block;
  }
  /* line 2585, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.open-header.side-header-open #header-trigger i:nth-child(1),
.side-header.open-header #header-trigger i:nth-child(2) {
    display: none;
  }
  /* line 2589, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.open-header #header,
.side-header.open-header #header-trigger,
.side-header.open-header.push-wrapper #wrapper {
    -webkit-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
  }
  /* Side Header - Right Aligned
-----------------------------------------------------------------*/
  /* line 2601, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.side-header-right #header {
    left: auto;
    right: 0;
    border: none;
    border-left: 1px solid #EEE;
  }
  /* line 2608, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.side-header-right:not(.open-header) #wrapper {
    margin: 0 260px 0 0 !important;
  }
  /* line 2610, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.side-header-right.open-header #header {
    left: auto;
    right: -260px;
  }
  /* line 2615, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.side-header-right.open-header.side-header-open #header {
    left: auto;
    right: 0;
  }
  /* line 2620, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper {
    left: -260px;
  }
  /* line 2622, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.side-header-right.open-header #header-trigger {
    left: auto;
    right: 20px;
  }
  /* line 2627, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.side-header-right.open-header.side-header-open #header-trigger {
    left: auto;
    right: 280px;
  }
  /* line 2632, app/assets/stylesheets/v3/style_v3.scss */
  .side-header.side-header-right.open-header #header,
.side-header.side-header-right.open-header #header-trigger {
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
  }
}

/* ----------------------------------------------------------------
	Side Push Panel
-----------------------------------------------------------------*/
/* line 2647, app/assets/stylesheets/v3/style_v3.scss */
body.side-push-panel {
  overflow-x: hidden;
}

/* line 2649, app/assets/stylesheets/v3/style_v3.scss */
#side-panel {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 399;
  width: 300px;
  height: 100%;
  background-color: #F5F5F5;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 2661, app/assets/stylesheets/v3/style_v3.scss */
body.side-panel-left #side-panel {
  left: -300px;
  right: auto;
}

/* line 2666, app/assets/stylesheets/v3/style_v3.scss */
body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header.sticky-header .container {
  right: 0;
}

/* line 2669, app/assets/stylesheets/v3/style_v3.scss */
body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header.sticky-header .container {
  left: 0;
  right: auto;
}

/* line 2675, app/assets/stylesheets/v3/style_v3.scss */
#side-panel .side-panel-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 330px;
  height: 100%;
  overflow: auto;
  padding: 50px 70px 50px 40px;
}

/* line 2686, app/assets/stylesheets/v3/style_v3.scss */
body.device-touch #side-panel .side-panel-wrap {
  overflow-y: scroll;
}

/* line 2688, app/assets/stylesheets/v3/style_v3.scss */
#side-panel .widget {
  margin-top: 40px;
  padding-top: 40px;
  width: 220px;
  border-top: 1px solid #E5E5E5;
}

/* line 2695, app/assets/stylesheets/v3/style_v3.scss */
#side-panel .widget:first-child {
  padding-top: 0;
  border-top: 0;
  margin: 0;
}

/* line 2701, app/assets/stylesheets/v3/style_v3.scss */
body.side-panel-open #side-panel {
  right: 0;
}

/* line 2703, app/assets/stylesheets/v3/style_v3.scss */
body.side-panel-left.side-panel-open #side-panel {
  left: 0;
  right: auto;
}

/* line 2708, app/assets/stylesheets/v3/style_v3.scss */
body.side-push-panel.side-panel-open.stretched #wrapper,
body.side-push-panel.side-panel-open.stretched #header.sticky-header .container {
  right: 300px;
}

/* line 2711, app/assets/stylesheets/v3/style_v3.scss */
body.side-push-panel.side-panel-open.stretched .slider-parallax-inner {
  left: -300px;
}

/* line 2713, app/assets/stylesheets/v3/style_v3.scss */
body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper,
body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container,
body.side-panel-left.side-push-panel.side-panel-open.stretched .slider-parallax-inner {
  left: 300px;
  right: auto;
}

/* line 2720, app/assets/stylesheets/v3/style_v3.scss */
#side-panel-trigger {
  display: block;
  cursor: pointer;
  z-index: 11;
  margin-right: 5px;
}

/* line 2727, app/assets/stylesheets/v3/style_v3.scss */
#side-panel-trigger-close a {
  display: none;
}

/* line 2729, app/assets/stylesheets/v3/style_v3.scss */
#side-panel,
body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header .container {
  -webkit-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
}

/* line 2737, app/assets/stylesheets/v3/style_v3.scss */
body.side-panel-left #side-panel,
body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header .container,
body.side-push-panel.stretched .slider-parallax-inner {
  -webkit-transition: left .4s ease;
  -o-transition: left .4s ease;
  transition: left .4s ease;
}

/* line 2746, app/assets/stylesheets/v3/style_v3.scss */
.body-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 2762, app/assets/stylesheets/v3/style_v3.scss */
body.side-panel-open .body-overlay {
  opacity: 1;
  z-index: 298;
  pointer-events: auto;
}

/* line 2768, app/assets/stylesheets/v3/style_v3.scss */
body.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover {
  cursor: url(/assets/v3/icons/close-c8b33ee6ff4d3b59d6804ee646784f287a367ddc2f176da628bc24496d101b7e.png) 15 15, default;
}

/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/
/* line 2776, app/assets/stylesheets/v3/style_v3.scss */
#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2782, app/assets/stylesheets/v3/style_v3.scss */
.slider-parallax {
  position: relative;
}

/* line 2784, app/assets/stylesheets/v3/style_v3.scss */
.slider-parallax,
.slider-parallax .swiper-container {
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

/* line 2790, app/assets/stylesheets/v3/style_v3.scss */
.slider-parallax .slider-parallax-inner {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 2796, app/assets/stylesheets/v3/style_v3.scss */
.device-touch .slider-parallax .slider-parallax-inner {
  position: relative;
}

/* line 2798, app/assets/stylesheets/v3/style_v3.scss */
body:not(.side-header) .slider-parallax .slider-parallax-inner {
  left: 0;
}

/* line 2800, app/assets/stylesheets/v3/style_v3.scss */
body:not(.stretched) .slider-parallax .slider-parallax-inner {
  left: auto;
}

/* line 2802, app/assets/stylesheets/v3/style_v3.scss */
#header.transparent-header + .slider-parallax .slider-parallax-inner {
  top: 0;
}

/* line 2804, app/assets/stylesheets/v3/style_v3.scss */
.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption,
.slider-parallax .ei-title {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0s linear;
  -webkit-backface-visibility: hidden;
}

/* Boxed Slider
-----------------------------------------------------------------*/
/* line 2817, app/assets/stylesheets/v3/style_v3.scss */
.boxed-slider {
  padding-top: 40px;
}

/* Flex Slider - Thumbs
-----------------------------------------------------------------*/
/* line 2823, app/assets/stylesheets/v3/style_v3.scss */
.fslider[data-animation="fade"][data-thumbs="true"] .flexslider,
.fslider.testimonial[data-animation="fade"] .flexslider {
  height: auto !important;
}

/* line 2826, app/assets/stylesheets/v3/style_v3.scss */
.flex-control-nav.flex-control-thumbs {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 2px -2px -2px 0;
  height: 75px;
}

/* line 2835, app/assets/stylesheets/v3/style_v3.scss */
.flex-control-nav.flex-control-thumbs li {
  margin: 0 2px 2px 0;
}

/* line 2837, app/assets/stylesheets/v3/style_v3.scss */
.flex-control-nav.flex-control-thumbs li img {
  cursor: pointer;
  text-indent: -9999px;
  border: 0;
  border-radius: 0;
  margin: 0;
  opacity: 0.5;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 2849, app/assets/stylesheets/v3/style_v3.scss */
.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
  display: block;
  width: 100px !important;
  height: auto !important;
}

/* line 2856, app/assets/stylesheets/v3/style_v3.scss */
.flex-control-nav.flex-control-thumbs li:hover img,
.flex-control-nav.flex-control-thumbs li img.flex-active {
  border-width: 0;
  opacity: 1;
}

/* Flex Thumbs - Flexible
-----------------------------------------------------------------*/
/* line 2866, app/assets/stylesheets/v3/style_v3.scss */
.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
  margin: 2px -2px -2px 0;
  height: auto;
}

/* line 2871, app/assets/stylesheets/v3/style_v3.scss */
.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
  width: 25% !important;
  height: auto !important;
  margin: 0;
  padding: 0 2px 2px 0;
}

/* line 2878, app/assets/stylesheets/v3/style_v3.scss */
.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li {
  width: 33.30% !important;
}

/* line 2879, app/assets/stylesheets/v3/style_v3.scss */
.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li {
  width: 20% !important;
}

/* line 2880, app/assets/stylesheets/v3/style_v3.scss */
.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li {
  width: 16.66% !important;
}

/* line 2881, app/assets/stylesheets/v3/style_v3.scss */
.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li {
  width: 12.5% !important;
}

/* line 2882, app/assets/stylesheets/v3/style_v3.scss */
.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li {
  width: 10% !important;
}

/* line 2883, app/assets/stylesheets/v3/style_v3.scss */
.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li {
  width: 8.33% !important;
}

/* line 2885, app/assets/stylesheets/v3/style_v3.scss */
.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
  width: 100% !important;
  height: auto !important;
}

/* Swiper Slider
-----------------------------------------------------------------*/
/* line 2894, app/assets/stylesheets/v3/style_v3.scss */
.swiper_wrapper {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

/* line 2900, app/assets/stylesheets/v3/style_v3.scss */
.full-screen .swiper_wrapper {
  height: auto;
}

/* line 2902, app/assets/stylesheets/v3/style_v3.scss */
.swiper_wrapper .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(/images/v3_images/pattern2.png) repeat;
}

/* line 2910, app/assets/stylesheets/v3/style_v3.scss */
.swiper_wrapper .swiper-slide {
  position: relative;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* line 2919, app/assets/stylesheets/v3/style_v3.scss */
.swiper-slide [data-caption-animate] {
  -webkit-backface-visibility: hidden;
}

/* line 2921, app/assets/stylesheets/v3/style_v3.scss */
.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

/* line 2933, app/assets/stylesheets/v3/style_v3.scss */
#slider .container {
  position: relative;
  height: 100%;
}

/* line 2938, app/assets/stylesheets/v3/style_v3.scss */
#slider.canvas-slider .swiper-slide img {
  width: 100%;
}

/* line 2940, app/assets/stylesheets/v3/style_v3.scss */
#slider.canvas-slider a {
  display: block;
  height: 100%;
}

/* line 2946, app/assets/stylesheets/v3/style_v3.scss */
.swiper-pagination {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 20px !important;
  text-align: center;
  line-height: 1;
}

/* line 2957, app/assets/stylesheets/v3/style_v3.scss */
.swiper-pagination span {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 2972, app/assets/stylesheets/v3/style_v3.scss */
.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #FFF !important;
}

/* Revolution Slider
-----------------------------------------------------------------*/
/* line 2979, app/assets/stylesheets/v3/style_v3.scss */
.tp-banner .button {
  height: auto !important;
}

/* Video Overlay
-----------------------------------------------------------------*/
/* line 2985, app/assets/stylesheets/v3/style_v3.scss */
.video-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 2991, app/assets/stylesheets/v3/style_v3.scss */
.video-wrap video {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* line 2997, app/assets/stylesheets/v3/style_v3.scss */
.video-overlay,
.video-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: transparent url(/images/v3_images/grid.png) repeat;
  -webkit-backface-visibility: hidden;
}

/* line 3009, app/assets/stylesheets/v3/style_v3.scss */
.video-placeholder {
  z-index: 4;
  background-repeat: no-repeat !important;
}

/* Slider Caption
-----------------------------------------------------------------*/
/* line 3018, app/assets/stylesheets/v3/style_v3.scss */
.slider-caption,
.nivo-caption,
.flex-caption {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 20;
  max-width: 550px;
  color: #EEE;
  font-size: 22px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: top .3s ease;
  -o-transition: top .3s ease;
  transition: top .3s ease;
}

/* line 3035, app/assets/stylesheets/v3/style_v3.scss */
.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
  color: #222;
  text-shadow: none;
}

/* line 3041, app/assets/stylesheets/v3/style_v3.scss */
.slider-caption h2 {
  font-size: 64px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

/* line 3050, app/assets/stylesheets/v3/style_v3.scss */
.slider-caption p {
  margin-bottom: 10px;
  font-size: 24px;
}

/* line 3055, app/assets/stylesheets/v3/style_v3.scss */
.slider-caption.slider-caption-right {
  left: auto;
  right: 15px;
}

/* line 3060, app/assets/stylesheets/v3/style_v3.scss */
.slider-caption.slider-caption-center {
  position: relative;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* line 3069, app/assets/stylesheets/v3/style_v3.scss */
.slider-caption-bg {
  padding: 5px 12px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  top: auto;
  bottom: 50px;
  left: 50px;
}

/* line 3078, app/assets/stylesheets/v3/style_v3.scss */
.slider-caption-bg.slider-caption-bg-light {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  font-weight: 400;
  text-shadow: none;
}

/* line 3085, app/assets/stylesheets/v3/style_v3.scss */
.slider-caption-top-left {
  top: 10px;
  bottom: auto;
}

/* line 3090, app/assets/stylesheets/v3/style_v3.scss */
.slider-caption-top-right {
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

/* line 3097, app/assets/stylesheets/v3/style_v3.scss */
.slider-caption-bottom-right {
  left: auto;
  right: 50px;
}

/* Slider Arrows
-----------------------------------------------------------------*/
/* line 3106, app/assets/stylesheets/v3/style_v3.scss */
#slider .owl-carousel {
  margin: 0;
}

/* line 3108, app/assets/stylesheets/v3/style_v3.scss */
#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  left: 0;
  margin-top: -26px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

/* line 3136, app/assets/stylesheets/v3/style_v3.scss */
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
  top: auto;
  bottom: 57px;
  left: auto;
  right: 20px;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px 3px 0 0;
}

/* line 3148, app/assets/stylesheets/v3/style_v3.scss */
.slider-arrow-bottom-sm {
  bottom: 20px;
  border-radius: 0 0 3px 3px;
}

/* line 3153, app/assets/stylesheets/v3/style_v3.scss */
.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next {
  margin-top: -64px;
}

/* line 3156, app/assets/stylesheets/v3/style_v3.scss */
#slider .owl-prev,
#slider .owl-next {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

/* line 3163, app/assets/stylesheets/v3/style_v3.scss */
#slider-arrow-right,
.camera_next,
#slider .owl-next,
.flex-next,
.nivo-nextNav {
  left: auto;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* line 3173, app/assets/stylesheets/v3/style_v3.scss */
#slider-arrow-left i,
#slider-arrow-right i,
.camera_prev i,
.camera_next i,
#slider .owl-prev i,
#slider .owl-next i,
.flex-prev i,
.flex-next i,
.nivo-prevNav i,
.nivo-nextNav i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
  line-height: 50px;
  width: 34px;
  height: 52px;
  color: #DDD;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 34px;
  text-align: center;
  margin-left: 7px;
}

/* line 3197, app/assets/stylesheets/v3/style_v3.scss */
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
  width: 32px;
  height: 32px;
  margin: 0;
  line-height: 30px;
  font-size: 18px;
  color: #FFF;
  color: white;
}

/* line 3208, app/assets/stylesheets/v3/style_v3.scss */
.flex-prev i {
  margin-left: 9px;
}

/* line 3210, app/assets/stylesheets/v3/style_v3.scss */
#slider .owl-prev i {
  margin-left: 0;
}

/* line 3212, app/assets/stylesheets/v3/style_v3.scss */
#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i {
  margin-left: 10px;
}

/* line 3216, app/assets/stylesheets/v3/style_v3.scss */
.flex-next i {
  margin-left: 11px;
}

/* line 3218, app/assets/stylesheets/v3/style_v3.scss */
#slider .owl-next i {
  margin-right: 4px;
}

/* line 3220, app/assets/stylesheets/v3/style_v3.scss */
#slider .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 3227, app/assets/stylesheets/v3/style_v3.scss */
#slider .owl-nav div,
#slider:hover .owl-nav {
  opacity: 1;
}

/* line 3230, app/assets/stylesheets/v3/style_v3.scss */
#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Slide Number
-----------------------------------------------------------------*/
/* line 3247, app/assets/stylesheets/v3/style_v3.scss */
#slide-number {
  position: absolute;
  opacity: 0;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  width: 36px;
  height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

/* line 3266, app/assets/stylesheets/v3/style_v3.scss */
#slider:hover #slide-number {
  opacity: 1;
}

/* line 3268, app/assets/stylesheets/v3/style_v3.scss */
#slide-number-current,
#slide-number-total {
  position: absolute;
  line-height: 1;
  top: 5px;
  left: 0;
}

/* line 3276, app/assets/stylesheets/v3/style_v3.scss */
#slide-number-total {
  top: auto;
  bottom: 5px;
  left: auto;
  right: 0;
}

/* line 3283, app/assets/stylesheets/v3/style_v3.scss */
#slide-number span {
  display: block;
  font-size: 32px;
  line-height: 40px;
}

/* Pagination
-----------------------------------------------------------------*/
/* line 3293, app/assets/stylesheets/v3/style_v3.scss */
#slider .owl-dots {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 15px;
}

/* line 3302, app/assets/stylesheets/v3/style_v3.scss */
#slider .owl-dots span {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #FFF;
}

/* line 3311, app/assets/stylesheets/v3/style_v3.scss */
#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span {
  background-color: #FFF !important;
}

/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/
/* line 3320, app/assets/stylesheets/v3/style_v3.scss */
#page-title {
  position: relative;
  padding: 50px 0;
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
}

/* line 3327, app/assets/stylesheets/v3/style_v3.scss */
#page-title .container {
  position: relative;
}

/* line 3329, app/assets/stylesheets/v3/style_v3.scss */
#page-title h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
  font-size: 28px;
  text-transform: uppercase;
}

/* line 3340, app/assets/stylesheets/v3/style_v3.scss */
#page-title span {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777;
  font-size: 18px;
}

/* line 3348, app/assets/stylesheets/v3/style_v3.scss */
.breadcrumb {
  position: absolute !important;
  width: auto !important;
  top: 50% !important;
  left: auto !important;
  right: 15px !important;
  margin: -10px 0 0 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 12px;
}

/* line 3360, app/assets/stylesheets/v3/style_v3.scss */
body.stretched .container-fullwidth .breadcrumb {
  right: 60px !important;
}

/* line 3362, app/assets/stylesheets/v3/style_v3.scss */
#header.transparent-header + #page-title.page-title-parallax .breadcrumb {
  margin-top: 35px !important;
}

/* line 3364, app/assets/stylesheets/v3/style_v3.scss */
.breadcrumb a {
  color: #555;
}

/* line 3366, app/assets/stylesheets/v3/style_v3.scss */
.breadcrumb a:hover {
  color: #1ABC9C;
}

/* line 3368, app/assets/stylesheets/v3/style_v3.scss */
.breadcrumb i {
  width: auto !important;
}

/* Page Title - Dark
-----------------------------------------------------------------*/
/* line 3373, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-dark {
  background-color: #333;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) !important;
  border-bottom: none;
}

/* line 3379, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-dark h1 {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* line 3381, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-dark span {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3383, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-dark .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.6);
}

/* line 3385, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-dark .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}

/* line 3387, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-dark .breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.95);
}

/* Page Title - Right Aligned
-----------------------------------------------------------------*/
/* line 3392, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-right {
  text-align: right;
}

/* line 3394, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-right .breadcrumb {
  left: 15px !important;
  right: auto !important;
}

/* Page Title - Center Aligned
-----------------------------------------------------------------*/
/* line 3402, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-center {
  text-align: center;
}

/* line 3404, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-center span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* line 3410, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-center .breadcrumb {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 20px 0 0 !important;
}

/* Page Title - Background Pattern
-----------------------------------------------------------------*/
/* line 3421, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-pattern {
  background-image: url(/images/v3_images/pattern.png);
  background-repeat: repeat;
  background-attachment: fixed;
}

/* Page Title - Parallax Background
-----------------------------------------------------------------*/
/* line 3430, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-parallax {
  padding: 100px 0;
  text-shadow: none;
  border-bottom: none;
}

/* line 3436, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-parallax h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
}

/* line 3442, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-parallax span {
  font-size: 22px;
}

/* line 3444, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-parallax .breadcrumb {
  font-size: 13px;
}

/* line 3446, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-parallax {
  background-color: transparent;
  background-image: url(/images/v3_images/parallax/parallax-bg.jpg);
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

/* Page Title - Mini
-----------------------------------------------------------------*/
/* line 3458, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-mini {
  padding: 20px 0;
}

/* line 3460, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-mini h1 {
  font-weight: 600;
  font-size: 18px;
  color: #444;
}

/* line 3466, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-mini span {
  display: none;
}

/* Page Title - No Background
-----------------------------------------------------------------*/
/* line 3472, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-nobg {
  background: transparent !important;
  border-bottom: 1px solid #F5F5F5;
}

/* Page Title - Video
-----------------------------------------------------------------*/
/* line 3481, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-video {
  background: none;
  position: relative;
  overflow: hidden;
}

/* line 3487, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-video .container {
  z-index: 3;
}

/* line 3489, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-video .video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 3497, app/assets/stylesheets/v3/style_v3.scss */
#page-title.page-title-video .video-wrap video {
  width: 100%;
}

/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/
/* line 3505, app/assets/stylesheets/v3/style_v3.scss */
#content {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}

/* line 3511, app/assets/stylesheets/v3/style_v3.scss */
#content p {
  line-height: 1.8;
}

/* line 3513, app/assets/stylesheets/v3/style_v3.scss */
.content-wrap {
  position: relative;
  padding: 80px 0;
}

/* line 3518, app/assets/stylesheets/v3/style_v3.scss */
#content .container {
  position: relative;
}

/* line 3520, app/assets/stylesheets/v3/style_v3.scss */
.grid-container {
  position: relative;
  overflow: hidden;
}

/* line 3525, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .grid-container {
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease;
}

/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/
/* Portfolio - Filter
-----------------------------------------------------------------*/
/* line 3540, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter {
  position: relative;
  margin: 0 0 40px 0;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  float: left;
  border-radius: 4px;
}

/* line 3549, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter li {
  float: left;
  position: relative;
}

/* line 3554, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter li a {
  display: block;
  position: relative;
  padding: 12px 18px;
  font-size: 13px;
  line-height: 15px;
  color: #666;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

/* line 3564, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter li:first-child a {
  border-left: none;
  border-radius: 4px 0 0 4px;
}

/* line 3569, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter li:last-child a {
  border-radius: 0 4px 4px 0;
}

/* line 3571, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter li a:hover {
  color: #1ABC9C;
}

/* line 3573, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter li.activeFilter a {
  color: #FFF !important;
  background-color: #1ABC9C;
  margin: -1px 0;
  padding: 13px 18px;
  font-weight: bold;
}

/* line 3582, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-filter li a {
  padding: 12px 14px;
}

/* line 3584, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-filter li.activeFilter a {
  padding: 13px 18px;
}

/* Portfolio - Filter: Style 2
-----------------------------------------------------------------*/
/* line 3590, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter.style-2,
.portfolio-filter.style-3,
.portfolio-filter.style-4 {
  border: none;
  border-radius: 0;
}

/* line 3597, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter.style-2 li,
.portfolio-filter.style-3 li,
.portfolio-filter.style-4 li {
  margin-bottom: 10px;
}

/* line 3601, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter.style-2 li:not(:first-child),
.portfolio-filter.style-3 li:not(:first-child) {
  margin-left: 10px;
}

/* line 3604, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter.style-2 li a,
.portfolio-filter.style-3 li a,
.portfolio-filter.style-4 li a {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 22px;
  border: none;
}

/* line 3615, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter.style-2 li.activeFilter a {
  color: #FFF !important;
  margin: 0;
}

/* Portfolio - Filter: Style 3
-----------------------------------------------------------------*/
/* line 3624, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter.style-3 li a {
  border: 1px solid transparent;
}

/* line 3626, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter.style-3 li.activeFilter a {
  color: #1ABC9C !important;
  border-color: #1ABC9C;
  background-color: transparent;
  margin: 0;
}

/* Portfolio - Filter: Style 4
-----------------------------------------------------------------*/
/* line 3637, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter.style-4 li:not(:first-child) {
  margin-left: 30px;
}

/* line 3639, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter.style-4 li a {
  padding: 13px 5px;
  font-size: 15px;
  border-radius: 0;
}

/* line 3645, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter.style-4 li a:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 3658, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter.style-4 li.activeFilter a {
  color: #444 !important;
  background-color: transparent;
  margin: 0;
}

/* line 3664, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter.style-4 li.activeFilter a:after {
  width: 100%;
  left: 0%;
  background-color: #1ABC9C;
}

/* Portfolio - Center Aligned
-----------------------------------------------------------------*/
/* line 3674, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-filter.center.style-2 li,
.portfolio-filter.center.style-3 li,
.portfolio-filter.center.style-4 li {
  display: inline-block;
  float: none;
}

/* Portfolio - Shuffle Icon
-----------------------------------------------------------------*/
/* line 3685, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-shuffle {
  float: right;
  width: 41px;
  height: 41px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  text-align: center;
  line-height: 41px;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

/* line 3701, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-shuffle:hover {
  background-color: #1ABC9C;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* Portfolio - Items
-----------------------------------------------------------------*/
/* line 3711, app/assets/stylesheets/v3/style_v3.scss */
.portfolio {
  position: relative;
  margin: 0 -12px -12px 0;
}

/* line 3716, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .portfolio {
  -webkit-transition: height .4s linear;
  -o-transition: height .4s linear;
  transition: height .4s linear;
}

/* line 3722, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-item {
  float: left;
  position: relative;
  width: 25%;
  height: auto;
  padding: 0 12px 12px 0;
}

/* line 3730, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-notitle .portfolio-item,
.portfolio-notitle .iportfolio {
  overflow: hidden;
}

/* line 3733, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-item .portfolio-image {
  position: relative;
  overflow: hidden;
}

/* line 3738, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 3746, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* Portfolio - Item Title
-----------------------------------------------------------------*/
/* line 3756, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-desc {
  z-index: 3;
  padding: 15px 5px 10px;
}

/* line 3761, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-desc h3 {
  margin: 0;
  padding: 0;
  font-size: 19px;
}

/* line 3767, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-desc h3 a {
  color: #222;
}

/* line 3769, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-desc h3 a:hover {
  color: #1ABC9C;
}

/* line 3771, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-desc span {
  display: block;
  margin-top: 3px;
  color: #888;
}

/* line 3777, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-desc span a {
  color: #888;
}

/* line 3779, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-desc span a:hover {
  color: #000;
}

/* line 3781, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-notitle .portfolio-desc {
  position: absolute;
  display: block !important;
  width: 100%;
  height: 78px;
  padding: 15px 5px;
  top: auto;
  bottom: -79px;
  left: 0;
  background-color: #FFF;
  border-bottom: 1px solid #EEE;
}

/* line 3794, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-desc {
  -webkit-transition: bottom .2s ease-in-out;
  -o-transition: bottom .2s ease-in-out;
  transition: bottom .2s ease-in-out;
}

/* line 3800, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -78px;
  border-bottom: 0;
}

/* line 3806, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-notitle .portfolio-item:hover .portfolio-desc,
.portfolio-notitle .iportfolio:hover .portfolio-desc {
  bottom: 0 !important;
}

/* line 3809, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 3817, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .iportfolio:hover .portfolio-image img {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

/* line 3828, app/assets/stylesheets/v3/style_v3.scss */
body.device-touch.device-xs .portfolio-notitle .portfolio-desc,
body.device-touch.device-xxs .portfolio-notitle .portfolio-desc {
  display: none !important;
}

/* Portfolio - No Margin
-----------------------------------------------------------------*/
/* line 3835, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-nomargin,
.portfolio.portfolio-full {
  margin: 0 !important;
}

/* line 3838, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-nomargin .portfolio-item,
.portfolio-full .portfolio-item {
  padding: 0 !important;
}

/* line 3841, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-nomargin .portfolio-desc {
  padding: 15px 10px 15px;
}

/* Portfolio - 100% Full Width
-----------------------------------------------------------------*/
/* line 3847, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-full {
  margin: 0 !important;
  width: 100.4%;
}

/* line 3852, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-full .portfolio-item {
  overflow: hidden !important;
}

/* line 3854, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-full .portfolio-desc {
  padding: 15px;
}

/* Portfolio - Sidebar
-----------------------------------------------------------------*/
/* line 3860, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-desc h3 {
  font-size: 17px;
}

/* line 3862, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-desc span {
  font-size: 12px;
}

/* Portfolio - Sidebar - No Title
-----------------------------------------------------------------*/
/* line 3868, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-notitle .portfolio-desc {
  height: 70px;
  bottom: -71px;
}

/* line 3873, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -70px;
}

/* line 3876, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -50px !important;
}

/* Portfolio - Both Sidebars
-----------------------------------------------------------------*/
/* line 3882, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio {
  margin: 0;
}

/* line 3884, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-item {
  padding: 0;
}

/* line 3886, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-desc {
  display: none !important;
}

/* Portfolio - Items - 3 Columns
-----------------------------------------------------------------*/
/* line 3892, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-3 {
  margin: 0 -15px -15px 0;
}

/* line 3894, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-3 .portfolio-item {
  width: 33.33333333%;
  padding: 0 15px 15px 0;
}

/* Portfolio - Sidebar - Items - 3 Columns
-----------------------------------------------------------------*/
/* line 3903, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-3 .portfolio-desc h3 {
  font-size: 18px;
}

/* line 3905, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-3 .portfolio-desc span {
  font-size: 13px;
}

/* Portfolio - Sidebar - Items - 3 Columns - No Title
-----------------------------------------------------------------*/
/* line 3911, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-3.portfolio-notitle .portfolio-desc {
  height: 72px;
  bottom: -73px;
}

/* line 3916, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -72px;
}

/* line 3919, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -40px !important;
}

/* Portfolio - Both Sidebars - Items - 3 Columns
-----------------------------------------------------------------*/
/* line 3925, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio.portfolio-3 {
  margin: 0 -11px -11px 0;
}

/* line 3927, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-3 .portfolio-item {
  padding: 0 11px 11px 0;
}

/* line 3929, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-3 .portfolio-desc {
  display: block !important;
}

/* line 3931, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-3 .portfolio-desc h3 {
  font-size: 15px;
}

/* line 3933, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-3 .portfolio-desc span {
  font-size: 12px;
}

/* Portfolio - Both Sidebars - Items - 3 Columns - No Title
-----------------------------------------------------------------*/
/* line 3939, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-3.portfolio-notitle .portfolio-desc {
  height: 68px;
  bottom: -69px;
}

/* line 3944, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -68px;
}

/* line 3947, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -50px !important;
}

/* Portfolio - Items - 2 Columns
-----------------------------------------------------------------*/
/* line 3953, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-2 {
  margin: 0 -20px -20px 0;
}

/* line 3955, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-2 .portfolio-item {
  width: 50%;
  padding: 0 20px 20px 0;
}

/* line 3960, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-2 .portfolio-desc {
  padding: 20px 5px 10px;
}

/* line 3962, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-2 .portfolio-desc h3 {
  font-size: 21px;
}

/* line 3964, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-2 .portfolio-desc span {
  margin-top: 4px;
  font-size: 14px;
}

/* Portfolio - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/
/* line 3973, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-2.portfolio-nomargin .portfolio-desc {
  padding: 20px 15px 20px;
}

/* Portfolio - Items - 2 Columns - No Title
-----------------------------------------------------------------*/
/* line 3979, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-2.portfolio-notitle .portfolio-desc {
  height: 90px;
  bottom: -91px;
}

/* line 3984, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -90px;
}

/* Portfolio - Sidebar - Items - 2 Columns
-----------------------------------------------------------------*/
/* line 3991, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-2 .portfolio-desc h3 {
  font-size: 21px;
}

/* line 3993, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-2 .portfolio-desc span {
  font-size: 14px;
}

/* Portfolio - Sidebar - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/
/* line 3999, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-2.portfolio-nomargin .portfolio-desc {
  padding-bottom: 20px;
}

/* Portfolio - Sidebar - Items - 2 Columns - No Title
-----------------------------------------------------------------*/
/* line 4005, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-2.portfolio-notitle .portfolio-desc {
  height: 90px;
  bottom: -91px;
}

/* line 4010, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -90px;
}

/* line 4013, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -40px !important;
}

/* Portfolio - Both Sidebars - Items - 2 Columns
-----------------------------------------------------------------*/
/* line 4019, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-2 .portfolio-desc {
  display: block !important;
  padding-top: 15px;
  padding-bottom: 0;
}

/* line 4025, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-2 .portfolio-desc h3 {
  font-size: 19px;
}

/* line 4027, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-2 .portfolio-desc span {
  font-size: 13px;
}

/* Portfolio - Both Sidebars - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/
/* line 4033, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-desc {
  padding-bottom: 15px;
}

/* Portfolio - Both Sidebars - Items - 2 Columns - No Title
-----------------------------------------------------------------*/
/* line 4039, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-2.portfolio-notitle .portfolio-desc {
  height: 75px;
  bottom: -76px;
}

/* line 4044, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -75px;
}

/* line 4047, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -40px !important;
}

/* Portfolio - Items - 5 Columns
-----------------------------------------------------------------*/
/* line 4053, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-5 {
  margin: 0 -10px -10px 0;
}

/* line 4055, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-5 .portfolio-item {
  width: 20%;
  padding: 0 10px 10px 0;
}

/* line 4060, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-5 .portfolio-desc h3 {
  font-size: 17px;
}

/* Portfolio - Items - 5 Columns - No Title
-----------------------------------------------------------------*/
/* line 4066, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-5.portfolio-notitle .portfolio-desc {
  height: 71px;
  bottom: -72px;
}

/* line 4071, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -71px;
}

/* line 4074, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -30px !important;
}

/* Portfolio - Sidebar - Items - 5 Columns
-----------------------------------------------------------------*/
/* line 4080, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio.portfolio-5 {
  margin: 0;
}

/* line 4082, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-5 .portfolio-item {
  padding: 0;
}

/* line 4084, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-5 .portfolio-desc h3 {
  font-size: 15px;
}

/* line 4086, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-5 .portfolio-desc span {
  font-size: 12px;
}

/* line 4088, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-5 .portfolio-desc {
  padding: 15px 10px;
}

/* Portfolio - Sidebar - Items - 5 Columns - No Title
-----------------------------------------------------------------*/
/* line 4094, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-5.portfolio-notitle .portfolio-desc {
  height: 68px;
  bottom: -69px;
}

/* line 4099, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -68px;
}

/* line 4102, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -50px !important;
}

/* Portfolio - Items - 6 Columns
-----------------------------------------------------------------*/
/* line 4108, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-6 {
  margin: 0 -6px -6px 0;
}

/* line 4110, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-6 .portfolio-item {
  width: 16.66666667%;
  padding: 0 6px 6px 0;
}

/* line 4115, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-6 .portfolio-desc h3 {
  font-size: 15px;
}

/* line 4117, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-6 .portfolio-desc span {
  font-size: 12px;
}

/* Portfolio - Items - 6 Columns - No Title
-----------------------------------------------------------------*/
/* line 4123, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-6.portfolio-notitle .portfolio-desc {
  height: 68px;
  bottom: -69px;
}

/* line 4128, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-6.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-6.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -68px;
}

/* line 4131, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-6.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -40px !important;
}

/* Portfolio - Items - 1 Column
-----------------------------------------------------------------*/
/* line 4137, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-1 {
  margin: 0 0px -40px 0;
}

/* line 4139, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1 .portfolio-item {
  float: none;
  width: 100%;
  margin: 0 0 40px 0;
  padding-bottom: 40px;
  padding-right: 0;
  border-bottom: 1px solid #EEE;
}

/* line 4148, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1 .portfolio-item .portfolio-image {
  float: left;
  margin-right: 40px;
}

/* line 4153, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1 .portfolio-item.alt .portfolio-image {
  float: right;
  margin: 0 0 0 40px;
}

/* line 4158, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1 .portfolio-item .portfolio-image,
.portfolio-1 .portfolio-item .portfolio-image a,
.portfolio-1 .portfolio-item .portfolio-image img {
  display: block;
  width: 720px;
  height: 400px;
}

/* line 4166, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1 .portfolio-desc {
  float: left;
  width: 380px;
  padding: 10px 0;
}

/* line 4172, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1 .alt .portfolio-desc {
  float: right;
}

/* line 4174, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1 .portfolio-desc h3 {
  font-size: 22px;
}

/* line 4176, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1 .portfolio-desc span {
  margin-top: 6px;
  font-size: 14px;
}

/* line 4181, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1 .portfolio-desc p {
  margin: 20px 0 25px;
  font-size: 14px;
}

/* line 4186, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1 .portfolio-desc li {
  margin: 3px 0;
}

/* Portfolio - Items - 1 Column - Sidebar
-----------------------------------------------------------------*/
/* line 4192, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-1 .portfolio-item .portfolio-image,
.postcontent .portfolio-1 .portfolio-item .portfolio-image a,
.postcontent .portfolio-1 .portfolio-item .portfolio-image img {
  width: 540px;
  height: 300px;
}

/* line 4199, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-1 .portfolio-desc {
  width: 280px;
}

/* Portfolio - Items - 1 Column - Both Sidebar
-----------------------------------------------------------------*/
/* line 4205, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image {
  margin-right: 20px;
}

/* line 4207, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1 .portfolio-item.alt .portfolio-image {
  margin: 0 0 0 20px;
}

/* line 4209, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image img {
  width: 320px;
  height: 178px;
}

/* line 4216, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1 .portfolio-desc {
  display: block !important;
  width: 240px;
  padding: 0;
}

/* line 4222, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1 .portfolio-desc h3 {
  font-size: 19px;
}

/* line 4224, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1 .portfolio-desc span {
  margin-top: 5px;
  font-size: 13px;
}

/* line 4229, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1 .portfolio-desc p {
  margin: 15px 0 0 0;
  font-size: 13px;
}

/* line 4234, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1 .portfolio-desc ul,
.bothsidebar .portfolio-1 .portfolio-desc .btn {
  display: none;
}

/* Portfolio - Items - 1 Column - Full Width
-----------------------------------------------------------------*/
/* line 4241, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-1.portfolio-fullwidth {
  margin: 0 0 -60px 0;
}

/* line 4243, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1.portfolio-fullwidth .portfolio-item {
  margin-bottom: 60px;
  padding: 0;
  border-bottom: 0;
  overflow: hidden;
}

/* line 4250, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
  float: none;
  margin: 0 !important;
}

/* line 4255, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
  width: 1140px;
  height: 500px;
}

/* line 4262, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 4268, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
}

/* line 4276, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
}

/* line 4284, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1.portfolio-fullwidth .portfolio-desc {
  position: absolute;
  float: none;
  width: 380px;
  height: 100%;
  padding: 30px;
  background-color: #F9F9F9;
  top: 0;
  left: auto;
  right: -380px;
}

/* line 4296, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-desc {
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

/* line 4302, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-desc {
  right: 0;
}

/* line 4304, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  left: -380px;
  right: auto;
}

/* line 4309, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  -webkit-transition: left .3s ease-in-out;
  -o-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

/* line 4315, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-desc {
  left: 0;
}

/* line 4317, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1.portfolio-fullwidth .portfolio-overlay a {
  left: 33%;
}

/* line 4319, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
  left: auto;
  right: 33%;
}

/* Portfolio - Items - 1 Column - Full Width - Sidebar
-----------------------------------------------------------------*/
/* line 4328, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio.portfolio-1.portfolio-fullwidth {
  margin: 0 0 -40px 0;
}

/* line 4330, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item {
  margin-bottom: 40px;
}

/* line 4332, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
  width: 860px;
  height: 377px;
}

/* line 4339, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}

/* line 4347, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}

/* line 4355, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-desc {
  width: 320px;
  padding: 25px;
  right: -320px;
}

/* line 4361, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  left: -320px;
  right: auto;
}

/* line 4366, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
  left: 32%;
}

/* line 4368, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
  left: auto;
  right: 32%;
}

/* Portfolio - Items - 1 Column - Full Width - Both Sidebar
-----------------------------------------------------------------*/
/* line 4377, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio.portfolio-1.portfolio-fullwidth {
  margin: 0 0 -40px 0;
}

/* line 4379, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item {
  margin-bottom: 40px;
}

/* line 4381, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
  width: 580px;
  height: 254px;
}

/* line 4388, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}

/* line 4396, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

/* line 4404, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-desc {
  width: 240px;
  padding: 15px 20px;
  right: -240px;
}

/* line 4410, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  left: -240px;
  right: auto;
}

/* line 4415, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
  left: 29%;
}

/* line 4417, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
  left: auto;
  right: 29%;
}

/* Portfolio - Parallax
-----------------------------------------------------------------*/
/* line 4426, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax {
  margin: 0 !important;
}

/* line 4428, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-item {
  float: none;
  width: 100% !important;
  height: 500px !important;
  margin: 0 !important;
}

/* line 4435, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-item .portfolio-image {
  width: 100% !important;
  height: 500px !important;
  background-attachment: fixed;
}

/* line 4441, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-desc {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -57px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  padding: 0;
  opacity: 0;
}

/* line 4453, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc {
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

/* line 4459, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc {
  opacity: 1;
}

/* line 4461, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-desc h3 {
  font-size: 44px;
  font-weight: 300;
  letter-spacing: -1px;
}

/* line 4467, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-desc h3 a {
  color: #FFF;
}

/* line 4469, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-desc h3 a:hover {
  color: #DDD;
}

/* line 4471, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-desc span {
  margin-top: 12px;
  font-size: 16px;
  color: #CCC;
}

/* line 4477, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-desc span a {
  color: #DDD;
}

/* line 4479, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-desc span a:hover {
  color: #BBB;
}

/* line 4481, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider {
  width: 100%;
  text-align: center;
  margin: 15px 0 0;
}

/* line 4487, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
  display: inline-block;
  width: 50px;
  height: 0;
  border-bottom: 1px solid #FFF;
}

/* line 4494, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
  -webkit-transition: width .5s ease-in-out;
  -o-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
}

/* line 4500, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc .portfolio-divider div {
  width: 120px;
}

/* line 4502, app/assets/stylesheets/v3/style_v3.scss */
.portfolio.portfolio-parallax .portfolio-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

/* Portfolio - Overlay
-----------------------------------------------------------------*/
/* line 4508, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 4520, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

/* line 4526, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-item:hover .portfolio-overlay,
.iportfolio:hover .portfolio-overlay {
  opacity: 1;
}

/* line 4529, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F5F5F5;
  width: 40px !important;
  height: 40px !important;
  margin: -28px 0 0 -44px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #444;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}

/* line 4545, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a {
  -webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
  -o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
  transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
}

/* line 4553, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay a.right-icon {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -44px;
}

/* line 4560, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay a.center-icon {
  display: block;
  margin: -20px 0 0 -20px;
  opacity: 0;
}

/* line 4566, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-item:hover a.center-icon,
.iportfolio:hover a.center-icon {
  opacity: 1;
}

/* line 4569, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay a:hover {
  color: #1ABC9C;
  background-color: #EEE;
}

/* line 4574, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-item:hover .portfolio-overlay a.right-icon,
.iportfolio:hover .portfolio-overlay a.left-icon,
.iportfolio:hover .portfolio-overlay a.right-icon {
  margin-top: -18px;
}

/* line 4579, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay a i.icon-line-play {
  position: relative;
  left: 2px;
}

/* line 4585, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay .portfolio-desc {
  position: relative;
  padding: 0 !important;
  margin: 0;
  text-align: center;
}

/* line 4592, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay .portfolio-desc a {
  display: inline;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  font-size: inherit;
  width: auto !important;
  height: auto !important;
  line-height: 1;
  background-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 4606, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay .portfolio-desc h3 {
  font-weight: 600;
  color: #F5F5F5 !important;
  line-height: 1;
}

/* line 4612, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay .portfolio-desc h3 a {
  color: #F5F5F5 !important;
}

/* line 4614, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay .portfolio-desc span {
  margin-top: 7px;
  color: #DDD !important;
}

/* line 4619, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay .portfolio-desc span a {
  color: #DDD !important;
  font-size: inherit;
}

/* line 4624, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay .portfolio-desc ~ a {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin: 20px 0 0 !important;
}

/* line 4632, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a {
  -webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
  -o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
  transition: color .2s linear, background-color .2s linear, opacity .2s linear;
}

/* line 4638, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay .portfolio-desc ~ a.right-icon {
  left: 0;
  right: 0;
  margin-left: 5px !important;
  margin-right: 0 !important;
}

/* line 4645, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-overlay .portfolio-desc a:hover {
  background: transparent;
}

/* line 4647, app/assets/stylesheets/v3/style_v3.scss */
body.device-touch.device-xs .portfolio-notitle .portfolio-overlay,
body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay {
  display: none !important;
}

/* Portfolio Single
-----------------------------------------------------------------*/
/* Portfolio Single - Image
-----------------------------------------------------------------*/
/* line 4660, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-single-image > a,
.portfolio-single-image .slide a,
.portfolio-single-image img,
.portfolio-single-image iframe,
.portfolio-single-image video {
  display: block;
  width: 100%;
}

/* line 4669, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-single-image-full {
  position: relative;
  height: 600px;
  overflow: hidden;
  margin: -80px 0 80px !important;
}

/* line 4676, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-single-video {
  height: auto !important;
}

/* Portfolio Single - Gallery Thumbs
-----------------------------------------------------------------*/
/* line 4682, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-single-image-full .swiper-container {
  width: 100%;
  height: 600px;
  background-color: #333;
}

/* line 4688, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-single-image-full .swiper-nested-1,
.portfolio-single-image-full .swiper-nested-2 {
  width: 100%;
}

/* line 4691, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-single-image-full .swiper-slide {
  overflow: hidden;
}

/* line 4693, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-single-image-full .swiper-slide img {
  width: 100%;
  height: auto;
}

/* Portfolio & Blog Single - Masonry
-----------------------------------------------------------------*/
/* line 4702, app/assets/stylesheets/v3/style_v3.scss */
.masonry-thumbs {
  position: relative;
}

/* line 4704, app/assets/stylesheets/v3/style_v3.scss */
.masonry-thumbs a {
  position: relative;
  float: left;
  width: 25%;
  max-width: 100% !important;
  overflow: hidden;
}

/* line 4712, app/assets/stylesheets/v3/style_v3.scss */
.masonry-thumbs.col-2 a {
  width: 50%;
}

/* line 4714, app/assets/stylesheets/v3/style_v3.scss */
.masonry-thumbs.col-3 a {
  width: 33.30%;
}

/* line 4716, app/assets/stylesheets/v3/style_v3.scss */
.masonry-thumbs.col-4 a {
  width: 25%;
}

/* line 4718, app/assets/stylesheets/v3/style_v3.scss */
.masonry-thumbs.col-5 a {
  width: 20%;
}

/* line 4720, app/assets/stylesheets/v3/style_v3.scss */
.masonry-thumbs.col-6 a {
  width: 16.60%;
}

/* line 4722, app/assets/stylesheets/v3/style_v3.scss */
.masonry-thumbs a,
.masonry-thumbs img {
  display: block;
  height: auto !important;
}

/* line 4728, app/assets/stylesheets/v3/style_v3.scss */
.masonry-thumbs img {
  width: 100%;
  border-radius: 0 !important;
  padding: 0 1px 1px 0;
}

/* line 4734, app/assets/stylesheets/v3/style_v3.scss */
.masonry-thumbs .overlay {
  padding: 0 1px 1px 0;
}

/* Portfolio Single - Content
-----------------------------------------------------------------*/
/* line 4740, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-single-content {
  font-size: 14px;
}

/* line 4742, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-single-content h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 600 !important;
}

/* line 4750, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-ajax-modal {
  width: 1000px !important;
}

/* line 4752, app/assets/stylesheets/v3/style_v3.scss */
.modal-padding {
  padding: 40px;
}

/* line 4754, app/assets/stylesheets/v3/style_v3.scss */
.ajax-modal-title {
  background-color: #F9F9F9;
  border-bottom: 1px solid #EEE;
  padding: 25px 40px;
}

/* line 4760, app/assets/stylesheets/v3/style_v3.scss */
.ajax-modal-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

/* line 4766, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-ajax-wrap {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .4s ease;
  -o-transition: max-height .4s ease;
  transition: max-height .4s ease;
}

/* line 4775, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-ajax-wrap.portfolio-ajax-opened {
  max-height: 1200px;
}

/* line 4777, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-ajax-container {
  display: none;
  padding-bottom: 60px;
}

/* line 4782, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-ajax-single h2 {
  font-size: 26px;
}

/* Portfolio Single - Meta
-----------------------------------------------------------------*/
/* line 4788, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-meta,
.portfolio-share {
  list-style: none;
  font-size: 14px;
}

/* line 4794, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-meta li {
  margin: 10px 0;
  color: #666;
}

/* line 4799, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-meta li:first-child {
  margin-top: 0;
}

/* line 4801, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-meta li span {
  display: inline-block;
  width: 150px;
  font-weight: bold;
  color: #333;
}

/* line 4808, app/assets/stylesheets/v3/style_v3.scss */
.portfolio-meta li span i {
  position: relative;
  top: 1px;
  width: 14px;
  text-align: center;
  margin-right: 7px;
}

/* line 4816, app/assets/stylesheets/v3/style_v3.scss */
.well .line {
  margin: 20px 0;
  border-color: #E5E5E5;
}

/* Portfolio Single Navigation
-----------------------------------------------------------------*/
/* line 4825, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-navigation {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  max-width: 96px;
  height: 24px;
  margin-top: -12px;
}

/* line 4835, app/assets/stylesheets/v3/style_v3.scss */
.page-title-right #portfolio-navigation {
  left: 10px;
  right: auto;
}

/* line 4840, app/assets/stylesheets/v3/style_v3.scss */
.page-title-center #portfolio-navigation {
  position: relative;
  top: 0;
  left: 0;
  margin: 20px auto 0;
}

/* line 4847, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-navigation a {
  display: block;
  float: left;
  margin-left: 12px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #444;
  transition: color .3s linear;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
}

/* line 4860, app/assets/stylesheets/v3/style_v3.scss */
.page-title-dark #portfolio-navigation a {
  color: #EEE;
}

/* line 4862, app/assets/stylesheets/v3/style_v3.scss */
.page-title-parallax #portfolio-navigation a {
  color: #FFF;
}

/* line 4864, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-navigation a i {
  position: relative;
  top: -1px;
  font-size: 24px;
  line-height: 1;
}

/* line 4871, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-navigation a i.icon-angle-left,
#portfolio-navigation a i.icon-angle-right {
  font-size: 32px;
  top: -6px;
}

/* line 4877, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-navigation a i.icon-angle-right {
  left: -1px;
}

/* line 4879, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-navigation a:first-child {
  margin-left: 0;
}

/* line 4881, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-navigation a:hover {
  color: #1ABC9C;
}

/* line 4883, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-ajax-show #portfolio-navigation {
  top: 0;
  margin-top: 0;
}

/* Individual Portfolio Item
-----------------------------------------------------------------*/
/* line 4892, app/assets/stylesheets/v3/style_v3.scss */
.iportfolio {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 4900, app/assets/stylesheets/v3/style_v3.scss */
.iportfolio .portfolio-image {
  position: relative;
  overflow: hidden;
}

/* line 4905, app/assets/stylesheets/v3/style_v3.scss */
.iportfolio .portfolio-image,
.iportfolio .portfolio-image a,
.iportfolio .portfolio-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 4913, app/assets/stylesheets/v3/style_v3.scss */
.iportfolio .portfolio-overlay {
  height: 100% !important;
}

/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
/* line 4921, app/assets/stylesheets/v3/style_v3.scss */
#posts {
  position: relative;
}

/* line 4923, app/assets/stylesheets/v3/style_v3.scss */
.entry {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 50px;
  border-bottom: 2px solid #F5F5F5;
}

/* line 4930, app/assets/stylesheets/v3/style_v3.scss */
.entry-image {
  margin-bottom: 30px;
}

/* line 4932, app/assets/stylesheets/v3/style_v3.scss */
.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

/* line 4942, app/assets/stylesheets/v3/style_v3.scss */
.entry-image iframe {
  display: block;
}

/* line 4944, app/assets/stylesheets/v3/style_v3.scss */
.entry-image img {
  border-radius: 3px;
}

/* line 4946, app/assets/stylesheets/v3/style_v3.scss */
.entry-title h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 4954, app/assets/stylesheets/v3/style_v3.scss */
.entry-title h2 a {
  color: #333;
}

/* line 4956, app/assets/stylesheets/v3/style_v3.scss */
.entry-title h2 a:hover {
  color: #1ABC9C;
}

/* line 4958, app/assets/stylesheets/v3/style_v3.scss */
.entry-meta {
  margin: 10px -10px -15px 0;
  list-style: none;
}

/* line 4963, app/assets/stylesheets/v3/style_v3.scss */
.single-post .entry-meta {
  margin-bottom: 20px;
}

/* line 4965, app/assets/stylesheets/v3/style_v3.scss */
.entry-meta li {
  float: left;
  font-size: 13px;
  line-height: 14px;
  margin: 0 10px 15px 0;
  color: #999;
  font-family: 'Crete Round', serif;
  font-style: italic;
}

/* line 4975, app/assets/stylesheets/v3/style_v3.scss */
.entry-meta li:before {
  content: '/';
  display: inline-block;
  margin-right: 10px;
  opacity: 0.5;
}

/* line 4982, app/assets/stylesheets/v3/style_v3.scss */
.entry-meta li i {
  position: relative;
  top: 1px;
  font-size: 14px;
  margin-right: 3px;
}

/* line 4989, app/assets/stylesheets/v3/style_v3.scss */
.entry-meta li a {
  color: #999;
}

/* line 4991, app/assets/stylesheets/v3/style_v3.scss */
.entry-meta li a:hover {
  color: #1ABC9C;
}

/* line 4993, app/assets/stylesheets/v3/style_v3.scss */
.entry-meta li:first-child:before {
  display: none;
}

/* line 4995, app/assets/stylesheets/v3/style_v3.scss */
.entry-meta li ins {
  font-weight: 600;
  text-decoration: none;
}

/* line 5000, app/assets/stylesheets/v3/style_v3.scss */
.entry-c {
  position: relative;
  overflow: hidden;
}

/* line 5005, app/assets/stylesheets/v3/style_v3.scss */
#posts .entry-content {
  margin-top: 30px;
}

/* line 5007, app/assets/stylesheets/v3/style_v3.scss */
.single-post .entry-content .entry-image {
  max-width: 350px;
}

/* line 5009, app/assets/stylesheets/v3/style_v3.scss */
.entry-content {
  position: relative;
}

/* line 5011, app/assets/stylesheets/v3/style_v3.scss */
.entry-link {
  display: block;
  width: 100%;
  background-color: #F5F5F5;
  padding: 30px 0;
  text-align: center;
  color: #444;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 3px;
}

/* line 5026, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .entry-link {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

/* line 5032, app/assets/stylesheets/v3/style_v3.scss */
.entry-link:hover {
  color: #FFF;
  background-color: #1ABC9C;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 5038, app/assets/stylesheets/v3/style_v3.scss */
.entry-link span {
  display: block;
  margin-top: 5px;
  font-family: 'Crete Round', serif;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  color: #AAA;
}

/* line 5050, app/assets/stylesheets/v3/style_v3.scss */
.entry-link:hover span {
  color: #EEE;
}

/* line 5052, app/assets/stylesheets/v3/style_v3.scss */
.entry blockquote p {
  font-weight: 400;
  font-family: 'Crete Round', serif;
  font-style: italic;
}

/* Small Thumbs
-----------------------------------------------------------------*/
/* line 5062, app/assets/stylesheets/v3/style_v3.scss */
.small-thumbs .entry-image,
.ievent .entry-image {
  float: left;
  width: 300px;
  margin: 0 30px 0 0;
}

/* line 5069, app/assets/stylesheets/v3/style_v3.scss */
.small-thumbs .entry-image img,
.ievent .entry-image img {
  border-radius: 0;
}

/* line 5072, app/assets/stylesheets/v3/style_v3.scss */
.small-thumbs .entry-c .entry-image,
.ievent .entry-c .entry-image {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
}

/* line 5079, app/assets/stylesheets/v3/style_v3.scss */
.small-thumbs .entry-c .entry-image img,
.ievent .entry-c .entry-image img {
  border-radius: 5px;
}

/* line 5082, app/assets/stylesheets/v3/style_v3.scss */
.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
  font-size: 20px;
  font-weight: 600;
}

/* Small Thumbs - Right
-----------------------------------------------------------------*/
/* line 5092, app/assets/stylesheets/v3/style_v3.scss */
.small-thumbs.alt .entry-image {
  float: right;
  margin: 0 0 0 30px;
}

/* line 5097, app/assets/stylesheets/v3/style_v3.scss */
.small-thumbs.alt .entry-c .entry-image {
  float: none;
  margin: 0 0 20px 0;
}

/* Small Thumbs - Both Sidebar
-----------------------------------------------------------------*/
/* line 5106, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .small-thumbs .entry-image {
  width: 200px;
  margin: 0 25px 0 0;
}

/* line 5111, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .small-thumbs.alt .entry-image {
  margin: 0 0 0 25px;
}

/* line 5113, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .small-thumbs .entry-c .entry-image {
  width: 100%;
  margin: 0 0 20px 0;
}

/* line 5118, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .small-thumbs .entry-title h2 {
  font-size: 18px;
}

/* Blog - Grid
-----------------------------------------------------------------*/
/* line 5124, app/assets/stylesheets/v3/style_v3.scss */
.post-grid {
  margin-right: -28px;
}

/* line 5126, app/assets/stylesheets/v3/style_v3.scss */
.post-grid .entry {
  float: left;
  width: 264px;
  margin-right: 28px;
}

/* line 5132, app/assets/stylesheets/v3/style_v3.scss */
.post-grid .entry-image img {
  border-radius: 0;
}

/* line 5134, app/assets/stylesheets/v3/style_v3.scss */
.post-grid .entry-title h2 {
  font-size: 17px;
  font-weight: 600;
}

/* line 5139, app/assets/stylesheets/v3/style_v3.scss */
.post-grid .entry-link {
  font-size: 24px;
}

/* line 5141, app/assets/stylesheets/v3/style_v3.scss */
.post-grid .entry-link span {
  font-size: 13px;
}

/* Blog - Grid - 3 Columns
-----------------------------------------------------------------*/
/* line 5147, app/assets/stylesheets/v3/style_v3.scss */
.post-grid.grid-3 {
  margin-right: -30px;
}

/* line 5149, app/assets/stylesheets/v3/style_v3.scss */
.post-grid.grid-3 .entry {
  width: 360px;
  margin-right: 30px;
}

/* line 5154, app/assets/stylesheets/v3/style_v3.scss */
.post-grid.grid-3 .entry-title h2 {
  font-size: 18px;
}

/* Blog - Grid - 3 Columns - Sidebar
-----------------------------------------------------------------*/
/* line 5160, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .post-grid.grid-3 {
  margin-right: -25px;
}

/* line 5162, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .post-grid.grid-3 .entry {
  width: 270px;
  margin-right: 25px;
}

/* line 5167, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .post-grid.grid-3 .entry-title h2 {
  font-size: 16px;
}

/* Blog - Grid - 2 Columns
-----------------------------------------------------------------*/
/* line 5173, app/assets/stylesheets/v3/style_v3.scss */
.post-grid.grid-2 {
  margin-right: -40px;
}

/* line 5175, app/assets/stylesheets/v3/style_v3.scss */
.post-grid.grid-2 .entry {
  width: 550px;
  margin-right: 40px;
}

/* line 5180, app/assets/stylesheets/v3/style_v3.scss */
.post-grid.grid-2 .entry-title h2 {
  font-size: 20px;
}

/* Blog - Grid - 2 Columns - Sidebar
-----------------------------------------------------------------*/
/* line 5186, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .post-grid.grid-2 .entry {
  width: 410px;
}

/* line 5188, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .post-grid.grid-2 .entry-title h2 {
  font-size: 18px;
}

/* Blog - Grid - 2 Columns - Both Sidebar
-----------------------------------------------------------------*/
/* line 5194, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .post-grid.grid-2 .entry {
  width: 270px;
}

/* line 5196, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .post-grid.grid-2 .entry-title h2 {
  font-size: 16px;
}

/* Blog - Masonry
-----------------------------------------------------------------*/
/* line 5202, app/assets/stylesheets/v3/style_v3.scss */
.post-masonry .entry-image,
.post-masonry .entry-image img {
  height: auto !important;
}

/* Blog - Masonry Full
-----------------------------------------------------------------*/
/* line 5209, app/assets/stylesheets/v3/style_v3.scss */
.post-masonry-full {
  margin: -80px 0 -80px -1px !important;
}

/* line 5211, app/assets/stylesheets/v3/style_v3.scss */
.post-masonry-full .entry {
  width: 24.9% !important;
  margin: 0 !important;
  padding: 40px 30px;
  border-bottom: 1px dashed;
  border-left: 1px dashed;
  border-color: #E5E5E5;
}

/* line 5220, app/assets/stylesheets/v3/style_v3.scss */
.post-masonry-full.grid-3 .entry {
  width: 33.30% !important;
}

/* Blog - Timeline
-----------------------------------------------------------------*/
/* line 5226, app/assets/stylesheets/v3/style_v3.scss */
.timeline-border {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -71px;
  width: 0;
  border-left: 1px dashed #CCC;
  height: 100%;
}

/* line 5236, app/assets/stylesheets/v3/style_v3.scss */
.post-timeline {
  margin-right: -140px !important;
}

/* line 5238, app/assets/stylesheets/v3/style_v3.scss */
.post-timeline .entry {
  width: 500px !important;
  margin-right: 140px !important;
}

/* line 5243, app/assets/stylesheets/v3/style_v3.scss */
.entry.entry-date-section {
  width: 100% !important;
  margin: 50px -70px 80px;
  padding: 0;
  border: 0;
  text-align: center;
}

/* line 5251, app/assets/stylesheets/v3/style_v3.scss */
.entry.entry-date-section span {
  display: inline-block;
  padding: 10px 15px;
  background-color: #FFF;
  border: 2px solid #EEE;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

/* line 5263, app/assets/stylesheets/v3/style_v3.scss */
.post-timeline .entry-timeline {
  display: none;
  position: absolute;
  border: 2px solid #CCC;
  background-color: #FFF;
  padding-top: 0;
  text-indent: -9999px;
  top: 40px;
  left: auto;
  right: -76px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  font-size: 26px;
  font-weight: bold;
  color: #AAA;
  text-align: center;
  line-height: 1;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 5286, app/assets/stylesheets/v3/style_v3.scss */
.entry.entry-date-section + .entry .entry-timeline {
  top: 70px;
}

/* line 5288, app/assets/stylesheets/v3/style_v3.scss */
.post-timeline .entry-timeline div.timeline-divider {
  position: absolute;
  top: 4px;
  left: -58px;
  width: 50px;
  height: 0;
  border-top: 1px dashed #CCC;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 5300, app/assets/stylesheets/v3/style_v3.scss */
.post-timeline .alt .entry-timeline {
  right: auto;
  left: -77px;
}

/* line 5305, app/assets/stylesheets/v3/style_v3.scss */
.post-timeline .alt .entry-timeline div.timeline-divider {
  left: auto;
  right: -58px;
}

/* line 5310, app/assets/stylesheets/v3/style_v3.scss */
.post-timeline .entry-timeline span {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  font-weight: normal;
}

/* line 5317, app/assets/stylesheets/v3/style_v3.scss */
.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider {
  border-color: #1ABC9C;
  color: #1ABC9C;
}

/* Blog - Timeline - Sidebar
-----------------------------------------------------------------*/
/* line 5327, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .timeline-border {
  left: 32px;
  margin-left: 0;
}

/* line 5332, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .post-timeline {
  padding-left: 100px;
  margin-right: 0 !important;
}

/* line 5337, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .post-timeline .entry {
  width: 100% !important;
  margin-right: 140px !important;
}

/* line 5342, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .post-timeline .entry-timeline {
  display: block;
  border: 3px solid #CCC;
  background-color: #FFF;
  padding-top: 10px;
  text-indent: 0;
  top: 20px;
  left: -100px;
  right: auto;
  width: 64px;
  height: 64px;
  font-size: 24px;
}

/* line 5356, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .post-timeline .entry-timeline div.timeline-divider {
  top: 29px;
  left: 64px;
  width: 32px;
}

/* Individual Post
-----------------------------------------------------------------*/
/* line 5366, app/assets/stylesheets/v3/style_v3.scss */
.ipost .entry-image img {
  border-radius: 0;
}

/* line 5368, app/assets/stylesheets/v3/style_v3.scss */
.ipost .entry-title h3,
.ipost .entry-title h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

/* line 5375, app/assets/stylesheets/v3/style_v3.scss */
.ipost .entry-title h4 {
  font-size: 15px;
}

/* line 5377, app/assets/stylesheets/v3/style_v3.scss */
.ipost .entry-title h3 a,
.ipost .entry-title h4 a {
  color: #333;
}

/* line 5380, app/assets/stylesheets/v3/style_v3.scss */
.ipost .entry-title h3 a:hover,
.ipost .entry-title h4 a:hover {
  color: #1ABC9C;
}

/* line 5383, app/assets/stylesheets/v3/style_v3.scss */
.ipost .entry-meta {
  margin-right: -10px;
}

/* line 5385, app/assets/stylesheets/v3/style_v3.scss */
.ipost .entry-meta li {
  font-size: 13px;
  margin-right: 10px;
}

/* line 5390, app/assets/stylesheets/v3/style_v3.scss */
.ipost .entry-content {
  margin-top: 20px;
}

/* line 5392, app/assets/stylesheets/v3/style_v3.scss */
.ipost .entry-content p {
  margin-bottom: 0;
}

/* line 5395, app/assets/stylesheets/v3/style_v3.scss */
.more-link {
  display: inline-block;
  border-bottom: 1px solid #1ABC9C;
  padding: 0 2px;
  font-family: 'Crete Round', serif;
  font-style: italic;
}

/* line 5403, app/assets/stylesheets/v3/style_v3.scss */
.more-link:hover {
  border-bottom-color: #555;
}

/* Related Posts
-----------------------------------------------------------------*/
/* line 5409, app/assets/stylesheets/v3/style_v3.scss */
.overlay-icon {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}

/* line 5421, app/assets/stylesheets/v3/style_v3.scss */
.overlay-icon i {
  line-height: 48px;
  font-size: 28px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* Small Post
-----------------------------------------------------------------*/
/* line 5432, app/assets/stylesheets/v3/style_v3.scss */
.spost,
.mpost {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #E5E5E5;
}

/* line 5439, app/assets/stylesheets/v3/style_v3.scss */
.mpost {
  margin-top: 25px;
  padding-top: 25px;
}

/* line 5444, app/assets/stylesheets/v3/style_v3.scss */
.spost:first-child,
.mpost:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/* line 5451, app/assets/stylesheets/v3/style_v3.scss */
.spost .entry-image,
.mpost .entry-image {
  float: left;
  margin: 0 15px 0 0;
  text-align: center;
}

/* line 5458, app/assets/stylesheets/v3/style_v3.scss */
.spost .entry-image,
.spost .entry-image a,
.spost .entry-image img,
.spost .entry-image i {
  width: 48px;
  height: 48px;
}

/* line 5466, app/assets/stylesheets/v3/style_v3.scss */
.spost .entry-image a i,
.mpost .entry-image a i {
  font-size: 28px;
  line-height: 48px;
  color: #666;
  background-color: #EEE;
}

/* line 5474, app/assets/stylesheets/v3/style_v3.scss */
.spost .entry-title h4,
.mpost .entry-title h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

/* line 5481, app/assets/stylesheets/v3/style_v3.scss */
.spost .entry-title h4 a,
.mpost .entry-title h4 a {
  color: #333;
}

/* line 5484, app/assets/stylesheets/v3/style_v3.scss */
.spost .entry-title h4 a:hover,
.mpost .entry-title h4 a:hover {
  color: #1ABC9C;
}

/* line 5487, app/assets/stylesheets/v3/style_v3.scss */
.spost .entry-meta {
  margin: 8px -10px 0 0;
}

/* line 5489, app/assets/stylesheets/v3/style_v3.scss */
.spost .entry-meta li,
.mpost .entry-meta li {
  font-size: 13px;
  margin: 0 10px 0 0;
}

/* Medium Post
-----------------------------------------------------------------*/
/* line 5499, app/assets/stylesheets/v3/style_v3.scss */
.mpost .entry-image {
  margin-right: 20px;
}

/* line 5501, app/assets/stylesheets/v3/style_v3.scss */
.mpost .entry-image,
.mpost .entry-image a,
.mpost .entry-image img,
.mpost .entry-image i {
  width: 170px;
  height: 128px;
}

/* line 5509, app/assets/stylesheets/v3/style_v3.scss */
.mpost .entry-image a,
.mpost .entry-image img {
  border-radius: 2px;
}

/* line 5512, app/assets/stylesheets/v3/style_v3.scss */
.mpost .entry-image a i {
  font-size: 42px;
  line-height: 128px;
}

/* line 5517, app/assets/stylesheets/v3/style_v3.scss */
.mpost .entry-title h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

/* line 5523, app/assets/stylesheets/v3/style_v3.scss */
.mpost .entry-meta {
  margin-top: 5px;
}

/* line 5525, app/assets/stylesheets/v3/style_v3.scss */
.mpost .entry-meta li i {
  margin-right: 2px;
}

/* line 5527, app/assets/stylesheets/v3/style_v3.scss */
.mpost .entry-content {
  margin-top: 15px;
}

/* line 5529, app/assets/stylesheets/v3/style_v3.scss */
.post-navigation + .line {
  margin: 40px 0 50px;
}

/* ----------------------------------------------------------------
	Blog - Author
-----------------------------------------------------------------*/
/* line 5536, app/assets/stylesheets/v3/style_v3.scss */
.author-image {
  float: left;
  width: 84px;
  height: 84px;
  margin-right: 15px;
}

/* line 5543, app/assets/stylesheets/v3/style_v3.scss */
.author-image img {
  width: 84px;
  height: 84px;
}

/* ----------------------------------------------------------------
	Comments List
-----------------------------------------------------------------*/
/* line 5554, app/assets/stylesheets/v3/style_v3.scss */
#comments {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #EEE;
}

/* line 5561, app/assets/stylesheets/v3/style_v3.scss */
.commentlist {
  list-style: none;
  padding-bottom: 50px;
  margin: 0 0 50px;
  border-bottom: 1px solid #EEE;
}

/* line 5568, app/assets/stylesheets/v3/style_v3.scss */
#reviews .commentlist {
  padding-bottom: 30px;
  margin: 0 0 20px;
}

/* line 5573, app/assets/stylesheets/v3/style_v3.scss */
.commentlist ul {
  list-style: none;
}

/* line 5575, app/assets/stylesheets/v3/style_v3.scss */
.commentlist li,
.commentlist li ul,
.commentlist li ul li {
  margin: 30px 0 0 0;
}

/* line 5579, app/assets/stylesheets/v3/style_v3.scss */
.commentlist ul:first-child {
  margin-top: 0;
}

/* line 5581, app/assets/stylesheets/v3/style_v3.scss */
.commentlist li {
  position: relative;
  margin: 30px 0 0 30px;
}

/* line 5586, app/assets/stylesheets/v3/style_v3.scss */
#reviews .commentlist li {
  margin-top: 20px;
}

/* line 5588, app/assets/stylesheets/v3/style_v3.scss */
.comment-wrap {
  position: relative;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 20px 20px 20px 35px;
}

/* line 5595, app/assets/stylesheets/v3/style_v3.scss */
.commentlist ul .comment-wrap {
  margin-left: 25px;
  padding-left: 20px;
}

/* line 5600, app/assets/stylesheets/v3/style_v3.scss */
#reviews .comment-wrap {
  border: 0;
  padding: 10px 0 0 35px;
}

/* line 5605, app/assets/stylesheets/v3/style_v3.scss */
.commentlist > li:first-child,
#reviews .commentlist > li:first-child {
  padding-top: 0;
  margin-top: 0;
}

/* line 5611, app/assets/stylesheets/v3/style_v3.scss */
.commentlist li .children {
  margin-top: 0;
}

/* line 5613, app/assets/stylesheets/v3/style_v3.scss */
.commentlist li li .children {
  margin-left: 30px;
}

/* line 5615, app/assets/stylesheets/v3/style_v3.scss */
.commentlist li .comment-content,
.pingback {
  position: relative;
  overflow: hidden;
}

/* line 5621, app/assets/stylesheets/v3/style_v3.scss */
.commentlist li .comment-content p,
.pingback p {
  margin: 20px 0 0 0;
}

/* line 5624, app/assets/stylesheets/v3/style_v3.scss */
.commentlist li .comment-content {
  padding: 0 0 0 15px;
}

/* line 5626, app/assets/stylesheets/v3/style_v3.scss */
.commentlist li .comment-meta {
  float: left;
  margin-right: 0;
  line-height: 1;
}

/* line 5632, app/assets/stylesheets/v3/style_v3.scss */
.comment-avatar {
  position: absolute;
  top: 15px;
  left: -35px;
  padding: 4px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
}

/* line 5642, app/assets/stylesheets/v3/style_v3.scss */
.comment-avatar img {
  display: block;
  border-radius: 50%;
}

/* line 5647, app/assets/stylesheets/v3/style_v3.scss */
.commentlist li .children .comment-avatar {
  left: -25px;
}

/* line 5649, app/assets/stylesheets/v3/style_v3.scss */
.comment-content .comment-author {
  margin-bottom: -10px;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}

/* line 5656, app/assets/stylesheets/v3/style_v3.scss */
.comment-content .comment-author a {
  border: none;
  color: #333;
}

/* line 5661, app/assets/stylesheets/v3/style_v3.scss */
.comment-content .comment-author a:hover {
  color: #1ABC9C;
}

/* line 5663, app/assets/stylesheets/v3/style_v3.scss */
.comment-content .comment-author span {
  display: block;
}

/* line 5665, app/assets/stylesheets/v3/style_v3.scss */
.comment-content .comment-author span,
.comment-content .comment-author span a {
  font-size: 12px;
  font-weight: normal;
  font-family: 'Crete Round', serif;
  font-style: italic;
  color: #AAA;
}

/* line 5674, app/assets/stylesheets/v3/style_v3.scss */
.comment-content .comment-author span a:hover {
  color: #888;
}

/* line 5676, app/assets/stylesheets/v3/style_v3.scss */
.comment-reply-link,
.review-comment-ratings {
  display: block;
  position: absolute;
  top: 4px;
  left: auto;
  text-align: center;
  right: 0px;
  width: 14px;
  height: 14px;
  color: #CCC;
  font-size: 14px;
  line-height: 1;
}

/* line 5691, app/assets/stylesheets/v3/style_v3.scss */
.review-comment-ratings {
  width: auto;
  color: #333;
}

/* line 5696, app/assets/stylesheets/v3/style_v3.scss */
.comment-reply-link:hover {
  color: #888;
}

/* ----------------------------------------------------------------
	Comment Form
-----------------------------------------------------------------*/
/* line 5704, app/assets/stylesheets/v3/style_v3.scss */
#respond,
#respond form {
  margin-bottom: 0;
}

/* line 5707, app/assets/stylesheets/v3/style_v3.scss */
.commentlist li #respond {
  margin: 30px 0 0;
}

/* line 5709, app/assets/stylesheets/v3/style_v3.scss */
.commentlist li li #respond {
  margin-left: 30px;
}

/* line 5711, app/assets/stylesheets/v3/style_v3.scss */
#respond p {
  margin: 10px 0 0 0;
}

/* line 5713, app/assets/stylesheets/v3/style_v3.scss */
#respond p:first-child {
  margin-top: 0;
}

/* line 5715, app/assets/stylesheets/v3/style_v3.scss */
#respond label small {
  color: #999;
  font-weight: normal;
}

/* line 5720, app/assets/stylesheets/v3/style_v3.scss */
#respond input[type="text"],
#respond textarea {
  margin-bottom: 0;
}

/* line 5723, app/assets/stylesheets/v3/style_v3.scss */
#respond .col_one_third,
#respond .col_full {
  margin-bottom: 20px;
}

/* line 5726, app/assets/stylesheets/v3/style_v3.scss */
.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
  display: block !important;
  width: 100% !important;
  margin: 0;
}

/* Post Elements
-----------------------------------------------------------------*/
/* line 5741, app/assets/stylesheets/v3/style_v3.scss */
img.alignleft,
div.alignleft {
  float: left;
  margin: 5px 20px 13px 0;
  max-width: 100%;
}

/* line 5748, app/assets/stylesheets/v3/style_v3.scss */
div.alignleft > img,
div.alignnone > img,
div.aligncenter > img,
div.alignright > img {
  display: block;
  float: none;
}

/* line 5756, app/assets/stylesheets/v3/style_v3.scss */
img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter {
  display: block;
  margin: 10px 0;
  float: none;
}

/* line 5765, app/assets/stylesheets/v3/style_v3.scss */
img.aligncenter,
div.aligncenter,
div.aligncenter img {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

/* line 5773, app/assets/stylesheets/v3/style_v3.scss */
img.alignright,
div.alignright {
  float: right;
  margin: 5px 0 13px 20px;
}

/* line 5779, app/assets/stylesheets/v3/style_v3.scss */
.wp-caption {
  text-align: center;
  margin: 10px 20px 13px 20px;
  font-family: 'Lato', Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

/* line 5786, app/assets/stylesheets/v3/style_v3.scss */
.wp-caption img,
.wp-caption img a {
  display: block;
  margin: 0;
}

/* line 5792, app/assets/stylesheets/v3/style_v3.scss */
p.wp-caption-text {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  background-color: #EEE;
  border-radius: 50px;
}

/* line 5800, app/assets/stylesheets/v3/style_v3.scss */
.wp-smiley {
  max-height: 13px;
  margin: 0 !important;
}

/* Infinity Scroll - Message Style
-----------------------------------------------------------------*/
/* line 5809, app/assets/stylesheets/v3/style_v3.scss */
#infscr-loading,
#portfolio-ajax-loader {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  line-height: 48px;
  font-size: 24px;
  color: #FFF;
  text-align: center;
}

/* line 5826, app/assets/stylesheets/v3/style_v3.scss */
#infscr-loading img,
#portfolio-ajax-loader img {
  display: none;
  width: 24px;
  height: 24px;
  margin: 12px;
}

/* line 5834, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-ajax-loader {
  display: none;
}

/* line 5836, app/assets/stylesheets/v3/style_v3.scss */
#portfolio-ajax-loader img {
  display: block;
}

/* ----------------------------------------------------------------
	Shop
-----------------------------------------------------------------*/
/* line 5844, app/assets/stylesheets/v3/style_v3.scss */
.shop {
  position: relative;
  margin: 0 -20px -20px 0;
}

/* line 5849, app/assets/stylesheets/v3/style_v3.scss */
.product {
  position: relative;
}

/* line 5851, app/assets/stylesheets/v3/style_v3.scss */
.shop .product {
  float: left;
  padding: 0 20px 20px 0;
  width: 25%;
}

/* line 5857, app/assets/stylesheets/v3/style_v3.scss */
.product-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* line 5864, app/assets/stylesheets/v3/style_v3.scss */
.product-image > a,
.product-image .slide a,
.product-image img {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 5872, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-image > a {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 5878, app/assets/stylesheets/v3/style_v3.scss */
.product-image > a:nth-of-type(2) {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

/* line 5886, app/assets/stylesheets/v3/style_v3.scss */
.product-image:hover > a:nth-of-type(2) {
  opacity: 1;
  z-index: 2;
}

/* line 5891, app/assets/stylesheets/v3/style_v3.scss */
.product-desc {
  padding: 15px 0;
  font-size: 14px;
}

/* line 5896, app/assets/stylesheets/v3/style_v3.scss */
.product-title {
  margin-bottom: 7px;
}

/* line 5898, app/assets/stylesheets/v3/style_v3.scss */
.product-title h3 {
  margin: 0;
  font-size: 20px;
}

/* line 5903, app/assets/stylesheets/v3/style_v3.scss */
.product-title h3 a,
.single-product .product-title h2 a {
  color: #333;
}

/* line 5906, app/assets/stylesheets/v3/style_v3.scss */
.product-title h3 a:hover,
.single-product .product-title h2 a:hover {
  color: #1ABC9C;
}

/* line 5909, app/assets/stylesheets/v3/style_v3.scss */
.product-price {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin-bottom: 4px;
}

/* line 5916, app/assets/stylesheets/v3/style_v3.scss */
.product-price del {
  font-weight: 400;
  font-size: 90%;
  color: #888;
}

/* line 5922, app/assets/stylesheets/v3/style_v3.scss */
.product-price ins {
  text-decoration: none;
  color: #1ABC9C;
}

/* line 5927, app/assets/stylesheets/v3/style_v3.scss */
.product-overlay {
  position: absolute;
  width: 100%;
  height: 44px;
  line-height: 44px;
  top: auto;
  bottom: -44px;
  left: 0;
  z-index: 6;
}

/* line 5938, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay {
  -webkit-transition: bottom .3s ease-in-out;
  -o-transition: bottom .3s ease-in-out;
  transition: bottom .3s ease-in-out;
}

/* line 5944, app/assets/stylesheets/v3/style_v3.scss */
.product:hover .product-overlay {
  bottom: 0;
}

/* line 5946, app/assets/stylesheets/v3/style_v3.scss */
.product-overlay a {
  display: block;
  float: left;
  width: 50%;
  font-size: 13px;
  color: #333;
  background-color: #F5F5F5;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 5957, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay a {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 5963, app/assets/stylesheets/v3/style_v3.scss */
.product-overlay a.item-quick-view {
  border-right: 0;
}

/* line 5965, app/assets/stylesheets/v3/style_v3.scss */
.product-overlay a i {
  position: relative;
  top: 1px;
  font-size: 14px;
  margin-right: 3px;
}

/* line 5972, app/assets/stylesheets/v3/style_v3.scss */
.product-overlay a:hover {
  background-color: #333;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 5978, app/assets/stylesheets/v3/style_v3.scss */
.sale-flash {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 10px;
  background-color: #1ABC9C;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  z-index: 5;
}

/* line 5990, app/assets/stylesheets/v3/style_v3.scss */
.sale-flash.out-of-stock {
  background-color: #777;
}

/* Shop - 3 Columns
-----------------------------------------------------------------*/
/* line 5996, app/assets/stylesheets/v3/style_v3.scss */
.shop.product-3 {
  margin: 0 -30px -30px 0;
}

/* line 5998, app/assets/stylesheets/v3/style_v3.scss */
.product-3 .product {
  padding: 0 30px 30px 0;
  width: 33.33333333%;
}

/* Shop - 3 Columns - Sidebar
-----------------------------------------------------------------*/
/* line 6007, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .shop.product-3 {
  margin: 0 -25px -25px 0;
}

/* line 6009, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .product-3 .product {
  padding: 0 25px 25px 0;
}

/* Shop - 2 Columns - Sidebar
-----------------------------------------------------------------*/
/* line 6015, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .shop.product-2 {
  margin: 0 -40px -40px 0;
}

/* line 6017, app/assets/stylesheets/v3/style_v3.scss */
.postcontent .product-2 .product {
  padding: 0 40px 40px 0;
  width: 50%;
}

/* Shop - 2 Columns - Both Sidebar
-----------------------------------------------------------------*/
/* line 6026, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .shop.product-2 {
  margin: 0 -40px -20px 0;
}

/* line 6028, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .product-2 .product {
  padding: 0 40px 20px 0;
}

/* Shop - 1 Column
-----------------------------------------------------------------*/
/* line 6034, app/assets/stylesheets/v3/style_v3.scss */
.shop.product-1 {
  margin: 0 0 -40px 0;
}

/* line 6036, app/assets/stylesheets/v3/style_v3.scss */
.product-1 .product {
  float: none;
  margin: 0 0 40px 0;
  padding: 0;
  width: 100%;
}

/* line 6043, app/assets/stylesheets/v3/style_v3.scss */
.product-1 .product-image {
  float: left;
  width: 300px;
  height: 400px;
  margin-right: 30px;
}

/* line 6050, app/assets/stylesheets/v3/style_v3.scss */
.product-1 .product.alt .product-image {
  float: right;
  margin: 0 0 0 30px;
}

/* line 6055, app/assets/stylesheets/v3/style_v3.scss */
.product-1 .product-desc {
  padding: 0;
  position: relative;
  overflow: hidden;
}

/* line 6061, app/assets/stylesheets/v3/style_v3.scss */
.product-1 .product-title h3 {
  font-size: 22px;
}

/* line 6063, app/assets/stylesheets/v3/style_v3.scss */
.product-1 .product-desc .product-price {
  font-size: 20px;
}

/* line 6065, app/assets/stylesheets/v3/style_v3.scss */
.product-1 .product-desc .product-rating {
  margin-bottom: 15px;
}

/* Shop - 1 Column - Both Sidebar
-----------------------------------------------------------------*/
/* line 6071, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .product-1 .product {
  border-top: 1px solid #F5F5F5;
  padding-top: 40px;
}

/* line 6076, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .product-1 .product:first-child {
  border-top: 0;
  padding-top: 0;
}

/* line 6081, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .product-1 .product-image {
  width: 240px;
  height: 320px;
}

/* line 6086, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .product-1 .product-title h3 {
  font-size: 20px;
}

/* line 6088, app/assets/stylesheets/v3/style_v3.scss */
.bothsidebar .product-1 .product-desc .product-price {
  font-size: 16px;
}

/* Shop - Single
-----------------------------------------------------------------*/
/* line 6094, app/assets/stylesheets/v3/style_v3.scss */
.single-product .product {
  width: 100%;
  margin: 0;
}

/* line 6099, app/assets/stylesheets/v3/style_v3.scss */
.shop-quick-view-ajax,
.portfolio-ajax-modal {
  position: relative;
  background-color: #FFF;
  width: 800px;
  margin: 0 auto;
}

/* line 6107, app/assets/stylesheets/v3/style_v3.scss */
.single-product .product-image,
.single-product .product-image img {
  height: auto;
}

/* line 6110, app/assets/stylesheets/v3/style_v3.scss */
.single-product .product-desc {
  padding: 0;
}

/* line 6112, app/assets/stylesheets/v3/style_v3.scss */
.single-product .product-title h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

/* line 6117, app/assets/stylesheets/v3/style_v3.scss */
.single-product .product-price {
  float: left;
  font-size: 24px;
  color: #1ABC9C;
  margin-bottom: 0;
}

/* line 6124, app/assets/stylesheets/v3/style_v3.scss */
.single-product .product-rating {
  float: right;
  position: relative;
  top: 9px;
}

/* line 6130, app/assets/stylesheets/v3/style_v3.scss */
.single-product .product-desc .line {
  margin: 20px 0;
}

/* line 6132, app/assets/stylesheets/v3/style_v3.scss */
.quantity {
  float: left;
  margin-right: 30px;
}

/* line 6137, app/assets/stylesheets/v3/style_v3.scss */
.quantity .qty {
  float: left;
  width: 50px;
  height: 40px;
  line-height: 40px;
  border: 0;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  background-color: #EEE;
  text-align: center;
  margin-bottom: 0;
}

/* line 6150, app/assets/stylesheets/v3/style_v3.scss */
.quantity .plus,
.quantity .minus {
  display: block;
  float: left;
  cursor: pointer;
  border: 0px transparent;
  padding: 0;
  width: 36px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #EEE;
  font-size: 16px;
  font-weight: bold;
  transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
}

/* line 6169, app/assets/stylesheets/v3/style_v3.scss */
.quantity .plus:hover,
.quantity .minus:hover {
  background-color: #DDD;
}

/* line 6172, app/assets/stylesheets/v3/style_v3.scss */
.quantity .qty:focus,
.quantity .plus:focus,
.quantity .minus:focus {
  box-shadow: none !important;
  outline: 0 !important;
}

/* line 6179, app/assets/stylesheets/v3/style_v3.scss */
.single-product .add-to-cart.button {
  height: 40px;
  line-height: 40px;
}

/* line 6184, app/assets/stylesheets/v3/style_v3.scss */
.product-meta {
  font-size: 13px;
  color: #777;
}

/* line 6189, app/assets/stylesheets/v3/style_v3.scss */
.product-meta > .panel-body {
  margin-bottom: -5px;
}

/* line 6191, app/assets/stylesheets/v3/style_v3.scss */
.product-meta > .panel-body > span {
  display: block;
  margin-bottom: 5px;
}

/* line 6197, app/assets/stylesheets/v3/style_v3.scss */
.single-product .feature-box.fbox-plain.fbox-small {
  padding-left: 26px;
}

/* line 6199, app/assets/stylesheets/v3/style_v3.scss */
.single-product .feature-box.fbox-plain.fbox-small .fbox-icon {
  width: 20px;
}

/* line 6201, app/assets/stylesheets/v3/style_v3.scss */
.single-product .feature-box.fbox-plain.fbox-small h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 7px;
}

/* line 6208, app/assets/stylesheets/v3/style_v3.scss */
.single-product .feature-box.fbox-plain.fbox-small p {
  margin-left: -26px;
}

/* line 6210, app/assets/stylesheets/v3/style_v3.scss */
.single-product .feature-box.fbox-plain.fbox-small .fbox-icon i {
  font-size: 18px;
}

/* Individual Product
-----------------------------------------------------------------*/
/* line 6216, app/assets/stylesheets/v3/style_v3.scss */
.product.iproduct {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 6223, app/assets/stylesheets/v3/style_v3.scss */
.iproduct .product-image,
.iproduct .product-image a,
.iproduct .product-image img {
  height: auto;
}

/* ----------------------------------------------------------------
	Cart
-----------------------------------------------------------------*/
/* line 6233, app/assets/stylesheets/v3/style_v3.scss */
.cart .remove {
  font-size: 14px;
  color: #FF0000;
}

/* line 6238, app/assets/stylesheets/v3/style_v3.scss */
.cart .remove:hover {
  color: #000;
}

/* line 6240, app/assets/stylesheets/v3/style_v3.scss */
.cart th {
  padding: 12px 15px !important;
  font-size: 14px;
  color: #555;
}

/* line 6246, app/assets/stylesheets/v3/style_v3.scss */
.cart td {
  padding: 12px 15px !important;
  vertical-align: middle !important;
  border-color: #E5E5E5 !important;
}

/* line 6252, app/assets/stylesheets/v3/style_v3.scss */
.cart-product-thumbnail a {
  display: block;
  width: 68px;
}

/* line 6257, app/assets/stylesheets/v3/style_v3.scss */
.cart-product-thumbnail img {
  display: block;
  width: 64px;
  height: 64px;
  border: 2px solid #EEE;
}

/* line 6264, app/assets/stylesheets/v3/style_v3.scss */
.cart-product-thumbnail img:hover {
  border-color: #1ABC9C;
}

/* line 6266, app/assets/stylesheets/v3/style_v3.scss */
.cart-product-name a,
.product-name a {
  font-weight: bold;
  font-size: 13px;
  color: #333;
}

/* line 6273, app/assets/stylesheets/v3/style_v3.scss */
.cart-product-name a:hover,
.product-name a:hover {
  color: #666;
}

/* line 6276, app/assets/stylesheets/v3/style_v3.scss */
.cart-product-price,
.cart-product-quantity,
.cart-product-subtotal {
  text-align: center !important;
}

/* line 6280, app/assets/stylesheets/v3/style_v3.scss */
.cart-product-quantity .quantity {
  display: inline-block;
  margin: 0;
  float: none;
}

/* line 6286, app/assets/stylesheets/v3/style_v3.scss */
td.actions {
  padding: 20px 15px !important;
  vertical-align: top !important;
  background-color: #F5F5F5;
}

/* ----------------------------------------------------------------
	Events
-----------------------------------------------------------------*/
/* line 6298, app/assets/stylesheets/v3/style_v3.scss */
.events .entry,
.ievent {
  padding: 20px;
  background-color: #F9F9F9;
  border-bottom: 3px solid #EEE;
}

/* line 6305, app/assets/stylesheets/v3/style_v3.scss */
.events .entry-image .entry-date,
.ievent .entry-image .entry-date {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 64px;
  text-align: center;
  padding-top: 7px;
  font-size: 26px;
  line-height: 1;
}

/* line 6321, app/assets/stylesheets/v3/style_v3.scss */
.events .entry-image .entry-date span,
.ievent .entry-image .entry-date span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}

/* line 6328, app/assets/stylesheets/v3/style_v3.scss */
.events .entry-c,
.ievent .entry-c {
  padding: 5px 0;
}

/* line 6331, app/assets/stylesheets/v3/style_v3.scss */
.single-event .entry-image img {
  border-radius: 0;
}

/* line 6333, app/assets/stylesheets/v3/style_v3.scss */
.single-event .events-meta {
  font-size: 14px;
}

/* line 6335, app/assets/stylesheets/v3/style_v3.scss */
.single-event .events-meta .iconlist li,
.parallax .iconlist li {
  margin: 5px 0;
}

/* line 6338, app/assets/stylesheets/v3/style_v3.scss */
.single-event .entry-overlay,
.parallax .entry-overlay-meta {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  line-height: 80px;
  font-size: 22px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

/* line 6355, app/assets/stylesheets/v3/style_v3.scss */
.single-event .countdown {
  display: inline-block;
  position: relative;
  top: 7px;
}

/* line 6361, app/assets/stylesheets/v3/style_v3.scss */
.single-event .countdown-section {
  padding: 0 15px;
  border-left-color: rgba(255, 255, 255, 0.3);
  color: #CCC;
}

/* line 6367, app/assets/stylesheets/v3/style_v3.scss */
.single-event .countdown-amount {
  color: #FFF;
}

/* line 6369, app/assets/stylesheets/v3/style_v3.scss */
.parallax .entry-overlay,
.parallax .entry-overlay-meta {
  background: transparent;
  width: auto;
  text-align: right;
  bottom: 30px;
  left: auto;
  right: 30px;
}

/* line 6379, app/assets/stylesheets/v3/style_v3.scss */
.parallax .entry-overlay-meta {
  padding: 20px;
  font-size: 14px;
  text-align: left;
  right: 38px;
  bottom: 130px;
  width: 368px;
  height: auto;
  line-height: inherit;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 6392, app/assets/stylesheets/v3/style_v3.scss */
.parallax.overlay-left .entry-overlay,
.parallax.overlay-left .entry-overlay-meta {
  right: auto;
  left: 30px;
}

/* line 6398, app/assets/stylesheets/v3/style_v3.scss */
.parallax.overlay-left .entry-overlay-meta {
  left: 38px;
}

/* line 6400, app/assets/stylesheets/v3/style_v3.scss */
.parallax.overlay-center .entry-overlay,
.parallax.overlay-center .entry-overlay-meta {
  bottom: 100px;
  right: auto;
  left: 50%;
  margin-left: -192px;
}

/* line 6408, app/assets/stylesheets/v3/style_v3.scss */
.parallax.overlay-center .entry-overlay-meta {
  top: 100px;
  bottom: auto;
  margin-left: -184px;
}

/* line 6414, app/assets/stylesheets/v3/style_v3.scss */
.parallax .entry-overlay-meta h2 {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  padding-bottom: 17px;
}

/* line 6421, app/assets/stylesheets/v3/style_v3.scss */
.parallax .entry-overlay-meta h2 a {
  color: #FFF;
}

/* line 6423, app/assets/stylesheets/v3/style_v3.scss */
.parallax .entry-overlay-meta h2 a:hover {
  color: #DDD;
}

/* line 6425, app/assets/stylesheets/v3/style_v3.scss */
.parallax .countdown {
  top: 0;
}

/* line 6427, app/assets/stylesheets/v3/style_v3.scss */
.parallax .countdown-section {
  border-left: 0;
  width: 80px;
  height: 80px;
  margin: 0 8px;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  padding-top: 14px;
}

/* line 6438, app/assets/stylesheets/v3/style_v3.scss */
.parallax .countdown-amount {
  font-size: 28px;
  margin-bottom: 6px;
}

/* Individual Events
-----------------------------------------------------------------*/
/* line 6447, app/assets/stylesheets/v3/style_v3.scss */
.ievent {
  position: relative;
  margin-top: 20px;
}

/* line 6452, app/assets/stylesheets/v3/style_v3.scss */
.ievent:first-child {
  margin-top: 0;
}

/* line 6454, app/assets/stylesheets/v3/style_v3.scss */
.ievent .entry-image {
  width: 30%;
  margin-right: 20px;
}

/* line 6459, app/assets/stylesheets/v3/style_v3.scss */
.ievent .entry-content {
  margin-top: 20px;
}

/* line 6461, app/assets/stylesheets/v3/style_v3.scss */
.ievent .entry-title h2 {
  font-size: 18px;
}

/* line 6463, app/assets/stylesheets/v3/style_v3.scss */
.ievent .entry-meta {
  margin-right: -10px;
}

/* line 6465, app/assets/stylesheets/v3/style_v3.scss */
.ievent .entry-meta li {
  font-size: 13px;
  margin-right: 10px;
  padding-left: 10px;
}

/* line 6471, app/assets/stylesheets/v3/style_v3.scss */
.ievent .entry-meta li:first-child {
  padding-left: 0;
}

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

	Countdown

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Countdown
-----------------------------------------------------------------*/
/* line 6484, app/assets/stylesheets/v3/style_v3.scss */
.countdown {
  display: block;
}

/* line 6486, app/assets/stylesheets/v3/style_v3.scss */
.countdown-row {
  display: block;
  position: relative;
  text-align: center;
}

/* line 6492, app/assets/stylesheets/v3/style_v3.scss */
.countdown-section {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  width: 25%;
  border-left: 1px dotted #BBB;
  color: #888;
  text-transform: capitalize;
}

/* line 6503, app/assets/stylesheets/v3/style_v3.scss */
.countdown-section:first-child {
  border-left: 0;
}

/* line 6505, app/assets/stylesheets/v3/style_v3.scss */
.countdown-amount {
  display: block;
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}

/* line 6512, app/assets/stylesheets/v3/style_v3.scss */
.countdown-descr {
  display: block;
  width: 100%;
}

/* Countdown - Medium
-----------------------------------------------------------------*/
/* line 6521, app/assets/stylesheets/v3/style_v3.scss */
.countdown-medium .countdown-section {
  font-size: 14px;
}

/* line 6523, app/assets/stylesheets/v3/style_v3.scss */
.countdown-medium .countdown-amount {
  font-size: 30px;
  margin-bottom: 7px;
}

/* Countdown - Large
-----------------------------------------------------------------*/
/* line 6532, app/assets/stylesheets/v3/style_v3.scss */
.countdown-large .countdown-section {
  font-size: 18px;
}

/* line 6534, app/assets/stylesheets/v3/style_v3.scss */
.countdown-large .countdown-amount {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* Countdown - Inline
-----------------------------------------------------------------*/
/* line 6544, app/assets/stylesheets/v3/style_v3.scss */
.countdown.countdown-inline {
  display: inline-block;
}

/* line 6546, app/assets/stylesheets/v3/style_v3.scss */
.countdown.countdown-inline .countdown-row {
  display: inline-block;
  text-align: center;
}

/* line 6551, app/assets/stylesheets/v3/style_v3.scss */
.countdown.countdown-inline .countdown-section {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: auto;
  border: none;
  color: inherit;
  margin-left: 7px;
  text-transform: inherit;
}

/* line 6562, app/assets/stylesheets/v3/style_v3.scss */
.countdown.countdown-inline .countdown-section:first-child {
  margin-left: 0;
}

/* line 6564, app/assets/stylesheets/v3/style_v3.scss */
.countdown.countdown-inline .countdown-amount {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  font-weight: bold;
  margin: 0 3px 0 0;
}

/* line 6572, app/assets/stylesheets/v3/style_v3.scss */
.countdown.countdown-inline .countdown-descr {
  display: inline-block;
  width: auto;
}

/* Countdown - Coming Soon
-----------------------------------------------------------------*/
/* line 6581, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-section {
  border: none;
  padding: 15px;
}

/* line 6586, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-amount {
  height: 140px;
  line-height: 140px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 15px !important;
}

/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/
/* line 6600, app/assets/stylesheets/v3/style_v3.scss */
.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: #1ABC9C;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 6620, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .button {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 6626, app/assets/stylesheets/v3/style_v3.scss */
.button-dark {
  background-color: #444;
}

/* line 6628, app/assets/stylesheets/v3/style_v3.scss */
.button-light {
  background-color: #EEE;
  color: #333;
  text-shadow: none !important;
}

/* line 6634, app/assets/stylesheets/v3/style_v3.scss */
.button:hover {
  background-color: #444;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 6640, app/assets/stylesheets/v3/style_v3.scss */
.button.button-dark:hover {
  background-color: #1ABC9C;
}

/* line 6642, app/assets/stylesheets/v3/style_v3.scss */
.button.button-mini {
  padding: 0 14px;
  font-size: 11px;
  height: 28px;
  line-height: 28px;
}

/* line 6649, app/assets/stylesheets/v3/style_v3.scss */
.button.button-small {
  padding: 0 17px;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
}

/* line 6656, app/assets/stylesheets/v3/style_v3.scss */
.button.button-large {
  padding: 0 26px;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}

/* line 6663, app/assets/stylesheets/v3/style_v3.scss */
.button.button-xlarge {
  padding: 0 32px;
  font-size: 18px;
  letter-spacing: 2px;
  height: 52px;
  line-height: 52px;
}

/* line 6671, app/assets/stylesheets/v3/style_v3.scss */
.button.button-desc {
  text-align: left;
  padding: 24px 34px;
  font-size: 22px;
  height: auto;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
}

/* line 6680, app/assets/stylesheets/v3/style_v3.scss */
.button.button-desc span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Crete Round', serif;
  font-style: italic;
  text-transform: none;
}

/* line 6691, app/assets/stylesheets/v3/style_v3.scss */
.button i {
  position: relative;
  top: 1px;
  line-height: 1;
  margin-right: 5px;
  width: 16px;
  text-align: center;
}

/* line 6700, app/assets/stylesheets/v3/style_v3.scss */
.button.tright i {
  margin: 0 0 0 5px;
}

/* line 6702, app/assets/stylesheets/v3/style_v3.scss */
.button-mini i {
  margin-right: 3px;
}

/* line 6704, app/assets/stylesheets/v3/style_v3.scss */
.button-mini.tright i {
  margin: 0 0 0 3px;
}

/* line 6706, app/assets/stylesheets/v3/style_v3.scss */
.button-small i {
  margin-right: 4px;
}

/* line 6708, app/assets/stylesheets/v3/style_v3.scss */
.button-small.tright i {
  margin: 0 0 0 4px;
}

/* line 6710, app/assets/stylesheets/v3/style_v3.scss */
.button-xlarge i {
  top: 2px;
  margin-right: 8px;
}

/* line 6715, app/assets/stylesheets/v3/style_v3.scss */
.button-xlarge.tright i {
  margin: 0 0 0 8px;
}

/* line 6717, app/assets/stylesheets/v3/style_v3.scss */
.button.button-desc i {
  top: 1px;
  font-size: 48px;
  width: 48px;
  text-align: center;
  margin-right: 12px;
}

/* line 6725, app/assets/stylesheets/v3/style_v3.scss */
.button.button-desc.tright i {
  margin: 0 0 0 12px;
}

/* line 6727, app/assets/stylesheets/v3/style_v3.scss */
.button.button-desc div {
  display: inline-block;
}

/* line 6729, app/assets/stylesheets/v3/style_v3.scss */
.button.button-rounded {
  border-radius: 3px;
}

/* Buttons - Border
-----------------------------------------------------------------*/
/* line 6735, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border {
  border: 2px solid #444;
  background-color: transparent;
  color: #333;
  line-height: 36px;
  font-weight: 600;
  text-shadow: none;
}

/* line 6744, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border-thin {
  border-width: 1px;
  line-height: 38px;
}

/* line 6749, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-mini {
  line-height: 24px;
}

/* line 6751, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-small {
  line-height: 30px;
}

/* line 6753, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-large {
  line-height: 42px;
}

/* line 6755, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-xlarge {
  line-height: 48px;
}

/* line 6757, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border-thin.button-mini {
  line-height: 26px;
}

/* line 6759, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border-thin.button-small {
  line-height: 32px;
}

/* line 6761, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border-thin.button-large {
  line-height: 44px;
}

/* line 6763, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border-thin.button-xlarge {
  line-height: 50px;
}

/* line 6765, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-desc {
  line-height: 1;
}

/* line 6767, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border:not(.button-fill):hover {
  background-color: #444;
  color: #FFF;
  border-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 6774, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-light {
  border-color: #EEE;
  color: #EEE;
}

/* line 6779, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-light:hover {
  background-color: #EEE;
  color: #333;
  text-shadow: none;
}

/* Buttons - Border
-----------------------------------------------------------------*/
/* line 6789, app/assets/stylesheets/v3/style_v3.scss */
.button.button-3d {
  border-radius: 3px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 6797, app/assets/stylesheets/v3/style_v3.scss */
.button.button-3d:hover {
  background-color: #1ABC9C !important;
  opacity: 0.9;
}

/* line 6802, app/assets/stylesheets/v3/style_v3.scss */
.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
  text-shadow: none;
  color: #333;
}

/* Buttons - Icon Reveal
-----------------------------------------------------------------*/
/* line 6812, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal {
  padding: 0 28px;
  overflow: hidden;
}

/* line 6817, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal i {
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 6830, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-border i {
  top: -2px;
}

/* line 6832, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.tright i {
  left: auto;
  right: -32px;
}

/* line 6837, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i {
  border-radius: 3px 0 0 3px;
}

/* line 6840, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i {
  border-radius: 0 3px 3px 0;
}

/* line 6843, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal span {
  display: inline-block;
  position: relative;
  left: 0;
}

/* line 6849, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}

/* line 6856, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-mini {
  padding: 0 17px;
}

/* line 6858, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-mini i {
  left: -22px;
  width: 22px;
  height: 28px;
  line-height: 28px;
}

/* line 6865, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-mini.tright i {
  left: auto;
  right: -22px;
}

/* line 6870, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-small {
  padding: 0 22px;
}

/* line 6872, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-small i {
  left: -26px;
  width: 26px;
  height: 34px;
  line-height: 34px;
}

/* line 6879, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-small.tright i {
  left: auto;
  right: -26px;
}

/* line 6884, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-large {
  padding: 0 32px;
}

/* line 6886, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-large i {
  left: -38px;
  width: 38px;
  height: 46px;
  line-height: 46px;
}

/* line 6893, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-large.tright i {
  left: auto;
  right: -38px;
}

/* line 6898, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-xlarge {
  padding: 0 40px;
}

/* line 6900, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-xlarge i {
  left: -44px;
  width: 44px;
  height: 52px;
  line-height: 52px;
}

/* line 6907, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-xlarge.tright i {
  left: auto;
  right: -44px;
}

/* line 6912, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal:hover i {
  left: 0;
}

/* line 6914, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.tright:hover i {
  left: auto;
  right: 0;
}

/* line 6919, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal:hover span {
  left: 16px;
}

/* line 6921, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-mini:hover span {
  left: 11px;
}

/* line 6923, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-small:hover span {
  left: 13px;
}

/* line 6925, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-large:hover span {
  left: 19px;
}

/* line 6927, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-xlarge:hover span {
  left: 22px;
}

/* line 6929, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.tright:hover span {
  left: -16px;
}

/* line 6931, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-mini.tright:hover span {
  left: -11px;
}

/* line 6933, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-small.tright:hover span {
  left: -13px;
}

/* line 6935, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-large.tright:hover span {
  left: -19px;
}

/* line 6937, app/assets/stylesheets/v3/style_v3.scss */
.button.button-reveal.button-xlarge.tright:hover span {
  left: -22px;
}

/* Buttons - Promo 100% Width
-----------------------------------------------------------------*/
/* line 6943, app/assets/stylesheets/v3/style_v3.scss */
.button.button-full {
  display: block !important;
  white-space: normal;
  margin: 0;
  height: auto;
  line-height: 1.6;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 6957, app/assets/stylesheets/v3/style_v3.scss */
.button.button-full.button-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 6959, app/assets/stylesheets/v3/style_v3.scss */
.button.button-full strong {
  font-weight: 600;
  border-bottom: 2px solid #EEE;
}

/* line 6964, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .button.button-full strong {
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 6970, app/assets/stylesheets/v3/style_v3.scss */
.button.button-full.button-light strong {
  border-bottom-color: #333;
}

/* line 6972, app/assets/stylesheets/v3/style_v3.scss */
.button.button-full.button-light:hover strong {
  border-bottom-color: #EEE;
}

/* Buttons - Circle
-----------------------------------------------------------------*/
/* line 6978, app/assets/stylesheets/v3/style_v3.scss */
.button.button-circle {
  border-radius: 20px;
}

/* line 6980, app/assets/stylesheets/v3/style_v3.scss */
.button.button-mini.button-circle {
  border-radius: 14px;
}

/* line 6982, app/assets/stylesheets/v3/style_v3.scss */
.button.button-small.button-circle {
  border-radius: 17px;
}

/* line 6984, app/assets/stylesheets/v3/style_v3.scss */
.button.button-large.button-circle {
  border-radius: 23px;
}

/* line 6986, app/assets/stylesheets/v3/style_v3.scss */
.button.button-xlarge.button-circle {
  border-radius: 26px;
}

/* Buttons - Fill Effect
-----------------------------------------------------------------*/
/* line 6992, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-fill {
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  -webkit-backface-visibility: hidden;
}

/* line 6999, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-fill span {
  position: relative;
}

/* line 7001, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-fill:hover {
  background-color: transparent !important;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 7007, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-fill.button-light:hover {
  border-color: #EEE !important;
  color: #333 !important;
  text-shadow: none;
}

/* line 7013, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-fill:before {
  content: '';
  position: absolute;
  background-color: #444;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
}

/* line 7027, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-fill.button-light:before {
  background-color: #EEE;
}

/* line 7029, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-fill.fill-from-right:before {
  left: auto;
  right: 0;
}

/* line 7034, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-fill:hover:before {
  width: 100%;
}

/* line 7036, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-fill.fill-from-top:before,
.button.button-border.button-fill.fill-from-bottom:before {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 7043, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-fill.fill-from-top:before {
  width: 100%;
  height: 0;
}

/* line 7048, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-fill.fill-from-top:hover:before {
  height: 100%;
}

/* line 7050, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-fill.fill-from-bottom:before {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
}

/* line 7057, app/assets/stylesheets/v3/style_v3.scss */
.button.button-border.button-fill.fill-from-bottom:hover:before {
  height: 100%;
}

/* Buttons - Colors
-----------------------------------------------------------------*/
/* line 7063, app/assets/stylesheets/v3/style_v3.scss */
.button-red {
  background-color: #C02942;
}

/* line 7064, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-red:hover,
.button-reveal.button-red:hover,
.button-border.button-red:hover,
.button-border.button-red.button-fill:before {
  background-color: #C02942 !important;
}

/* line 7069, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-red {
  color: #C02942;
  border-color: #C02942;
}

/* line 7074, app/assets/stylesheets/v3/style_v3.scss */
.button-teal {
  background-color: #53777A;
}

/* line 7075, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-teal:hover,
.button-reveal.button-teal:hover,
.button-border.button-teal:hover,
.button-border.button-teal.button-fill:before {
  background-color: #53777A !important;
}

/* line 7080, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-teal {
  color: #53777A;
  border-color: #53777A;
}

/* line 7085, app/assets/stylesheets/v3/style_v3.scss */
.button-yellow {
  background-color: #ECD078;
}

/* line 7086, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-yellow:hover,
.button-reveal.button-yellow:hover,
.button-border.button-yellow:hover,
.button-border.button-yellow.button-fill:before {
  background-color: #ECD078 !important;
}

/* line 7091, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-yellow,
.button-border.button-yellow.button-fill.button-light:hover {
  color: #ECD078 !important;
  border-color: #ECD078 !important;
}

/* line 7097, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-yellow:hover,
.button-border.button-yellow.button-fill.button-light:hover {
  color: #333 !important;
}

/* line 7100, app/assets/stylesheets/v3/style_v3.scss */
.button-green {
  background-color: #59BA41;
}

/* line 7101, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-green:hover,
.button-reveal.button-green:hover,
.button-border.button-green:hover,
.button-border.button-green.button-fill:before {
  background-color: #59BA41 !important;
}

/* line 7106, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-green {
  color: #59BA41;
  border-color: #59BA41;
}

/* line 7111, app/assets/stylesheets/v3/style_v3.scss */
.button-brown {
  background-color: #774F38;
}

/* line 7112, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-brown:hover,
.button-reveal.button-brown:hover,
.button-border.button-brown:hover,
.button-border.button-brown.button-fill:before {
  background-color: #774F38 !important;
}

/* line 7117, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-brown {
  color: #774F38;
  border-color: #774F38;
}

/* line 7122, app/assets/stylesheets/v3/style_v3.scss */
.button-aqua {
  background-color: #40C0CB;
}

/* line 7123, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-aqua:hover,
.button-reveal.button-aqua:hover,
.button-border.button-aqua:hover,
.button-border.button-aqua.button-fill:before {
  background-color: #40C0CB !important;
}

/* line 7128, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-aqua {
  color: #40C0CB;
  border-color: #40C0CB;
}

/* line 7133, app/assets/stylesheets/v3/style_v3.scss */
.button-lime {
  background-color: #AEE239;
}

/* line 7134, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-lime:hover,
.button-reveal.button-lime:hover,
.button-border.button-lime:hover,
.button-border.button-lime.button-fill:before {
  background-color: #AEE239 !important;
}

/* line 7139, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-lime {
  color: #AEE239;
  border-color: #AEE239;
}

/* line 7144, app/assets/stylesheets/v3/style_v3.scss */
.button-purple {
  background-color: #5D4157;
}

/* line 7145, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-purple:hover,
.button-reveal.button-purple:hover,
.button-border.button-purple:hover,
.button-border.button-purple.button-fill:before {
  background-color: #5D4157 !important;
}

/* line 7150, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-purple {
  color: #5D4157;
  border-color: #5D4157;
}

/* line 7155, app/assets/stylesheets/v3/style_v3.scss */
.button-leaf {
  background-color: #A8CABA;
}

/* line 7156, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-leaf:hover,
.button-reveal.button-leaf:hover,
.button-border.button-leaf:hover,
.button-border.button-leaf.button-fill:before {
  background-color: #A8CABA !important;
}

/* line 7161, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-leaf {
  color: #A8CABA;
  border-color: #A8CABA;
}

/* line 7166, app/assets/stylesheets/v3/style_v3.scss */
.button-pink {
  background-color: #F89FA1;
}

/* line 7167, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-pink:hover,
.button-reveal.button-pink:hover,
.button-border.button-pink:hover,
.button-border.button-pink.button-fill:before {
  background-color: #F89FA1 !important;
}

/* line 7172, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-pink {
  color: #F89FA1;
  border-color: #F89FA1;
}

/* line 7177, app/assets/stylesheets/v3/style_v3.scss */
.button-dirtygreen {
  background-color: #1693A5;
}

/* line 7178, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-dirtygreen:hover,
.button-reveal.button-dirtygreen:hover,
.button-border.button-dirtygreen:hover,
.button-border.button-dirtygreen.button-fill:before {
  background-color: #1693A5 !important;
}

/* line 7183, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-dirtygreen {
  color: #1693A5;
  border-color: #1693A5;
}

/* line 7188, app/assets/stylesheets/v3/style_v3.scss */
.button-blue {
  background-color: #1265A8;
}

/* line 7189, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-blue:hover,
.button-reveal.button-blue:hover,
.button-border.button-blue:hover,
.button-border.button-blue.button-fill:before {
  background-color: #1265A8 !important;
}

/* line 7194, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-blue {
  color: #1265A8;
  border-color: #1265A8;
}

/* line 7199, app/assets/stylesheets/v3/style_v3.scss */
.button-amber {
  background-color: #EB9C4D;
}

/* line 7200, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-amber:hover,
.button-reveal.button-amber:hover,
.button-border.button-amber:hover,
.button-border.button-amber.button-fill:before {
  background-color: #EB9C4D !important;
}

/* line 7205, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-amber {
  color: #EB9C4D;
  border-color: #EB9C4D;
}

/* line 7210, app/assets/stylesheets/v3/style_v3.scss */
.button-black {
  background-color: #111;
}

/* line 7211, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-black:hover,
.button-reveal.button-black:hover,
.button-border.button-black:hover,
.button-border.button-black.button-fill:before {
  background-color: #111 !important;
}

/* line 7216, app/assets/stylesheets/v3/style_v3.scss */
.button-border.button-black {
  color: #111;
  border-color: #111;
}

/* line 7221, app/assets/stylesheets/v3/style_v3.scss */
.button-white {
  background-color: #F9F9F9;
}

/* line 7222, app/assets/stylesheets/v3/style_v3.scss */
.button-3d.button-white:hover,
.button-reveal.button-white:hover {
  background-color: #F9F9F9 !important;
}

/* Buttons - No Hover
-----------------------------------------------------------------*/
/* line 7229, app/assets/stylesheets/v3/style_v3.scss */
.button.button-nohover:hover {
  opacity: inherit !important;
  background-color: inherit !important;
  color: inherit !important;
  border-color: inherit !important;
}

/* ----------------------------------------------------------------
	Promo Boxes
-----------------------------------------------------------------*/
/* line 7242, app/assets/stylesheets/v3/style_v3.scss */
.promo {
  position: relative;
  padding: 30px 200px 30px 0;
}

/* line 7247, app/assets/stylesheets/v3/style_v3.scss */
.promo h3 {
  font-weight: bold;
  margin-bottom: 0;
}

/* line 7252, app/assets/stylesheets/v3/style_v3.scss */
.promo > span,
.promo > .container > span {
  display: block;
  color: #444;
  font-weight: 300;
  font-size: 16px;
  margin-top: 6px;
}

/* line 7261, app/assets/stylesheets/v3/style_v3.scss */
.promo a.button {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -18px;
  left: auto;
  right: 0;
}

/* line 7270, app/assets/stylesheets/v3/style_v3.scss */
.promo a.button.button-mini {
  margin-top: -12px;
}

/* line 7272, app/assets/stylesheets/v3/style_v3.scss */
.promo a.button.button-small {
  margin-top: -15px;
}

/* line 7274, app/assets/stylesheets/v3/style_v3.scss */
.promo a.button.button-large {
  margin-top: -22px;
}

/* line 7276, app/assets/stylesheets/v3/style_v3.scss */
.promo a.button.button-xlarge {
  margin-top: -25px;
}

/* line 7278, app/assets/stylesheets/v3/style_v3.scss */
.promo a.button.button-desc {
  margin-top: -40px;
}

/* Promo Uppercase
-----------------------------------------------------------------*/
/* line 7284, app/assets/stylesheets/v3/style_v3.scss */
.promo-uppercase {
  text-transform: uppercase;
}

/* line 7286, app/assets/stylesheets/v3/style_v3.scss */
.promo-uppercase h3 {
  font-size: 22px;
}

/* line 7288, app/assets/stylesheets/v3/style_v3.scss */
.promo-uppercase > span,
.promo-uppercase > .container > span {
  font-size: 15px;
}

/* Promo - with Border
-----------------------------------------------------------------*/
/* line 7295, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-border {
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  padding-left: 30px;
}

/* line 7301, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-border a.button {
  right: 30px;
}

/* Promo - Light
-----------------------------------------------------------------*/
/* line 7307, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-light {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding-left: 30px;
}

/* line 7313, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-light a.button {
  right: 30px;
}

/* Promo - Dark
-----------------------------------------------------------------*/
/* line 7319, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-dark {
  border: 0 !important;
  background-color: #333;
  padding: 30px 200px 30px 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/* line 7327, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-dark h3 {
  color: #FFF;
}

/* line 7329, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-dark > h3 span,
.promo.promo-dark > .container > h3 span {
  padding: 2px 8px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.15);
  color: #FFF;
  font-weight: 400;
}

/* line 7338, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-dark > span,
.promo.promo-dark > .container > span {
  color: #CCC;
  margin-top: 8px;
}

/* line 7344, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-dark a.button {
  right: 30px;
}

/* Promo - Flat
-----------------------------------------------------------------*/
/* line 7350, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-flat {
  background-color: #1ABC9C;
}

/* line 7352, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-flat > span,
.promo.promo-flat > .container > span {
  color: rgba(255, 255, 255, 0.9);
}

/* line 7355, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-flat a.button:not(.button-border) {
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 7360, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-flat a.button:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #444;
  text-shadow: none;
}

/* Promo - 100% Full Width
-----------------------------------------------------------------*/
/* line 7371, app/assets/stylesheets/v3/style_v3.scss */
.promo-full {
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 40px 0 !important;
}

/* line 7378, app/assets/stylesheets/v3/style_v3.scss */
.promo-full a.button {
  right: 15px !important;
}

/* line 7380, app/assets/stylesheets/v3/style_v3.scss */
.promo-full.promo-right a.button {
  right: auto !important;
  left: 15px !important;
}

/* Promo - Parallax
-----------------------------------------------------------------*/
/* line 7388, app/assets/stylesheets/v3/style_v3.scss */
.promo.parallax {
  padding: 80px 0 !important;
}

/* Promo - Right Align
-----------------------------------------------------------------*/
/* line 7394, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-right {
  text-align: right;
  padding: 30px 0 30px 200px;
}

/* line 7399, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-right a.button {
  left: 0;
  right: auto;
}

/* Promo - with Border & Right Align
-----------------------------------------------------------------*/
/* line 7408, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-right.promo-border:not(.promo-mini),
.promo.promo-dark.promo-right:not(.promo-mini) {
  padding-right: 30px;
}

/* line 7411, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-right.promo-border a.button,
.promo.promo-dark.promo-right a.button {
  left: 30px;
}

/* Promo - Center Align
-----------------------------------------------------------------*/
/* line 7418, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-center {
  text-align: center;
  padding: 30px 20px;
}

/* line 7423, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-center a.button {
  position: relative;
  top: 0;
  margin: 20px 0 0;
  left: 0 !important;
  right: 0;
}

/* Promo - Mini
-----------------------------------------------------------------*/
/* line 7435, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-mini {
  text-align: left;
  padding: 20px 25px;
}

/* line 7440, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-mini h3 {
  font-size: 20px;
  line-height: 1.5;
}

/* line 7445, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-mini.promo-uppercase h3 {
  font-size: 18px;
}

/* line 7447, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-mini.promo-dark h3 {
  line-height: 1.7;
}

/* line 7449, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-mini a.button {
  position: relative;
  top: 0;
  margin: 20px 0 0;
  left: 0 !important;
  right: 0;
}

/* Promo - Mini - Center Align
-----------------------------------------------------------------*/
/* line 7461, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-mini.promo-center {
  text-align: center;
}

/* Promo - Mini - Right Align
-----------------------------------------------------------------*/
/* line 7467, app/assets/stylesheets/v3/style_v3.scss */
.promo.promo-mini.promo-right {
  text-align: right;
}

/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/
/* line 7475, app/assets/stylesheets/v3/style_v3.scss */
.feature-box {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 80px;
}

/* line 7481, app/assets/stylesheets/v3/style_v3.scss */
.feature-box:first-child {
  margin-top: 0;
}

/* line 7483, app/assets/stylesheets/v3/style_v3.scss */
.feature-box .fbox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
}

/* line 7492, app/assets/stylesheets/v3/style_v3.scss */
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
}

/* line 7502, app/assets/stylesheets/v3/style_v3.scss */
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
  border-radius: 50%;
  background-color: #1ABC9C;
}

/* line 7508, app/assets/stylesheets/v3/style_v3.scss */
.feature-box .fbox-icon i {
  font-style: normal;
  font-size: 28px;
  text-align: center;
  line-height: 64px;
}

/* line 7515, app/assets/stylesheets/v3/style_v3.scss */
.feature-box h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #333;
}

/* line 7524, app/assets/stylesheets/v3/style_v3.scss */
.feature-box p {
  margin: 8px 0 0 0;
  color: #999;
}

/* line 7529, app/assets/stylesheets/v3/style_v3.scss */
.feature-box .before-heading {
  font-size: 14px;
}

/* Feature Box - Icon Large
-----------------------------------------------------------------*/
/* line 7535, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-large {
  padding: 0 0 0 115px;
}

/* line 7537, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-large .fbox-icon {
  width: 96px;
  height: 96px;
}

/* line 7542, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-large .fbox-icon i {
  font-size: 42px;
  line-height: 96px;
}

/* Feature Box - Icon Outline
-----------------------------------------------------------------*/
/* line 7551, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-outline .fbox-icon {
  border: 1px solid #1ABC9C;
  border-radius: 50%;
  padding: 3px;
}

/* line 7557, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-outline .fbox-icon i {
  line-height: 56px;
}

/* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/
/* line 7563, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-outline.fbox-large .fbox-icon {
  padding: 4px;
}

/* line 7565, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-outline.fbox-large .fbox-icon i {
  line-height: 86px;
}

/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/
/* line 7571, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-rounded .fbox-icon {
  border-radius: 3px !important;
}

/* line 7573, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-rounded .fbox-icon i,
.feature-box.fbox-rounded .fbox-icon img {
  border-radius: 3px !important;
}

/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/
/* line 7580, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-rounded.fbox-large .fbox-icon {
  border-radius: 4px !important;
}

/* line 7582, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-rounded.fbox-large .fbox-icon i,
.feature-box.fbox-rounded.fbox-large .fbox-icon img {
  border-radius: 4px !important;
}

/* Feature Box - Light Background
-----------------------------------------------------------------*/
/* line 7589, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-light.fbox-outline .fbox-icon {
  border-color: #E5E5E5;
}

/* line 7591, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-light .fbox-icon i,
.feature-box.fbox-light .fbox-icon img {
  border: 1px solid #E5E5E5;
  background-color: #F5F5F5;
  color: #444;
}

/* line 7598, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-light .fbox-icon i {
  line-height: 62px;
}

/* line 7600, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-light.fbox-outline .fbox-icon i {
  line-height: 54px;
}

/* line 7602, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-light.fbox-large .fbox-icon i {
  line-height: 96px;
}

/* line 7604, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i {
  line-height: 84px;
}

/* Feature Box - Dark Background
-----------------------------------------------------------------*/
/* line 7610, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-dark.fbox-outline .fbox-icon {
  border-color: #444;
}

/* line 7612, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img {
  background-color: #333;
}

/* Feature Box - Border
-----------------------------------------------------------------*/
/* line 7619, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-border .fbox-icon {
  border: 1px solid #1ABC9C;
  border-radius: 50%;
}

/* line 7624, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img {
  border: none;
  background-color: transparent !important;
  color: #1ABC9C;
}

/* line 7631, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-border .fbox-icon {
  padding: 0;
}

/* line 7633, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-border .fbox-icon i {
  line-height: 62px !important;
}

/* line 7635, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-border.fbox-large .fbox-icon i {
  line-height: 94px !important;
}

/* Feature Box - Border - Light
-----------------------------------------------------------------*/
/* line 7641, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-border.fbox-light .fbox-icon {
  border-color: #E5E5E5;
}

/* line 7643, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-border.fbox-light .fbox-icon i,
.feature-box.fbox-border.fbox-light .fbox-icon img {
  color: #888;
}

/* Feature Box - Border - Dark
-----------------------------------------------------------------*/
/* line 7650, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-border.fbox-dark .fbox-icon {
  border-color: #333;
}

/* line 7652, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-border.fbox-dark .fbox-icon i,
.feature-box.fbox-border.fbox-dark .fbox-icon img {
  color: #444;
}

/* Feature Box - Plain
-----------------------------------------------------------------*/
/* line 7659, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain .fbox-icon {
  border: none !important;
  height: auto !important;
}

/* line 7664, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
  border: none !important;
  background-color: transparent !important;
  color: #1ABC9C;
  border-radius: 0;
}

/* line 7672, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain .fbox-icon i {
  font-size: 48px;
  line-height: 1 !important;
}

/* line 7677, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain .fbox-icon img {
  height: 64px;
}

/* line 7679, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain.fbox-image .fbox-icon {
  width: auto;
}

/* line 7681, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain.fbox-image .fbox-icon img {
  width: auto;
  display: inline-block;
}

/* line 7686, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain.fbox-small {
  padding-left: 42px;
}

/* line 7688, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain.fbox-small .fbox-icon {
  width: 28px;
}

/* line 7690, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain.fbox-small h3 {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
}

/* line 7696, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain.fbox-small p {
  margin-left: -42px;
}

/* line 7698, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain.fbox-small .fbox-icon i {
  font-size: 28px;
}

/* line 7700, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain.fbox-small .fbox-icon img {
  height: 28px;
}

/* line 7702, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain.fbox-large .fbox-icon i {
  font-size: 72px;
}

/* line 7704, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain.fbox-large .fbox-icon img {
  height: 96px;
}

/* line 7706, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain.fbox-light .fbox-icon i,
.feature-box.fbox-plain.fbox-light .fbox-icon img {
  color: #888;
}

/* line 7709, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img {
  color: #444;
}

/* Feature Box - Center
-----------------------------------------------------------------*/
/* line 7716, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center {
  padding: 0;
  text-align: center;
}

/* line 7721, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-small {
  padding-left: 0 !important;
}

/* line 7723, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center .fbox-icon {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 30px;
}

/* line 7730, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center .fbox-icon i {
  font-size: 42px;
  line-height: 96px;
}

/* line 7735, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-outline .fbox-icon i {
  line-height: 88px;
}

/* line 7737, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center p {
  font-size: 14px;
  margin-top: 15px;
}

/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/
/* line 7746, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-large .fbox-icon {
  width: 128px;
  height: 128px;
}

/* line 7751, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-large .fbox-icon i {
  font-size: 70px;
  line-height: 128px;
}

/* line 7756, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i {
  line-height: 118px;
}

/* line 7758, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-light .fbox-icon i {
  line-height: 94px;
}

/* line 7760, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i {
  line-height: 86px;
}

/* line 7762, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i {
  line-height: 114px;
}

/* line 7764, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-border .fbox-icon i {
  line-height: 94px !important;
}

/* line 7766, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i {
  line-height: 126px !important;
}

/* line 7768, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-plain .fbox-icon i {
  font-size: 84px;
}

/* line 7770, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-plain .fbox-icon img {
  height: 96px;
}

/* line 7772, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i {
  font-size: 112px;
}

/* line 7774, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img {
  height: 128px;
}

/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/
/* line 7780, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-small .fbox-icon {
  width: 64px;
  height: 64px;
}

/* line 7785, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-small .fbox-icon i {
  font-size: 28px;
  line-height: 64px;
}

/* line 7790, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i {
  line-height: 58px;
}

/* line 7792, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i {
  line-height: 54px;
}

/* line 7794, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i {
  line-height: 62px !important;
}

/* line 7796, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i {
  font-size: 56px;
}

/* line 7798, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img {
  height: 64px;
}

/* line 7800, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-small p {
  font-size: 14px;
  margin-top: 10px;
}

/* line 7805, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-plain.fbox-small p {
  margin-left: 0;
}

/* Feature Box - Right
-----------------------------------------------------------------*/
/* line 7811, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-right {
  padding: 0 80px 0 0;
  text-align: right;
}

/* line 7816, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-right.fbox-large {
  padding-right: 115px;
}

/* line 7818, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-right .fbox-icon {
  left: auto;
  right: 0;
}

/* line 7823, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-right.fbox-plain.fbox-small {
  padding: 0 42px 0 0;
}

/* line 7825, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-right.fbox-plain.fbox-small p {
  margin: 0 -42px 0 0;
}

/* Feature Box - Subtitle
-----------------------------------------------------------------*/
/* line 7831, app/assets/stylesheets/v3/style_v3.scss */
.feature-box h3 + .fbox-icon {
  margin-top: 20px !important;
}

/* line 7833, app/assets/stylesheets/v3/style_v3.scss */
.feature-box h3 span.subtitle {
  display: block;
  margin-top: 5px;
  color: #444;
  font-weight: 300;
  text-transform: none;
}

/* line 7841, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center:not(.fbox-bg) h3:after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 30px;
  border-top: 2px solid #555;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

/* line 7852, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center:not(.fbox-bg):hover h3:after {
  width: 50px;
}

/* line 7854, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after {
  display: none;
}

/* line 7857, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-center.fbox-italic p {
  font-style: italic;
  font-family: 'Lato', sans-serif;
}

/* Feature Box - Background
-----------------------------------------------------------------*/
/* line 7866, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-bg.fbox-center {
  margin-top: 68px;
  padding: 68px 30px 30px;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}

/* line 7874, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-bg.fbox-center:first-child {
  margin-top: 48px;
}

/* line 7876, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-bg.fbox-center.fbox-large {
  margin-top: 84px;
  padding-top: 84px;
}

/* line 7881, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-bg.fbox-center.fbox-large:first-child {
  margin-top: 64px;
}

/* line 7883, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-bg.fbox-center .fbox-icon {
  position: absolute;
  top: -48px;
  left: 50%;
  margin: 0 0 0 -48px;
}

/* line 7890, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
  top: -64px;
  left: 50%;
  margin-left: -64px;
}

/* line 7896, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon {
  background-color: #FFF;
}

/* Animated Icon Hovers
-----------------------------------------------------------------*/
/* line 7904, app/assets/stylesheets/v3/style_v3.scss */
.fbox-effect .fbox-icon i {
  z-index: 1;
}

/* line 7906, app/assets/stylesheets/v3/style_v3.scss */
.fbox-effect .fbox-icon i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 7918, app/assets/stylesheets/v3/style_v3.scss */
.fbox-rounded.fbox-effect .fbox-icon i:after {
  border-radius: 3px;
}

/* line 7920, app/assets/stylesheets/v3/style_v3.scss */
.fbox-effect .fbox-icon i {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

/* line 7926, app/assets/stylesheets/v3/style_v3.scss */
.fbox-effect .fbox-icon i:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #333;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(0.8);
  opacity: 0;
}

/* line 7941, app/assets/stylesheets/v3/style_v3.scss */
.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
  background-color: #333;
  color: #FFF;
}

/* line 7947, app/assets/stylesheets/v3/style_v3.scss */
.fbox-effect.fbox-dark .fbox-icon i:after {
  box-shadow: 0 0 0 2px #1ABC9C;
}

/* line 7949, app/assets/stylesheets/v3/style_v3.scss */
.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i {
  background-color: #1ABC9C;
}

/* line 7952, app/assets/stylesheets/v3/style_v3.scss */
.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Icon Effects - Bordered
-----------------------------------------------------------------*/
/* line 7964, app/assets/stylesheets/v3/style_v3.scss */
.fbox-border.fbox-effect .fbox-icon i {
  -webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
  transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}

/* line 7970, app/assets/stylesheets/v3/style_v3.scss */
.fbox-border.fbox-effect .fbox-icon i:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  box-shadow: none;
  background-image: url(/assets/v3/icons/iconalt-bd9f604690ab935229db5827009574f52d735d31e81fd8a1b44458446f2ce2c6.svg);
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
  -o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

/* line 7984, app/assets/stylesheets/v3/style_v3.scss */
.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after {
  border-radius: 3px;
}

/* line 7986, app/assets/stylesheets/v3/style_v3.scss */
.fbox-border.fbox-effect .fbox-icon i:hover,
.fbox-border.fbox-effect:hover .fbox-icon i {
  color: #FFF;
  box-shadow: 0 0 0 1px #333;
}

/* line 7992, app/assets/stylesheets/v3/style_v3.scss */
.fbox-border.fbox-effect .fbox-icon i:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  background-color: #333;
}

/* line 8001, app/assets/stylesheets/v3/style_v3.scss */
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
  box-shadow: 0 0 0 1px #1ABC9C;
}

/* line 8004, app/assets/stylesheets/v3/style_v3.scss */
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
  background-color: #1ABC9C;
}

/* line 8006, app/assets/stylesheets/v3/style_v3.scss */
.fbox-border.fbox-effect .fbox-icon i:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon i:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Media Featured Box
-----------------------------------------------------------------*/
/* line 8019, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.media-box {
  padding: 0;
}

/* line 8021, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.media-box .fbox-media {
  margin: 0 0 25px;
}

/* line 8023, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.media-box .fbox-media,
.feature-box.media-box .fbox-media a,
.feature-box.media-box .fbox-media img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

/* line 8032, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.media-box .fbox-media iframe {
  display: block;
}

/* line 8034, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.media-box p {
  margin-top: 17px;
}

/* line 8036, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.media-box.fbox-bg .fbox-media {
  margin: 0;
}

/* line 8038, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.media-box.fbox-bg .fbox-desc {
  padding: 25px;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

/* line 8046, app/assets/stylesheets/v3/style_v3.scss */
.feature-box.media-box.fbox-bg .fbox-media img {
  border-radius: 5px 5px 0 0;
}

/* ----------------------------------------------------------------
	Flipbox
-----------------------------------------------------------------*/
/* line 8053, app/assets/stylesheets/v3/style_v3.scss */
.flipbox {
  perspective: 1000px;
}

/* line 8055, app/assets/stylesheets/v3/style_v3.scss */
.flipbox-inner {
  transition: 0.5s;
  transition-timing-function: ease;
  position: relative;
  transform-style: preserve-3d;
}

/* line 8062, app/assets/stylesheets/v3/style_v3.scss */
.flipbox-front,
.flipbox-back {
  -webkit-backface-visibility: hidden;
}

/* line 8067, app/assets/stylesheets/v3/style_v3.scss */
.flipbox-front {
  z-index: 2;
}

/* line 8069, app/assets/stylesheets/v3/style_v3.scss */
.flipbox-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 8077, app/assets/stylesheets/v3/style_v3.scss */
.flipbox:not(.flipbox-vertical) .flipbox-front {
  transform: rotateY(0deg);
}

/* line 8078, app/assets/stylesheets/v3/style_v3.scss */
.flipbox:not(.flipbox-vertical) .flipbox-back {
  transform: rotateY(-180deg);
}

/* line 8080, app/assets/stylesheets/v3/style_v3.scss */
.flipbox.flipbox-vertical .flipbox-front {
  transform: rotateX(0deg);
}

/* line 8081, app/assets/stylesheets/v3/style_v3.scss */
.flipbox.flipbox-vertical .flipbox-back {
  transform: rotateX(-180deg);
}

/* line 8083, app/assets/stylesheets/v3/style_v3.scss */
.flipbox:not(.flipbox-vertical):hover .flipbox-inner,
.flipbox.hover:not(.flipbox-vertical) .flipbox-inner {
  transform: rotateY(180deg);
}

/* line 8086, app/assets/stylesheets/v3/style_v3.scss */
.flipbox.flipbox-vertical:hover .flipbox-inner,
.flipbox.flipbox-vertical.hover .flipbox-inner {
  transform: rotateX(180deg);
}

/* ----------------------------------------------------------------
	Process Steps
-----------------------------------------------------------------*/
/* line 8094, app/assets/stylesheets/v3/style_v3.scss */
.process-steps {
  margin: 0 0 40px;
  list-style: none;
}

/* line 8099, app/assets/stylesheets/v3/style_v3.scss */
.process-steps li {
  float: left;
  position: relative;
  width: 25%;
  text-align: center;
  overflow: hidden;
}

/* line 8107, app/assets/stylesheets/v3/style_v3.scss */
.process-steps.process-2 li {
  width: 50%;
}

/* line 8108, app/assets/stylesheets/v3/style_v3.scss */
.process-steps.process-3 li {
  width: 33.33%;
}

/* line 8109, app/assets/stylesheets/v3/style_v3.scss */
.process-steps.process-5 li {
  width: 20%;
}

/* line 8111, app/assets/stylesheets/v3/style_v3.scss */
.process-steps li .i-circled {
  margin-bottom: 0 !important;
}

/* line 8113, app/assets/stylesheets/v3/style_v3.scss */
.process-steps li .i-bordered {
  background-color: #FFF;
}

/* line 8115, app/assets/stylesheets/v3/style_v3.scss */
.process-steps li h5 {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: 300;
}

/* line 8121, app/assets/stylesheets/v3/style_v3.scss */
.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
  font-weight: 600;
  color: #1ABC9C;
}

/* line 8127, app/assets/stylesheets/v3/style_v3.scss */
.process-steps li.active a,
.process-steps li.ui-tabs-active a {
  background-color: #1ABC9C !important;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-color: #1ABC9C !important;
}

/* line 8135, app/assets/stylesheets/v3/style_v3.scss */
.process-steps li:before,
.process-steps li:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: -26px;
  width: 50%;
  border-top: 1px dashed #DDD;
}

/* line 8146, app/assets/stylesheets/v3/style_v3.scss */
.process-steps li:after {
  left: auto;
  right: 0;
  margin: 0 -26px 0 0;
}

/* line 8152, app/assets/stylesheets/v3/style_v3.scss */
.process-steps li:first-child:before,
.process-steps li:last-child:after {
  display: none;
}

/* ----------------------------------------------------------------
	Alerts
-----------------------------------------------------------------*/
/* line 8161, app/assets/stylesheets/v3/style_v3.scss */
.style-msg,
.style-msg2 {
  position: relative;
  display: block;
  color: #444;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

/* line 8170, app/assets/stylesheets/v3/style_v3.scss */
.style-msg2 {
  border-left: 4px solid rgba(0, 0, 0, 0.2);
}

/* line 8172, app/assets/stylesheets/v3/style_v3.scss */
.successmsg {
  background: #C5EBD4;
  color: #184B21;
}

/* line 8177, app/assets/stylesheets/v3/style_v3.scss */
.errormsg {
  background: #FFCCCC;
  color: #740D0A;
}

/* line 8182, app/assets/stylesheets/v3/style_v3.scss */
.infomsg {
  background: #B9DFF4;
  color: #124F70;
}

/* line 8187, app/assets/stylesheets/v3/style_v3.scss */
.alertmsg {
  background: #FCE0B6;
  color: #975E06;
}

/* line 8192, app/assets/stylesheets/v3/style_v3.scss */
.style-msg .sb-msg,
.style-msg2 .msgtitle,
.style-msg2 .sb-msg {
  display: block;
  padding: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

/* line 8202, app/assets/stylesheets/v3/style_v3.scss */
.style-msg2 .msgtitle {
  background: rgba(0, 0, 0, 0.15);
  border-top: none;
  border-bottom: none;
  font-size: 15px;
  font-weight: bold;
}

/* line 8210, app/assets/stylesheets/v3/style_v3.scss */
.style-msg-light .sb-msg,
.style-msg-light .msgtitle {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/* line 8216, app/assets/stylesheets/v3/style_v3.scss */
.style-msg2 .sb-msg {
  font-weight: normal;
}

/* line 8218, app/assets/stylesheets/v3/style_v3.scss */
.style-msg2 ol,
.style-msg2 ul {
  margin: 0 0 0 30px;
}

/* line 8221, app/assets/stylesheets/v3/style_v3.scss */
.style-msg2 ol {
  list-style-type: decimal;
}

/* line 8223, app/assets/stylesheets/v3/style_v3.scss */
.style-msg2 ul {
  list-style-type: disc;
}

/* line 8225, app/assets/stylesheets/v3/style_v3.scss */
.alert i,
.sb-msg i,
.msgtitle i {
  position: relative;
  top: 1px;
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin-right: 5px;
}

/* line 8236, app/assets/stylesheets/v3/style_v3.scss */
.style-msg .close {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
}

/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/
/* line 8249, app/assets/stylesheets/v3/style_v3.scss */
.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
  display: block;
  float: left;
  margin: 4px 11px 7px 0;
  text-align: center !important;
  font-size: 28px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-style: normal;
}

/* line 8265, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 8275, app/assets/stylesheets/v3/style_v3.scss */
.i-rounded,
.i-circled,
.i-bordered {
  width: 52px !important;
  height: 52px !important;
  line-height: 52px !important;
  background-color: #444;
  border-radius: 3px;
}

/* line 8285, app/assets/stylesheets/v3/style_v3.scss */
.i-bordered {
  border: 1px solid #555;
  line-height: 50px !important;
  background-color: transparent !important;
  color: #444;
  text-shadow: none;
}

/* line 8293, app/assets/stylesheets/v3/style_v3.scss */
.i-plain {
  width: 36px !important;
  height: 36px !important;
  font-size: 28px;
  line-height: 36px !important;
  color: #444;
  text-shadow: 1px 1px 1px #FFF;
}

/* line 8302, app/assets/stylesheets/v3/style_v3.scss */
.i-plain:hover {
  color: #777;
}

/* line 8304, app/assets/stylesheets/v3/style_v3.scss */
.i-circled {
  border-radius: 50%;
}

/* line 8306, app/assets/stylesheets/v3/style_v3.scss */
.i-light {
  background-color: #F5F5F5;
  color: #444;
  text-shadow: 1px 1px 1px #FFF;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}

/* line 8313, app/assets/stylesheets/v3/style_v3.scss */
.i-alt {
  background-image: url(/assets/v3/icons/iconalt-bd9f604690ab935229db5827009574f52d735d31e81fd8a1b44458446f2ce2c6.svg);
  background-position: center center;
  background-size: 100% 100%;
}

/* line 8320, app/assets/stylesheets/v3/style_v3.scss */
.i-rounded:hover,
.i-circled:hover {
  background-color: #1ABC9C;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

/* line 8328, app/assets/stylesheets/v3/style_v3.scss */
.i-bordered:hover {
  background-color: #444 !important;
  color: #FFF;
  border-color: #444;
}

/* Icon Size - Small
-----------------------------------------------------------------*/
/* line 8338, app/assets/stylesheets/v3/style_v3.scss */
.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
  margin: 4px 11px 7px 0;
  font-size: 14px;
}

/* line 8346, app/assets/stylesheets/v3/style_v3.scss */
.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
}

/* line 8354, app/assets/stylesheets/v3/style_v3.scss */
.i-small.i-bordered {
  line-height: 26px !important;
}

/* line 8356, app/assets/stylesheets/v3/style_v3.scss */
.i-small.i-plain {
  width: 18px !important;
  height: 18px !important;
  font-size: 14px;
  line-height: 18px !important;
}

/* Icon Size - Small
-----------------------------------------------------------------*/
/* line 8367, app/assets/stylesheets/v3/style_v3.scss */
.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
  margin: 6px 13px 9px 0;
  font-size: 21px;
}

/* line 8375, app/assets/stylesheets/v3/style_v3.scss */
.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
}

/* line 8383, app/assets/stylesheets/v3/style_v3.scss */
.i-medium.i-bordered {
  line-height: 34px !important;
}

/* line 8385, app/assets/stylesheets/v3/style_v3.scss */
.i-medium.i-plain {
  width: 28px !important;
  height: 28px !important;
  font-size: 20px;
  line-height: 28px !important;
}

/* Icon Size - Large
-----------------------------------------------------------------*/
/* line 8396, app/assets/stylesheets/v3/style_v3.scss */
.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
  margin: 4px 11px 7px 0;
  font-size: 42px;
}

/* line 8404, app/assets/stylesheets/v3/style_v3.scss */
.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
  width: 64px !important;
  height: 64px !important;
  line-height: 64px !important;
}

/* line 8412, app/assets/stylesheets/v3/style_v3.scss */
.i-large.i-bordered {
  line-height: 62px !important;
}

/* line 8414, app/assets/stylesheets/v3/style_v3.scss */
.i-large.i-plain {
  width: 48px !important;
  height: 48px !important;
  font-size: 42px;
  line-height: 48px !important;
}

/* Icon Size - Extra Large
-----------------------------------------------------------------*/
/* line 8425, app/assets/stylesheets/v3/style_v3.scss */
.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
  margin: 4px 11px 7px 0;
  font-size: 56px;
}

/* line 8433, app/assets/stylesheets/v3/style_v3.scss */
.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
  width: 84px !important;
  height: 84px !important;
  line-height: 84px !important;
}

/* line 8441, app/assets/stylesheets/v3/style_v3.scss */
.i-xlarge.i-bordered {
  line-height: 82px !important;
}

/* line 8443, app/assets/stylesheets/v3/style_v3.scss */
.i-xlarge.i-plain {
  width: 64px !important;
  height: 64px !important;
  font-size: 56px;
  line-height: 64px !important;
}

/* Icon Size - Extra Extra Large
-----------------------------------------------------------------*/
/* line 8454, app/assets/stylesheets/v3/style_v3.scss */
.i-xxlarge.i-rounded,
.i-xxlarge.i-plain,
.i-xxlarge.i-circled,
.i-xxlarge.i-bordered {
  margin: 6px 15px 10px 0;
  font-size: 64px;
}

/* line 8462, app/assets/stylesheets/v3/style_v3.scss */
.i-xxlarge.i-rounded,
.i-xxlarge.i-circled,
.i-xxlarge.i-bordered {
  width: 96px !important;
  height: 96px !important;
  line-height: 96px !important;
}

/* line 8470, app/assets/stylesheets/v3/style_v3.scss */
.i-xxlarge.i-bordered {
  line-height: 94px !important;
}

/* line 8472, app/assets/stylesheets/v3/style_v3.scss */
.i-xxlarge.i-plain {
  width: 80px !important;
  height: 80px !important;
  font-size: 64px;
  line-height: 80px !important;
}

/* ----------------------------------------------------------------
	Icon Overlay
-----------------------------------------------------------------*/
/* line 8484, app/assets/stylesheets/v3/style_v3.scss */
.i-overlay,
.i-overlay a {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.2) url(/images/v3_images/grid.png) repeat;
}

/* line 8496, app/assets/stylesheets/v3/style_v3.scss */
.i-overlay a {
  background: transparent;
}

/* line 8498, app/assets/stylesheets/v3/style_v3.scss */
.i-overlay img,
.i-overlay i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  width: 48px !important;
  height: 48px !important;
  font-size: 48px;
  line-height: 1;
  color: #E5E5E5;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 8513, app/assets/stylesheets/v3/style_v3.scss */
.i-overlay i {
  margin: -18px 0 0 -18px;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px;
  font-size: 24px;
}

/* line 8521, app/assets/stylesheets/v3/style_v3.scss */
.on-hover.i-overlay {
  opacity: 0;
}

/* line 8523, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .on-hover.i-overlay {
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

/* line 8529, app/assets/stylesheets/v3/style_v3.scss */
.on-hover.i-overlay:hover {
  opacity: 1;
}

/* ----------------------------------------------------------------
	Social Icons
-----------------------------------------------------------------*/
/* line 8537, app/assets/stylesheets/v3/style_v3.scss */
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px !important;
  color: #555;
  text-shadow: none;
  border: 1px solid #AAA;
  border-radius: 3px;
  overflow: hidden;
}

/* Social Icons - Rounded
-----------------------------------------------------------------*/
/* line 8554, app/assets/stylesheets/v3/style_v3.scss */
.si-rounded {
  border-radius: 50%;
}

/* Social Icons - Borderless
-----------------------------------------------------------------*/
/* line 8559, app/assets/stylesheets/v3/style_v3.scss */
.si-borderless {
  border-color: transparent !important;
}

/* Social Icons - Dark
-----------------------------------------------------------------*/
/* line 8564, app/assets/stylesheets/v3/style_v3.scss */
.si-dark {
  background-color: #444;
  color: #FFF !important;
  border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/
/* line 8573, app/assets/stylesheets/v3/style_v3.scss */
.si-light {
  background-color: rgba(0, 0, 0, 0.05);
  color: #666 !important;
  border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/
/* line 8582, app/assets/stylesheets/v3/style_v3.scss */
.si-colored {
  border-color: transparent !important;
}

/* line 8584, app/assets/stylesheets/v3/style_v3.scss */
.si-colored i {
  color: #FFF;
}

/* Social Icons - Large
-----------------------------------------------------------------*/
/* line 8589, app/assets/stylesheets/v3/style_v3.scss */
.social-icon.si-large {
  margin: 0 10px 10px 0;
  width: 56px;
  height: 56px;
  font-size: 30px;
  line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/
/* line 8600, app/assets/stylesheets/v3/style_v3.scss */
.social-icon.si-small {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 30px !important;
}

/* line 8607, app/assets/stylesheets/v3/style_v3.scss */
.social-icon i {
  display: block;
  position: relative;
}

/* line 8612, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .social-icon i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 8618, app/assets/stylesheets/v3/style_v3.scss */
.social-icon i:last-child {
  color: #FFF !important;
}

/* line 8620, app/assets/stylesheets/v3/style_v3.scss */
.social-icon:hover i:first-child {
  margin-top: -38px;
}

/* line 8622, app/assets/stylesheets/v3/style_v3.scss */
.social-icon.si-large:hover i:first-child {
  margin-top: -54px;
}

/* line 8624, app/assets/stylesheets/v3/style_v3.scss */
.social-icon.si-small:hover i:first-child {
  margin-top: -30px;
}

/* line 8626, app/assets/stylesheets/v3/style_v3.scss */
.social-icon:hover {
  color: #555;
  border-color: transparent;
}

/* line 8631, app/assets/stylesheets/v3/style_v3.scss */
.si-colored.social-icon {
  border-color: transparent;
}

/* Social Icons - Sticky
-----------------------------------------------------------------*/
/* line 8636, app/assets/stylesheets/v3/style_v3.scss */
.si-sticky {
  position: fixed;
  top: 50%;
  left: 5px;
  width: 36px;
  z-index: 100;
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/
/* line 8647, app/assets/stylesheets/v3/style_v3.scss */
.si-sticky.si-sticky-right {
  left: auto;
  right: 8px;
}

/* Social Icons - Share
-----------------------------------------------------------------*/
/* line 8655, app/assets/stylesheets/v3/style_v3.scss */
.si-share {
  position: relative;
  padding-left: 5px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

/* line 8662, app/assets/stylesheets/v3/style_v3.scss */
.si-share span {
  line-height: 36px;
  font-weight: bold;
  font-size: 13px;
}

/* line 8668, app/assets/stylesheets/v3/style_v3.scss */
.si-share div {
  float: right;
}

/* line 8670, app/assets/stylesheets/v3/style_v3.scss */
.si-share .social-icon {
  margin: -1px 0;
  border-radius: 0;
  font-size: 15px;
}

/* line 8676, app/assets/stylesheets/v3/style_v3.scss */
.si-facebook:hover,
.si-colored.si-facebook {
  background-color: #3B5998 !important;
}

/* line 8678, app/assets/stylesheets/v3/style_v3.scss */
.si-delicious:hover,
.si-colored.si-delicious {
  background-color: #205CC0 !important;
}

/* line 8680, app/assets/stylesheets/v3/style_v3.scss */
.si-paypal:hover,
.si-colored.si-paypal {
  background-color: #00588B !important;
}

/* line 8682, app/assets/stylesheets/v3/style_v3.scss */
.si-flattr:hover,
.si-colored.si-flattr {
  background-color: #F67C1A !important;
}

/* line 8684, app/assets/stylesheets/v3/style_v3.scss */
.si-android:hover,
.si-colored.si-android {
  background-color: #A4C639 !important;
}

/* line 8686, app/assets/stylesheets/v3/style_v3.scss */
.si-smashmag:hover,
.si-colored.si-smashmag {
  background-color: #E53B2C !important;
}

/* line 8688, app/assets/stylesheets/v3/style_v3.scss */
.si-gplus:hover,
.si-colored.si-gplus {
  background-color: #DD4B39 !important;
}

/* line 8690, app/assets/stylesheets/v3/style_v3.scss */
.si-wikipedia:hover,
.si-colored.si-wikipedia {
  background-color: #333 !important;
}

/* line 8692, app/assets/stylesheets/v3/style_v3.scss */
.si-stumbleupon:hover,
.si-colored.si-stumbleupon {
  background-color: #F74425 !important;
}

/* line 8694, app/assets/stylesheets/v3/style_v3.scss */
.si-foursquare:hover,
.si-colored.si-foursquare {
  background-color: #25A0CA !important;
}

/* line 8696, app/assets/stylesheets/v3/style_v3.scss */
.si-call:hover,
.si-colored.si-call {
  background-color: #444 !important;
}

/* line 8698, app/assets/stylesheets/v3/style_v3.scss */
.si-ninetyninedesigns:hover,
.si-colored.si-ninetyninedesigns {
  background-color: #F26739 !important;
}

/* line 8700, app/assets/stylesheets/v3/style_v3.scss */
.si-forrst:hover,
.si-colored.si-forrst {
  background-color: #5B9A68 !important;
}

/* line 8702, app/assets/stylesheets/v3/style_v3.scss */
.si-digg:hover,
.si-colored.si-digg {
  background-color: #191919 !important;
}

/* line 8704, app/assets/stylesheets/v3/style_v3.scss */
.si-spotify:hover,
.si-colored.si-spotify {
  background-color: #81B71A !important;
}

/* line 8706, app/assets/stylesheets/v3/style_v3.scss */
.si-reddit:hover,
.si-colored.si-reddit {
  background-color: #C6C6C6 !important;
}

/* line 8708, app/assets/stylesheets/v3/style_v3.scss */
.si-blogger:hover,
.si-colored.si-blogger {
  background-color: #FC4F08 !important;
}

/* line 8710, app/assets/stylesheets/v3/style_v3.scss */
.si-cc:hover,
.si-colored.si-cc {
  background-color: #688527 !important;
}

/* line 8712, app/assets/stylesheets/v3/style_v3.scss */
.si-dribbble:hover,
.si-colored.si-dribbble {
  background-color: #EA4C89 !important;
}

/* line 8714, app/assets/stylesheets/v3/style_v3.scss */
.si-evernote:hover,
.si-colored.si-evernote {
  background-color: #5BA525 !important;
}

/* line 8716, app/assets/stylesheets/v3/style_v3.scss */
.si-flickr:hover,
.si-colored.si-flickr {
  background-color: #FF0084 !important;
}

/* line 8718, app/assets/stylesheets/v3/style_v3.scss */
.si-google:hover,
.si-colored.si-google {
  background-color: #DD4B39 !important;
}

/* line 8720, app/assets/stylesheets/v3/style_v3.scss */
.si-instapaper:hover,
.si-colored.si-instapaper {
  background-color: #333 !important;
}

/* line 8722, app/assets/stylesheets/v3/style_v3.scss */
.si-klout:hover,
.si-colored.si-klout {
  background-color: #FF5F52 !important;
}

/* line 8724, app/assets/stylesheets/v3/style_v3.scss */
.si-linkedin:hover,
.si-colored.si-linkedin {
  background-color: #0E76A8 !important;
}

/* line 8726, app/assets/stylesheets/v3/style_v3.scss */
.si-vk:hover,
.si-colored.si-vk {
  background-color: #2B587A !important;
}

/* line 8728, app/assets/stylesheets/v3/style_v3.scss */
.si-rss:hover,
.si-colored.si-rss {
  background-color: #EE802F !important;
}

/* line 8730, app/assets/stylesheets/v3/style_v3.scss */
.si-skype:hover,
.si-colored.si-skype {
  background-color: #00AFF0 !important;
}

/* line 8732, app/assets/stylesheets/v3/style_v3.scss */
.si-twitter:hover,
.si-colored.si-twitter {
  background-color: #00ACEE !important;
}

/* line 8734, app/assets/stylesheets/v3/style_v3.scss */
.si-youtube:hover,
.si-colored.si-youtube {
  background-color: #C4302B !important;
}

/* line 8736, app/assets/stylesheets/v3/style_v3.scss */
.si-vimeo:hover,
.si-colored.si-vimeo {
  background-color: #86C9EF !important;
}

/* line 8738, app/assets/stylesheets/v3/style_v3.scss */
.si-aim:hover,
.si-colored.si-aim {
  background-color: #FCD20B !important;
}

/* line 8740, app/assets/stylesheets/v3/style_v3.scss */
.si-yahoo:hover,
.si-colored.si-yahoo {
  background-color: #720E9E !important;
}

/* line 8742, app/assets/stylesheets/v3/style_v3.scss */
.si-email3:hover,
.si-colored.si-email3 {
  background-color: #6567A5 !important;
}

/* line 8744, app/assets/stylesheets/v3/style_v3.scss */
.si-macstore:hover,
.si-colored.si-macstore {
  background-color: #333333 !important;
}

/* line 8746, app/assets/stylesheets/v3/style_v3.scss */
.si-myspace:hover,
.si-colored.si-myspace {
  background-color: #666666 !important;
}

/* line 8748, app/assets/stylesheets/v3/style_v3.scss */
.si-podcast:hover,
.si-colored.si-podcast {
  background-color: #E4B21B !important;
}

/* line 8750, app/assets/stylesheets/v3/style_v3.scss */
.si-cloudapp:hover,
.si-colored.si-cloudapp {
  background-color: #525557 !important;
}

/* line 8752, app/assets/stylesheets/v3/style_v3.scss */
.si-dropbox:hover,
.si-colored.si-dropbox {
  background-color: #3D9AE8 !important;
}

/* line 8754, app/assets/stylesheets/v3/style_v3.scss */
.si-ebay:hover,
.si-colored.si-ebay {
  background-color: #89C507 !important;
}

/* line 8756, app/assets/stylesheets/v3/style_v3.scss */
.si-github:hover,
.si-colored.si-github {
  background-color: #171515 !important;
}

/* line 8758, app/assets/stylesheets/v3/style_v3.scss */
.si-googleplay:hover,
.si-colored.si-googleplay {
  background-color: #DD4B39 !important;
}

/* line 8760, app/assets/stylesheets/v3/style_v3.scss */
.si-itunes:hover,
.si-colored.si-itunes {
  background-color: #222 !important;
}

/* line 8762, app/assets/stylesheets/v3/style_v3.scss */
.si-plurk:hover,
.si-colored.si-plurk {
  background-color: #CF5A00 !important;
}

/* line 8764, app/assets/stylesheets/v3/style_v3.scss */
.si-pinboard:hover,
.si-colored.si-pinboard {
  background-color: #0000E6 !important;
}

/* line 8766, app/assets/stylesheets/v3/style_v3.scss */
.si-soundcloud:hover,
.si-colored.si-soundcloud {
  background-color: #FF7700 !important;
}

/* line 8768, app/assets/stylesheets/v3/style_v3.scss */
.si-tumblr:hover,
.si-colored.si-tumblr {
  background-color: #34526F !important;
}

/* line 8770, app/assets/stylesheets/v3/style_v3.scss */
.si-wordpress:hover,
.si-colored.si-wordpress {
  background-color: #1E8CBE !important;
}

/* line 8772, app/assets/stylesheets/v3/style_v3.scss */
.si-yelp:hover,
.si-colored.si-yelp {
  background-color: #C41200 !important;
}

/* line 8774, app/assets/stylesheets/v3/style_v3.scss */
.si-intensedebate:hover,
.si-colored.si-intensedebate {
  background-color: #009EE4 !important;
}

/* line 8776, app/assets/stylesheets/v3/style_v3.scss */
.si-eventbrite:hover,
.si-colored.si-eventbrite {
  background-color: #F16924 !important;
}

/* line 8778, app/assets/stylesheets/v3/style_v3.scss */
.si-scribd:hover,
.si-colored.si-scribd {
  background-color: #666666 !important;
}

/* line 8780, app/assets/stylesheets/v3/style_v3.scss */
.si-stripe:hover,
.si-colored.si-stripe {
  background-color: #008CDD !important;
}

/* line 8782, app/assets/stylesheets/v3/style_v3.scss */
.si-print:hover,
.si-colored.si-print {
  background-color: #111 !important;
}

/* line 8784, app/assets/stylesheets/v3/style_v3.scss */
.si-dwolla:hover,
.si-colored.si-dwolla {
  background-color: #FF5C03 !important;
}

/* line 8786, app/assets/stylesheets/v3/style_v3.scss */
.si-statusnet:hover,
.si-colored.si-statusnet {
  background-color: #131A30 !important;
}

/* line 8788, app/assets/stylesheets/v3/style_v3.scss */
.si-acrobat:hover,
.si-colored.si-acrobat {
  background-color: #D3222A !important;
}

/* line 8790, app/assets/stylesheets/v3/style_v3.scss */
.si-drupal:hover,
.si-colored.si-drupal {
  background-color: #27537A !important;
}

/* line 8792, app/assets/stylesheets/v3/style_v3.scss */
.si-buffer:hover,
.si-colored.si-buffer {
  background-color: #333333 !important;
}

/* line 8794, app/assets/stylesheets/v3/style_v3.scss */
.si-pocket:hover,
.si-colored.si-pocket {
  background-color: #EE4056 !important;
}

/* line 8796, app/assets/stylesheets/v3/style_v3.scss */
.si-bitbucket:hover,
.si-colored.si-bitbucket {
  background-color: #0E4984 !important;
}

/* line 8798, app/assets/stylesheets/v3/style_v3.scss */
.si-stackoverflow:hover,
.si-colored.si-stackoverflow {
  background-color: #EF8236 !important;
}

/* line 8800, app/assets/stylesheets/v3/style_v3.scss */
.si-hackernews:hover,
.si-colored.si-hackernews {
  background-color: #FF6600 !important;
}

/* line 8802, app/assets/stylesheets/v3/style_v3.scss */
.si-xing:hover,
.si-colored.si-xing {
  background-color: #126567 !important;
}

/* line 8804, app/assets/stylesheets/v3/style_v3.scss */
.si-instagram:hover,
.si-colored.si-instagram {
  background-color: #3F729B !important;
}

/* line 8806, app/assets/stylesheets/v3/style_v3.scss */
.si-quora:hover,
.si-colored.si-quora {
  background-color: #A82400 !important;
}

/* line 8808, app/assets/stylesheets/v3/style_v3.scss */
.si-openid:hover,
.si-colored.si-openid {
  background-color: #E16309 !important;
}

/* line 8810, app/assets/stylesheets/v3/style_v3.scss */
.si-steam:hover,
.si-colored.si-steam {
  background-color: #111 !important;
}

/* line 8812, app/assets/stylesheets/v3/style_v3.scss */
.si-amazon:hover,
.si-colored.si-amazon {
  background-color: #E47911 !important;
}

/* line 8814, app/assets/stylesheets/v3/style_v3.scss */
.si-disqus:hover,
.si-colored.si-disqus {
  background-color: #E4E7EE !important;
}

/* line 8816, app/assets/stylesheets/v3/style_v3.scss */
.si-plancast:hover,
.si-colored.si-plancast {
  background-color: #222 !important;
}

/* line 8818, app/assets/stylesheets/v3/style_v3.scss */
.si-appstore:hover,
.si-colored.si-appstore {
  background-color: #000 !important;
}

/* line 8820, app/assets/stylesheets/v3/style_v3.scss */
.si-pinterest:hover,
.si-colored.si-pinterest {
  background-color: #C8232C !important;
}

/* line 8822, app/assets/stylesheets/v3/style_v3.scss */
.si-fivehundredpx:hover,
.si-colored.si-fivehundredpx {
  background-color: #111 !important;
}

/* Social Icons Text Color
-----------------------------------------------------------------*/
/* line 8829, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-facebook i {
  color: #3B5998;
}

/* line 8830, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-delicious i {
  color: #205CC0;
}

/* line 8831, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-paypal i {
  color: #00588B;
}

/* line 8832, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-flattr i {
  color: #F67C1A;
}

/* line 8833, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-android i {
  color: #A4C639;
}

/* line 8834, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-smashmag i {
  color: #E53B2C;
}

/* line 8835, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-gplus i {
  color: #DD4B39;
}

/* line 8836, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-wikipedia i {
  color: #333;
}

/* line 8837, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-stumbleupon i {
  color: #F74425;
}

/* line 8838, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-foursquare i {
  color: #25A0CA;
}

/* line 8839, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-call i {
  color: #444;
}

/* line 8840, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-ninetyninedesigns i {
  color: #F26739;
}

/* line 8841, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-forrst i {
  color: #5B9A68;
}

/* line 8842, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-digg i {
  color: #191919;
}

/* line 8843, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-spotify i {
  color: #81B71A;
}

/* line 8844, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-reddit i {
  color: #C6C6C6;
}

/* line 8845, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-blogger i {
  color: #FC4F08;
}

/* line 8846, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-cc i {
  color: #688527;
}

/* line 8847, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-dribbble i {
  color: #EA4C89;
}

/* line 8848, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-evernote i {
  color: #5BA525;
}

/* line 8849, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-flickr i {
  color: #FF0084;
}

/* line 8850, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-google i {
  color: #DD4B39;
}

/* line 8851, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-instapaper i {
  color: #333;
}

/* line 8852, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-klout i {
  color: #FF5F52;
}

/* line 8853, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-linkedin i {
  color: #0E76A8;
}

/* line 8854, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-vk i {
  color: #2B587A;
}

/* line 8855, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-rss i {
  color: #EE802F;
}

/* line 8856, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-skype i {
  color: #00AFF0;
}

/* line 8857, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-twitter i {
  color: #00ACEE;
}

/* line 8858, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-youtube i {
  color: #C4302B;
}

/* line 8859, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-vimeo i {
  color: #86C9EF;
}

/* line 8860, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-aim i {
  color: #FCD20B;
}

/* line 8861, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-yahoo i {
  color: #720E9E;
}

/* line 8862, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-email3 i {
  color: #6567A5;
}

/* line 8863, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-macstore i {
  color: #333333;
}

/* line 8864, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-myspace i {
  color: #666666;
}

/* line 8865, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-podcast i {
  color: #E4B21B;
}

/* line 8866, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-cloudapp i {
  color: #525557;
}

/* line 8867, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-dropbox i {
  color: #3D9AE8;
}

/* line 8868, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-ebay i {
  color: #89C507;
}

/* line 8869, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-github i {
  color: #171515;
}

/* line 8870, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-googleplay i {
  color: #DD4B39;
}

/* line 8871, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-itunes i {
  color: #222;
}

/* line 8872, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-plurk i {
  color: #CF5A00;
}

/* line 8873, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-pinboard i {
  color: #0000E6;
}

/* line 8874, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-soundcloud i {
  color: #FF7700;
}

/* line 8875, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-tumblr i {
  color: #34526F;
}

/* line 8876, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-wordpress i {
  color: #1E8CBE;
}

/* line 8877, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-yelp i {
  color: #C41200;
}

/* line 8878, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-intensedebate i {
  color: #009EE4;
}

/* line 8879, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-eventbrite i {
  color: #F16924;
}

/* line 8880, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-scribd i {
  color: #666666;
}

/* line 8881, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-stripe i {
  color: #008CDD;
}

/* line 8882, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-print i {
  color: #111;
}

/* line 8883, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-dwolla i {
  color: #FF5C03;
}

/* line 8884, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-statusnet i {
  color: #131A30;
}

/* line 8885, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-acrobat i {
  color: #D3222A;
}

/* line 8886, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-drupal i {
  color: #27537A;
}

/* line 8887, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-buffer i {
  color: #333333;
}

/* line 8888, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-pocket i {
  color: #EE4056;
}

/* line 8889, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-bitbucket i {
  color: #0E4984;
}

/* line 8890, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-stackoverflow i {
  color: #EF8236;
}

/* line 8891, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-hackernews i {
  color: #FF6600;
}

/* line 8892, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-xing i {
  color: #126567;
}

/* line 8893, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-instagram i {
  color: #3F729B;
}

/* line 8894, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-quora i {
  color: #A82400;
}

/* line 8895, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-openid i {
  color: #E16309;
}

/* line 8896, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-steam i {
  color: #111;
}

/* line 8897, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-amazon i {
  color: #E47911;
}

/* line 8898, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-disqus i {
  color: #E4E7EE;
}

/* line 8899, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-plancast i {
  color: #222;
}

/* line 8900, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-appstore i {
  color: #000;
}

/* line 8901, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-pinterest i {
  color: #C8232C;
}

/* line 8902, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color.si-fivehundredpx i {
  color: #111;
}

/* line 8904, app/assets/stylesheets/v3/style_v3.scss */
.si-text-color:hover {
  color: #FFF;
}

/* ----------------------------------------------------------------
	Toggle
-----------------------------------------------------------------*/
/* line 8912, app/assets/stylesheets/v3/style_v3.scss */
.toggle {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
}

/* line 8918, app/assets/stylesheets/v3/style_v3.scss */
.toggle .togglet,
.toggle .toggleta {
  display: block;
  position: relative;
  line-height: 24px;
  padding: 0 0 0 24px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
}

/* line 8931, app/assets/stylesheets/v3/style_v3.scss */
.toggle .togglet i {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

/* line 8941, app/assets/stylesheets/v3/style_v3.scss */
.toggle .toggleta {
  font-weight: bold;
}

/* line 8943, app/assets/stylesheets/v3/style_v3.scss */
.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
  display: none;
}

/* line 8946, app/assets/stylesheets/v3/style_v3.scss */
.toggle .toggleta i.toggle-open {
  display: block;
}

/* line 8948, app/assets/stylesheets/v3/style_v3.scss */
.toggle .togglec {
  display: block;
  position: relative;
  padding: 10px 0 0 24px;
}

/* Toggle - with Title Background
-----------------------------------------------------------------*/
/* line 8958, app/assets/stylesheets/v3/style_v3.scss */
.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
  background-color: #EEE;
  line-height: 44px;
  padding: 0 0 0 36px;
  border-radius: 2px;
}

/* line 8966, app/assets/stylesheets/v3/style_v3.scss */
.toggle.toggle-bg .togglet i {
  left: 14px;
  line-height: 44px;
}

/* line 8971, app/assets/stylesheets/v3/style_v3.scss */
.toggle.toggle-bg .togglec {
  padding: 12px 0 0 36px;
}

/* Toggle - Bordered
-----------------------------------------------------------------*/
/* line 8977, app/assets/stylesheets/v3/style_v3.scss */
.toggle.toggle-border {
  border: 1px solid #CCC;
  border-radius: 4px;
}

/* line 8982, app/assets/stylesheets/v3/style_v3.scss */
.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
  line-height: 44px;
  padding: 0 15px 0 36px;
}

/* line 8988, app/assets/stylesheets/v3/style_v3.scss */
.toggle.toggle-border .togglet i {
  left: 14px;
  line-height: 44px;
}

/* line 8993, app/assets/stylesheets/v3/style_v3.scss */
.toggle.toggle-border .togglec {
  padding: 0 15px 15px 36px;
}

/* Toggle - FAQs
-----------------------------------------------------------------*/
/* line 8999, app/assets/stylesheets/v3/style_v3.scss */
.faqs .toggle {
  border-bottom: 1px solid #EEE;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/* line 9005, app/assets/stylesheets/v3/style_v3.scss */
.faqs .toggle .togglet,
.faqs .toggle .toggleta {
  font-size: 15px;
}

/* line 9008, app/assets/stylesheets/v3/style_v3.scss */
.faqs .toggle .togglet i {
  top: 1px;
  font-size: 14px;
}

/* line 9013, app/assets/stylesheets/v3/style_v3.scss */
.faqs .toggle .togglec {
  padding-bottom: 10px;
}

/* ----------------------------------------------------------------
	Accordions
-----------------------------------------------------------------*/
/* line 9020, app/assets/stylesheets/v3/style_v3.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 9022, app/assets/stylesheets/v3/style_v3.scss */
.acctitle {
  display: block;
  position: relative;
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #444;
  cursor: pointer;
  border-top: 1px dotted #DDD;
  padding: 10px 0 10px 20px;
}

/* line 9035, app/assets/stylesheets/v3/style_v3.scss */
.acctitlec {
  cursor: auto;
}

/* line 9037, app/assets/stylesheets/v3/style_v3.scss */
.acctitle:first-child {
  border-top: none;
}

/* line 9039, app/assets/stylesheets/v3/style_v3.scss */
.acctitle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
}

/* line 9049, app/assets/stylesheets/v3/style_v3.scss */
.acctitle i.acc-open,
.acctitlec i.acc-closed {
  display: none;
}

/* line 9052, app/assets/stylesheets/v3/style_v3.scss */
.acctitlec i.acc-open {
  display: block;
}

/* line 9054, app/assets/stylesheets/v3/style_v3.scss */
.acc_content {
  position: relative;
  padding: 0 0 15px 20px;
}

/* Accordion - with Title Background
-----------------------------------------------------------------*/
/* line 9063, app/assets/stylesheets/v3/style_v3.scss */
.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
  background-color: #EEE;
  line-height: 44px;
  padding: 0 0 0 36px;
  margin-bottom: 5px;
  border-top: 0;
}

/* line 9072, app/assets/stylesheets/v3/style_v3.scss */
.accordion.accordion-bg .acctitle i {
  left: 14px;
  line-height: 44px;
}

/* line 9077, app/assets/stylesheets/v3/style_v3.scss */
.accordion.accordion-bg .acc_content {
  padding: 10px 0 15px 36px;
}

/* Accordion - Bordered
-----------------------------------------------------------------*/
/* line 9083, app/assets/stylesheets/v3/style_v3.scss */
.accordion.accordion-border {
  border: 1px solid #DDD;
  border-radius: 4px;
}

/* line 9088, app/assets/stylesheets/v3/style_v3.scss */
.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
  border-color: #CCC;
  line-height: 44px;
  padding: 0 15px 0 36px;
}

/* line 9095, app/assets/stylesheets/v3/style_v3.scss */
.accordion.accordion-border .acctitle i {
  left: 14px;
  line-height: 44px;
}

/* line 9100, app/assets/stylesheets/v3/style_v3.scss */
.accordion.accordion-border .acc_content {
  padding: 0 15px 15px 36px;
}

/* Accordion - Large
-----------------------------------------------------------------*/
/* line 9106, app/assets/stylesheets/v3/style_v3.scss */
.accordion.accordion-lg .acctitle {
  font-size: 23px;
  line-height: 44px;
  padding-left: 30px;
  font-weight: 400;
}

/* line 9113, app/assets/stylesheets/v3/style_v3.scss */
.accordion.accordion-lg .acctitle i {
  width: 20px;
  font-size: 20px;
  line-height: 64px;
}

/* line 9119, app/assets/stylesheets/v3/style_v3.scss */
.accordion.accordion-lg .acc_content {
  padding: 10px 0 30px 30px;
}

/* ----------------------------------------------------------------
	Tabs
-----------------------------------------------------------------*/
/* line 9127, app/assets/stylesheets/v3/style_v3.scss */
.tabs {
  position: relative;
  margin: 0 0 30px 0;
}

/* line 9132, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav:not(.tab-nav-lg) {
  margin: 0;
  border-bottom: 1px solid #DDD;
  list-style: none;
}

/* line 9138, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav:not(.tab-nav-lg) li {
  float: left;
  border: 1px solid #DDD;
  border-bottom: 0;
  border-left: 0;
  height: 41px;
  text-align: center;
}

/* line 9147, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav:not(.tab-nav-lg) li:first-child {
  margin-left: 15px;
  border-left: 1px solid #DDD;
}

/* line 9152, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav:not(.tab-nav-lg) li a {
  display: block;
  padding: 0 15px;
  color: #444;
  height: 40px;
  line-height: 40px;
  background-color: #F2F2F2;
  font-size: 14px;
  font-weight: bold;
}

/* line 9163, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
  position: relative;
  top: 1px;
  background-color: #FFF;
}

/* Tabs - Alternate Nav
-----------------------------------------------------------------*/
/* line 9173, app/assets/stylesheets/v3/style_v3.scss */
.tabs.tabs-alt ul.tab-nav li {
  border-color: transparent;
}

/* line 9175, app/assets/stylesheets/v3/style_v3.scss */
.tabs.tabs-alt ul.tab-nav li:first-child {
  border-left: 0;
}

/* line 9177, app/assets/stylesheets/v3/style_v3.scss */
.tabs.tabs-alt ul.tab-nav li a {
  background-color: #FFF;
}

/* line 9179, app/assets/stylesheets/v3/style_v3.scss */
.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
  border: 1px solid #DDD;
  border-bottom: 0;
}

/* Tabs - Top Border
-----------------------------------------------------------------*/
/* line 9188, app/assets/stylesheets/v3/style_v3.scss */
.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
  top: -1px;
  height: 43px;
  line-height: 38px;
  border-top: 2px solid #1ABC9C;
}

/* line 9195, app/assets/stylesheets/v3/style_v3.scss */
.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a {
  height: 42px;
}

/* Tabs - Bottom Border
-----------------------------------------------------------------*/
/* line 9201, app/assets/stylesheets/v3/style_v3.scss */
.tabs.tabs-bb ul.tab-nav li {
  border: 0;
  margin: 0;
}

/* line 9206, app/assets/stylesheets/v3/style_v3.scss */
.tabs.tabs-bb ul.tab-nav li a {
  background-color: transparent;
  border-bottom: 2px solid transparent;
}

/* line 9211, app/assets/stylesheets/v3/style_v3.scss */
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
  border-bottom: 2px solid #1ABC9C;
  top: -2px;
  height: 44px;
  line-height: 44px;
}

/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/
/* line 9223, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav.tab-nav2 {
  border-bottom: 0;
}

/* line 9227, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav.tab-nav2 li {
  border: 0;
  margin-left: 10px;
}

/* line 9232, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav.tab-nav2 li:first-child {
  margin-left: 0;
  border-left: 0;
}

/* line 9237, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav.tab-nav2 li a {
  background-color: #F5F5F5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 9243, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav.tab-nav2 li.ui-state-active a {
  top: 0;
  background-color: #1ABC9C;
  color: #FFF;
}

/* Tabs - Large Navigation
-----------------------------------------------------------------*/
/* line 9254, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav-lg {
  margin-bottom: 20px;
  list-style: none;
}

/* line 9259, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav-lg li {
  float: left;
  position: relative;
  text-align: center;
  padding: 15px;
}

/* line 9266, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav-lg li a {
  display: inline-block;
  color: #444;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 9276, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav.tab-nav-lg li i {
  display: block;
  font-size: 28px;
  margin: 0 0 7px;
}

/* line 9282, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav-lg li.ui-tabs-active a {
  color: #1ABC9C;
}

/* line 9288, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before,
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: -50px;
  border: solid transparent;
}

/* line 9298, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
  border-top-color: #FFF;
  border-width: 16px;
  left: 50%;
  margin-left: -16px;
}

/* line 9305, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before {
  border-top-color: #FFF;
  border-width: 16px;
  left: 50%;
  margin-left: -16px;
}

/* Tabs - Content Area
-----------------------------------------------------------------*/
/* line 9316, app/assets/stylesheets/v3/style_v3.scss */
.tab-container {
  position: relative;
  padding: 20px 0 0;
}

/* line 9321, app/assets/stylesheets/v3/style_v3.scss */
ul.tab-nav li a i {
  position: relative;
  top: 1px;
  font-size: 14px;
  margin-right: 3px;
}

/* Tabs - Bordered
-----------------------------------------------------------------*/
/* line 9331, app/assets/stylesheets/v3/style_v3.scss */
.tabs-bordered ul.tab-nav li:first-child {
  margin-left: 0;
}

/* line 9333, app/assets/stylesheets/v3/style_v3.scss */
.tabs-bordered .tab-container {
  border: 1px solid #DDD;
  border-top: 0;
  padding: 20px;
}

/* Tabs - Side Tabs
-----------------------------------------------------------------*/
/* line 9343, app/assets/stylesheets/v3/style_v3.scss */
.side-tabs ul.tab-nav {
  float: left;
  width: 200px;
  padding: 20px 0;
  border-bottom: 0;
  border-right: 1px solid #DDD;
}

/* line 9351, app/assets/stylesheets/v3/style_v3.scss */
.side-tabs ul.tab-nav li {
  float: none;
  border: 1px solid #DDD;
  border-right: 0;
  border-top: 0;
  height: auto;
  text-align: left;
}

/* line 9360, app/assets/stylesheets/v3/style_v3.scss */
.side-tabs ul.tab-nav li:first-child {
  margin-left: 0;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
}

/* line 9366, app/assets/stylesheets/v3/style_v3.scss */
.side-tabs ul.tab-nav li a {
  height: auto;
  line-height: 44px;
}

/* line 9371, app/assets/stylesheets/v3/style_v3.scss */
.side-tabs ul.tab-nav li.ui-tabs-active a {
  top: 0;
  right: -1px;
}

/* line 9376, app/assets/stylesheets/v3/style_v3.scss */
.side-tabs .tab-container {
  overflow: hidden;
  padding: 15px 0 0 20px;
}

/* line 9381, app/assets/stylesheets/v3/style_v3.scss */
.ui-tabs .ui-tabs-hide {
  position: absolute !important;
  left: -10000px !important;
  display: block !important;
}

/* Tabs - Side Tabs & Nav Style 2
-----------------------------------------------------------------*/
/* line 9391, app/assets/stylesheets/v3/style_v3.scss */
.side-tabs ul.tab-nav.tab-nav2 {
  border: 0;
}

/* line 9393, app/assets/stylesheets/v3/style_v3.scss */
.side-tabs ul.tab-nav.tab-nav2 li {
  border: 0;
  margin: 6px 0 0;
}

/* line 9398, app/assets/stylesheets/v3/style_v3.scss */
.side-tabs ul.tab-nav.tab-nav2 li:first-child {
  margin-top: 0;
}

/* line 9400, app/assets/stylesheets/v3/style_v3.scss */
.side-tabs ul.tab-nav.tab-nav2 li a {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 9402, app/assets/stylesheets/v3/style_v3.scss */
.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a {
  right: 0;
}

/* Tabs - Side Tabs & Bordered
-----------------------------------------------------------------*/
/* line 9408, app/assets/stylesheets/v3/style_v3.scss */
.tabs-bordered.side-tabs ul.tab-nav {
  position: relative;
  padding: 0;
  z-index: 2;
  margin-right: -1px;
}

/* line 9415, app/assets/stylesheets/v3/style_v3.scss */
.tabs-bordered.side-tabs ul.tab-nav li a {
  height: auto;
  line-height: 44px;
}

/* line 9420, app/assets/stylesheets/v3/style_v3.scss */
.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
  right: -1px;
  border-right: 1px solid #FFF;
}

/* line 9425, app/assets/stylesheets/v3/style_v3.scss */
.tabs-bordered.side-tabs .tab-container {
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid #DDD;
}

/* ----------------------------------------------------------------
	Side Navigation
-----------------------------------------------------------------*/
/* line 9437, app/assets/stylesheets/v3/style_v3.scss */
.sidenav {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  border-radius: 4px;
}

/* line 9444, app/assets/stylesheets/v3/style_v3.scss */
.sidenav li {
  list-style-type: none;
}

/* line 9446, app/assets/stylesheets/v3/style_v3.scss */
.sidenav li a {
  display: block;
  position: relative;
  margin: 0 0 -1px;
  padding: 11px 20px 11px 14px;
  font-size: 14px;
  border: 1px solid #E5E5E5;
  border-right-width: 2px;
  color: #666;
}

/* line 9457, app/assets/stylesheets/v3/style_v3.scss */
.sidenav > li:first-child > a {
  border-radius: 4px 4px 0 0;
}

/* line 9459, app/assets/stylesheets/v3/style_v3.scss */
.sidenav > li:last-child > a {
  border-radius: 0 0 4px 4px;
  border-bottom-width: 2px;
}

/* line 9464, app/assets/stylesheets/v3/style_v3.scss */
.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover {
  position: relative;
  z-index: 2;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #FFF !important;
  font-weight: 600;
  background-color: #1ABC9C !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 9475, app/assets/stylesheets/v3/style_v3.scss */
.sidenav li ul {
  display: none;
}

/* line 9477, app/assets/stylesheets/v3/style_v3.scss */
.sidenav li.ui-tabs-active ul {
  display: block;
}

/* line 9479, app/assets/stylesheets/v3/style_v3.scss */
.sidenav li li a {
  padding: 6px 20px 6px 35px;
  font-size: 14px;
  border-top: none;
  border-bottom: none;
}

/* line 9486, app/assets/stylesheets/v3/style_v3.scss */
.sidenav li li:first-child a {
  padding-top: 20px;
}

/* line 9488, app/assets/stylesheets/v3/style_v3.scss */
.sidenav li li:last-child a {
  padding-bottom: 20px;
}

/* line 9490, app/assets/stylesheets/v3/style_v3.scss */
.sidenav li i {
  position: relative;
  top: 1px;
  margin-right: 6px;
  font-size: 14px;
  text-align: center;
  width: 16px;
}

/* Chevrons */
/* line 9500, app/assets/stylesheets/v3/style_v3.scss */
.sidenav .icon-chevron-right {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: auto;
  right: 6px;
  margin-top: -8px;
  margin-right: 0;
  opacity: .4;
  font-size: 12px !important;
}

/* line 9513, app/assets/stylesheets/v3/style_v3.scss */
.sidenav > li > a:hover {
  background-color: #F5F5F5;
  color: #222;
}

/* line 9518, app/assets/stylesheets/v3/style_v3.scss */
.sidenav a:hover .icon-chevron-right {
  opacity: .5;
}

/* line 9520, app/assets/stylesheets/v3/style_v3.scss */
.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right {
  opacity: 1;
}

/* ----------------------------------------------------------------
	FAQ List
-----------------------------------------------------------------*/
/* line 9529, app/assets/stylesheets/v3/style_v3.scss */
.faqlist li {
  margin-bottom: 5px;
  font-size: 15px;
}

/* line 9534, app/assets/stylesheets/v3/style_v3.scss */
.faqlist li a {
  color: #444;
}

/* line 9536, app/assets/stylesheets/v3/style_v3.scss */
.faqlist li a:hover {
  color: #1ABC9C !important;
}

/* ----------------------------------------------------------------
	Clients
-----------------------------------------------------------------*/
/* line 9544, app/assets/stylesheets/v3/style_v3.scss */
.clients-grid,
.testimonials-grid {
  list-style: none;
  overflow: hidden;
}

/* line 9550, app/assets/stylesheets/v3/style_v3.scss */
.clients-grid li,
.testimonials-grid li {
  float: left;
  position: relative;
  width: 20%;
  padding: 20px 0;
  -webkit-backface-visibility: hidden;
}

/* line 9559, app/assets/stylesheets/v3/style_v3.scss */
.clients-grid.grid-2 li {
  width: 50%;
  padding: 25px 0;
}

/* line 9564, app/assets/stylesheets/v3/style_v3.scss */
.clients-grid.grid-3 li {
  width: 33.33%;
}

/* line 9566, app/assets/stylesheets/v3/style_v3.scss */
.clients-grid.grid-4 li {
  width: 25%;
}

/* line 9568, app/assets/stylesheets/v3/style_v3.scss */
.clients-grid.grid-6 li {
  width: 16.66%;
}

/* line 9570, app/assets/stylesheets/v3/style_v3.scss */
.clients-grid li a {
  opacity: 0.6;
}

/* line 9572, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .clients-grid li a {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 9578, app/assets/stylesheets/v3/style_v3.scss */
.clients-grid li a:hover {
  opacity: 1;
}

/* line 9580, app/assets/stylesheets/v3/style_v3.scss */
.clients-grid li a,
.clients-grid li img {
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

/* line 9588, app/assets/stylesheets/v3/style_v3.scss */
.clients-grid li a img {
  width: 100%;
}

/* line 9590, app/assets/stylesheets/v3/style_v3.scss */
.clients-grid li:before,
.clients-grid li:after,
.testimonials-grid li:before,
.testimonials-grid li:after {
  content: '';
  position: absolute;
}

/* line 9598, app/assets/stylesheets/v3/style_v3.scss */
.clients-grid li:before,
.testimonials-grid li:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dashed #DDD;
}

/* line 9606, app/assets/stylesheets/v3/style_v3.scss */
.clients-grid li:after,
.testimonials-grid li:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dashed #DDD;
}

/* ----------------------------------------------------------------
	Testimonials
-----------------------------------------------------------------*/
/* Testimonials - Grid
-----------------------------------------------------------------*/
/* line 9624, app/assets/stylesheets/v3/style_v3.scss */
.testimonials-grid li {
  width: 50%;
  padding: 25px;
}

/* line 9629, app/assets/stylesheets/v3/style_v3.scss */
.testimonials-grid.grid-3 li {
  width: 33.33%;
}

/* line 9631, app/assets/stylesheets/v3/style_v3.scss */
.testimonials-grid.grid-1 li {
  width: 100%;
}

/* line 9633, app/assets/stylesheets/v3/style_v3.scss */
.testimonials-grid li .testimonial {
  padding: 0;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Testimonials - Item
-----------------------------------------------------------------*/
/* line 9644, app/assets/stylesheets/v3/style_v3.scss */
.testimonial {
  position: relative;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 9653, app/assets/stylesheets/v3/style_v3.scss */
.testi-image {
  float: left;
  margin-right: 15px;
}

/* line 9658, app/assets/stylesheets/v3/style_v3.scss */
.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
  display: block;
  width: 64px;
  height: 64px;
}

/* line 9667, app/assets/stylesheets/v3/style_v3.scss */
.testi-image i {
  text-align: center;
  background-color: #EEE;
  border-radius: 50%;
  line-height: 64px;
  font-size: 28px;
  color: #888;
  text-shadow: 1px 1px 1px #FFF;
}

/* line 9677, app/assets/stylesheets/v3/style_v3.scss */
.testi-image img {
  border-radius: 50%;
}

/* line 9679, app/assets/stylesheets/v3/style_v3.scss */
.testi-content {
  position: relative;
  overflow: hidden;
}

/* line 9684, app/assets/stylesheets/v3/style_v3.scss */
.testi-content p {
  margin-bottom: 0;
  font-family: 'Crete Round', serif;
  font-style: italic;
}

/* line 9690, app/assets/stylesheets/v3/style_v3.scss */
.testi-content p:before,
.testi-content p:after {
  content: '"';
}

/* line 9693, app/assets/stylesheets/v3/style_v3.scss */
.testi-meta {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 9700, app/assets/stylesheets/v3/style_v3.scss */
.testi-meta:before {
  content: '\2013';
}

/* line 9702, app/assets/stylesheets/v3/style_v3.scss */
.testi-meta span {
  display: block;
  font-weight: normal;
  color: #999;
  font-size: 12px;
  text-transform: none;
  padding-left: 10px;
}

/* Twitter - Small Scroller
-----------------------------------------------------------------*/
/* line 9715, app/assets/stylesheets/v3/style_v3.scss */
.testimonial.twitter-scroll .testi-content p:before,
.testimonial.twitter-scroll .testi-content p:after,
.testimonial.twitter-scroll .testi-meta:before {
  content: '';
}

/* line 9719, app/assets/stylesheets/v3/style_v3.scss */
.testimonial.twitter-scroll .testi-meta span {
  padding-left: 0;
}

/* line 9721, app/assets/stylesheets/v3/style_v3.scss */
.testimonial.twitter-scroll .testi-meta span a {
  color: #999;
}

/* line 9723, app/assets/stylesheets/v3/style_v3.scss */
.testimonial.twitter-scroll .testi-meta span a:hover {
  color: #222;
}

/* Testimonials - Full Width
-----------------------------------------------------------------*/
/* line 9729, app/assets/stylesheets/v3/style_v3.scss */
.testimonial.testimonial-full {
  padding: 30px;
}

/* line 9731, app/assets/stylesheets/v3/style_v3.scss */
.testimonial.testimonial-full[data-animation="fade"] {
  padding: 30px;
}

/* line 9733, app/assets/stylesheets/v3/style_v3.scss */
.testimonial.testimonial-full[data-animation="fade"] .flexslider {
  overflow: visible !important;
}

/* line 9735, app/assets/stylesheets/v3/style_v3.scss */
.testimonial-full .testi-image {
  float: none;
  margin: 0 auto 20px;
}

/* line 9740, app/assets/stylesheets/v3/style_v3.scss */
.testimonial-full .testi-image,
.testimonial-full .testi-image a,
.testimonial-full .testi-image img,
.testimonial-full .testi-image i {
  display: block;
  width: 72px;
  height: 72px;
}

/* line 9749, app/assets/stylesheets/v3/style_v3.scss */
.testimonial-full .testi-image i {
  line-height: 72px;
}

/* line 9751, app/assets/stylesheets/v3/style_v3.scss */
.testimonial-full .testi-content {
  text-align: center;
  font-size: 18px;
}

/* line 9756, app/assets/stylesheets/v3/style_v3.scss */
.testimonial-full .testi-meta {
  margin-top: 15px;
}

/* line 9758, app/assets/stylesheets/v3/style_v3.scss */
.testimonial-full .testi-meta span {
  padding-left: 0;
}

/* Testimonial - Section Scroller
-----------------------------------------------------------------*/
/* line 9764, app/assets/stylesheets/v3/style_v3.scss */
.section > .testimonial {
  padding: 0;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  max-width: 800px;
  margin: 0 auto;
}

/* line 9773, app/assets/stylesheets/v3/style_v3.scss */
.section > .testimonial[data-animation="fade"] {
  padding: 0;
}

/* line 9775, app/assets/stylesheets/v3/style_v3.scss */
.section > .testimonial .testi-content {
  font-size: 22px;
}

/* line 9777, app/assets/stylesheets/v3/style_v3.scss */
.section > .testimonial .testi-meta,
.section > .testimonial .testi-meta span {
  font-size: 14px;
}

/* Testimonial - Pagination
-----------------------------------------------------------------*/
/* line 9784, app/assets/stylesheets/v3/style_v3.scss */
.testimonial .flex-control-nav {
  top: auto;
  bottom: 6px;
  right: 0;
}

/* line 9790, app/assets/stylesheets/v3/style_v3.scss */
.testimonial .flex-control-nav li {
  margin: 0 2px;
  width: 6px;
  height: 6px;
}

/* line 9796, app/assets/stylesheets/v3/style_v3.scss */
.testimonial .flex-control-nav li a {
  width: 6px !important;
  height: 6px !important;
  border: none;
  background-color: #1ABC9C;
  opacity: 0.5;
}

/* line 9804, app/assets/stylesheets/v3/style_v3.scss */
.testimonial .flex-control-nav li:hover a {
  opacity: 0.75;
}

/* line 9805, app/assets/stylesheets/v3/style_v3.scss */
.testimonial .flex-control-nav li a.flex-active {
  opacity: 1;
}

/* Testimonial - Full Scroller
-----------------------------------------------------------------*/
/* line 9811, app/assets/stylesheets/v3/style_v3.scss */
.testimonial.testimonial-full .flex-control-nav {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 6px;
  margin-top: 20px;
}

/* line 9821, app/assets/stylesheets/v3/style_v3.scss */
.testimonial.testimonial-full .flex-control-nav li {
  display: inline-block;
  float: none;
}

/* ----------------------------------------------------------------
	Team
-----------------------------------------------------------------*/
/* line 9832, app/assets/stylesheets/v3/style_v3.scss */
.team,
.team-image {
  position: relative;
}

/* line 9835, app/assets/stylesheets/v3/style_v3.scss */
.team-image > a,
.team-image img {
  display: block;
  width: 100%;
}

/* line 9841, app/assets/stylesheets/v3/style_v3.scss */
.team-desc {
  text-align: center;
}

/* line 9843, app/assets/stylesheets/v3/style_v3.scss */
.team-desc.team-desc-bg {
  background-color: #FFF;
  padding: 10px 0 30px;
}

/* line 9848, app/assets/stylesheets/v3/style_v3.scss */
.team .si-share {
  margin-top: 30px;
  text-align: left;
}

/* line 9853, app/assets/stylesheets/v3/style_v3.scss */
.team .si-share .social-icon {
  font-size: 14px;
  width: 34px;
}

/* line 9858, app/assets/stylesheets/v3/style_v3.scss */
.team-title {
  position: relative;
  padding-top: 20px;
}

/* line 9863, app/assets/stylesheets/v3/style_v3.scss */
.team-title h4 {
  display: block;
  margin-bottom: 0;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

/* line 9872, app/assets/stylesheets/v3/style_v3.scss */
.team-title span {
  display: block;
  color: #1ABC9C;
  font-weight: 400;
  font-family: 'Crete Round', serif;
  font-style: italic;
  font-size: 15px;
  margin-top: 5px;
}

/* line 9882, app/assets/stylesheets/v3/style_v3.scss */
.team-content {
  margin-top: 15px;
  color: #777;
}

/* line 9887, app/assets/stylesheets/v3/style_v3.scss */
.team-content p:last-child {
  margin-bottom: 0;
}

/* line 9889, app/assets/stylesheets/v3/style_v3.scss */
.team-overlay,
.team-overlay:before {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

/* line 9901, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .team-overlay {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 9907, app/assets/stylesheets/v3/style_v3.scss */
.team-overlay:before {
  content: '';
  z-index: auto;
  background-color: #FFF;
  opacity: 0.75;
}

/* line 9914, app/assets/stylesheets/v3/style_v3.scss */
.team-overlay .social-icon {
  float: none;
  position: relative;
  z-index: 3;
  margin: 0 3px !important;
  display: inline-block;
}

/* line 9922, app/assets/stylesheets/v3/style_v3.scss */
.team:hover .team-overlay {
  opacity: 1;
}

/* Team Center
-----------------------------------------------------------------*/
/* line 9928, app/assets/stylesheets/v3/style_v3.scss */
.team.center .team-title:after {
  left: 50%;
  margin-left: -40px;
}

/* Team List
-----------------------------------------------------------------*/
/* line 9937, app/assets/stylesheets/v3/style_v3.scss */
.team.team-list .team-image {
  float: left;
  width: 250px;
  margin-right: 30px;
}

/* line 9943, app/assets/stylesheets/v3/style_v3.scss */
.team.team-list .team-desc {
  position: relative;
  overflow: hidden;
  text-align: left;
}

/* line 9949, app/assets/stylesheets/v3/style_v3.scss */
.team.team-list .team-title {
  padding-top: 0;
}

/* line 9951, app/assets/stylesheets/v3/style_v3.scss */
.team .team-desc > .social-icon {
  margin-top: 20px;
}

/* line 9953, app/assets/stylesheets/v3/style_v3.scss */
.team .team-content ~ .social-icon {
  margin-top: 30px;
}

/* line 9955, app/assets/stylesheets/v3/style_v3.scss */
.team:not(.team-list) .social-icon {
  display: inline-block;
  float: none;
  margin-left: 6px;
  margin-right: 6px;
}

/* ----------------------------------------------------------------
	Pricing Boxes
-----------------------------------------------------------------*/
/* line 9967, app/assets/stylesheets/v3/style_v3.scss */
.pricing {
  position: relative;
}

/* line 9969, app/assets/stylesheets/v3/style_v3.scss */
.pricing [class^=col-] {
  padding: 0;
  margin-top: 20px;
}

/* Pricing Boxes
-----------------------------------------------------------------*/
/* line 9978, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

/* Pricing Boxes - Title
-----------------------------------------------------------------*/
/* line 9991, app/assets/stylesheets/v3/style_v3.scss */
.pricing-title {
  padding: 15px 0;
  background-color: #F9F9F9;
  border-radius: 3px 3px 0 0;
  text-shadow: 1px 1px 1px #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 9999, app/assets/stylesheets/v3/style_v3.scss */
.pricing-title h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555;
}

/* line 10008, app/assets/stylesheets/v3/style_v3.scss */
.pricing-title span {
  display: block;
  color: #999;
  font-weight: 300;
  font-size: 14px;
  margin-top: 3px;
  text-transform: uppercase;
}

/* Pricing Boxes - Price
-----------------------------------------------------------------*/
/* line 10021, app/assets/stylesheets/v3/style_v3.scss */
.pricing-price {
  position: relative;
  padding: 25px 0;
  color: #333;
  font-weight: 300;
  font-size: 64px;
  line-height: 1;
}

/* line 10030, app/assets/stylesheets/v3/style_v3.scss */
.pricing-price:after {
  content: '';
  position: absolute;
  width: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}

/* line 10041, app/assets/stylesheets/v3/style_v3.scss */
.pricing-price span {
  display: inline-block;
  vertical-align: top;
  margin: 7px 3px 0 0;
  font-size: 28px;
  font-weight: normal;
}

/* line 10049, app/assets/stylesheets/v3/style_v3.scss */
.pricing-price span.price-tenure {
  vertical-align: baseline;
  font-size: 16px;
  font-weight: normal;
  color: #999;
  margin: 0 0 0 3px;
}

/* Pricing Boxes - Features
-----------------------------------------------------------------*/
/* line 10061, app/assets/stylesheets/v3/style_v3.scss */
.pricing-features {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

/* line 10063, app/assets/stylesheets/v3/style_v3.scss */
.pricing-features ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

/* line 10069, app/assets/stylesheets/v3/style_v3.scss */
.pricing-features li {
  padding: 6px 0;
  font-size: 14px;
}

/* Pricing Boxes - Action
-----------------------------------------------------------------*/
/* line 10078, app/assets/stylesheets/v3/style_v3.scss */
.pricing-action {
  padding: 15px 30px;
}

/* Pricing Boxes - Best Price
-----------------------------------------------------------------*/
/* line 10084, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.best-price {
  background-color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

/* line 10090, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.best-price {
  margin: -20px -1px 0 -1px;
}

/* line 10092, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.best-price .pricing-title {
  background-color: #FFF;
  padding: 20px 0;
}

/* line 10097, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.best-price .pricing-title h3 {
  font-size: 22px;
}

/* line 10099, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.best-price .pricing-price {
  color: #1ABC9C;
  font-size: 72px;
}

/* Pricing Boxes - Minimal
-----------------------------------------------------------------*/
/* line 10108, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-minimal .pricing-price {
  background-color: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

/* line 10113, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-minimal .pricing-price:after {
  display: none;
}

/* Pricing Boxes - 5 Columns
-----------------------------------------------------------------*/
/* line 10119, app/assets/stylesheets/v3/style_v3.scss */
.pricing.pricing-5 .pricing-box {
  float: left;
  width: 20%;
  margin-top: 20px;
}

/* line 10125, app/assets/stylesheets/v3/style_v3.scss */
.pricing.pricing-5 .pricing-box.best-price {
  margin-top: 0;
}

/* line 10127, app/assets/stylesheets/v3/style_v3.scss */
.pricing.pricing-5 .pricing-box:nth-child(5) {
  margin-left: -1px;
}

/* line 10129, app/assets/stylesheets/v3/style_v3.scss */
.pricing.pricing-5 .pricing-title h3 {
  font-size: 18px;
}

/* line 10131, app/assets/stylesheets/v3/style_v3.scss */
.pricing.pricing-5 .best-price .pricing-title h3 {
  font-size: 20px;
}

/* Pricing Boxes - Extended
-----------------------------------------------------------------*/
/* line 10137, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-extended {
  background-color: #FFF;
  text-align: left;
}

/* line 10142, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-extended .pricing-desc {
  float: left;
  width: 75%;
  padding: 25px;
}

/* line 10148, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-extended .pricing-title {
  background-color: transparent;
  padding-top: 0;
  text-align: left;
}

/* line 10154, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-extended .pricing-features {
  border: 0;
}

/* line 10156, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-extended .pricing-features ul {
  padding: 15px 0 0 0;
}

/* line 10158, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-extended .pricing-features li {
  padding: 6px 0;
  font-size: 15px;
  width: 50%;
  float: left;
}

/* line 10165, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-extended .pricing-features ul li i {
  position: relative;
  top: 1px;
  width: 16px;
  margin-right: 2px;
}

/* line 10172, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-extended .pricing-action-area {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 25%;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #F9F9F9;
  padding: 30px;
  border-radius: 0 3px 3px 0;
  text-align: center;
}

/* line 10186, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-extended .pricing-action-area .pricing-price,
.pricing-box.pricing-extended .pricing-action-area .pricing-action {
  padding: 0;
}

/* line 10189, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-extended .pricing-action-area .pricing-price {
  padding-bottom: 20px;
}

/* line 10191, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-extended .pricing-action-area .pricing-price:after {
  display: none;
}

/* line 10193, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
  display: block;
  margin: 10px 0 0 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 10201, app/assets/stylesheets/v3/style_v3.scss */
.pricing-box.pricing-extended .pricing-meta {
  color: #999;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

/* line 10210, app/assets/stylesheets/v3/style_v3.scss */
.table-comparison,
.table-comparison th {
  text-align: center;
}

/* line 10213, app/assets/stylesheets/v3/style_v3.scss */
.table-comparison th:first-child,
.table-comparison td:first-child {
  text-align: left;
  font-weight: bold;
}

/* ----------------------------------------------------------------
	Counter
-----------------------------------------------------------------*/
/* line 10225, app/assets/stylesheets/v3/style_v3.scss */
.counter {
  font-size: 42px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

/* line 10231, app/assets/stylesheets/v3/style_v3.scss */
.counter.counter-small {
  font-size: 28px;
}

/* line 10233, app/assets/stylesheets/v3/style_v3.scss */
.counter.counter-large {
  font-size: 56px;
}

/* line 10235, app/assets/stylesheets/v3/style_v3.scss */
.counter.counter-xlarge {
  font-size: 64px;
  font-weight: 400;
}

/* line 10240, app/assets/stylesheets/v3/style_v3.scss */
.counter.counter-inherit {
  font-size: inherit;
  font-weight: inherit;
}

/* line 10245, app/assets/stylesheets/v3/style_v3.scss */
.counter + h5 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

/* line 10252, app/assets/stylesheets/v3/style_v3.scss */
.counter.counter-lined + h5:before {
  display: block;
  position: relative;
  margin: 20px auto 25px auto;
  content: '';
  width: 15%;
  border-top: 2px solid #444;
  opacity: 0.9;
}

/* line 10262, app/assets/stylesheets/v3/style_v3.scss */
.counter.counter-small + h5 {
  font-size: 13px;
}

/* line 10264, app/assets/stylesheets/v3/style_v3.scss */
.counter.counter-large + h5,
.counter.counter-xlarge + h5 {
  font-size: 15px;
  font-weight: 300;
}

/* line 10270, app/assets/stylesheets/v3/style_v3.scss */
.widget .counter + h5 {
  opacity: 0.7;
}

/* ----------------------------------------------------------------
	Animated Rounded Skills
-----------------------------------------------------------------*/
/* line 10278, app/assets/stylesheets/v3/style_v3.scss */
.rounded-skill {
  display: inline-block;
  margin: 0 15px 15px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

/* line 10289, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .rounded-skill {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

/* line 10295, app/assets/stylesheets/v3/style_v3.scss */
.rounded-skill + h5 {
  margin-bottom: 0;
}

/* line 10297, app/assets/stylesheets/v3/style_v3.scss */
.rounded-skill i {
  font-size: 42px;
}

/* line 10299, app/assets/stylesheets/v3/style_v3.scss */
.rounded-skill canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* ----------------------------------------------------------------
	Skills Bar
-----------------------------------------------------------------*/
/* line 10311, app/assets/stylesheets/v3/style_v3.scss */
.skills {
  margin: 0;
  list-style: none;
  padding-top: 25px;
}

/* line 10317, app/assets/stylesheets/v3/style_v3.scss */
.skills li {
  position: relative;
  margin-top: 38px;
  height: 4px;
  background-color: #F5F5F5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

/* line 10326, app/assets/stylesheets/v3/style_v3.scss */
.skills li:first-child {
  margin-top: 0;
}

/* line 10328, app/assets/stylesheets/v3/style_v3.scss */
.skills li .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1ABC9C;
  overflow: visible !important;
  border-radius: 2px;
  -webkit-transition: width 1.2s ease-in-out;
  -o-transition: width 1.2s ease-in-out;
  transition: width 1.2s ease-in-out;
}

/* line 10342, app/assets/stylesheets/v3/style_v3.scss */
.skills li .progress-percent {
  position: absolute;
  top: -28px;
  right: 0;
  background-color: #333;
  color: #F9F9F9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  height: 22px;
  line-height: 22px;
  padding: 0px 5px;
  font-size: 11px;
  border-radius: 2px;
}

/* line 10356, app/assets/stylesheets/v3/style_v3.scss */
.skills li .progress-percent .counter {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}

/* line 10361, app/assets/stylesheets/v3/style_v3.scss */
.progress-percent:after, .progress-percent:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 10371, app/assets/stylesheets/v3/style_v3.scss */
.progress-percent:after {
  border-top-color: #333;
  border-width: 4px;
  left: 50%;
  margin-left: -4px;
}

/* line 10378, app/assets/stylesheets/v3/style_v3.scss */
.progress-percent:before {
  border-top-color: #333;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}

/* line 10385, app/assets/stylesheets/v3/style_v3.scss */
.skills li > span {
  position: absolute;
  z-index: 1;
  top: -23px;
  left: 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
}

/* ----------------------------------------------------------------
	Quotes & Blockquotes
-----------------------------------------------------------------*/
/* line 10400, app/assets/stylesheets/v3/style_v3.scss */
blockquote p {
  margin-bottom: 15px;
}

/* line 10402, app/assets/stylesheets/v3/style_v3.scss */
blockquote.pull-left {
  max-width: 300px;
  margin: 5px 20px 10px 0;
  padding-right: 0;
}

/* line 10408, app/assets/stylesheets/v3/style_v3.scss */
blockquote.pull-right {
  max-width: 300px;
  margin: 5px 0 10px 20px;
  padding-left: 0;
}

/* line 10414, app/assets/stylesheets/v3/style_v3.scss */
.quote {
  border: none !important;
  position: relative;
}

/* line 10419, app/assets/stylesheets/v3/style_v3.scss */
.quote p {
  position: relative;
}

/* line 10421, app/assets/stylesheets/v3/style_v3.scss */
.quote:before {
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  content: "\e7ad";
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 42px;
  top: 0;
  left: 0;
  color: #EEE;
}

/* line 10438, app/assets/stylesheets/v3/style_v3.scss */
.quote.blockquote-reverse:before {
  content: "\e7ae";
  left: auto;
  right: 0;
}

/* ----------------------------------------------------------------
	Dropcaps & Highlights
-----------------------------------------------------------------*/
/* line 10450, app/assets/stylesheets/v3/style_v3.scss */
.dropcap {
  float: left;
  font-size: 42px;
  line-height: 1;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}

/* line 10458, app/assets/stylesheets/v3/style_v3.scss */
.highlight {
  padding: 2px 5px;
  background-color: #444;
  color: #FFF;
  border-radius: 2px;
}

/* ----------------------------------------------------------------
	Text Rotater
-----------------------------------------------------------------*/
/* line 10471, app/assets/stylesheets/v3/style_v3.scss */
.text-rotater > .t-rotate > .animated {
  display: inline-block;
}

/* ----------------------------------------------------------------
	Owl Carousel CSS
-----------------------------------------------------------------*/
/* line 10478, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 10485, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 10487, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 10489, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 10504, app/assets/stylesheets/v3/style_v3.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 10510, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* line 10518, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 10523, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 10532, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 10538, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 10540, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel.owl-loading {
  display: block;
  min-height: 100px;
  background: url(/assets/v3/preloader-df76bc7595d4bc4a77bf4dc89d447e7c5e653e6ae3c45213cfca9b8e9925ca83.gif) no-repeat center center;
}

/* line 10546, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 10548, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 10556, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 10562, app/assets/stylesheets/v3/style_v3.scss */
#slider .owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}

/* line 10564, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 10566, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 10578, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 10580, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 10585, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 10587, app/assets/stylesheets/v3/style_v3.scss */
.mega-menu-content .owl-carousel.owl-hidden {
  opacity: 1;
}

/* line 10589, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel.owl-refresh .owl-item {
  display: none;
}

/* line 10591, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 10598, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 10606, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 10608, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* line 10610, app/assets/stylesheets/v3/style_v3.scss */
.no-js .owl-carousel {
  display: block;
}

/* line 10612, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 10619, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* line 10621, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #111;
}

/* line 10627, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 64px;
  width: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  background: url(/assets/v3/icons/play-da59e2afdba111db5fc222fdbb485535f7401aea1679fce42ae656668fa59b76.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 10644, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 10650, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

/* line 10653, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 10667, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Owl Carousel - Controls
-----------------------------------------------------------------*/
/* line 10678, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/
/* line 10688, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -36px;
  zoom: 1;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  background-color: #FFF;
  font-size: 18px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 10708, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -38px;
}

/* line 10710, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel-full .owl-nav [class*=owl-] {
  margin-top: -30px;
  left: 0 !important;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #EEE;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 28px;
  border-radius: 0 3px 3px 0;
}

/* line 10722, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -50px;
}

/* line 10724, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -36px;
}

/* line 10729, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel-full .owl-nav .owl-next {
  left: auto !important;
  right: 0 !important;
  border-radius: 3px 0 0 3px;
}

/* line 10735, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: -18px;
}

/* line 10740, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: -18px;
}

/* line 10745, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #1ABC9C !important;
  color: #FFF !important;
  text-decoration: none;
}

/* line 10751, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-nav .disabled {
  display: none !important;
}

/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/
/* line 10757, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  margin-top: 30px;
  *display: inline;
}

/* line 10764, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  opacity: 0.5;
  border-radius: 50%;
  background-color: #1ABC9C;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 10777, app/assets/stylesheets/v3/style_v3.scss */
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  opacity: 1;
}

/* ----------------------------------------------------------------
	21. Overlays
-----------------------------------------------------------------*/
/* line 10786, app/assets/stylesheets/v3/style_v3.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 10794, app/assets/stylesheets/v3/style_v3.scss */
.overlay .overlay-wrap,
.text-overlay {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 10803, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .overlay .overlay-wrap,
body:not(.device-touch) .text-overlay {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 10810, app/assets/stylesheets/v3/style_v3.scss */
.overlay .overlay-wrap i {
  position: absolute;
  opacity: 0.8;
  font-size: 24px;
  line-height: 1;
  width: 24px;
  height: 24px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
  color: #FFF;
}

/* line 10825, app/assets/stylesheets/v3/style_v3.scss */
.overlay:hover .overlay-wrap,
.overlay:hover .text-overlay {
  opacity: 1;
}

/* line 10829, app/assets/stylesheets/v3/style_v3.scss */
.text-overlay {
  position: absolute;
  opacity: 0.85;
  top: auto;
  bottom: 0;
  height: auto;
  padding: 40px 15px 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}

/* line 10846, app/assets/stylesheets/v3/style_v3.scss */
.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
  margin: 0;
  color: #F5F5F5;
}

/* line 10853, app/assets/stylesheets/v3/style_v3.scss */
.text-overlay-title h2 {
  font-size: 28px;
}

/* line 10855, app/assets/stylesheets/v3/style_v3.scss */
.text-overlay-title h3 {
  font-size: 17px;
  font-weight: 600;
}

/* line 10860, app/assets/stylesheets/v3/style_v3.scss */
.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4,
.text-overlay-meta {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 10870, app/assets/stylesheets/v3/style_v3.scss */
.text-overlay-meta {
  color: #CCC;
  font-size: 13px;
}

/* line 10875, app/assets/stylesheets/v3/style_v3.scss */
.text-overlay-meta span i {
  position: relative;
  top: 1px;
  font-size: 14px;
}

/* News Carousel Overlays
-----------------------------------------------------------------*/
/* line 10885, app/assets/stylesheets/v3/style_v3.scss */
.news-carousel .text-overlay {
  padding: 40px 30px 25px;
}

/* line 10887, app/assets/stylesheets/v3/style_v3.scss */
.news-carousel .text-overlay-title {
  margin: 15px 0 10px;
}

/* line 10889, app/assets/stylesheets/v3/style_v3.scss */
.news-carousel .text-overlay-title h2,
.news-carousel .text-overlay-title h3,
.news-carousel .text-overlay-title h4 {
  line-height: 1.2;
  text-overflow: none;
  white-space: normal;
}

/* line 10897, app/assets/stylesheets/v3/style_v3.scss */
.news-carousel .text-overlay-meta {
  font-size: 14px;
}

/* line 10899, app/assets/stylesheets/v3/style_v3.scss */
.news-carousel .rounded-skill {
  position: absolute;
  margin: 0 !important;
  top: 30px;
  right: 30px;
  color: #FFF;
  font-weight: 600;
}

/* ----------------------------------------------------------------
	22. Forms
-----------------------------------------------------------------*/
/* line 10913, app/assets/stylesheets/v3/style_v3.scss */
.sm-form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #DDD;
  border-radius: 0 !important;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}

/* line 10930, app/assets/stylesheets/v3/style_v3.scss */
.sm-form-control:focus {
  border-color: #AAA;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 10937, app/assets/stylesheets/v3/style_v3.scss */
.sm-form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 10942, app/assets/stylesheets/v3/style_v3.scss */
.sm-form-control:-ms-input-placeholder {
  color: #999;
}

/* line 10943, app/assets/stylesheets/v3/style_v3.scss */
.sm-form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 10945, app/assets/stylesheets/v3/style_v3.scss */
.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 10953, app/assets/stylesheets/v3/style_v3.scss */
.sm-form-control {
  height: auto;
}

/* line 10955, app/assets/stylesheets/v3/style_v3.scss */
.form-control {
  border-radius: 3px;
}

/* line 10957, app/assets/stylesheets/v3/style_v3.scss */
.form-control:active,
.form-control:focus {
  border-color: #999;
  box-shadow: none;
}

/* line 10963, app/assets/stylesheets/v3/style_v3.scss */
label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
  cursor: pointer;
}

/* line 10975, app/assets/stylesheets/v3/style_v3.scss */
label.label-muted {
  color: #999;
  font-weight: normal;
  margin-right: 5px;
}

/* line 10981, app/assets/stylesheets/v3/style_v3.scss */
form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth {
  margin-bottom: 25px;
}

/* ----------------------------------------------------------------
	Contact Form
-----------------------------------------------------------------*/
/* line 11000, app/assets/stylesheets/v3/style_v3.scss */
#contact-form-overlay,
#contact-form-overlay-mini {
  position: relative;
  max-width: 800px;
  background-color: #FFF;
  padding: 40px;
  margin: 0 auto;
  z-index: 10;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

/* line 11012, app/assets/stylesheets/v3/style_v3.scss */
#contact-form-overlay-mini {
  float: right;
  width: 380px;
  margin: 0;
}

/* line 11018, app/assets/stylesheets/v3/style_v3.scss */
label.error {
  margin-top: 5px;
  color: #E42C3E;
  font-weight: 400;
}

/* line 11024, app/assets/stylesheets/v3/style_v3.scss */
label.error {
  display: none !important;
}

/* line 11026, app/assets/stylesheets/v3/style_v3.scss */
.show-error-msg + label.error {
  display: block !important;
}

/* line 11028, app/assets/stylesheets/v3/style_v3.scss */
.form-control.error,
.sm-form-control.error {
  border-color: #E42C3E;
}

/* ----------------------------------------------------------------
	23. Google Maps
-----------------------------------------------------------------*/
/* line 11037, app/assets/stylesheets/v3/style_v3.scss */
#google-map {
  position: relative;
  width: 100%;
  height: 450px;
}

/* line 11043, app/assets/stylesheets/v3/style_v3.scss */
.gmap img {
  max-width: none !important;
}

/* line 11045, app/assets/stylesheets/v3/style_v3.scss */
.gm-style .gm-style-iw h3 span {
  font-size: inherit;
  font-family: inherit;
}

/* line 11050, app/assets/stylesheets/v3/style_v3.scss */
#map-overlay {
  position: relative;
  padding: 100px 0;
}

/* line 11055, app/assets/stylesheets/v3/style_v3.scss */
#map-overlay #google-map {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

/* ----------------------------------------------------------------
	Google Custom Search
-----------------------------------------------------------------*/
/* line 11068, app/assets/stylesheets/v3/style_v3.scss */
#content .cse .gsc-control-cse,
#content .gsc-control-cse,
#content .gsc-above-wrapper-area,
#content .gsc-adBlock,
#content .gsc-thumbnail-inside,
#content .gsc-url-top,
#content .gsc-table-result,
#content .gsc-webResult,
#content .gsc-result {
  padding: 0 !important;
}

/* line 11078, app/assets/stylesheets/v3/style_v3.scss */
#content .gsc-selected-option-container {
  width: auto !important;
}

/* line 11080, app/assets/stylesheets/v3/style_v3.scss */
#content .gsc-result-info {
  padding-left: 0 !important;
}

/* line 11082, app/assets/stylesheets/v3/style_v3.scss */
#content .gsc-above-wrapper-area-container,
#content .gsc-table-result {
  margin-bottom: 10px;
}

/* line 11085, app/assets/stylesheets/v3/style_v3.scss */
#content .gcsc-branding {
  display: none;
}

/* line 11087, app/assets/stylesheets/v3/style_v3.scss */
#content .gsc-results,
#content .gsc-webResult {
  width: 100% !important;
}

/* line 11090, app/assets/stylesheets/v3/style_v3.scss */
#content .gs-no-results-result .gs-snippet,
#content .gs-error-result .gs-snippet {
  margin: 0 !important;
}

/* ----------------------------------------------------------------
	24. Heading Styles
-----------------------------------------------------------------*/
/* Block Titles
-----------------------------------------------------------------*/
/* line 11102, app/assets/stylesheets/v3/style_v3.scss */
.title-block {
  padding: 2px 0 3px 20px;
  border-left: 7px solid #1ABC9C;
  margin-bottom: 30px;
}

/* line 11108, app/assets/stylesheets/v3/style_v3.scss */
.title-block-right {
  padding: 2px 20px 3px 0;
  border-left: 0;
  border-right: 7px solid #1ABC9C;
  text-align: right;
}

/* line 11115, app/assets/stylesheets/v3/style_v3.scss */
.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
  margin-bottom: 0;
}

/* line 11120, app/assets/stylesheets/v3/style_v3.scss */
.title-block > span {
  display: block;
  margin-top: 4px;
  color: #555;
  font-weight: 300;
}

/* line 11127, app/assets/stylesheets/v3/style_v3.scss */
.title-block h1 + span {
  font-size: 22px;
}

/* line 11129, app/assets/stylesheets/v3/style_v3.scss */
.title-block h2 + span {
  font-size: 19px;
}

/* line 11131, app/assets/stylesheets/v3/style_v3.scss */
.title-block h3 + span {
  font-size: 17px;
}

/* line 11133, app/assets/stylesheets/v3/style_v3.scss */
.title-block h4 + span {
  font-size: 15px;
  margin-top: 3px;
}

/* Heading Block - with Subtitle
-----------------------------------------------------------------*/
/* line 11142, app/assets/stylesheets/v3/style_v3.scss */
.heading-block {
  margin-bottom: 50px;
}

/* line 11144, app/assets/stylesheets/v3/style_v3.scss */
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

/* line 11157, app/assets/stylesheets/v3/style_v3.scss */
.emphasis-title h1,
.emphasis-title h2 {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

/* line 11164, app/assets/stylesheets/v3/style_v3.scss */
.heading-block h1 {
  font-size: 32px;
}

/* line 11166, app/assets/stylesheets/v3/style_v3.scss */
.heading-block h2 {
  font-size: 30px;
}

/* line 11168, app/assets/stylesheets/v3/style_v3.scss */
.heading-block h3 {
  font-size: 26px;
}

/* line 11170, app/assets/stylesheets/v3/style_v3.scss */
.heading-block h4 {
  font-size: 20px;
  font-weight: 700;
}

/* line 11175, app/assets/stylesheets/v3/style_v3.scss */
.heading-block > span:not(.before-heading) {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777;
}

/* line 11182, app/assets/stylesheets/v3/style_v3.scss */
.heading-block .before-heading {
  margin-bottom: 7px;
}

/* line 11184, app/assets/stylesheets/v3/style_v3.scss */
.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* line 11192, app/assets/stylesheets/v3/style_v3.scss */
.heading-block h1 + span {
  font-size: 24px;
}

/* line 11194, app/assets/stylesheets/v3/style_v3.scss */
.heading-block h2 + span {
  font-size: 22px;
}

/* line 11196, app/assets/stylesheets/v3/style_v3.scss */
.heading-block h3 + span,
.heading-block h4 + span {
  font-size: 20px;
}

/* line 11199, app/assets/stylesheets/v3/style_v3.scss */
.heading-block ~ p:not(.lead) {
  font-size: 15px;
}

/* line 11201, app/assets/stylesheets/v3/style_v3.scss */
.heading-block:after {
  content: '';
  display: block;
  margin-top: 30px;
  width: 40px;
  border-top: 2px solid #444;
}

/* line 11209, app/assets/stylesheets/v3/style_v3.scss */
.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after {
  margin: 30px auto 0;
}

/* line 11213, app/assets/stylesheets/v3/style_v3.scss */
.tright .heading-block,
.heading-block.tright,
.heading-block.title-right {
  direction: rtl;
}

/* line 11217, app/assets/stylesheets/v3/style_v3.scss */
.heading-block.noborder:after,
.heading-block.nobottomborder:after {
  display: none;
}

/* line 11220, app/assets/stylesheets/v3/style_v3.scss */
.heading-block.border-color:after {
  border-color: #1ABC9C;
}

/* Emphasis Title
-----------------------------------------------------------------*/
/* line 11226, app/assets/stylesheets/v3/style_v3.scss */
.emphasis-title {
  margin: 0 0 50px;
}

/* line 11228, app/assets/stylesheets/v3/style_v3.scss */
.emphasis-title h1,
.emphasis-title h2 {
  font-size: 64px;
  letter-spacing: -2px;
}

/* line 11234, app/assets/stylesheets/v3/style_v3.scss */
.emphasis-title h1 strong,
.emphasis-title h2 strong {
  font-weight: 700;
}

/* Justify Border Title
-----------------------------------------------------------------*/
/* line 11241, app/assets/stylesheets/v3/style_v3.scss */
.fancy-title {
  position: relative;
  margin-bottom: 30px;
}

/* line 11246, app/assets/stylesheets/v3/style_v3.scss */
.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 11259, app/assets/stylesheets/v3/style_v3.scss */
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
  padding-right: 10px;
}

/* line 11263, app/assets/stylesheets/v3/style_v3.scss */
.fancy-title.title-double-border:before,
.fancy-title.title-border:before,
.fancy-title.title-border-color:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 3px double #E5E5E5;
  left: auto;
  top: 46%;
  right: 0;
}

/* line 11276, app/assets/stylesheets/v3/style_v3.scss */
.fancy-title.title-border:before {
  top: 49%;
  border-top: 1px solid #EEE;
}

/* line 11281, app/assets/stylesheets/v3/style_v3.scss */
.fancy-title.title-border-color:before {
  top: 49%;
  border-top: 1px solid #1ABC9C;
  opacity: 0.6;
}

/* Fancy Title - Center Align
-----------------------------------------------------------------*/
/* line 11291, app/assets/stylesheets/v3/style_v3.scss */
.title-center {
  text-align: center;
}

/* line 11293, app/assets/stylesheets/v3/style_v3.scss */
.title-center h1,
.title-center h2,
.title-center h3 {
  padding: 0 15px;
}

/* line 11297, app/assets/stylesheets/v3/style_v3.scss */
.title-center h4,
.title-center h5,
.title-center h6 {
  padding: 0 10px;
}

/* Fancy Title - Right Align
-----------------------------------------------------------------*/
/* line 11305, app/assets/stylesheets/v3/style_v3.scss */
.title-right {
  text-align: right;
}

/* line 11307, app/assets/stylesheets/v3/style_v3.scss */
.title-right h1,
.title-right h2,
.title-right h3 {
  padding: 0 0 0 15px;
}

/* line 11311, app/assets/stylesheets/v3/style_v3.scss */
.title-right h4,
.title-right h5,
.title-right h6 {
  padding: 0 0 0 10px;
}

/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/
/* line 11319, app/assets/stylesheets/v3/style_v3.scss */
.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
  display: block;
  background: transparent;
  padding: 0 0 10px;
  border-bottom: 2px solid #1ABC9C;
}

/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/
/* line 11335, app/assets/stylesheets/v3/style_v3.scss */
.fancy-title.title-dotted-border {
  background: url(/assets/v3/icons/dotted-b30ef2c1a4bf97db30ad0f96f30306257a83357cf1bced19b206c187b8b38dec.png) repeat-x center;
}

/* Sub Heading
-----------------------------------------------------------------*/
/* line 11341, app/assets/stylesheets/v3/style_v3.scss */
.before-heading {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  font-family: 'Crete Round', serif;
  font-style: italic;
  font-weight: 400;
  color: #999;
}

/* ----------------------------------------------------------------
	25. Divider
-----------------------------------------------------------------*/
/* line 11357, app/assets/stylesheets/v3/style_v3.scss */
.divider {
  position: relative;
  overflow: hidden;
  margin: 35px 0;
  color: #E5E5E5;
  width: 100%;
}

/* line 11365, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-margin {
  margin: 70px 0;
}

/* line 11367, app/assets/stylesheets/v3/style_v3.scss */
.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 8px;
  left: 30px;
  height: 0;
  border-top: 1px solid #EEE;
}

/* line 11379, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-thick:after,
.divider.divider-center.divider-thick:before,
.divider.divider-center.divider-short.divider-thick:before {
  border-top-width: 3px;
}

/* line 11383, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-short:after {
  width: 30%;
}

/* line 11385, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-vshort:after {
  width: 12%;
}

/* line 11387, app/assets/stylesheets/v3/style_v3.scss */
.divider i {
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 1;
  font-size: 18px !important;
  text-align: center;
}

/* line 11396, app/assets/stylesheets/v3/style_v3.scss */
.divider a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 11405, app/assets/stylesheets/v3/style_v3.scss */
.divider a:hover {
  color: #888;
}

/* Divider - Icon Align Right
-----------------------------------------------------------------*/
/* line 11411, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-right {
  text-align: right;
}

/* line 11413, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-right:after {
  left: auto;
  right: 30px;
}

/* Divider - Icon Align Center
-----------------------------------------------------------------*/
/* line 11422, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-center,
.divider.divider-center.divider-short {
  text-align: center;
}

/* line 11425, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-center:before {
  left: -50% !important;
  right: 0;
  margin-left: -20px;
}

/* line 11431, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-center:after {
  left: 50% !important;
  right: 0;
  margin-left: 20px;
}

/* Short Divider - Icon Align Center
-----------------------------------------------------------------*/
/* line 11441, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-center.divider-short:before {
  left: auto !important;
  right: 50%;
  margin-right: 20px;
  width: 15%;
}

/* line 11448, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-center.divider-short:after {
  left: 50% !important;
  right: auto !important;
  margin-left: 20px;
  width: 15%;
}

/* line 11455, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-center.divider-vshort:before,
.divider.divider-center.divider-vshort:after {
  width: 6%;
}

/* Divider - Rounded Icon
-----------------------------------------------------------------*/
/* line 11462, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-rounded {
  color: #BBB;
}

/* line 11464, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-rounded:after,
.divider.divider-rounded.divider-center:before,
.divider.divider-rounded.divider-short:before,
.divider.divider-border:after,
.divider.divider-border.divider-center:before,
.divider.divider-border.divider-short:before {
  top: 19px;
  left: 40px;
}

/* line 11474, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-rounded i,
.divider.divider-border i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #F5F5F5;
  border-radius: 50%;
}

/* line 11483, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-rounded.divider-right:after,
.divider.divider-border.divider-right:after {
  left: auto;
  right: 40px;
}

/* Divider - Rounded & Border
-----------------------------------------------------------------*/
/* line 11493, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-border {
  color: #E5E5E5;
}

/* line 11495, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-border i {
  line-height: 38px;
  background-color: transparent;
  border: 1px solid #EEE;
}

/* Divider - Line Only
-----------------------------------------------------------------*/
/* line 11505, app/assets/stylesheets/v3/style_v3.scss */
.divider.divider-line:before,
.divider.divider-line:after {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ----------------------------------------------------------------
	26. Magazine Specific Classes
-----------------------------------------------------------------*/
/* line 11516, app/assets/stylesheets/v3/style_v3.scss */
.top-advert {
  float: right;
  padding: 5px;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
}

/* line 11523, app/assets/stylesheets/v3/style_v3.scss */
.top-advert a,
.top-advert img {
  display: block;
}

/* line 11526, app/assets/stylesheets/v3/style_v3.scss */
.bnews-title {
  display: block;
  float: left;
  margin-top: 2px;
  padding-top: .3em;
  text-transform: uppercase;
}

/* line 11534, app/assets/stylesheets/v3/style_v3.scss */
.bnews-slider {
  float: left;
  width: 970px;
  margin-left: 20px;
  min-height: 0;
}

/* ----------------------------------------------------------------
	27. Go To Top
-----------------------------------------------------------------*/
/* line 11546, app/assets/stylesheets/v3/style_v3.scss */
#gotoTop {
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
}

/* line 11566, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) #gotoTop {
  transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
}

/* line 11572, app/assets/stylesheets/v3/style_v3.scss */
.stretched #gotoTop {
  bottom: 30px;
}

/* line 11574, app/assets/stylesheets/v3/style_v3.scss */
#gotoTop:hover {
  background-color: #1ABC9C;
}

/* ----------------------------------------------------------------
	28. Error 404
-----------------------------------------------------------------*/
/* line 11582, app/assets/stylesheets/v3/style_v3.scss */
.error404 {
  display: block;
  font-size: 216px;
  font-weight: 600;
  color: #DDD;
  line-height: 1.35;
  letter-spacing: 4px;
}

/* line 11591, app/assets/stylesheets/v3/style_v3.scss */
.error404-wrap .container {
  z-index: 7;
}

/* line 11593, app/assets/stylesheets/v3/style_v3.scss */
.error404-wrap .error404 {
  line-height: 0.9;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 244px;
  color: #FFF !important;
  opacity: 0.2;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

/* line 11603, app/assets/stylesheets/v3/style_v3.scss */
.error404-wrap .heading-block h4 {
  font-weight: 300;
  margin-bottom: 8px;
}

/* line 11608, app/assets/stylesheets/v3/style_v3.scss */
.error404-wrap .heading-block span {
  font-size: 17px;
}

/* line 11610, app/assets/stylesheets/v3/style_v3.scss */
.error404-wrap form {
  max-width: 500px;
}

/* ----------------------------------------------------------------
	29. Landing Pages
-----------------------------------------------------------------*/
/* line 11617, app/assets/stylesheets/v3/style_v3.scss */
.landing-wide-form {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 3px;
}

/* line 11623, app/assets/stylesheets/v3/style_v3.scss */
.landing-form-overlay {
  position: absolute;
  z-index: 10;
  top: auto;
  left: auto;
  right: 0;
  bottom: -154px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px 3px 0 0;
}

/* line 11634, app/assets/stylesheets/v3/style_v3.scss */
.landing-video {
  z-index: 1;
  width: 560px;
  height: 315px;
  margin: 22px 0 0 95px;
  overflow: hidden;
}

/* line 11642, app/assets/stylesheets/v3/style_v3.scss */
.landing-promo h3 {
  font-size: 26px;
}

/* line 11644, app/assets/stylesheets/v3/style_v3.scss */
.landing-promo > .container > span {
  font-size: 17px;
}

/* ----------------------------------------------------------------
	30. Preloaders
-----------------------------------------------------------------*/
/* line 11652, app/assets/stylesheets/v3/style_v3.scss */
.preloader,
.preloader2,
.form-process {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/v3/preloader-df76bc7595d4bc4a77bf4dc89d447e7c5e653e6ae3c45213cfca9b8e9925ca83.gif) center center no-repeat #FFF;
}

/* line 11661, app/assets/stylesheets/v3/style_v3.scss */
.preloader2 {
  background-color: transparent;
}

/* line 11663, app/assets/stylesheets/v3/style_v3.scss */
.form-process {
  display: none;
  position: absolute;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.7);
}

/* ----------------------------------------------------------------
	31. Toastr Notifications
-----------------------------------------------------------------*/
/* line 11676, app/assets/stylesheets/v3/style_v3.scss */
.toast-title {
  font-weight: bold;
}

/* line 11678, app/assets/stylesheets/v3/style_v3.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 11683, app/assets/stylesheets/v3/style_v3.scss */
.toast-message a,
.toast-message label {
  color: #ffffff;
}

/* line 11686, app/assets/stylesheets/v3/style_v3.scss */
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

/* line 11691, app/assets/stylesheets/v3/style_v3.scss */
.toast-close-button {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 11702, app/assets/stylesheets/v3/style_v3.scss */
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}

/* line 11713, app/assets/stylesheets/v3/style_v3.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11721, app/assets/stylesheets/v3/style_v3.scss */
.toast-top-full-width {
  top: 10px;
  right: 0;
  width: 100%;
}

/* line 11727, app/assets/stylesheets/v3/style_v3.scss */
.toast-bottom-full-width {
  bottom: 10px;
  right: 0;
  width: 100%;
}

/* line 11733, app/assets/stylesheets/v3/style_v3.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 11738, app/assets/stylesheets/v3/style_v3.scss */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 11743, app/assets/stylesheets/v3/style_v3.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 11748, app/assets/stylesheets/v3/style_v3.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 11753, app/assets/stylesheets/v3/style_v3.scss */
#toast-container {
  position: fixed;
  z-index: 1999;
}

/* line 11758, app/assets/stylesheets/v3/style_v3.scss */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11764, app/assets/stylesheets/v3/style_v3.scss */
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 11777, app/assets/stylesheets/v3/style_v3.scss */
#toast-container > div i {
  position: relative;
  top: 1px;
  width: 16px;
  text-align: center;
  margin-right: 3px;
}

/* line 11785, app/assets/stylesheets/v3/style_v3.scss */
#toast-container > :hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 11792, app/assets/stylesheets/v3/style_v3.scss */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

/* line 11798, app/assets/stylesheets/v3/style_v3.scss */
.toast {
  background-color: #030303;
}

/* line 11800, app/assets/stylesheets/v3/style_v3.scss */
.toast-success {
  background-color: #51a351;
}

/* line 11802, app/assets/stylesheets/v3/style_v3.scss */
.toast-error {
  background-color: #bd362f;
}

/* line 11804, app/assets/stylesheets/v3/style_v3.scss */
.toast-info {
  background-color: #2f96b4;
}

/* line 11806, app/assets/stylesheets/v3/style_v3.scss */
.toast-warning {
  background-color: #f89406;
}

@media all and (min-width: 240px) and (max-width: 479px) {
  /* line 11810, app/assets/stylesheets/v3/style_v3.scss */
  #toast-container > div {
    padding: 8px;
    width: 18em;
  }
}

@media all and (min-width: 480px) and (max-width: 767px) {
  /* line 11817, app/assets/stylesheets/v3/style_v3.scss */
  #toast-container > div {
    padding: 15px;
    width: 25em;
  }
}

/* ----------------------------------------------------------------
	32. Footer
-----------------------------------------------------------------*/
/* line 11829, app/assets/stylesheets/v3/style_v3.scss */
#footer {
  position: relative;
  background-color: #EEE;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
}

/* line 11835, app/assets/stylesheets/v3/style_v3.scss */
.device-lg.sticky-footer #top-bar,
.device-md.sticky-footer #top-bar {
  z-index: 299;
}

/* line 11838, app/assets/stylesheets/v3/style_v3.scss */
.device-lg.sticky-footer #header,
.device-md.sticky-footer #header {
  z-index: 199;
}

/* line 11841, app/assets/stylesheets/v3/style_v3.scss */
.device-lg.sticky-footer #slider,
.device-lg.sticky-footer #page-submenu,
.device-lg.sticky-footer #page-title,
.device-lg.sticky-footer #content,
.device-md.sticky-footer #slider,
.device-md.sticky-footer #page-submenu,
.device-md.sticky-footer #page-title,
.device-md.sticky-footer #content {
  z-index: 2;
}

/* line 11850, app/assets/stylesheets/v3/style_v3.scss */
.device-lg.sticky-footer #footer,
.device-md.sticky-footer #footer {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* line 11860, app/assets/stylesheets/v3/style_v3.scss */
.device-lg.sticky-footer:not(.stretched) #footer,
.device-md.sticky-footer:not(.stretched) #footer {
  left: 50%;
  margin-left: -610px;
  width: 1220px;
}

/* line 11867, app/assets/stylesheets/v3/style_v3.scss */
.device-md.sticky-footer:not(.stretched) #footer {
  margin-left: -500px;
  width: 1000px;
}

/* line 11872, app/assets/stylesheets/v3/style_v3.scss */
#footer .footer-widgets-wrap {
  position: relative;
  padding: 80px 0;
}

/* line 11877, app/assets/stylesheets/v3/style_v3.scss */
.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_two_third,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_five_sixth {
  margin-bottom: 0;
}

/* line 11890, app/assets/stylesheets/v3/style_v3.scss */
#copyrights {
  padding: 40px 0;
  background-color: #DDD;
  font-size: 14px;
  line-height: 1.8;
}

/* line 11897, app/assets/stylesheets/v3/style_v3.scss */
#copyrights i.footer-icon {
  position: relative;
  top: 1px;
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin-right: 3px;
}

/* line 11906, app/assets/stylesheets/v3/style_v3.scss */
.copyright-links a {
  display: inline-block;
  margin: 0 3px;
  color: #333;
  border-bottom: 1px dotted #444;
}

/* line 11913, app/assets/stylesheets/v3/style_v3.scss */
.copyright-links a:hover {
  color: #555;
  border-bottom: 1px solid #666;
}

/* line 11918, app/assets/stylesheets/v3/style_v3.scss */
.copyrights-menu {
  margin-bottom: 10px;
}

/* line 11920, app/assets/stylesheets/v3/style_v3.scss */
.copyrights-menu a {
  font-size: 14px;
  margin: 0 10px;
  border-bottom: 0 !important;
}

/* line 11926, app/assets/stylesheets/v3/style_v3.scss */
#copyrights .col_half {
  margin-bottom: 0 !important;
}

/* line 11928, app/assets/stylesheets/v3/style_v3.scss */
#copyrights a:first-child {
  margin-left: 0;
}

/* line 11930, app/assets/stylesheets/v3/style_v3.scss */
#copyrights .tright a:last-child {
  margin-right: 0;
}

/* line 11932, app/assets/stylesheets/v3/style_v3.scss */
.footer-logo {
  display: block;
  margin-bottom: 30px;
}

/* ----------------------------------------------------------------
	33. Widgets
-----------------------------------------------------------------*/
/* line 11943, app/assets/stylesheets/v3/style_v3.scss */
.widget {
  position: relative;
  margin-top: 50px;
}

/* line 11948, app/assets/stylesheets/v3/style_v3.scss */
.widget p {
  line-height: 1.7;
}

/* line 11950, app/assets/stylesheets/v3/style_v3.scss */
.sidebar-widgets-wrap .widget {
  padding-top: 50px;
  border-top: 1px solid #EEE;
}

/* line 11955, app/assets/stylesheets/v3/style_v3.scss */
.widget:first-child {
  margin-top: 0;
}

/* line 11957, app/assets/stylesheets/v3/style_v3.scss */
.sidebar-widgets-wrap .widget:first-child {
  padding-top: 0;
  border-top: 0;
}

/* line 11962, app/assets/stylesheets/v3/style_v3.scss */
.widget > h4 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 11970, app/assets/stylesheets/v3/style_v3.scss */
.sidebar-widgets-wrap .widget > h4 {
  letter-spacing: 1px;
}

/* line 11972, app/assets/stylesheets/v3/style_v3.scss */
.widget p:not(.lead) {
  font-size: 14px;
}

/* Tag Cloud
-----------------------------------------------------------------*/
/* line 11979, app/assets/stylesheets/v3/style_v3.scss */
.tagcloud {
  margin-bottom: -2px;
}

/* line 11981, app/assets/stylesheets/v3/style_v3.scss */
.tagcloud a {
  display: block;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 3px 6px;
  border: 1px solid #E5E5E5;
  font-size: 13px !important;
  color: #666;
  border-radius: 2px;
}

/* line 11993, app/assets/stylesheets/v3/style_v3.scss */
body:not(.device-touch) .tagcloud a {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 11999, app/assets/stylesheets/v3/style_v3.scss */
.tagcloud a:hover {
  border-color: #1ABC9C !important;
  color: #1ABC9C !important;
}

/* Widget - Links
-----------------------------------------------------------------*/
/* line 12008, app/assets/stylesheets/v3/style_v3.scss */
.widget_nav_menu ul,
.widget_nav_menu li,
.widget_links ul,
.widget_links li,
.widget_meta ul,
.widget_meta li,
.widget_archive ul,
.widget_archive li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_categories ul,
.widget_categories li,
.widget_pages ul,
.widget_pages li,
.widget_rss ul,
.widget_rss li {
  list-style: none;
  margin: 0;
}

/* line 12030, app/assets/stylesheets/v3/style_v3.scss */
.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li,
.widget_rss li {
  padding: 4px;
}

/* line 12040, app/assets/stylesheets/v3/style_v3.scss */
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li {
  display: inline-block;
  padding: 0 3px 0 12px;
}

/* line 12053, app/assets/stylesheets/v3/style_v3.scss */
.widget_recent_comments li {
  display: block;
  background: url(/assets/v3/icons/widget-comment-e99e2447b7d2edfa410b1826b423bafe121a841b73a4fedfa73b3859b40cdfcd.png) left top no-repeat;
  padding: 4px 0 4px 20px;
}

/* line 12059, app/assets/stylesheets/v3/style_v3.scss */
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li a {
  background: url(/assets/v3/icons/widget-link-61515166f968eaea7eb5c3fc9ee935fa998881c0745cf2df92ce501fd0e7c698.png) left top no-repeat;
  border: none !important;
  color: #444;
  font-size: 14px;
}

/* line 12074, app/assets/stylesheets/v3/style_v3.scss */
.widget_nav_menu li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_rss li a:hover,
.widget_recent_comments li a:hover {
  color: #000;
}

/* line 12084, app/assets/stylesheets/v3/style_v3.scss */
.widget_recent_comments li a {
  display: inline;
  padding: 0;
  background: none !important;
}

/* line 12090, app/assets/stylesheets/v3/style_v3.scss */
.widget_nav_menu > ul > li:first-child,
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_rss > ul > li:first-child {
  border-top: 0 !important;
}

/* line 12100, app/assets/stylesheets/v3/style_v3.scss */
.widget_nav_menu > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > ul,
.widget_pages > ul,
.widget_rss > ul {
  margin-top: -4px !important;
}

/* line 12110, app/assets/stylesheets/v3/style_v3.scss */
.widget_nav_menu ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_rss ul ul {
  margin-left: 15px;
}

/* Widget - Testimonial & Twitter
-----------------------------------------------------------------*/
/* line 12124, app/assets/stylesheets/v3/style_v3.scss */
.widget .testimonial.no-image .testi-image {
  display: none;
}

/* line 12126, app/assets/stylesheets/v3/style_v3.scss */
.widget .testimonial.twitter-scroll .testi-image {
  margin-right: 10px;
}

/* line 12128, app/assets/stylesheets/v3/style_v3.scss */
.widget .testimonial:not(.twitter-scroll) .testi-image,
.widget .testimonial:not(.twitter-scroll) .testi-image a,
.widget .testimonial:not(.twitter-scroll) .testi-image img {
  width: 42px;
  height: 42px;
}

/* line 12135, app/assets/stylesheets/v3/style_v3.scss */
.widget .testimonial.twitter-scroll .testi-image,
.widget .testimonial.twitter-scroll .testi-image a,
.widget .testimonial.twitter-scroll .testi-image img,
.widget .testimonial.twitter-scroll .testi-image i {
  width: 28px;
  height: 28px;
}

/* line 12143, app/assets/stylesheets/v3/style_v3.scss */
.widget .testimonial.twitter-scroll .testi-image i {
  background-color: #EEE;
  line-height: 28px;
  font-size: 14px;
  color: #888;
}

/* line 12150, app/assets/stylesheets/v3/style_v3.scss */
.widget .testimonial p {
  font-size: 14px;
}

/* Widget - Quick Contact Form
-----------------------------------------------------------------*/
/* line 12156, app/assets/stylesheets/v3/style_v3.scss */
.quick-contact-widget .form-control,
.quick-contact-widget .input-group,
.quick-contact-widget .sm-form-control {
  margin-bottom: 10px;
}

/* line 12160, app/assets/stylesheets/v3/style_v3.scss */
.quick-contact-widget .input-group .form-control {
  margin-bottom: 0;
}

/* line 12162, app/assets/stylesheets/v3/style_v3.scss */
.quick-contact-widget form,
#template-contactform {
  position: relative;
}

/* Newsletter Widget
-----------------------------------------------------------------*/
/* line 12169, app/assets/stylesheets/v3/style_v3.scss */
.subscribe-widget h5 {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}

/* Twitter Feed Widget
-----------------------------------------------------------------*/
/* line 12179, app/assets/stylesheets/v3/style_v3.scss */
.widget-twitter-feed li {
  margin: 15px 0 0 0;
}

/* line 12181, app/assets/stylesheets/v3/style_v3.scss */
.widget-twitter-feed li:first-child {
  margin-top: 0;
}

/* line 12183, app/assets/stylesheets/v3/style_v3.scss */
.widget-twitter-feed small {
  display: block;
  margin-top: 3px;
}

/* line 12188, app/assets/stylesheets/v3/style_v3.scss */
.widget-twitter-feed small a {
  color: #999;
}

/* line 12190, app/assets/stylesheets/v3/style_v3.scss */
.widget-twitter-feed .twitter-feed:not(.twitter-feed-avatar) a.twitter-avatar {
  display: none;
}

/* line 12192, app/assets/stylesheets/v3/style_v3.scss */
.widget-twitter-feed .twitter-feed.twitter-feed-avatar i.icon-twitter {
  display: none;
}

/* line 12194, app/assets/stylesheets/v3/style_v3.scss */
.widget-twitter-feed .twitter-feed-avatar {
  margin-left: 44px;
}

/* line 12196, app/assets/stylesheets/v3/style_v3.scss */
.widget-twitter-feed .twitter-feed-avatar > li a.twitter-avatar {
  display: block;
  position: absolute;
  left: -44px;
  text-align: center;
  top: 2px;
  width: 32px;
  height: 32px;
}

/* line 12206, app/assets/stylesheets/v3/style_v3.scss */
.twitter-feed-avatar a.twitter-avatar img {
  border-radius: 50%;
}

/* Widget Filter Links
-----------------------------------------------------------------*/
/* line 12212, app/assets/stylesheets/v3/style_v3.scss */
.widget-filter-links ul {
  list-style: none;
  margin-bottom: 0;
}

/* line 12217, app/assets/stylesheets/v3/style_v3.scss */
.widget-filter-links .widget-filter-reset {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  font-size: 12px;
  line-height: 22px;
}

/* line 12226, app/assets/stylesheets/v3/style_v3.scss */
.widget:not(:first-child) .widget-filter-reset {
  top: 50px;
}

/* line 12228, app/assets/stylesheets/v3/style_v3.scss */
.widget-filter-links .widget-filter-reset a {
  color: red;
}

/* line 12230, app/assets/stylesheets/v3/style_v3.scss */
.widget-filter-links .widget-filter-reset.active-filter {
  display: none;
}

/* line 12232, app/assets/stylesheets/v3/style_v3.scss */
.widget-filter-links li {
  position: relative;
  font-size: 15px;
  line-height: 24px;
}

/* line 12238, app/assets/stylesheets/v3/style_v3.scss */
.widget-filter-links li:not(:first-child) {
  margin-top: 10px;
}

/* line 12240, app/assets/stylesheets/v3/style_v3.scss */
.widget-filter-links li a {
  display: block;
  color: #444;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

/* line 12247, app/assets/stylesheets/v3/style_v3.scss */
.widget-filter-links li span {
  position: absolute;
  top: 1px;
  left: auto;
  right: 0;
  font-size: 11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #777;
  background-color: #EEE;
  border-radius: 50%;
}

/* line 12262, app/assets/stylesheets/v3/style_v3.scss */
.widget-filter-links li:hover a {
  color: #777;
}

/* line 12264, app/assets/stylesheets/v3/style_v3.scss */
.widget-filter-links li.active-filter a {
  font-weight: 700;
}

/* line 12266, app/assets/stylesheets/v3/style_v3.scss */
.widget-filter-links li.active-filter span {
  color: #FFF;
  background-color: #1ABC9C;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* Navigation Tree
-----------------------------------------------------------------*/
/* line 12277, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree {
  position: relative;
  margin-bottom: 40px;
}

/* line 12282, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree ul {
  margin-bottom: 0;
  list-style: none;
}

/* line 12287, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree > ul {
  margin: -8px 0;
}

/* line 12289, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree li {
  position: relative;
}

/* line 12291, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree li a {
  display: block;
  padding: 8px 0;
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
}

/* line 12302, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree li i {
  font-size: 14px;
  width: 16px;
  text-align: center;
}

/* line 12308, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree li i:not(.icon-angle-down) {
  margin-right: 8px;
  position: relative;
  top: 1px;
}

/* line 12314, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree li a i.icon-angle-down {
  width: auto;
  font-size: 12px;
  margin-left: 2px;
}

/* line 12320, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree li:hover > a,
.nav-tree li.current > a,
.nav-tree li.active > a {
  color: #1ABC9C !important;
}

/* line 12324, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree ul ul {
  display: none;
}

/* line 12326, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree li.current > ul {
  display: block;
}

/* line 12328, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree ul ul a {
  font-size: 12px;
  padding: 6px 0;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
}

/* line 12335, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree ul ul a i.icon-angle-down {
  font-size: 12px;
}

/* line 12337, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree ul ul a {
  padding-left: 20px;
}

/* line 12338, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree ul ul ul a {
  padding-left: 40px;
}

/* line 12339, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree ul ul ul ul a {
  padding-left: 60px;
}

/* line 12340, app/assets/stylesheets/v3/style_v3.scss */
.nav-tree ul ul ul ul ul a {
  padding-left: 80px;
}

/* ----------------------------------------------------------------
	34. Wedding
-----------------------------------------------------------------*/
/* line 12348, app/assets/stylesheets/v3/style_v3.scss */
.wedding-head {
  position: relative;
  line-height: 1;
  font-size: 80px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 12355, app/assets/stylesheets/v3/style_v3.scss */
.wedding-head .first-name,
.wedding-head .last-name,
.wedding-head .and {
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
}

/* line 12367, app/assets/stylesheets/v3/style_v3.scss */
.wedding-head .last-name {
  margin: 0 0 0 15px;
  text-align: left;
}

/* line 12372, app/assets/stylesheets/v3/style_v3.scss */
.wedding-head .first-name span,
.wedding-head .last-name span {
  display: block;
  margin-top: 10px;
  font-size: 56px;
  font-weight: 400;
  font-style: italic;
  font-family: 'Crete Round', serif;
  text-transform: none;
}

/* line 12383, app/assets/stylesheets/v3/style_v3.scss */
.wedding-head .and {
  margin: 0;
  font-size: 200px;
  font-family: 'Times New Roman', serif;
}

/* ----------------------------------------------------------------
	35. Bootstrap Specific
-----------------------------------------------------------------*/
/* line 12394, app/assets/stylesheets/v3/style_v3.scss */
.table .success {
  color: #3c763d;
}

/* line 12396, app/assets/stylesheets/v3/style_v3.scss */
.table .info {
  color: #31708f;
}

/* line 12398, app/assets/stylesheets/v3/style_v3.scss */
.table .warning {
  color: #8a6d3b;
}

/* line 12400, app/assets/stylesheets/v3/style_v3.scss */
.table .danger {
  color: #a94442;
}

/* line 12402, app/assets/stylesheets/v3/style_v3.scss */
.btn-link,
.pagination > li > a, .pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #1ABC9C;
}

/* line 12409, app/assets/stylesheets/v3/style_v3.scss */
.btn-link:hover,
.btn-link:focus {
  color: #222;
}

/* line 12412, app/assets/stylesheets/v3/style_v3.scss */
.boot-tabs {
  margin-bottom: 20px !important;
}

/* line 12414, app/assets/stylesheets/v3/style_v3.scss */
.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
  position: absolute;
  top: 47.5%;
  z-index: 5;
  display: inline-block;
}

/* line 12422, app/assets/stylesheets/v3/style_v3.scss */
.carousel-control .icon-chevron-left {
  left: 50%;
}

/* line 12424, app/assets/stylesheets/v3/style_v3.scss */
.carousel-control .icon-chevron-right {
  right: 50%;
}

/* line 12426, app/assets/stylesheets/v3/style_v3.scss */
.responsive-utilities th small {
  display: block;
  font-weight: 400;
  color: #999;
}

/* line 12432, app/assets/stylesheets/v3/style_v3.scss */
.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EEE;
  border: 1px solid #DDD;
}

/* line 12439, app/assets/stylesheets/v3/style_v3.scss */
.img-circle {
  border-radius: 50% !important;
}

/* line 12441, app/assets/stylesheets/v3/style_v3.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #FFF !important;
  background-color: #1ABC9C !important;
  border-color: #1ABC9C !important;
}

/* line 12452, app/assets/stylesheets/v3/style_v3.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #1ABC9C;
}

/* line 12456, app/assets/stylesheets/v3/style_v3.scss */
label.radio,
label.checkbox {
  padding-left: 20px;
}

/* line 12459, app/assets/stylesheets/v3/style_v3.scss */
.input-group-lg > .input-group-addon {
  line-height: 1;
}

/* ----------------------------------------------------------------
	36. Cookie Notification
-----------------------------------------------------------------*/
/* line 12467, app/assets/stylesheets/v3/style_v3.scss */
#cookie-notification {
  position: fixed;
  top: auto;
  bottom: -70px;
  left: 0;
  width: 100%;
  padding: 20px 0;
  line-height: 24px;
  background-color: #EEE;
  color: #444;
  z-index: 99;
  -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: bottom .4s ease;
  -o-transition: bottom .4s ease;
  transition: bottom .4s ease;
}

/* ----------------------------------------------------------------
	37. Stretched Layout
-----------------------------------------------------------------*/
/* line 12494, app/assets/stylesheets/v3/style_v3.scss */
.stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none;
}

/* ----------------------------------------------------------------
	38. Page Transitions
-----------------------------------------------------------------*/
/* line 12505, app/assets/stylesheets/v3/style_v3.scss */
body:not(.no-transition) #wrapper,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 12513, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  background-color: #FFF;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 12526, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: 13px;
  width: 18px;
  height: 18px;
  background-color: #DDD;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 12543, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner .css3-spinner-bounce1 {
  margin-left: -31px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 12549, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner .css3-spinner-bounce2 {
  margin-left: -9px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 12571, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-flipper {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 0;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* line 12600, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-double-bounce1,
.css3-spinner > .css3-spinner-double-bounce2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: cssspinnerbounce 2.0s infinite ease-in-out;
  animation: cssspinnerbounce 2.0s infinite ease-in-out;
}

/* line 12612, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes cssspinnerbounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes cssspinnerbounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 12632, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-rect1,
.css3-spinner > .css3-spinner-rect2,
.css3-spinner > .css3-spinner-rect3,
.css3-spinner > .css3-spinner-rect4,
.css3-spinner > .css3-spinner-rect5 {
  height: 30px;
  width: 6px;
  margin-top: -15px;
  margin-left: -21px;
  border-radius: 0;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

/* line 12646, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-rect2 {
  margin-left: -12px;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 12652, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-rect3 {
  margin-left: -3px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

/* line 12658, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-rect4 {
  margin-left: 6px;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 12664, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-rect5 {
  margin-left: 15px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* line 12686, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-cube1,
.css3-spinner > .css3-spinner-cube2 {
  width: 16px;
  height: 16px;
  border-radius: 0;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

/* line 12697, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/* line 12729, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-scaler {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

/* line 12758, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-grid-pulse {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none;
}

/* line 12768, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-grid-pulse > div {
  background-color: #DDD;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

/* line 12786, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: 0.73s;
  animation-delay: 0.73s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

/* line 12793, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

/* line 12800, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0.71s;
  animation-delay: 0.71s;
  -webkit-animation-duration: 0.88s;
  animation-duration: 0.88s;
}

/* line 12807, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
  -webkit-animation-duration: 1.06s;
  animation-duration: 1.06s;
}

/* line 12814, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
  -webkit-animation-duration: 0.62s;
  animation-duration: 0.62s;
}

/* line 12821, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: -0.14s;
  animation-delay: -0.14s;
  -webkit-animation-duration: 1.48s;
  animation-duration: 1.48s;
}

/* line 12828, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
  -webkit-animation-duration: 1.47s;
  animation-duration: 1.47s;
}

/* line 12835, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1.49s;
  animation-duration: 1.49s;
}

/* line 12842, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.73s;
  animation-delay: 0.73s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

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

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

/* line 12882, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-clip-rotate {
  width: 33px;
  height: 33px;
  margin-top: -17px;
  margin-left: -17px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none;
}

/* line 12892, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-clip-rotate > div {
  border-radius: 100%;
  border: 2px solid #DDD;
  border-bottom-color: transparent !important;
  height: 33px;
  width: 33px;
  background: transparent !important;
  -webkit-animation: rotate 1s 0s linear infinite;
  animation: rotate 1s 0s linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

/* line 12918, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-ball-rotate {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  background-color: transparent !important;
  -webkit-animation: ballrotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation: ballrotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}

/* line 12928, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-ball-rotate > div {
  background-color: #DDD;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: relative;
}

/* line 12936, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-ball-rotate > div:nth-child(1), .css3-spinner-ball-rotate > div:nth-child(3) {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  content: "";
  position: absolute;
  opacity: 0.7;
}

/* line 12945, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-ball-rotate > div:nth-child(1) {
  top: 0px;
  left: -22px;
}

/* line 12950, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-ball-rotate > div:nth-child(3) {
  top: 0px;
  left: 22px;
}

@-webkit-keyframes ballrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ballrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 12985, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-zig-zag {
  background-color: transparent !important;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
  -webkit-animation: none;
  animation: none;
}

/* line 12994, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-zig-zag > div {
  background-color: #DDD;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 13007, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-zig-zag > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear;
}

/* line 13012, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-zig-zag > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear;
}

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 13123, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-ball-scale-multiple {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none;
}

/* line 13133, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-ball-scale-multiple > div {
  background-color: #DDD;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1.25s 0s linear infinite;
  animation: ball-scale-multiple 1.25s 0s linear infinite;
}

/* line 13146, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 13151, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* line 13185, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-triangle-path {
  background-color: transparent !important;
  -webkit-transform: translate(-29.994px, -37.50938px);
  -ms-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px);
  -webkit-animation: none;
  animation: none;
}

/* line 13194, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #DDD;
}

/* line 13204, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-triangle-path > div:nth-child(1) {
  -webkit-animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
}

/* line 13209, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-triangle-path > div:nth-child(2) {
  -webkit-animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
}

/* line 13214, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-triangle-path > div:nth-child(3) {
  -webkit-animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
}

/* line 13219, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-triangle-path > div:nth-of-type(1) {
  top: 50px;
}

/* line 13221, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-triangle-path > div:nth-of-type(2) {
  left: 25px;
}

/* line 13223, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

/* line 13313, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-ball-pulse-sync {
  width: 70px;
  height: 34px;
  margin-left: -35px;
  margin-top: -17px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none;
}

/* line 13323, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-ball-pulse-sync > div {
  display: inline-block;
  background-color: #DDD;
  width: 14px;
  height: 14px;
  margin: 10px 3px 0;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 13334, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-ball-pulse-sync > div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
  animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
}

/* line 13339, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
}

/* line 13344, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out;
}

/* line 13349, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.85;
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.85;
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 13396, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner > .css3-spinner-scale-ripple {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none;
}

/* line 13406, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #DDD;
  -webkit-animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

/* line 13419, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-scale-ripple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 13424, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-scale-ripple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 13429, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-scale-ripple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 13434, app/assets/stylesheets/v3/style_v3.scss */
.css3-spinner-scale-ripple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

/* ----------------------------------------------------------------
	39. HTML5 Youtube Video Backgrounds
-----------------------------------------------------------------*/
/* line 13477, app/assets/stylesheets/v3/style_v3.scss */
.mb_YTVPlayer :focus {
  outline: 0;
}

/* line 13479, app/assets/stylesheets/v3/style_v3.scss */
.mb_YTVPlayer {
  display: block;
  transform: translateZ(0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation-timing-function: linear;
}

/* line 13489, app/assets/stylesheets/v3/style_v3.scss */
.mb_YTVPlayer.fullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
}

/* line 13500, app/assets/stylesheets/v3/style_v3.scss */
.mb_YTVPlayer.fullscreen .mbYTP_wrapper {
  opacity: 1 !important;
}

/* line 13503, app/assets/stylesheets/v3/style_v3.scss */
.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}

/* line 13505, app/assets/stylesheets/v3/style_v3.scss */
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}

/* line 13518, app/assets/stylesheets/v3/style_v3.scss */
.inline_YTPlayer img {
  border: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
