

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', arial, sans-serif;
}

body {
	overflow-x: hidden;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 24px;
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.primary-white-button a {
	display: inline-block;
	background-color: #fff;
	font-size: 13px;
	padding: 12px 18px;
	color: #121212;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.primary-blue-button a {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.pop-button h4 {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px!important;
	padding: 12px 18px;
	color: #fff;
	font-weight: 400!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	cursor: pointer;
}


.header {
	/* background-color: rgba(250, 250, 250, 0.98); */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: #fff!important;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 45px;
}

.header.active .navbar-nav>li>a {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212!important;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff!important;
	transition: all 0.5s;
	 
}
.navbar-brand em {
	font-style: normal;
	color: #f7c552;
	font-size: 32px;
}
.header.active .navbar-brand {
	color: #121212!important;
}
.header .navbar-brand {
    font-weight: 800;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #f7c552;
    background-color: #f7c552;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #f7c552;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.baner-content {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../img/stockholm.jpg);
  	vertical-align: middle;
}

.baner-content .text-content {
	text-align: center;
}

.baner-content .text-content h2 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

.baner-content .text-content h2 span {
	font-weight: 700;
	color: #33c1cf!important;
}

.baner-content .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f89624!important;
}

.baner-content .text-content p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 15%;
}

.baner-content .text-content .primary-white-button {
	margin-top: 25px;
}


#about {
	padding: 150px 0px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../img/about-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#about .service-item {
	text-align: center;
}

#about .service-item .icon {
	width: 110px;
	height: 110px;
	display: inline-block;
	text-align: center;
	line-height: 104px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #f7c552;
}

#about .service-item h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}

#about .service-item .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
}

#about .service-item p {
	color: #fff;
	margin-top: 30px;
}

#about .service-item .primary-blue-button {
	margin-top: 35px;
}

#whoweare {
	padding: 150px 0px;
	/* background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../img/aurora.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed; */
	background-color: #f7c552;
}

#whoweare .service-item {
	text-align: center;
}

#whoweare .service-item .icon {
	width: 110px;
	height: 110px;
	display: inline-block;
	text-align: center;
	line-height: 104px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #f7c552;
}

#whoweare .service-item h4 {
	margin-bottom: 10px;
	/* margin-top: 45px; */
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	/* letter-spacing: 1px; */
}

#whoweare .service-item img {
	border-radius: 50%;
}

#whoweare .service-item .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
}

#whoweare .service-item p {
	color: #fff;
	margin-top: 0px;
}

#whoweare .service-item .primary-blue-button {
	margin-top: 35px;
}


.projects-holder .mix {
  display: none;
}

.projects-holder {
	padding: 30px 15px 0px 15px;
}

.filter-categories {
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 0px;
  display: block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  left: 0.5px;
}

.filter-categories ul li.active span {
  color: #f7c552;
}

#portoflio .page-section {
	padding: 0px;
}

#portfolio .section-heading {
	padding-top: 60px;
	padding-bottom: 200px;
	background-color: #33c1cf;
	height: 1200px;
	margin-left: -100vh;
	padding-left: 100vh;
}

#portfolio .project-item {
	margin: 0px -16px;
}

#portfolio .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#portfolio .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0px 15px 0px;
}

#portfolio .section-heading p {
	color: #fff;
	padding-right: 70px;
}


#testimonial {
	background-color: #f7c552;
	text-align: center;
	padding: 100px 0px;
}

#testimonial .testimonials-item h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#testimonial .testimonials-item span {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
}

#testimonial .testimonials-item p {
	font-size: 16px;
	color: #9a9a9a;
	font-style: italic;
	font-weight: 300;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;	
}

.owl-pagination {
  margin-top: 20px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}




#blog {
	background-image: url(../img/blog-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#blog .section-heading {
	text-align: left;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 1050px;
	margin-left: -100vh;
	padding-left: 100vh;
	overflow: hidden!important;
}

#blog .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#blog .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0 15px 0;
}

#blog .section-heading p {
	color: #fff;
	padding-right: 70px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin-top: 40px;
  padding-right: 70px;
}

.tabs li {
  display: block;
  text-align: center;
  margin: 25px 0px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:capitalize;
  letter-spacing: 0.5px;
  color:#121212;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 12px;
  background-color: #fff;
}

.tabs a:hover {
  color: #f7c552;
}

.tabs .active {
  color: #f7c552;
}
#first-tab-group {
	margin-top: 30px;
	margin-bottom: 15px;
}
.tabgroup .text-content	 {
  background-color: #fff;
  color: #fff;
  padding: 25px;
  text-align: left;
}
.tabgroup .text-content h4 {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #121212;
	margin-top: 0px;
	margin-bottom: 5px;
}
.tabgroup .text-content span {
	font-size: 13px;
	color: #33c1cf;
}
.tabgroup .text-content a {
	font-size: 13px;
	color: #33c1cf;
	text-decoration: none;
}
.tabgroup .text-content p {
	margin-top: 10px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#contact-us {
	background-color: #596065;
	text-align: center;
	padding: 80px 0px;
}

#contact-us .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#contact-us .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px auto 15px auto;
}

#contact-us .section-heading p {
	color: #fff;
	padding: 0px 33%;
}

#contact-us .pop-button {
	margin-top: 30px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
	background-color: #f7c552;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}


.pop #contact {
	z-index: 99999;
	position: fixed;
	top: 25%;
	left: 20%;
	right: 20%;
}

.pop {
	z-index: 99999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 15px;
}

.pop span {
	z-index: 999;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #33c1cf;
}

.pop span:hover {
	background-color: #596065;
	transition: all 0.5s;
}


footer {
	margin-top: -6px;
	background-color: #373a3c;
	padding: 50px 0px;
}
footer .logo em {
	font-style: normal;
	font-size: 28px;
	color: #f7c552;
}
footer .logo-ft {
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	color: #fff!important;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
}

footer .logo p {
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	margin-bottom: -10px;
	letter-spacing: 0.5px;
}

footer .logo span {
	font-weight: 600;
	color: #f7c552;
}

footer .logo a {
	color: #FFF;
}

footer .logo a:hover {
	color: #9F0;
}

footer .location h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

footer .location ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer .location ul li:first-child {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(250, 250, 250, 0.1);
}

footer .contact-info h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

footer .contact-info ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
	margin-bottom: -15px;
}

footer .contact-info ul li em {
	font-style: normal;
	font-weight: 500;
}

footer .connect-us h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 35px;
}

footer .connect-us ul li {
	display: inline-block;
	margin-right: 2px;
}

footer .connect-us ul li a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #373a3c;
	font-size: 15px;
	transition: all 0.3s;
}
footer .connect-us ul li a:hover {
	background-color: #f7c552;
}


/* RESPONSIVE */

@media (max-width: 991px){

	.baner-content .text-content p {
		padding: 0px 15%;
	}


	#about .service-item {
		margin-bottom: 80px;
	} 

	#portfolio .section-heading {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
		background-color: #33c1cf;
		height: 505px;
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden;
	}

	#portfolio .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#portfolio .section-heading p {
		padding: 0px 20px;
	}

	.projects-holder {
		text-align: center;
		padding: 15px 0px;
	}

	#portfolio .project-item {
		margin: 15px 0px;
	}

	#blog .section-heading {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
		background-color: rgba(0, 0, 0, 0.5);
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden!important;
	}

	#blog .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#blog .section-heading p {
		padding: 0px 30px;
	}

	.tabs {
		padding: 0px 45px;
	}

	#first-tab-group {
		margin-bottom: 30px;
	}

	#contact-us .section-heading p {
		padding: 0px 10%;
	}

	footer {
		text-align: center;
	}

	footer .logo {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .location {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info ul li {
		margin-right: 10px;
		margin-left: 10px;
	}

}

@media (max-width: 768px){
	.baner-content .text-content p {
		padding: 0px 10%;
	}
	#main-nav {
		margin-left: -15px;
		margin-right: -15px;
		border-top: none;
		margin-top: 15px;
		background-color: rgba(250, 250, 250, 0.95);
	}

	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.navbar-inverse .navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.navbar-inverse .navbar-nav>li:last-child {
		border-bottom: none;
	}


	.navbar-inverse .navbar-nav>li>a {
		font-family: 'Roboto', sans-serif!important;
		line-height: 55px;
		color: #343434!important;
	}

}

@media (max-width: 385px){

	footer .location ul li {
		display: block;
	}

	footer .location ul li:first-child {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}

}


#pricing {
	background-color: #f3e1b8;
	text-align: center;
	padding: 100px 0px;
}
#pricing .service-item {
	text-align: center;
}

#pricing .service-item h4 {
	margin-bottom: 10px;
	margin-top: 45px;
	font-size: 17px;
	font-weight: 500;
	color: #666;
	/* letter-spacing: 1px; */
}

#pricing .service-item .line-dec {
	width: 100%;
	height: 1px;
	background-color: #a3a3a3;
	
}

#pricing .service-item p {
	margin-top: 30px;
}


/* PRICING */

.cd-header {
	height: 100px;
	line-height: 170px;
	position: relative;
  }
  .cd-header h1 {
	text-align: center;
	color: #FFFFFF;
	font-size: 2.2rem;
  }
  @media only screen and (min-width: 768px) {
	.cd-header {
	  height: 160px;
	  line-height: 280px;
	}
	.cd-header h1 {
	  font-size: 3.6rem;
	  font-weight: 300;
	}
  }
  
  .cd-pricing-container {
	width: 90%;
	max-width: 1170px;
	margin: 4em auto;
  }
  @media only screen and (min-width: 768px) {
	.cd-pricing-container {
	  margin: 6em auto;
	}
	.cd-pricing-container.cd-full-width {
	  width: 100%;
	  max-width: none;
	}
  }
  
  .cd-pricing-list {
	margin: 2em 0 0;
  }
  .cd-pricing-list > li {
	position: relative;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Firefox bug - 3D CSS transform, jagged edges */
	outline: 1px solid transparent;
  }
  .cd-pricing-list > li::after {
	/* subtle gradient layer on the right - to indicate it's possible to scroll */
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	pointer-events: none;
	background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
  }
  .cd-pricing-list > li.is-ended::after {
	/* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
	display: none;
  }
  @media only screen and (min-width: 768px) {
	.cd-pricing-list {
	  margin: 3em 0 0;
	}
	.cd-pricing-list:after {
	  content: "";
	  display: table;
	  clear: both;
	}
	.cd-pricing-list > li {
	  width: 33.3333333333%;
	  float: left;
	}
	.cd-pricing-list > li::before {
	  /* separator between pricing tables - visible when number of tables > 3 */
	  content: '';
	  position: absolute;
	  z-index: 6;
	  left: -1px;
	  top: 50%;
	  bottom: auto;
	  -webkit-transform: translateY(-50%);
	  -moz-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	  transform: translateY(-50%);
	  height: 50%;
	  width: 1px;
	  background-color: #b1d6e8;
	}
	.cd-pricing-list > li::after {
	  /* hide gradient layer */
	  display: none;
	}
	.cd-pricing-list > li.cd-popular {
	  box-shadow: inset 0 0 0 3px #33c1cf;
	}
	.cd-pricing-list > li.cd-popular::before {
	  /* hide table separator for .cd-popular table */
	  display: none;
	}
	.cd-pricing-list > li.cd-popular + li::before {
	  /* hide table separator for tables following .cd-popular table */
	  display: none;
	}
	.cd-has-margins .cd-pricing-list > li, .cd-has-margins .cd-pricing-list > li.cd-popular {
	  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	}
	.cd-secondary-theme .cd-pricing-list > li {
	  background: #3aa0d1;
	  background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
	  background: linear-gradient(to top, #3aa0d1, #3ad2d1);
	}
	.cd-secondary-theme .cd-pricing-list > li.cd-popular {
	  background: #33c1cf;
	  background: -webkit-linear-gradient( bottom , #33c1cf, #e99b68);
	  background: linear-gradient(to top, #33c1cf, #e99b68);
	  box-shadow: none;
	}
	.cd-pricing-list:nth-of-type(1)::before {
	  /* hide table separator for the first table */
	  display: none;
	}
	.cd-has-margins .cd-pricing-list > li {
	  width: 32.3333333333%;
	  float: left;
	  margin-right: 1.5%;
	  border-radius: 4px 4px 6px 6px;
	}
	.cd-has-margins .cd-pricing-list > li:last-of-type {
	  margin-right: 0;
	}
	.cd-has-margins .cd-pricing-list > li::before {
	  display: none;
	}
  }
  @media only screen and (min-width: 1500px) {
	.cd-full-width .cd-pricing-list > li {
	  padding: 2.5em 0;
	}
  }
  
  @media only screen and (min-width: 768px) {
	.cd-popular .cd-pricing-wrapper > li::before {
	  /* hide table separator for .cd-popular table */
	  display: none;
	}
  }
  .cd-pricing-header {
	position: relative;
	z-index: 1;
	height: 80px;
	padding: 1em;
	pointer-events: none;
	background-color: #3aa0d1;
	color: #FFFFFF;
  }
  .cd-pricing-header h2 {
	margin-bottom: 3px;
	font-weight: 700;
	text-transform: uppercase;
  }
  .cd-popular .cd-pricing-header {
	background-color: #33c1cf;
  }
  @media only screen and (min-width: 768px) {
	.cd-pricing-header {
	  height: auto;
	  padding: 1.9em 0.9em 1.6em;
	  pointer-events: auto;
	  text-align: center;
	  color: #173d50;
	  background-color: transparent;
	}
	.cd-popular .cd-pricing-header {
	  color: #33c1cf;
	  background-color: transparent;
	}
	.cd-secondary-theme .cd-pricing-header {
	  color: #FFFFFF;
	}
	.cd-pricing-header h2 {
	  font-size: 1.8rem;
	  letter-spacing: 2px;
	}
  }
  
  .cd-currency, .cd-value {
	font-size: 3rem;
	font-weight: 300;
  }
  
  .cd-duration {
	font-weight: 700;
	font-size: 1.3rem;
	color: #8dc8e4;
	text-transform: uppercase;
  }
  .cd-popular .cd-duration {
	color: #f3b6ab;
  }
  .cd-duration::before {
	content: '/';
	margin-right: 2px;
  }
  
  @media only screen and (min-width: 768px) {
	.cd-value {
	  font-size: 7rem;
	  font-weight: 300;
	}
  
	.cd-currency, .cd-duration {
	  color: rgba(23, 61, 80, 0.4);
	}
	.cd-popular .cd-currency, .cd-popular .cd-duration {
	  color: #33c1cf;
	}
	.cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
	  color: #2e80a7;
	}
	.cd-secondary-theme .cd-popular .cd-currency, .cd-secondary-theme .cd-popular .cd-duration {
	  color: #33c1cf;
	}
  
	.cd-currency {
	  display: inline-block;
	  margin-top: 10px;
	  vertical-align: top;
	  font-size: 2rem;
	  font-weight: 700;
	}
  
	.cd-duration {
	  font-size: 1.4rem;
	}
  }
  .cd-pricing-body {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
  }
  @media only screen and (min-width: 768px) {
	.cd-pricing-body {
	  overflow-x: visible;
	}
  }
  
  .cd-pricing-features {
	width: 600px;
  }
  .cd-pricing-features:after {
	content: "";
	display: table;
	clear: both;
  }
  .cd-pricing-features li {
	width: 100px;
	float: left;
	padding: 1.6em 1em;
	font-size: 1.4rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  .cd-pricing-features em {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
  }
  @media only screen and (min-width: 768px) {
	.cd-pricing-features {
	  width: auto;
	}
	.cd-pricing-features li {
	  float: none;
	  width: auto;
	  padding: 1em;
	}
	.cd-popular .cd-pricing-features li {
	  margin: 0 3px;
	}
	.cd-pricing-features li:nth-of-type(2n+1) {
	  background-color: rgba(23, 61, 80, 0.06);
	}
	.cd-pricing-features em {
	  display: inline-block;
	  margin-bottom: 0;
	}
	.cd-has-margins .cd-popular .cd-pricing-features li, .cd-secondary-theme .cd-popular .cd-pricing-features li {
	  margin: 0;
	}
	.cd-secondary-theme .cd-pricing-features li {
	  color: #FFFFFF;
	}
	.cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
	  background-color: transparent;
	}
  }
  
  .cd-pricing-footer {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	/* on mobile it covers the .cd-pricing-header */
	height: 80px;
	width: 100%;
  }
  .cd-pricing-footer::after {
	/* right arrow visible on mobile */
	content: '';
	position: absolute;
	right: 1em;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	background: url(../img/cd-icon-small-arrow.svg);
  }
  @media only screen and (min-width: 768px) {
	.cd-pricing-footer {
	  position: relative;
	  height: auto;
	  padding: 1.8em 0;
	  text-align: center;
	}
	.cd-pricing-footer::after {
	  /* hide arrow */
	  display: none;
	}
	.cd-has-margins .cd-pricing-footer {
	  padding-bottom: 0;
	}
  }
  
  .cd-select {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
	/* hide button text on mobile */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
  }
  @media only screen and (min-width: 768px) {
	.cd-select {
	  position: static;
	  display: inline-block;
	  height: auto;
	  padding: 1.3em 3em;
	  color: #FFFFFF;
	  border-radius: 2px;
	  background-color: #0c1f28;
	  font-size: 1.4rem;
	  text-indent: 0;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	}
	.no-touch .cd-select:hover {
	  background-color: #112e3c;
	  text-decoration: none;
	  color:#fff;
	}
	.cd-popular .cd-select {
	  background-color: #33c1cf;
	  text-decoration: none;
	  color:#fff;
	}
	.no-touch .cd-popular .cd-select:hover {
	  background-color: #33c1cf;
	  text-decoration: none;
	  color:#fff;
	}
	.cd-secondary-theme .cd-popular .cd-select {
	  background-color: #0c1f28;
	  text-decoration: none;
	  color:#fff;
	}
	.no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
	  background-color: #112e3c;
	  text-decoration: none;
	  color:#fff;
	}
	.cd-has-margins .cd-select {
	  display: block;
	  padding: 1.7em 0;
	  border-radius: 0 0 4px 4px;
	  text-decoration: none;
	  color:#fff;
	}
  }
  