/*
    Theme Name: Butterfly
    Theme URL: https://bootstrapmade.com/butterfly-free-bootstrap-theme/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* CSS Document */
/* Float Elements 
---------------------------------*/
.fl-lt {
  float: left; }

.fl-rt {
  float: right; }

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

ul {
  list-style: none; }

.figure {
  margin: 0px; }

img {
  max-width: 100%; }

a, a:hover, a:active {
  outline: 0px !important; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LatoRegular';
  src: url("../fonts/lato-regular.eot");
  src: url("../fonts/lato-regular.eot") format("embedded-opentype"), url("../fonts/lato-regular.woff2") format("woff2"), url("../fonts/lato-regular.woff") format("woff"), url("../fonts/lato-regular.ttf") format("truetype"), url("../fonts/lato-regular.svg#LatoRegular") format("svg"); }
@font-face {
  font-family: 'LatoBoldBold';
  src: url("../fonts/lato-bold.eot");
  src: url("../fonts/lato-bold.eot") format("embedded-opentype"), url("../fonts/lato-bold.woff2") format("woff2"), url("../fonts/lato-bold.woff") format("woff"), url("../fonts/lato-bold.ttf") format("truetype"), url("../fonts/lato-bold.svg#LatoBoldBold") format("svg"); }
@font-face {
  font-family: 'DosisBold';
  src: url("../fonts/dosis-bold.eot");
  src: url("../fonts/dosis-bold.eot") format("embedded-opentype"), url("../fonts/dosis-bold.woff2") format("woff2"), url("../fonts/dosis-bold.woff") format("woff"), url("../fonts/dosis-bold.ttf") format("truetype"), url("../fonts/dosis-bold.svg#DosisBold") format("svg"); }
/* Primary Styles
---------------------------------*/
body {
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 350;
  color: #333333;
  margin: 0;
  font-weight: 400; }

h2 {
  font-size: 38px;
  color: #222222;
  font-family: 'Dosis';
  font-weight: 700;
  margin: 35px 0 25px 0;
  text-align: center;
  text-transform: uppercase; }

h3 {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  color: #222222;
  font-size: 20px;
  margin: 0 0 5px 0;
  text-transform: uppercase; }

h6 {
  font-size: 16px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 0 60px 0; }

p {
  line-height: 24px;
  margin: 0; }

.pr-0 {
  padding-right: 0 !important; }

.shadow-outline {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: box-shadow .3s ease-out;
  -moz-transition: box-shadow .3s ease-out;
  -ms-transition: box-shadow .3s ease-out;
  -o-transition: box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out;
  border: 1px solid #ccc;
  border-radius: 3px; }

/* Header Styles
---------------------------------*/
#header_outer {
  background: #000000;
  padding: 30px 0px; }

.header_section {
  position: relative; }

.logo {
  float: left; }
  .logo a img {
    height: 52px; }
    @media (max-width: 767px) {
      .logo a img {
        height: auto; } }

.res-nav_click {
  display: none; }

.mb-30 {
  margin-bottom: 30px; }

/* Nav Styles
---------------------------------*/
#nav.nav {
  margin-top: 8px; }

.nav {
  float: right; }

.nav ul {
  list-style: none;
  padding: 0;
  margin-bottom: 5px; }

.nav ul.toggle {
  display: none;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  margin-bottom: 0; }

.nav ul li {
  display: inline-block;
  margin: 0 12px; }

.navbar-rules .nav ul li {
  margin: 0;
  padding: 0 15px; }

.nav ul li:first-child {
  /*margin:0px;*/ }

.nav ul .last-button {
  margin: 0 0 0 23px; }

.nav ul li a {
  display: block;
  font-size: 15px;
  color: #ffffff;
  font-family: 'Dosis';
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

#nav .navbar-nav .dropdown a {
  padding: 0; }

.navbar-nav > li {
  float: none; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  color: #49b5e7; }

.dropdown-menu {
  background-color: white;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }
  .dropdown-menu li {
    padding: 5px 0; }
  .dropdown-menu .main-menu-sublink {
    display: block; }

/* Top_content
---------------------------------*/
.top_cont_outer {
  background: #f9f9f9;
  position: relative; }

.top_content {
  background: url(../img/PumaServicesandProduct.gif) no-repeat right center;
  background-size: 475px auto;
  position: relative;
  padding-top: 50px; }

.white_pad {
  position: relative;
  right: 0px;
  bottom: 0px; }

.white_pad img {
  position: absolute;
  right: 0px;
  bottom: 0px; }

.top_left_cont {
  padding: 110px 0; }

.top_left_cont h3 {
  font-size: 16px;
  color: #FBB146;
  margin: 0 0 20px 0;
  text-align: left;
  font-family: 'Lato';
  font-weight: 700; }

.top_left_cont h2 {
  font-size: 40px;
  color: #111111;
  line-height: 52px;
  margin: 0 0 26px 0;
  font-family: 'Dosis';
  text-align: left;
  font-weight: 700; }

.top_left_cont p {
  font-size: 16px;
  color: #888888;
  margin: 0 0 30px 0;
  line-height: 26px;
  font-family: 'Lato'; }

a.learn_more2 {
  font-family: 'Dosis';
  display: block;
  font-size: 16px;
  color: #ffffff;
  background: #49b5e7;
  width: 178px;
  height: 46px;
  line-height: 46px;
  border-radius: 3px;
  text-align: center;
  font-family: "" Dosis "";
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

a.learn_more2:hover {
  background: #222222; }

/* Services
---------------------------------*/
#service {
  padding: 83px 0px; }

.service_area {
  padding: 40px 0 40px;
  display: flex; }

.display-flex-lg {
  display: flex; }
  @media (max-width: 768px) {
    .display-flex-lg {
      display: block; } }

.service_block {
  display: flex;
  flex: 1;
  align-items: stretch;
  flex-direction: column;
  text-align: center;
  padding: 30px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow .3s ease-out;
  -moz-transition: box-shadow .3s ease-out;
  -ms-transition: box-shadow .3s ease-out;
  -o-transition: box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out;
  border: 1px solid #ccc;
  border-radius: 3px; }
  .service_block:hover {
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer; }

.top_news_block {
  padding: 0;
  max-width: 250px;
  margin: 10px auto !important; }

.service_icon {
  border: 2px solid #49b5e7;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0px auto 25px; }

.service_icon.icon2 {
  border: 2px solid #0e002e; }

.service_icon.icon3 {
  border: 2px solid #7cc576; }

.service_icon.icon4 {
  border: 2px solid #c93030; }

.service_icon.icon5 {
  border: 2px solid #000000; }

.service_icon.icon6 {
  border: 2px solid #FBB146; }

.service_icon span {
  background: #49b5e7;
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%; }

.service_icon.icon2 span {
  background: #070042; }

.service_icon.icon3 span {
  background: #7cc576; }

.service_icon.icon4 span {
  background: #c93030; }

.service_icon.icon5 span {
  background: #000000; }

.service_icon.icon6 span {
  background: #FBB146; }

.service_icon i {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  position: relative;
  top: 14px;
  z-index: 20; }

.service_block h3 {
  font-family: 'Dosis';
  font-weight: 600;
  font-size: 18px;
  color: #111111;
  margin: 35px 0 18px; }

.service_block p {
  font-size: 16px;
  color: #888888;
  margin: 0px; }

.services_contact_btn {
  display: block;
  margin: auto; }

/* Latest Work
---------------------------------*/
#work_outer {
  background: #f9f9f9;
  padding: 70px 0px;
  position: relative; }

.work_pic {
  position: absolute;
  right: 0;
  top: 25%;
  width: 50%; }

.work_section {
  padding: 110px 0 20px;
  background: url(../img/dashboard_editions.png) no-repeat right bottom;
  background-size: 600px auto;
  background-position-y: 40%; }

.service-list {
  padding: 0 0 0 0;
  font-size: 14px;
  margin-bottom: 40px; }
  .service-list h3 a {
    color: #222222; }

.service-list-col1 {
  float: left;
  width: 60px;
  text-align: center; }

.service-list-col1 i {
  display: inline;
  color: #888;
  font-size: 19px;
  font-style: normal;
  line-height: 20px; }

.service-list-col2 {
  overflow: hidden; }

.main-section.alabaster {
  background: #fafafa; }

.work_bottom {
  padding: 20px 0 0 60px; }

.work_bottom span {
  font-size: 18px;
  color: #333333;
  display: block;
  margin: 0 0 20px 0; }

a.contact_btn {
  background: #FBB146;
  text-transform: uppercase;
  display: block;
  width: 176px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 3px;
  font-family: 'Dosis';
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

a.contact_btn:hover {
  background: #222222; }

a.pricing_btn {
  background: #FBB146;
  text-transform: uppercase;
  display: inline-block;
  width: 176px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px;
  font-family: 'Dosis';
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

a.pricing_btn:hover {
  background: #222222; }

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px; }

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px; }

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px; }

#contactToken {
  display: none; }

#contactSpinner {
  color: #7cc576;
  display: none;
  padding: 6px 70.5px;
  vertical-align: middle; }

#sendmessage.show, #errormessage.show, .show {
  display: block; }

/* Portfolio
---------------------------------*/
#resources {
  padding: 40px 0px; }

.Portfolio-nav {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center; }

.Portfolio-nav li {
  margin: 0 10px;
  display: inline; }

.Portfolio-nav li a {
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: 'LatoRegular', sans-serif;
  background: #f7f7f7;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.Portfolio-nav li a:hover {
  background: #7cc576;
  color: #fff;
  text-decoration: none; }

.portfolioContainer {
  margin: 0 auto;
  padding-left: 15px;
  width: auto !important; }

.Portfolio-box {
  text-align: center;
  width: 350px;
  overflow: hidden;
  float: left;
  padding: 12px 0px; }

.Portfolio-box img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.Portfolio-box img:hover {
  opacity: 0.6; }

.Portfolio-nav li a.current {
  background: #7cc576;
  color: #fff;
  text-decoration: none; }

img {
  max-width: 100%; }

/* no transition on .isotope container */
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

.main-section.paddind {
  padding-bottom: 60px; }

/* Happy Clients
---------------------------------*/
#client_outer {
  padding: 0px 0px; }

.client_area {
  width: 960px;
  margin: 0px auto; }

.client_section {
  padding: 35px 0 0 0; }

.client_section.btm {
  padding: 20px 0 0 0; }

.client_profile {
  float: left;
  text-align: center; }

.client_profile.flt {
  float: right; }

.client_profile_pic {
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  margin: 0 0 15px 0;
  width: 220px;
  height: 220px; }

.client_profile_pic img {
  border-radius: 50%;
  border: 3px solid #f5f5f5; }

.client_profile h3 {
  font-size: 18px;
  color: #49b5e7;
  margin: 0 0 0 0; }

.client_profile span {
  display: block;
  font-size: 16px;
  color: #888888; }

.quote_section {
  width: 648px;
  background: #f9f9f9;
  position: relative;
  padding: 40px 30px;
  float: left;
  margin: 35px 0 0 30px; }

.quote_section.flt {
  float: left; }

.quote_section p {
  font-family: 'Lato',sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  color: #888888;
  text-align: center;
  position: relative; }

.quote_section p b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px; }

.quote_section p small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px; }

.quote_arrow {
  position: absolute;
  background: url(../img/quote_arrow.png) no-repeat left top;
  width: 23px;
  height: 25px;
  left: -22px;
  top: 50%;
  margin-top: -15.5px; }

.quote_arrow2 {
  background: url(../img/quote_arrow2.png) no-repeat right top;
  position: absolute;
  width: 23px;
  height: 25px;
  right: -22px;
  top: 50%;
  margin-top: -15.5px; }

/* Sponsors
---------------------------------*/
.c-logo-part {
  background: url(../img/pattern_bg.jpg) repeat left top;
  padding: 40px 0;
  margin-top: 60px;
  filter: alpha(opacity=60); }

.owl-stage {
  display: flex;
  align-items: center; }

.c-logo-part .owl-carousel img {
  max-width: 200px;
  margin: 0 auto; }

.testimonials-text {
  font-size: 16px; }

.main-section.team {
  padding: 85px 0; }

.main-section.team h6 {
  margin-bottom: 40px; }

/* Team
---------------------------------*/
.team-leader-block {
  max-width: 993px;
  margin: 0 auto; }

.team-leader-box {
  width: 30.66%;
  margin-right: 3.82979%;
  height: 490px;
  overflow: unset;
  text-align: center;
  float: left; }

.team-leader-box span {
  margin-bottom: 24px;
  display: block; }

.team-leader-box:nth-of-type(3n+0) {
  margin: 0; }

.team-leader {
  width: auto;
  height: auto;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 7px rgba(241, 241, 241, 0.8);
  margin: 7px 33px 25px 33px; }

.team-leader-shadow {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 50%; }

.team-leader-shadow a {
  display: block;
  width: 100%;
  height: 100%; }

.team-leader:hover .team-leader-shadow {
  box-shadow: inset 0px 0px 0px 148px rgba(17, 17, 17, 0.8); }

.team-leader:hover ul {
  display: block;
  opacity: 1; }

.team-leader img {
  display: block;
  border-radius: 50%;
  height: 240px; }

.team-leader ul {
  display: block;
  opacity: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -14px;
  z-index: 15;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out; }
  .team-leader ul p {
    font-size: 16px;
    color: white; }

.team-leader ul li {
  display: inline;
  margin: 0 11px; }

.team-leader ul li a {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 28px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.team-leader ul li a:hover, .team-leader ul li a:focus {
  text-decoration: none; }

.team-leader ul li a.fa-twitter:hover {
  color: #55acee; }

.team-leader ul li a.fa-linkedin:hover {
  color: #55acee; }

.team-leader ul li a.fa-facebook:hover {
  color: #3b5998; }

.team-leader ul li a.fa-pinterest:hover {
  color: #cb2026; }

.team-leader ul li a.fa-google-plus:hover {
  color: #dd4b39; }

.team-image {
  height: 250px;
  width: 250px; }

/* Twitter Feed
---------------------------------*/
/*
.business-talking{
	background:#00b8ff;
	padding:40px 0;
	text-align:center;
}

.business-talking p{
	font-size:16px;
	color:#ffffff;
	margin:0 0 15px 0;
	}
	
.twitter_bird{
	background:url(../img/twitter_bird.png) no-repeat left top;
	width:36px;
	margin:0px auto 15px;
	}
	
.business-talking p small{
	font-size:16px;
	color:#ffffff;
	display:inline-block;
	}
	
.business-talking span{
	display:block;
	font-size:14px;
	color:#ffffff;
	}
*/
.twitter-feed {
  background: #00b8ff;
  padding: 40px 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.twitter-feed:hover {
  background: #f56eab; }

.twitter-feed p {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 15px 0; }

.twitter_bird {
  /*background:url(../img/twitter_bird.png) no-repeat left top;*/
  width: 36px;
  margin: 0px auto 15px; }

.twitter-feed p small {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  display: inline-block; }

.twitter-feed span {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #ffffff; }

.twitter-feed span i {
  font-size: 38px; }

/* Contact
---------------------------------*/
.main-section.contact {
  padding: 90px 0 100px; }

.main-section.contact {
  /*background:url(../img/bg-map.png) left 190px no-repeat;*/ }

.contact_section {
  margin: 0 0 60px 0; }

.contact_section h2 {
  font-size: 40px;
  color: #ffffff;
  margin: 0 0 50px 0;
  text-transform: uppercase; }

.contact_block {
  text-align: center; }

.contact_block_icon {
  border-radius: 50%;
  height: 85px;
  width: 85px;
  margin: 0px auto 20px; }

.contact_block_icon.icon2 {
  border-color: #7cc576; }

.contact_block_icon.icon3 {
  border-color: #49b5e7; }

.contact_block_icon span {
  background: none repeat scroll 0 0 #FBB146;
  border: 5px solid #fff;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%; }

.contact_block_icon.icon2 {
  border-color: #7cc576; }

.contact_block_icon.icon2 span {
  background: #c93030; }

.contact_block_icon.icon3 {
  border-color: #49b5e7; }

.contact_block_icon.icon3 span {
  background: #49b5e7; }

.contact_block_icon i {
  color: #fff;
  font-size: 36px;
  margin-top: 0;
  position: relative;
  top: 26px;
  z-index: 20; }

.contact_block span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px; }

.contact_block span a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px; }

.contact-info-box {
  font-size: 15px;
  margin: 0 0 14px 68px;
  padding-left: 0; }

.contact-info-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 40px;
  color: #fff; }

.contact-info-box p {
  line-height: 28px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin: 0 0 40px; }

.social-link {
  padding: 35px 0;
  margin: 0 0 0 68px;
  display: block;
  overflow: hidden;
  list-style: none; }

.social-link li {
  float: left;
  margin-right: 32px; }

.social-link li a {
  display: block;
  width: 55px;
  height: 55px;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  font-size: 25px;
  color: #fff;
  background: #222222;
  border-radius: 50%;
  transition: all 0.3s ease-in-out; }

.social-link li a:hover, .social-link li a:focus {
  text-decoration: none; }

.twitter a:hover {
  background: #55acee; }

.facebook a:hover {
  background: #3b5998; }

.pinterest a:hover {
  background: #cb2026; }

.gplus a:hover {
  background: #dd4b39; }

.dribbble a:hover {
  background: #ea4c89; }

.form {
  margin: 0 66px 0 30px; }

.input-text {
  padding: 15px 16px;
  border: 1px solid #ccc;
  width: 100%;
  height: 50px;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  color: #aaa;
  font-family: 'Lato', sans-serif;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.input-text:focus {
  border: 1px solid #7cc576;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3); }

.input-text.text-area {
  height: 230px;
  resize: none;
  overflow: auto;
  font-family: 'Lato', sans-serif; }

.input-btn {
  font-family: 'Dosis', sans-serif;
  width: 175px;
  height: 50px;
  letter-spacing: 0px;
  background: #7cc576;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.input-btn:hover {
  background: #fff;
  color: #222; }

/* Footer
---------------------------------*/
.footer_section {
  background: url(../img/pattern_bg.jpg) repeat left top;
  position: relative;
  z-index: 1; }

.footer_bottom {
  border-top: 1px solid #333333;
  padding: 40px 0; }

.footer_bottom a {
  text-align: right;
  display: block; }

.footer_bottom span {
  display: block;
  font-size: 14px;
  color: #cccccc; }

.footer_bottom span a {
  display: inline-block;
  color: #7cc576;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.footer_bottom span a:hover {
  color: #fff; }

/* Animation Timers
---------------------------------*/
.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s; }

.delay-03s {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s; }

.delay-04s {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s; }

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }

.delay-06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s; }

.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s; }

.delay-08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s; }

.delay-09s {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s; }

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

.delay-12s {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s; }

/*new_profolio*/
/* Portfolio */
.container.portfolio-title {
  padding-bottom: 0px; }

#portfolio {
  padding: 60px 0 40px; }

/* Portfolio Filters */
#filters {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  display: block;
  float: none;
  z-index: 2;
  position: relative; }

#filters ul li {
  display: inline-block;
  margin: 0 5px; }

#filters ul li a {
  display: block; }

#filters ul li a h5 {
  background: none repeat scroll 0 0 #f7f7f7;
  border-radius: 4px;
  color: #222222;
  display: inline-block;
  font-family: 'LatoRegular',sans-serif;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 10px 22px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s; }

#filters ul li a:hover h5, #filters ul li a.active h5 {
  background: #FBB146;
  color: #fff;
  text-decoration: none; }

.section-title h2 {
  color: #222222;
  font-family: DosisBold;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: -1px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase; }

.section-title span {
  display: block;
  color: #888888;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 60px;
  text-align: center; }

/* Portfolio Items */
#portfolio-wrap {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  display: block; }

#portfolio-wrap .one-four {
  margin: 0 !important;
  line-height: 0;
  width: 25%;
  padding: 0;
  position: relative; }

.portfolio-item {
  padding: 0;
  position: relative;
  overflow: hidden; }

.portfolio-item .portfolio-image {
  overflow: hidden;
  display: block;
  position: relative;
  height: 235px;
  background-size: cover !important;
  margin: 10px; }

.portfolio-item .portfolio-image img {
  width: 100%;
  height: auto; }

.portfolio-item:hover .project-overlay {
  opacity: 1;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s; }

.project-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  cursor: pointer; }

.open-project-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100; }

.project-overlay:hover {
  background: rgba(255, 255, 255, 0.8); }

.project-info {
  position: absolute;
  height: 100px;
  width: 100%;
  top: 50%;
  margin-top: -50px;
  text-align: center; }

.project-name {
  color: #222222;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: DosisBold !important;
  opacity: 0;
  font-size: 23px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  position: relative;
  z-index: 10; }

.portfolio-item:hover .project-name {
  opacity: 1;
  -webkit-transition: opacity .1s .2s;
  -moz-transition: opacity .1s .2s;
  -ms-transition: opacity .1s .2s;
  -o-transition: opacity .1s .2s;
  transition: opacity .1s .2s; }

.project-categories {
  font-family: DosisBold !important;
  font-size: 18px;
  color: #000;
  opacity: 0;
  margin-top: 0px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s; }

.portfolio-item:hover .project-categories {
  opacity: 0.5;
  -webkit-transition: opacity .1s .2s;
  -moz-transition: opacity .1s .2s;
  -ms-transition: opacity .1s .2s;
  -o-transition: opacity .1s .2s;
  transition: opacity .1s .2s; }

.zoom-icon {
  left: 50%;
  margin-left: -20px;
  position: inherit;
  width: 40px;
  height: 40px;
  margin-top: 40px;
  opacity: 0;
  background: url(../img/zoom.png);
  background-size: 40px 40px;
  transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.2s;
  -webkit-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s; }

.portfolio-item:hover .zoom-icon {
  opacity: 1;
  margin-top: 0px;
  -webkit-transition: opacity .3s .2s, margin-top .3s .2s;
  -moz-transition: opacity .3s .2s, margin-top .3s .2s;
  -ms-transition: opacity .3s .2s, margin-top .3s .2s;
  -o-transition: opacity .3s .2s, margin-top .3s .2s;
  transition: opacity .3s .2s, margin-top .3s .2s; }

/* Portfolio Isotope Transitions */
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* Portfolio Expander */
#project-page-holder {
  display: none;
  background-color: #FFF; }

#project-page-button-fullscreen {
  height: auto;
  z-index: 100;
  position: absolute;
  right: 30px;
  top: 30px; }

#project-page-button-fullscreen li {
  display: inline-block;
  font-size: 30px; }

#project-page-button-fullscreen li a {
  background: url(images/close.png) no-repeat #fff;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50px;
  opacity: 0.5; }

#project-page-button-fullscreen li a:hover {
  opacity: 1; }

#project-page-button {
  text-align: center;
  margin-bottom: 20px;
  height: auto;
  position: relative;
  z-index: 100; }

#project-page-button li {
  display: inline-block;
  margin: 60px 10px 0px 10px;
  font-size: 30px; }

#project-page-data {
  margin-bottom: 0px; }

.project-section-title {
  text-align: center;
  margin-bottom: 40px; }

.project-section-title h1 {
  margin-bottom: 5px !important;
  letter-spacing: 1px; }

.project-page {
  background-color: #FFF;
  width: 100%;
  height: auto;
  left: 0;
  padding-bottom: 40px; }

/* Portfolio Normal Expander Project Slider */
.project-image-slider .bx-wrapper .bx-next {
  background: url("images/project_slider_right.png") no-repeat;
  background-size: 35px 65px;
  opacity: 0.3;
  right: -90px; }

.project-image-slider .bx-wrapper .bx-prev {
  background: url("images/project_slider_left.png") no-repeat;
  background-size: 35px 65px;
  opacity: 0.3;
  left: -90px; }

.project-image-slider .bx-wrapper .bx-next:hover, .project-image-slider .bx-wrapper .bx-prev:hover {
  opacity: 1;
  background-position: 0; }

.project-image-slider .bx-wrapper .bx-controls-direction a {
  height: 65px;
  margin-top: -33px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 35px;
  z-index: 100; }

/* Portfolio Normal Expander */
.project-description {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  height: auto; }

.small-border {
  height: 2px;
  width: 50px;
  background-color: #ddd;
  margin-bottom: 15px; }

.visit-project {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding: 55px 0 20px 0; }

.project-description h5 {
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 5px; }

/* Portfolio FullScreen Expander */
#cycle-loader {
  height: 32px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 999; }

#arrow_left {
  top: 50%;
  height: 60px;
  position: absolute;
  left: 30px;
  width: 32px;
  z-index: 1000;
  margin-top: -30px; }

#arrow_right {
  top: 50%;
  height: 60px;
  position: absolute;
  right: 30px;
  width: 32px;
  z-index: 1000;
  margin-top: -30px; }

#arrow_left:hover, #arrow_right:hover {
  margin-top: -28px; }

#arrow_left:active, #arrow_right:active {
  margin-top: -28px; }

div.mc-image {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%; }

.in-slide-content div.info-slide {
  background: #FFF url(images/info.png) no-repeat left bottom;
  background-size: 46px 46px;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 46px;
  height: 46px;
  margin: 0;
  display: block;
  text-indent: 10px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  cursor: pointer;
  z-index: 1000;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.in-slide-content div.info-slide:hover {
  width: 200px;
  background: #FFF;
  position: absolute;
  bottom: 40px;
  padding: 10px 20px;
  text-indent: 0px;
  moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  z-index: 1000;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  opacity: 1; }

.in-slide-content h2, .in-slide-content p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 24px; }

.in-slide-content h2 {
  font-size: 14px;
  color: #444;
  text-shadow: none;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 1001;
  position: relative;
  white-space: nowrap; }

.info-slide p {
  color: #aaa;
  font-size: 13px;
  text-shadow: none;
  z-index: 1001;
  position: relative;
  margin: 0;
  font-weight: normal;
  white-space: nowrap; }

.in-slide-content div.info-slide h2 {
  display: none;
  padding: 10px 10px 0 10px; }

.in-slide-content div.info-slide p {
  display: none;
  padding: 0px 10px 10px 10px; }

.in-slide-content div.info-slide:hover h2, .in-slide-content div.info-slide:hover p {
  display: inherit;
  padding: 0; }

.orange-button {
  background-color: #FBB146;
  padding: 10px;
  color: white;
  border-radius: 4px; }

.btn.orange-button {
  line-height: 1; }

.orange-button:hover {
  opacity: .7; }

.link {
  color: white; }

.black-link {
  color: #222222; }

.right-align {
  text-align: right; }

.wrapped-with-text {
  width: 300px;
  float: right; }

.link:hover {
  color: #FBB146; }

.border-button {
  border: 1px solid white;
  padding: 9px 10px;
  border-radius: 4px; }

.service-button {
  display: inline-block;
  margin-top: 20px; }

.border-button-black {
  border: 1px solid black;
  padding: 10px;
  border-radius: 4px; }

.border-button:hover, .border-button-black:hover {
  background-color: #FBB146; }

.top-bar {
  background-color: #FBB146;
  font-family: 'Dosis';
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px; }

.top-bar-container {
  position: relative; }

.top-bar button.close {
  position: absolute;
  bottom: 0;
  right: 20px;
  opacity: 1;
  text-shadow: none;
  font-weight: normal;
  font-size: 30px;
  outline: none; }

.top-bar p {
  color: white;
  font-size: 16px; }

@media (max-width: 767px) {
  .nav.toggle {
    position: fixed; }

  .nav ul li:last-child {
    margin-left: 0; }

  .nav ul .last-button {
    margin: 0; }

  .nav ul li a {
    color: #49b5e7; }

  .navbar-nav .dropdown a {
    padding: 6px 0; } }
@media (max-width: 991px) {
  .nav ul .last-button {
    margin: 0 0 0 20px; } }
/* PRICING PAGE */
body.pricing[class*='show-plan-'] .widget-span[class*='show-plan-'] {
  display: none !important; }

body.pricing.show-plan-personal .widget-span.show-plan-personal,
body.pricing.show-plan-business .widget-span.show-plan-business,
body.pricing.show-plan-agency .widget-span.show-plan-agency {
  display: inline-block !important; }

body.pricing .background--plan {
  padding-top: 0px;
  position: absolute;
  top: 96px;
  left: 0;
  right: 0;
  height: 60%;
  z-index: -1; }

body.pricing .background--plan > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

body.pricing .background--plan .personal {
  opacity: 0;
  background: #49b5e7;
  background: linear-gradient(to right, #49b5e7, rgba(251, 177, 70, 0.4)); }

body.pricing .background--plan .business {
  opacity: 0;
  background: linear-gradient(to right, #fbb146, rgba(201, 48, 48, 0.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0C13A', endColorstr='#F73347',GradientType=1); }

body.pricing .background--plan .agency {
  opacity: 0;
  background: linear-gradient(to right, rgba(216, 219, 219, 0.938), #49b5e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1FCEB2', endColorstr='#B3E449',GradientType=1); }

body.pricing.show-plan-personal .background--plan .personal {
  opacity: 1; }

body.pricing.show-plan-business .background--plan .business {
  opacity: 1; }

body.pricing.show-plan-agency .background--plan .agency {
  opacity: 1; }

body.pricing #plans-box-outer {
  position: relative;
  z-index: 2; }

body.pricing #plan-selector {
  display: inline-block; }

#plan-selector i {
  margin: 5px; }

body.pricing #plan-selector .btn {
  position: relative;
  z-index: 1;
  background: white;
  color: #3c3c3c;
  float: left;
  text-transform: none;
  border-radius: 0;
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding: 15px 20px 16px 20px;
  min-width: 150px;
  font-weight: 600;
  text-shadow: none !important;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.15) !important; }

body.pricing #plan-selector .btn:first-child,
body.pricing #plan-selector .btn:last-child {
  border-radius: 4px 0 0 4px;
  border-left: 0 !important;
  border-right: 0 !important;
  z-index: 2; }

body.pricing #plan-selector .btn:last-child {
  border-radius: 0 4px 4px 0; }

body.pricing #plan-selector .btn:hover {
  background: #f5f5f5; }

body.pricing #plan-selector .btn:active,
body.pricing #plan-selector .btn.active {
  background: rgba(0, 0, 0, 0.45);
  padding: 14px 20px 15px 20px;
  margin-top: 1px;
  color: white;
  border-color: transparent;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.62) !important;
  -moz-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.62) !important;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.62) !important; }

body.pricing #plans-box {
  padding: 0;
  margin: 20px auto;
  max-width: 800px;
  border-radius: 8px;
  background: white;
  -webkit-box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.25); }

.pricing h1, .product-header h1, .title {
  font-size: 40px;
  color: #111111;
  line-height: 52px;
  margin: 26px 0;
  font-family: 'Dosis';
  text-align: center;
  font-weight: 700; }

body.pricing #plans-box-personal,
body.pricing #plans-box-business,
body.pricing #plans-box-agency {
  width: 100%;
  padding: 0;
  margin: 0; }

body.pricing .plans-box-basic,
body.pricing .plans-box-plus, body.pricing .plans-box-plus-server {
  width: 50% !important;
  margin: 0 !important;
  padding: 0 20px !important; }

body.pricing .plans-box-plus, body.pricing .plans-box-plus-server {
  border-left: 1px solid #E6EAEF; }

body.pricing .plans-box-agency {
  margin: 0 !important;
  padding: 0 20px !important; }

body.pricing .plan-top h1 {
  font-size: 36px;
  margin: 50px 0 25px 0; }

body.pricing .plan-top p {
  margin: 0; }

body.pricing .plan-top .plan-price,
body.pricing .plan-top .plan-data, .message {
  font-size: 16px;
  font-weight: 600; }

body.pricing .plan-top > div {
  display: block;
  font-size: 16px; }

body.pricing .plan-top > div > a {
  margin: 20px 0 25px 0;
  display: inline-block;
  min-width: 130px; }

.plan-top {
  padding: 30px 0; }

body.pricing .plan-bottom {
  background: #F9F9F9;
  padding: 25px 0;
  border-radius: 0 0 8px 8px;
  min-height: 180px; }

body.pricing .plans-box-basic .plan-bottom,
body.pricing .plans-box-plus .plan-bottom,
body.pricing .plans-box-plus-server .plan-bottom {
  min-height: 370px; }

body.pricing .plans-box-basic .plan-bottom {
  border-radius: 0 0 0 8px; }

body.pricing .plans-box-plus .plan-bottom, body.pricing .plans-box-plus-server .plan-bottom {
  border-radius: 0 0 8px 0; }

body.pricing .plan-bottom ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 300px; }

body.pricing .plan-bottom ul > li.benefit {
  margin-bottom: 18px;
  font-size: 14px;
  text-align: left; }

body.pricing .plan-bottom ul > li .benefit-image {
  width: 33px;
  height: 33px;
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 100%;
  background: #49b5e7;
  padding-top: 5px; }

.benefit-image .fas {
  font-size: 19px;
  color: white; }

body.pricing .plan-bottom ul > li .benefit-30-day {
  background: url(//cdn2.hubspot.net/hubfs/1951809/legacy-misc/website-files/money-back.png?t=1519302994080);
  background-size: 33px;
  padding: 0;
  margin-bottom: -10px; }

body.pricing .plan-bottom ul > li .text {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  width: calc(100% - 50px);
  font-size: 17px; }

body.pricing .plan-bottom ul > li .text .tooltip {
  border-bottom: 1px dashed #ccc;
  cursor: pointer; }

.owl-item {
  text-align: center; }

/* PRICING - PERSONAL */
body.pricing .plan-personal-upsell > a {
  color: #3c3c3c;
  text-decoration: underline; }

body.pricing #plans-box-personal ul > li.benefit:last-child {
  margin-bottom: 0; }

/* PRICING - AGENCY */
body.pricing .plan-image img {
  max-width: 400px; }

.top_news {
  max-width: auto; }

body.pricing #plans-box-agency .plan-top > div > a {
  margin: 20px; }

body.pricing .organization-logos [alt="ConversionXL"] {
  margin-bottom: 10px; }

body.pricing .organization-logos [alt="Jellyfish"] {
  margin-bottom: 5px; }

body.pricing .organization-logos [alt="iProspect"] {
  margin-bottom: 8px; }

body.pricing .organization-logos [alt="AGConsult"] {
  margin-bottom: 12px; }

.news_list {
  padding: 0 20px; }
  .news_list .news_item {
    padding: 0px 0 25px 0;
    border-bottom: 1px solid grey;
    margin: 0 0 25px 0; }
    .news_list .news_item h2 {
      text-align: left;
      margin: 0;
      font-size: 21px; }
    .news_list .news_item p {
      font-size: 14px;
      text-align: left;
      padding: 15px 0; }
    .news_list .news_item h3 {
      text-align: left;
      font-weight: bold;
      font-size: 22px; }

/* PRICING - BUSINESS */
#data-slider-holder {
  position: relative;
  width: 80%;
  max-width: 680px;
  height: 40px;
  margin: 0 auto;
  display: inline-block; }

#data-slider-tooltip {
  position: absolute;
  color: white;
  max-width: 215px;
  background: #263345;
  padding: 15px 20px;
  font-size: 12px;
  z-index: 10;
  top: 50%;
  margin-top: -56px;
  left: 75px;
  border-radius: 3px;
  display: none; }

#data-slider-tooltip span.underline {
  border: 0;
  text-decoration: underline !important;
  cursor: pointer;
  font-weight: 700; }

#data-slider-tooltip:before {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 1px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 6px solid #263345; }

#data-slider-value-holder {
  margin: 30px auto 25px auto;
  padding: 0 20px;
  font-size: 14px; }

.plan-description {
  font-size: 17px;
  line-height: 29px;
  font-weight: 375; }

#data-slider-value {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 0 8px 4px 8px;
  margin: 0 5px;
  border-bottom: 1px solid #efefef; }

#data-slider-holder .noUi-base,
#data-slider-holder .noUi-connect {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

#data-slider-holder .noUi-target {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 10px;
  border: 0; }

#data-slider-holder .noUi-connect {
  background: #FBB146; }

#data-slider-holder .noUi-base {
  background: #C0C8CF;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3); }

#data-slider-holder .noUi-handle {
  background: white;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: -10px;
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 0; }

#data-slider-holder .noUi-handle:active {
  background: #f5f5f5; }

#data-slider-holder .noUi-handle:before,
#data-slider-holder .noUi-handle:after {
  content: '';
  width: 1px;
  height: 1px;
  position: absolute;
  top: 9px;
  background: transparent; }

#data-slider-holder .noUi-handle:before {
  left: 6px;
  border-right: 6px solid #c0c8cf;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

#data-slider-holder .noUi-handle:after {
  right: 6px;
  left: auto;
  border-left: 6px solid #C0C8CF;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

#data-plans {
  width: 80%;
  max-width: 680px;
  margin: 0 auto 40px auto;
  display: inline-block; }

#data-plans .pageviews,
#data-plans .price,
#data-plans .action {
  float: left;
  text-align: left; }

#data-plans .pageviews {
  padding-left: 7.5%;
  width: 50%; }

#data-plans .price {
  width: 25%; }

#data-plans .action {
  width: 25%; }

#data-plans .data-plan-head {
  width: 100%;
  border-bottom: 2px solid #DBE0E8;
  height: 24px;
  font-size: 12px;
  color: #c0c8cf;
  text-transform: uppercase; }

#data-plans .data-plan {
  height: 46px;
  border-bottom: 1px solid #eff1f5;
  position: relative; }

#data-plans .data-plan.active,
#data-plans .data-plan:hover {
  background: #F3F4F7; }

#data-plans .data-plan .check {
  position: absolute;
  left: 2%;
  top: 12px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: black;
  opacity: 0; }

#data-plans .data-plan .check > span {
  margin: -3px 0 0 0;
  width: 11px;
  height: 11px;
  background-size: 11px; }

#data-plans .data-plan.active .check {
  opacity: 1; }

#data-plans .data-plan .pageviews,
#data-plans .data-plan .price {
  padding-top: 13px;
  font-size: 14px; }

#data-plans .data-plan .action {
  padding-top: 7px; }

#data-plans .data-plan .action .btn {
  min-width: 110px;
  font-size: 13px;
  padding: 6px 14px !important; }

#higher-data-plans {
  display: none; }

#show-higher-data-plans {
  color: inherit;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 12px;
  display: inline-block; }

/* PRICING - FAQ */
body.pricing div.faq {
  max-width: 680px;
  margin: 0 auto 30px auto; }

body.pricing .faq h3 {
  position: relative;
  cursor: pointer; }

body.pricing .faq p {
  padding-top: 6px;
  display: none;
  color: #404040; }

body.pricing .faq h3:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 9px;
  width: 1px;
  height: 1px;
  border-radius: 2px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #999; }

body.pricing .faq.active h3:before {
  border-top: 5px solid #FBB146;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0; }

body.pricing .faq.active p {
  display: block; }

/* PRICING - LOGOS */
body.pricing .organization-logos .hs_cos_wrapper_type_widget_container {
  display: block;
  text-align: center; }

body.pricing .organization-logos .hs_cos_wrapper_type_widget_container > * {
  display: inline-block;
  margin: 20px 23px; }

body.pricing .organization-logos .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_space {
  display: block;
  margin: 0px; }

#mobilenav {
  visibility: hidden; }

/* PRICING - MOBILE ADAPTATION */
@media (max-width: 800px) {
  body.pricing .widget-span.faq-list {
    width: 100% !important; } }
@media (max-width: 679px) {
  body.pricing #plan-selector .btn,
  body.pricing #plan-selector .btn.active,
  body.pricing #plan-selector .btn:active {
    font-size: 14px;
    padding: 15px 12px 16px 12px;
    min-width: initial; }

  #plans-box,
  #data-slider-holder,
  #data-plans {
    width: 100% !important; }

  #data-slider-value-holder {
    margin-bottom: 40px; }

  #data-slider-holder .noUi-target {
    height: 27p; }

  #data-slider-holder .noUi-handle {
    top: -2px; }

  body.pricing .plans-box-plus,
  body.pricing .plans-box-plus-server {
    border-left: 0 !important; }

  body.pricing .data-plan-head {
    display: none; }

  #data-plans .data-plan {
    height: auto;
    padding: 12px 20px 25px 20px; }

  #data-plans .data-plan .pageviews,
  #data-plans .data-plan .price,
  #data-plans .data-plan .action {
    float: none;
    text-align: center;
    font-weight: 600;
    padding: 12px 0 0 0;
    width: 100%;
    display: block; }

  #data-plans .data-plan .check {
    left: -8px;
    top: -8px; }

  body.pricing .plan-bottom {
    background: white;
    border-top: 1px solid #f9f9f9;
    min-height: initial !important; }

  body.pricing #plans-box-personal ul > li.benefit:last-child {
    margin-bottom: 18px; } }
@media (max-width: 400px) {
  body.pricing #plan-selector .btn,
  body.pricing #plan-selector .btn.active,
  body.pricing #plan-selector .btn:active {
    font-size: 12px; }

  body.pricing #plan-selector .icon {
    width: 10px;
    height: 10px;
    background-size: 10px; } }
@media (max-width: 360px) {
  body.pricing #plan-selector .icon {
    display: none; } }
@media (max-width: 768px) {
  body.pricing .plans-box-basic, body.pricing .plans-box-plus, body.pricing .plans-box-plus-server {
    width: 100% !important; }

  .top_content {
    background-position-y: 125%;
    background-position-x: center; }

  .work_section {
    background-position-x: center;
    background-position-y: 150%; } }
.color--white, .all--color--white, .all--color--white * {
  color: #fff !important; }

.text--center, .all--text--center, .all--text--center * {
  text-align: center; }

.row-fluid .row-fluid .widget-span.span12.hard, .row-fluid .row-fluid .widget-span.span12.hard--sides {
  width: 100%; }

.owl-nav, .owl-nav span:focus, .owl-nav button:focus {
  text-align: center;
  font-size: 35px;
  color: #FBB146;
  outline: none; }

.owl-carousel {
  margin-top: 35px; }

/*==========  BLOG PAGE ==========*/
.mb-50 {
  margin-bottom: 50px; }

.blog-intro .container-fluid {
  background-color: #f1f1f1;
  padding: 0 20%; }

.blog-intro .row {
  background-color: white;
  margin-top: 50px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05); }

.post-header {
  text-align: center; }

.post-category {
  display: inline-block;
  margin: 50px auto 25px;
  -webkit-border-radius: 15px;
  border-radius: 15px; }

.post-category p {
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 13px;
  padding: 8px 15px;
  margin-bottom: 0;
  text-transform: uppercase; }

/*article layout*/
.post-title {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 42px;
  margin: 25px 0; }

.post-date {
  color: #B3B3B3;
  font-size: 14px;
  line-height: 30px; }

.backTo-btn {
  color: #20B1EF;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  display: block;
  padding-top: 50px; }

.backTo-btn:hover, .backTo-btn:focus {
  color: #209BEF;
  text-decoration: none; }

.post-description {
  border-top: 2px solid #F6F6F6;
  padding-top: 30px; }

.blog-img-wrapper {
  border-bottom: 2px solid #F6F6F6; }

.post-image {
  margin: 50px auto; }

.post-excerpt h3, .post-excerpt h2 {
  font-size: 22px;
  line-height: 46px;
  text-align: left; }

.post-excerpt p, .post-excerpt li {
  font-size: 16px;
  line-height: 26px; }

.post-description {
  margin-bottom: 0; }

/*end article layout*/
.read-more {
  background-color: #f1f1f1; }

.read-more a {
  text-decoration: none;
  color: inherit; }

.read-more a:hover {
  color: inherit; }

.articles-header {
  margin: 100px 0; }

.articles-header::after {
  bottom: 70px; }

.read-more-item {
  background-color: white;
  min-height: 265px;
  margin-bottom: 50px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.post-read-intro {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 145px;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding-top: 20px; }

.post-read-intro p {
  display: inline-block;
  color: white;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 10px;
  padding: 6px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-left: 20px; }

.post-read-title {
  font-size: 14px;
  line-height: 22px;
  padding: 0 20px; }

.post-read-date {
  padding: 0 20px; }

/*MAIN BLOG*/
.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*category filter*/
.page-breadcrumb {
  text-align: center;
  margin: 70px 0;
  list-style-type: none;
  padding: 0; }

.page-breadcrumb li {
  display: inline-block; }

.breadcrumb-item a {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  padding-bottom: 5px; }

.page-breadcrumb li:not(:last-child) {
  margin-right: 25px; }

.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  text-decoration: none; }

.active-breadcrumb a {
  border-bottom: 1px solid #20B1EF; }

/*end category filter*/
/*page pagination*/
.pagination-wrapper {
  text-align: center; }

.pagination a, .pagination span {
  padding: 7px 18px;
  border: 1px solid #eee;
  margin-left: -2px;
  margin-right: -2px;
  background-color: white;
  display: inline-block; }

.pagination a {
  color: inherit;
  text-decoration: none; }

.pagination a:hover {
  background-color: white;
  color: #20B1EF;
  text-decoration: none; }

.pagination-num {
  color: #20B1EF; }

/*end page pagination*/
.blog-posts {
  background-color: #f9f9f9; }

.post-clickable {
  display: block;
  text-decoration: none;
  color: inherit; }

.post-clickable:hover, .post-clickable:focus {
  text-decoration: none;
  color: inherit; }

.post-item {
  background-color: white;
  margin-bottom: 45px;
  padding: 40px;
  min-height: 420px;
  position: relative; }

.post-item .post-category {
  margin: 0; }

  /*
  .post-item .post-category p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 13px;
	padding: 8px 15px;
  }
  */
.post-item-header {
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0; }

.post-item-entry {
  font-size: 16px;
  line-height: 26px; }

.post-item-author {
  position: absolute;
  bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }

.post-item-author span {
  color: rgba(55, 67, 85, 0.5); }

.dark-box {
  background-color: #393939; }

/*END MAIN BLOG*/
/*== SOCIAL SHARE ==*/
/* Wrapper */
.share-bar {
  margin: 50px 0; }

.share-header {
  text-align: center; }

/* Each button */
.share-buttons {
  margin: 0px;
  text-align: center; }

.share-buttons a {
  color: inherit;
  margin-right: 20px;
  display: inline-block; }

.share-buttons a:last-child {
  margin-right: 0; }

.share-buttons a:hover {
  text-decoration: none; }

/* Facebook button */
a .fa-facebook-square:hover {
  color: #3b5998; }

/* Twitter button */
a .fa-twitter-square:hover {
  color: #55acee; }

/* Google-PLus button */
a .fa-google-plus-square:hover {
  color: #dd4b39; }

/*
.fa-facebook-square:hover,
.fa-twitter-square:hover,
.fa-google-plus-square:hover {
opacity: 1;
}
*/
/*=  END SOCIAL SHARE  ==*/
/*==========  END BLOG PAGE ==========*/
/*==========  Product PAGE ==========*/
/* FEATURE SLIDER / TOUR SLIDER */
.featureslider .featureslider--item {
  padding: 12px 25px; }

.featureslider .featureslider--item h3 span {
  color: #3c3c3c;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding: 3px 2px; }

.featureslider .featureslider--item h3 span:hover {
  color: #000000;
  cursor: pointer;
  border-color: #ccc; }

.featureslider .featureslider--item h3 img {
  display: none;
  width: 16px;
  height: auto;
  margin: -2px 4px 0 0;
  vertical-align: middle; }

.featureslider .featureslider--item .featureslider--item--image {
  display: none; }

.featureslider .featureslider--item p {
  display: none; }

.featureslider .active .featureslider--item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px; }

.featureslider .active .featureslider--item h3 span {
  border-color: transparent;
  color: #f4364c;
  font-weight: 600; }

.featureslider .active .featureslider--item h3 span:hover {
  cursor: default; }

.featureslider .active .featureslider--item h3 img {
  display: inline-block; }

.featureslider .active .featureslider--item p {
  display: block; }

.featureslider .active .featureslider--item:before {
  content: '';
  position: absolute;
  width: 82px;
  height: 13px;
  top: 50%;
  margin: -7px;
  left: -100px;
  background-image: url("/img/arrow-grey.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 82px 13px; }

.featureslider--tour--wrapper .featureslider .active .featureslider--item:before {
  background-image: url("/img/arrow-blue-left.png"); }

.featureslider--wrapper > div > .row-fluid {
  width: 1340px !important; }

.featureslider .featureslider--feature {
  position: absolute;
  right: 100%;
  margin-right: 120px;
  top: 0;
  bottom: 0;
  width: 860px;
  opacity: 0;
  overflow: hidden;
  border-radius: 4px;
  background: white;
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out; }

.featureslider .featureslider--feature--browserbar {
  padding: 5px 12px 0 12px;
  height: 35px;
  text-align: left; }

.featureslider .featureslider--feature--browserbar--menu {
  float: left; }

.featureslider .featureslider--feature--browserbar--menu > div {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #b3b3b3;
  margin-right: 6px; }

.featureslider .featureslider--feature--browserbar--nav {
  float: right;
  width: 20px;
  height: 20px;
  background: transparent;
  line-height: 2px;
  margin: -1px 0 0 0; }

.featureslider .featureslider--feature--browserbar--nav > div {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #b3b3b3;
  border-radius: 5px; }

.featureslider .featureslider--feature img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out; }

.featureslider .featureslider--feature img.inactive {
  opacity: 0;
  filter: alpha(opacity=0); }

.featureslider .featureslider--feature img.active {
  opacity: 1;
  filter: alpha(opacity=0);
  z-index: 2; }

.featureslider .featureslider--feature--spacer {
  display: block;
  position: relative !important;
  visibility: hidden; }

.featureslider .hs_cos_wrapper_type_widget_container,
.featureslider--content > div,
.featureslider--tour--wrapper .widget-span.featureslider--uppercontent[class*="span"] {
  width: 410px;
  max-width: 35%;
  float: right !important;
  position: relative; }

.featureslider--tour--wrapper .featureslider .featureslider--item {
  font-size: 14px;
  padding: 12px 14px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  background-color: transparent;
  font-family: 'Dosis'; }

.featureslider--tour--wrapper .featureslider .featureslider--item h3 span {
  text-transform: none; }

.featureslider--tour--wrapper .featureslider .active .featureslider--item {
  border-color: #d2eafa;
  background-color: #ecf8fe;
  box-shadow: none !important; }

.featureslider--tour--wrapper .featureslider .active .featureslider--item h3 span {
  color: #00a2f2 !important;
  font-weight: 600;
  text-decoration: none; }

.featureslider--content > div {
  padding: 30px 25px 15px; }

.featureslider--tour--wrapper .featureslider--content > div {
  padding-left: 14px;
  padding-right: 14px; }

.featureslider--content * {
  font-size: 12px;
  color: #999; }

.featureslider--content a:hover {
  color: #3c3c3c; }

@media (min-width: 800px) {
  .featureslider--left .hs_cos_wrapper_type_widget_container,
  .featureslider--left .featureslider--content > div,
  .featureslider--left.featureslider--tour--wrapper .widget-span.featureslider--uppercontent[class*="span"] {
    float: left !important; }

  .featureslider--left .featureslider .featureslider--feature {
    margin-left: 120px;
    right: auto;
    left: 100%; }

  .featureslider--left.featureslider--tour--wrapper .featureslider .active .featureslider--item:before {
    left: auto;
    right: -100px;
    background-image: url("/img/arrow-blue.png"); } }
@media (max-width: 1449px) {
  .featureslider .featureslider--feature {
    width: 750px; } }
@media (max-width: 799px) {
  .featureslider {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .featureslider--wrapper {
    min-height: 0px !important; }

  .featureslider--tour--wrapper .featureslider--uppercontent * {
    text-align: center !important; }

  .row-fluid .widget-span.featureslider--content[class*="span"], .featureslider .hs_cos_wrapper_type_custom_widget, .featureslider .featureslider--feature img {
    display: none !important; }

  .featureslider .hs_cos_wrapper_type_widget_container {
    width: 100%;
    max-width: 100%;
    float: none;
    display: block; }

  .featureslider .featureslider--feature, .featureslider--tour--wrapper .widget-span.featureslider--uppercontent[class*="span"] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin-right: 0px;
    margin-top: 0px !important;
    max-width: 100% !important; }

  .featureslider .featureslider--feature img:first-child {
    display: block !important;
    position: relative;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; } }
.grid, .row-fluid .row-fluid {
  margin: 0 auto !important;
  width: 1166px !important;
  max-width: 98% !important;
  text-align: center;
  font-size: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.row-fluid .row-fluid .row-fluid {
  max-width: 100% !important; }

.row-fluid .row-fluid .widget-span[class*="span"] {
  display: inline-block !important;
  text-align: left;
  margin-left: 2.5%;
  margin-right: 2.5%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato'; }

h4 {
  font-family: 'Dosis' !important; }

.font-lato {
  font-family: 'Lato' !important; }

.row-fluid .row-fluid > * {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (min-width: 1330px) {
  .large-screen {
    margin-right: -11% !important; } }
@media (min-width: 1300px) {
  .large-screen {
    margin-right: -5% !important; } }
@media (max-width: 679px) {
  .grid.palm-tall, .widget-span.palm-tall {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .grid.palm-tall--top, .widget-span.palm-tall--top {
    padding-top: 40px !important; }

  .grid.palm-tall--bottom, .widget-span.palm-tall--bottom {
    padding-bottom: 40px !important; } }
.row-fluid .row-fluid .widget-span.span1 {
  width: 3.3333333%; }

.row-fluid .row-fluid .widget-span.span1.hard, .row-fluid .row-fluid .widget-span.span1.hard--sides {
  width: 8.333333%; }

.row-fluid .row-fluid .widget-span.span2 {
  width: 11.666667%; }

.row-fluid .row-fluid .widget-span.span2.hard, .row-fluid .row-fluid .widget-span.span2.hard--sides {
  width: 16.666666%; }

.row-fluid .row-fluid .widget-span.span3 {
  width: 20%; }

.row-fluid .row-fluid .widget-span.span3.hard, .row-fluid .row-fluid .widget-span.span3.hard--sides {
  width: 25%; }

.row-fluid .row-fluid .widget-span.span4 {
  width: 28.333334%; }

.row-fluid .row-fluid .widget-span.span4.hard, .row-fluid .row-fluid .widget-span.span4.hard--sides {
  width: 33.333332%; }

.row-fluid .row-fluid .widget-span.span5 {
  width: 36.666668%; }

.row-fluid .row-fluid .widget-span.span5.hard, .row-fluid .row-fluid .widget-span.span5.hard--sides {
  width: 41.666668%; }

.row-fluid .row-fluid .widget-span.span6 {
  width: 45%; }

.row-fluid .row-fluid .widget-span.span6.hard, .row-fluid .row-fluid .widget-span.span6.hard--sides {
  width: 50%; }

.row-fluid .row-fluid .widget-span.span7 {
  width: 53.333332%; }

.row-fluid .row-fluid .widget-span.span7.hard, .row-fluid .row-fluid .widget-span.span7.hard--sides {
  width: 58.333332%; }

.row-fluid .row-fluid .widget-span.span8 {
  width: 61.666668%; }

.row-fluid .row-fluid .widget-span.span8.hard, .row-fluid .row-fluid .widget-span.span8.hard--sides {
  width: 66.666664%; }

.row-fluid .row-fluid .widget-span.span9 {
  width: 70%; }

.row-fluid .row-fluid .widget-span.span9.hard, .row-fluid .row-fluid .widget-span.span9.hard--sides {
  width: 75%; }

.row-fluid .row-fluid .widget-span.span10 {
  width: 78.333336%; }

.row-fluid .row-fluid .widget-span.span10.hard, .row-fluid .row-fluid .widget-span.span10.hard--sides {
  width: 83.333336%; }

.row-fluid .row-fluid .widget-span.span11 {
  width: 86.666664%; }

.row-fluid .row-fluid .widget-span.span11.hard, .row-fluid .row-fluid .widget-span.span11.hard--sides {
  width: 91.666664%; }

.row-fluid .row-fluid .widget-span.span12 {
  width: 95%; }

.row-fluid .row-fluid .widget-span.span12.hard, .row-fluid .row-fluid .widget-span.span12.hard--sides {
  width: 100%; }

@media (max-width: 679px) {
  .row-fluid .row-fluid .widget-span {
    width: 95% !important; }

  .row-fluid .row-fluid .widget-span.hard--sides {
    width: 100% !important; } }
.hard, .hard--top, .hard--ends, .hard--top.widget-span > .row-fluid-wrapper > .row-fluid, .hard--ends.widget-span > .row-fluid-wrapper > .row-fluid {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.hard, .hard--right, .hard--sides, .hard--right.widget-span > .row-fluid-wrapper > .row-fluid, .hard--sides.widget-span > .row-fluid-wrapper > .row-fluid {
  padding-right: 0 !important;
  margin-right: 0 !important; }

.hard, .hard--bottom, .hard--ends, .hard--bottom.widget-span > .row-fluid-wrapper > .row-fluid, .hard--ends.widget-span > .row-fluid-wrapper > .row-fluid {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.hard, .hard--left, .hard--sides, .hard--left.widget-span > .row-fluid-wrapper > .row-fluid, .hard--sides.widget-span > .row-fluid-wrapper > .row-fluid {
  padding-left: 0 !important;
  margin-left: 0 !important; }

.hard, .hard--top, .hard--ends, .hard--top.widget-span > .row-fluid-wrapper > .row-fluid, .hard--ends.widget-span > .row-fluid-wrapper > .row-fluid {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.hard, .hard--right, .hard--sides, .hard--right.widget-span > .row-fluid-wrapper > .row-fluid, .hard--sides.widget-span > .row-fluid-wrapper > .row-fluid {
  padding-right: 0 !important;
  margin-right: 0 !important; }

.hard, .hard--bottom, .hard--ends, .hard--bottom.widget-span > .row-fluid-wrapper > .row-fluid, .hard--ends.widget-span > .row-fluid-wrapper > .row-fluid {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.hard.widget-span > .row-fluid-wrapper > .row-fluid {
  padding: 0 !important;
  margin: 0 !important; }

.overflow--auto {
  overflow: auto !important; }

.overflow--hidden {
  overflow: hidden !important; }

.overflow-x--hidden {
  overflow-x: hidden !important; }

.overflow-y--hidden {
  overflow-y: hidden !important; }

.overflow--visible {
  overflow: visible !important; }

.slider-description {
  font-size: 15px; }

.m-5 {
  margin: 5px; }

.solutions .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_custom_widget {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 29.33%;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 40px; }

@media (max-width: 1023px) {
  .solutions .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_custom_widget {
    width: 46%; } }
@media (max-width: 799px) {
  .solutions .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_custom_widget {
    width: 96%; } }
.left {
  float: left; }

.general-features p {
  font-size: 14px;
  text-align: center; }

.table {
  text-align: center; }

.help-text {
  font-size: 15px; }

.product-header h1 {
  text-align: center;
  margin: 70px 0 40px; }

h2.color--black p, h2.color--black i {
  display: inline-block;
  line-height: 1; }

.slide-icon i {
  top: 20px; }

.centered-subtitle {
  margin: auto;
  text-align: center;
  text-transform: unset; }

/*==========  END Product PAGE ==========*/
/*==========  Support PAGE ==========*/
.support-block {
  display: block;
  padding: 20px 40px; }

.support-block:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.support section {
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9; }

.support-block p {
  color: #888888; }

.support-block h3 {
  color: #FBB146; }

/*==========  End of Support PAGE ==========*/
/*==========  Rules PAGE ==========*/
.container-fluid .row {
  margin-left: -15px;
  margin-right: 0px; }
  .container-fluid .row :target:before {
    content: "";
    display: block;
    height: 110px;
    /* fixed header height*/
    margin: 110px 0 0;
    /* negative fixed header height */ }

nav.sidebar.navbar {
  border-radius: 0px; }

.navbar-nav .dropdown-menu > li > a {
  padding: 0;
  white-space: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black; }

.navbar-nav .dropdown-menu > li > a:hover {
  color: #49b5e7; }

.navbar-rules .nav ul li a {
  text-transform: capitalize; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .dropdown-menu li.active {
  background-color: white;
  color: black; }

.rules nav.sidebar .navbar-nav .open .dropdown-menu > li > a {
  color: white; }

blockquote {
  margin: 5px 0;
  background-color: #222222;
  color: white !important;
  border-left: none;
  padding: 10px; }

blockquote p {
  font-family: 'LatoRegular',sans-serif !important;
  font-size: 13px;
  font-weight: normal; }

pre {
  color: #c7254e;
  border: none;
  background-color: transparent; }

pre code {
  white-space: pre; }

.code {
  overflow-x: auto;
  background: #222222;
  margin: 5px 0; }

.code pre {
  word-wrap: normal !important;
  word-break: normal !important; }

.rules .navbar-nav {
  width: 100%; }

nav.sidebar .navbar-nav > li {
  font-weight: normal;
  font-size: 14px; }

#navbar {
  background-color: black; }

#navbar .dropdown-menu {
  background-color: #262626; }

#navbar .dropdown-menu li:hover {
  background-color: #FBB146; }

.rules .content ul li {
  color: black;
  font-size: 17px; }

/*small size display*/
@media (min-width: 768px) {
  nav.sidebar.navbar.sidebar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px; }

  nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
    text-align: center;
    width: 100%;
    margin-left: 0px; }

  nav.sidebar a {
    padding-right: 13px; }

  nav.sidebar .navbar-nav > li:first-child {
    border-top: 1px #e5e5e5 solid; }

  nav.sidebar .navbar-nav > li {
    border-bottom: 1px #e5e5e5 solid; }

  nav.sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
    padding: 0 0px 0 0px; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }

  nav.sidebar {
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-bottom: 0px; }

  nav.sidebar li {
    width: 100%; }

  nav.sidebar:hover {
    margin-left: 0px; }

  .forAnimate {
    opacity: 0; } }
@media (min-width: 1330px) {
  nav.sidebar {
    margin-left: 0px; }

  nav.sidebar .forAnimate {
    opacity: 1; } }
nav.sidebar .navbar-nav .open .dropdown-menu > li > a {
  color: #CCC;
  background-color: transparent; }

nav:hover .forAnimate {
  opacity: 1; }

section {
  padding-left: 15px; }

ul {
  list-style: circle; }

.info {
  background-color: #49b5e7;
  padding: 5px;
  color: white;
  margin: 10px 0;
  border-radius: 5px; }

.rules .badge, .installation-page .badge, .rules .badge p {
  display: block;
  margin: 5px 0;
  background-color: #222222;
  word-break: break-word;
  color: white !important;
  text-align: left;
  white-space: normal;
  font-size: 15px; }

.rules section {
  padding: 0;
  margin: 50px 0; }

.navbar-rules .nav ul li:last-child {
  margin: 0; }

.rules .navbar {
  height: 100%;
  position: fixed;
  max-width: 300px;
  z-index: 0; }

.installation-page .step {
  border-radius: 5px;
  margin: 20px 0;
  text-align: left; }

.installation-page .step h3 {
  display: inline-block;
  padding: 10px;
  margin-bottom: 0; }

.installation-page .step .number {
  background-color: #FBB146;
  padding: 10px;
  color: white;
  border-radius: 5px; }

.lato-font .rules h1, .rules h2, .rules p, .rules a, .rules h3, .installation-page .plan-top {
  font-family: 'LatoRegular',sans-serif !important; }

.rules h1 {
  font-size: 36px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 21px;
  padding-left: 20px;
  border-top: 1px solid #ddd;
  background-image: linear-gradient(to bottom, #000, #393939);
  color: white;
  text-align: left; }

.rules h2 {
  text-align: left; }

.rules p {
  color: #000000;
  font-size: 17px; }

.rules table, th, td {
  background-color: #d0d0d0;
  padding: 5px;
  border: 1px solid black;
  color: black; }

.highlight, .highlight .w {
  color: #f8f8f2;
  background-color: #222222;
  overflow-x: auto; }

.highlight .err {
  color: #151515;
  background-color: #ac4142; }

.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
  color: #505050; }

.highlight .cp {
  color: #f4bf75; }

.highlight .nt {
  color: #f4bf75; }

.highlight .o, .highlight .ow {
  color: #d0d0d0; }

.highlight .p, .highlight .pi {
  color: #d0d0d0; }

.highlight .gi {
  color: #90a959; }

.highlight .gd {
  color: #ac4142; }

.highlight .gh {
  color: #6a9fb5;
  background-color: #151515;
  font-weight: bold; }

.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
  color: #aa759f; }

.highlight .kc {
  color: #d28445; }

.highlight .kt {
  color: #d28445; }

.highlight .kd {
  color: #d28445; }

.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
  color: #90a959; }

.highlight .sr {
  color: #75b5aa; }

.highlight .si {
  color: #8f5536; }

.highlight .se {
  color: #8f5536; }

.highlight .nn {
  color: #f4bf75; }

.highlight .nc {
  color: #f4bf75; }

.highlight .no {
  color: #f4bf75; }

.highlight .na {
  color: #6a9fb5; }

.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
  color: #90a959; }

.highlight .ss {
  color: #90a959; }

.navbar.rules-sidebar {
  width: 235px;
  overflow-y: auto;
  overflow-x: hidden; }

.post-item.post-item-release {
  min-height: 300px; }

.single-page .row {
  margin-top: 0; }

section.single-page {
  padding-left: 0; }

.note-excerpt {
  padding-bottom: 100px; }

.note-header {
  padding-top: 50px; }

.m-b-20 {
  margin-bottom: 20px; }

.modal-content {
  border: 1px solid #FBB146;
  text-align: left; }

.modal-body {
  font-size: 14px; }
  .modal-body .social-link {
    padding: 35px 0 0;
    margin: 0; }

.modal-backdrop {
  z-index: 1; }

.modal-header {
  text-align: center; }

#search-input {
  background-color: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  padding-left: 15px;
  color: white;
  height: 45px; }

body.installation-page .plans-box-plus {
  border-left: none; }

.plan-subtitle {
  color: #FBB146;
  font-size: 18px;
  margin-bottom: 20px; }

body.installation-page .full-width {
  width: 100% !important; }

body.installation-page .step p, body.installation-page .step ul li, body.installation-page .step pre, body.installation-page .step .badge {
  text-align: left; }

.step .step-title {
  display: inline-block; }

.step .step-title, .step .number {
  display: inline-block; }

@media (max-width: 768px) {
  .navbar.rules-sidebar {
    position: static;
    width: 100%;
    max-width: 100%;
    overflow-y: none; }

  .navbar-rules .nav {
    position: relative;
    top: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .rules section {
    padding-left: 100px; } }
@media (min-width: 975px) and (max-width: 1450px) {
  .rules .col-sm-10 {
    padding-left: 100px; } }
@media (max-width: 450px) {
  .rules a {
    word-break: break-word; } }
/*==========  End of Rules PAGE ==========*/
/*==========  Start of Services LAYOUT ==========*/
.services-layout img {
  margin: 0 auto;
  display: block;
  max-width: 450px; }
.services-layout .services-header {
  background-color: #f7f8fa;
  margin-bottom: 30px;
  padding-bottom: 30px; }
.services-layout h1 {
  font-size: 43px;
  font-weight: bold; }
.services-layout h2 {
  margin: 35px 0 10px 0; }
.services-layout .left-align {
  margin: 0; }
.services-layout .quotation-custom {
  font-size: 32px; }
.services-layout blockquote {
  border-radius: 3px;
  position: relative;
  font-style: italic;
  text-align: center;
  color: #4a4a4a !important;
  background: none; }
.services-layout blockquote:before,
.services-layout blockquote:after {
  font-family: 'FontAwesome';
  position: absolute;
  top: 13px;
  color: #E8E8E8;
  font-size: 34px; }
.services-layout blockquote:before {
  content: '\f10d';
  margin-right: 13px;
  right: 100%; }
.services-layout blockquote:after {
  content: '\f10e';
  margin-left: 13px;
  left: 100%; }

/*==========  End of Services LAYOUT ==========*/
/*==========  START OF CAREER LAYOUT ==========*/
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px; }

h3.section-title,
h4.section-subtitle {
  text-transform: uppercase;
  text-align: center; }

h3.section-title {
  font-size: 35px;
  color: #000;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px; }

h4.section-subtitle {
  font-size: 16px;
  color: #9e9e9e;
  font-weight: 600;
  margin-bottom: 30px; }

@media (max-width: 991px) {
  #components-container {
    overflow: hidden; } }
#components-container {
  padding-bottom: 50px; }

.component {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e6f0f6;
  background-color: #ffffff; }

.header-cover-image {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 580px;
  z-index: -1; }

.header-cover-image .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2a333d;
  opacity: 0.6;
  position: absolute;
  z-index: 0; }

.header-component {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
  background-color: transparent; }

.header-component a.company-link {
  margin-left: 10px; }

.header-component a.company-link i.fa {
  font-size: 16px;
  padding-left: 5px; }

.header-component .content {
  position: relative; }
  .header-component .content .info-container {
    text-align: center;
    color: #fff;
    position: relative;
    display: table;
    width: 100%;
    height: 420px; }
    .header-component .content .info-container .info-text {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      .header-component .content .info-container .info-text h2, .header-component .content .info-container .info-text h3 {
        color: white; }

.offers-component p.empty {
  font-size: 18px;
  text-align: center;
  margin: 50px 0px 20px 0px; }

.offers-component .grouped-view {
  padding-top: 20px; }

.offers-component .grouped-view .lang-filter-wrap {
  padding: 0; }

.offers-component .grouped-view .has-multilang .filter ul {
  text-align: left; }

.offers-component .grouped-view .has-multilang .filter ul li {
  margin: 0 20px 10px 0; }

.offers-component .grouped-view .filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center; }

.offers-component .grouped-view .filter ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 10px 10px; }

.offers-component .grouped-view .filter ul li:first-child {
  margin-left: 0; }

.offers-component .grouped-view .filter ul a.btn {
  border: 0;
  border-bottom: 3px solid transparent;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  font-size: 16px; }

.offers-component .grouped-view .filter ul a.btn.btn-primary {
  color: #ea3448;
  background: transparent;
  border-color: #ea3448; }

.offers-component .grouped-view .filter ul a.btn:hover,
.offers-component .grouped-view .filter ul a.btn:focus,
.offers-component .grouped-view .filter ul a.btn:active {
  box-shadow: none; }

.offers-component .grouped-view .filter p {
  line-height: 40px;
  font-size: 16px;
  color: #2a333d; }

.offers-component .grouped-view .jobs a.col-md-6 {
  display: block; }

.offers-component .grouped-view .jobs a.col-md-6:hover {
  text-decoration: none; }

.offers-component .grouped-view .jobs a.col-md-6:hover .job {
  background: #ea3448;
  border-color: #ea3448;
  color: #fff; }

.offers-component .grouped-view .jobs a.col-md-6:hover .job h5 {
  color: #fff; }

.offers-component .grouped-view .jobs a.col-md-6 .job {
  list-style: none;
  border-radius: 4px;
  border: 1px solid #ccd1d9;
  padding: 20px;
  margin-top: 30px; }

.offers-component .grouped-view .jobs a.col-md-6 .job h5 {
  color: #2a333d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.offers-component .grouped-view .jobs a.col-md-6 .job .department {
  color: #ea3448;
  background: #e6f0f6;
  display: block;
  float: right;
  padding: 4px 8px;
  border-radius: 4px; }

.offers-component .grouped-view .jobs a.col-md-6 .job .department:hover {
  background: #fff;
  color: #ea3448; }

.offers-component .grouped-view .jobs a.col-md-6 .job ul.meta {
  padding: 7px 0px 5px 0px;
  margin: 0;
  -moz-padding-start: 0px;
  -webkit-padding-start: 0px;
  -khtml-padding-start: 0px;
  -o-padding-start: 0px;
  padding-start: 0px; }

.offers-component .grouped-view .jobs a.col-md-6 .job ul.meta li {
  display: inline-block;
  list-style: none;
  text-align: right; }

.offers-component .simple-view {
  padding-top: 10px; }

.offers-component .simple-view .group h3 {
  margin-top: 45px;
  margin-left: 20px;
  color: #595959; }

.offers-component .simple-view .offer-language-filter {
  float: right;
  width: 30%; }

.offers-component .simple-view .job {
  border-radius: 4px;
  border: 1px solid #ccd1d9;
  padding: 20px;
  margin-top: 30px; }

.offers-component .simple-view .job h5 {
  color: #2a333d;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden; }

.offers-component .simple-view .job h5 a {
  color: #2a333d;
  font-size: 16px; }

.offers-component .simple-view .job h5 a:hover {
  color: #0b0d10;
  text-decoration: none; }

.offers-component .simple-view .job .department {
  color: #c93030;
  background: #e6f0f6;
  display: block;
  float: left;
  padding: 4px 8px;
  margin-right: 12px;
  border-radius: 4px; }

.offers-component .simple-view .job ul.meta {
  list-style: none;
  -moz-padding-start: 0px;
  -webkit-padding-start: 0px;
  -khtml-padding-start: 0px;
  -o-padding-start: 0px;
  padding-start: 0px; }

.offers-component .simple-view .job ul.meta li {
  display: inline-block;
  color: #c93030;
  margin: 5px 0px 0px 0px; }

.offers-component .simple-view .job .apply-now {
  text-align: right;
  float: right; }

.offers-component .simple-view .job .apply-now .btn {
  margin-top: 18px; }

.offers-component .filters-view .filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.offers-component .filters-view .filters .filter {
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  padding: 10px;
  vertical-align: middle;
  max-width: 200px; }

.offers-component .filters-view .filters .filter input,
.offers-component .filters-view .filters .filter select {
  height: 42px; }

.offers-component .filters-view .filters .filter:first-child {
  padding-left: 0; }

.offers-component .filters-view .filters .filter:last-child {
  padding-right: 0; }

.offers-component .filters-view .filters .filter__search {
  flex: 2;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  max-width: 100%; }

.offers-component .filters-view .filters .filter__clear {
  max-width: 100px;
  text-align: center;
  overflow: hidden; }

.offers-component .filters-view .filters .filter__clear .clear-filters {
  vertical-align: middle;
  color: #595959; }

.offers-component .filters-view .list-container {
  margin-top: 30px; }

.offers-component .filters-view .job {
  list-style: none;
  border-radius: 4px;
  border: 1px solid #ccd1d9;
  border-bottom: 0;
  margin-top: 30px;
  margin: 0;
  border-radius: 0;
  padding: 0; }

.offers-component .filters-view .job:first-child {
  border-radius: 4px 4px 0 0; }

.offers-component .filters-view .job:last-child {
  border-bottom: 1px solid #ccd1d9;
  border-radius: 0 0 4px 4px; }

.offers-component .filters-view .job h5 {
  color: #2a333d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.offers-component .filters-view .job__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.offers-component .filters-view .job__row:hover {
  text-decoration: none !important;
  background: #f0f4f7; }

.offers-component .filters-view .job__row a,
.offers-component .filters-view .job__row a:hover,
.offers-component .filters-view .job__row a:-webkit-any-link {
  text-decoration: none !important; }

.offers-component .filters-view .job__column {
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  padding: 15px 20px; }

.offers-component .filters-view .job__column--title {
  flex: 2;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  border-right: 1px solid #ccd1d9; }

.offers-component .filters-view .job__column--title h5 {
  margin: 0;
  white-space: normal; }

@media screen and (max-width: 767px) {
  .offers-component .filters-view .job__column {
    flex-basis: 100%; }

  .offers-component .filters-view .job__column--title {
    border-right: none; }

  .offers-component .filters-view .job__column--meta {
    padding-top: 0; } }
.offers-component .filters-view .job__column span.location {
  font-weight: 600;
  color: #595959; }

.offers-component .filters-view .job__column span.department-field {
  padding-left: 8px;
  margin-left: 8px;
  display: inline-block;
  color: #595959; }

.offers-component .filters-view .job__column span.department-field:before {
  content: "\f111";
  font-family: FontAwesome;
  position: relative;
  left: -8px;
  bottom: 2px;
  font-size: 5px;
  color: #ccd1d9; }

.offers-component .filters-view .empty-state h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0; }

@media screen and (min-width: 992px) {
  .offers-component .filters-container {
    display: flex; } }
.perks-component {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding-bottom: 0px;
  padding-top: 0px; }
  .perks-component:before {
    width: 100%;
    height: 100%;
    content: '';
    background-color: #2a333d;
    opacity: 0.6;
    position: absolute;
    z-index: 0; }
  .perks-component .perks-background-image {
    background-color: white;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px; }
    .perks-component .perks-background-image .overlay {
      width: 100%;
      height: 100%;
      content: '';
      background-color: #2a333d;
      opacity: 0.6;
      position: absolute;
      z-index: 0; }
  .perks-component h3.section-title {
    color: #fff;
    margin-top: 70px;
    z-index: 100; }
  .perks-component .entry {
    margin-top: 30px;
    margin-bottom: 50px;
    color: #fff; }
    .perks-component .entry ul {
      list-style: none; }
      .perks-component .entry ul li {
        color: #fff;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px; }
        .perks-component .entry ul li:before {
          content: '\f00c';
          font-family: FontAwesome;
          color: #fff;
          padding-right: 5px;
          font-size: 20px; }

.tag-icon {
  margin-right: 10px; }

.tag-text {
  text-transform: capitalize; }

.culture-section-text p, .culture-section-text ul {
  font-size: 16px; }

.centered-element {
  display: block;
  margin: 10px auto; }

/*==========  END OF CAREER LAYOUT ==========*/
