/*
    Document   : colors
    Author     : Little Neko
    Description: template colors
    */


/* Table of Content
==================================================

#BOOSTRAP CUSTOMIZATION
#TYPOGRAPHY
#PARALLAX STUFF
#LINKS AND BUTTONS
#HEADER
#MAIN MENU
#FOOTER
#HOME
#PAGES
#SLIDERS
#BLOG
#PORTFOLIO
#MISCELANIOUS
#NEKO CSS FRAMEWORK

*/
/* COLORS : 22aba6  / 6bb8be / f7f7f7 /


/* BOOSTRAP CUSTOMIZATION
================================================== */

/** tabs and accordion**/

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {background:#22aba6;}
.nav-tabs > li > a {border-left:1px dashed #eee; border-top:1px dashed #eee; border-right:1px dashed #eee;}


.panel-default {
	border:1px dashed #eee;
	box-shadow:none;
}
.panel-default>.panel-heading {background:#fff;   border-top:none;color:#555;}
.panel-group .panel-heading + .panel-collapse .panel-body { border-top:1px dashed #eee;}
.panel-default>.panel-heading:hover, .nav>li>a:hover, .nav>li>a:focus{color:#22aba6;}
.panel-default>.panel-heading:hover a, .panel-default>.panel-heading:hover a:after, .nav>li>a:hover{color:#22aba6; }
.panel-title>a {color:#333;}
.panel-title>a:hover {text-decoration: none;}
.panel-body{background:#FDFDFD;}

/*** pagination ***/

.pagination>li>a {
	background: none repeat scroll 0 0 #F7F7F7;
	color: #111111;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background: none repeat scroll 0 0 #22aba6 ;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	background: none repeat scroll 0 0 #22aba6 ;
	border-color:#22aba6 ;
	color:#fff;
}

.pager li>a, .pager li>span {border-radius: 4px;}
.pager li>a:hover, .pager li>a:focus {background:#22aba6 ; color:#fff; border-color:#22aba6 ;}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background:#22aba6;}

.progress-bar {background-color:#22aba6;}
.progress-bar-success {
	background-color: #5BB75B;
}
.progress-bar-info {
	background-color: #49AFCD;
}
.progress-bar-warning {
	background-color: #FAA732;
}
.progress-bar-danger {
	background-color: #DA4F49;
}


/* END BOOSTRAP CUSTOMIZATION
================================================== */

/* TYPOGRAPHY
================================================== */

body {
	color:#777;
	background: #fefefe;
}

body::after {
  /* overlay layer visible on small devices when the right panel slides in */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 83, 89, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
body.cd-overlay::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 768px) {
  body::after {
    display: none;
  }
}

blockquote small {
	color:inherit;
}
h1, h2, h3, h4, h5, h6 {
	color:#333;
}

h1 strong {
	background:#22aba6;
	color:#fff;
}
h2 i {color:#999}
.subTitle  {
	color:#999;
}
.largeQuote {background:#FDFDFD; border-top: 1px dashed #eee; border-bottom: 1px dashed #eee;}
.title {
	background-color:#fff;
	border-bottom: 2px solid rgba(1,1,1,0.075);
	border-top: 1px solid rgba(1,1,1,0.05);
}


/*** parallax sections ***/
.paralaxMask:after, .paralaxMask:before {
	display: block;
	content: "";
	height: 22px;
	position: absolute;
	width: 100%;
	border-radius: 60%;
	box-shadow: 0px 0 22px rgba(0, 0, 0, 0.5);
}
.paralaxMask:after {
	bottom: -22px;
}
.paralaxMask:before {
	top: -22px;
}
.paralaxMask {
	background: rgba(0, 0, 0, 0.33);
}
.paralaxText .iconRounded {border-color: #fff;}
.paralaxText .iconRounded:hover {border-color: #fff; background:none;}
.paralaxText h2 {background: rgba(255, 255, 255, 0.1); border:1px solid rgba(255, 255, 255, 0.25)}


/* END TYPOGRAPHY
================================================== */

/* PARALLAX STUFF
================================================== */
#home, #paralaxSlice1, #paralaxSlice2, #paralaxSlice3 {background-color:#22aba6;}

#home, #noSliderWrapper {background:url('../images/theme-pics/textures/sea-green-b-2.jpg') no-repeat #22aba6;}


.paralaxText blockquote, .paralaxText h1, .paralaxText h2, .paralaxText h2 small, .paralaxText h3, .paralaxText p, .paralaxText i{ color:#fff;}

/* END PARALLAX STUFF
================================================== */

/* LINKS AND BUTTONS
================================================== */

a {color:#22aba6;}

a:hover, .scrollspyNav .active a {color:#22aba6;}

ul.iconsList li a {color:#555;}

ul.iconsList li a:hover, ul.iconsList i {color:#22aba6;}

/*** buttons ***/
.btn {
	background: #F7F7F7;
	color: #111111;
	border: 1px solid rgba(0, 0, 0, 0.15);

}

.btn:hover {
	background: #6BB8BE;
	border-color:#6BB8BE;
	color: #FFFFFF;


}
.btn-border {
	background:none;
	border:2px solid #fff;
}

.btn-inverse {
	background: none repeat scroll 0 0 #555555;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	color: #FFFFFF!important;
}

.btn-inverse:hover{
	background: none repeat scroll 0 0 #F7F7F7;
	border-bottom: 1px solid rgba(150, 150, 150, 0.25);
	color: #111111!important;
}

.btn-primary {
	background: #22aba6 !important;
	color: #FFFFFF !important;
}
.btn-info {
	background: #49AFCD;
	color: #FFFFFF;
}
.btn-success {
	background: #5BB75B;
	color: #FFFFFF;
}
.btn-warning {
	background: #FAA732;
	color: #FFFFFF;
}
.btn-danger {
	background: #DA4F49;
	color: #FFFFFF!important;
}
.btn-link, .btn-link:active, .btn-link[disabled], .btn-link:hover {
	background:none;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow: none;
	color: #49AFCD;
}
.btnWrapper {
	border:1px solid #ccc;
}

.glogal_button, .cb-enable {
	padding: 5px 12px !important;
	font-size: 14px !important;
	line-height: 20px !important;
   font-weight: 400;
   text-align: center;
   vertical-align: middle;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border:none;
	border-radius:4px !important;
	background: #22aba6 !important;
	color: #FFFFFF !important;
   -webkit-box-shadow:none;box-shadow:none
}


/* END LINKS AND BUTTONS
================================================== */
/* HEADER
================================================== */
@media(min-width:768px){
	ul.quickMenu li a, .header3 .contactPhone, .header3 #preHeader .socialNetwork .iconRounded {color:#999;}
	ul.quickMenu li a:hover, #preHeader .socialNetwork i:hover{ color: #22ABA6;}
	#preHeader .socialNetwork i { color:#ccc; }
}

/* END HEADER
================================================== */

/* MAIN MENU
================================================== */

#mainHeader{
	background-color:#fefefe ;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#mainHeader .navbar-inner {
	background: #444;
	filter:none !important;
}

#mainHeader.fixedHeader, .is-sticky #mainHeader{background:rgba(255, 255, 255, 0.95);}
#mainMenu .navbar-nav li{
	border-bottom:1px dashed #eee;
}
/*#mainMenu .navbar-nav li:last-child, #mainMenu .navbar-nav li:last-child a{
	border-bottom:none !important;
}*/

.navbar-nav > li > a > i, .navbar-default .navbar-nav > li > a {
	color:#aaa;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, #resMainMenu li.active>a {
	color:#22aba6;
	background:none;
}
.navbar-nav > li.sep:before  {color:#eee;}
.navbar-default .navbar-nav > li > a.active {color:#22aba6;}
.navbar-nav ul li a{color:#999;}
.navbar-nav li.hover>a, .navbar-nav ul li a:hover{color:#22aba6;}
.navbar-nav ul li.hover>a {color:#fff;}


/*** mega menu ***/


/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){

	/* normal header (no class on body) */
	.navbar-nav ul {background:#333;}
	.navbar-nav ul li a:hover, .navbar-nav ul li.hover>a{background:#22aba6; color:#fff;}

	#mainMenu .navbar-nav li{border-bottom:none;}
	#mainMenu .navbar-nav ul li a{border-bottom:1px solid #444;}

	.nekoMegaMenu {background:#444;}
	.nekoMegaMenu h2 {color:#eee;}

	#boxedLayout {background: #22aba6;}



}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/



/*** header options ***/


/* header 1 */
.header1 #preHeader {background-color: #333;}
.header1 #mainHeader {border-bottom:none;}
.header1 ul.quickMenu li, .header1 .contactPhone {border-right:1px solid #555;}
.header1 .navbar-default .navbar-nav > li > a {color:#555;}


/** header 2 **/
.header2 #mainHeader {border-bottom:none;}
.header2 .navbar-default .navbar-nav > li > a {color:#555;}


/*** header 3 ***/
.header3 #preHeader {border-bottom: 1px solid #eee; background:#fff;}

.header3 #preHeader .socialNetwork a { border-left:1px solid #eee;}
.header3 #preHeader .socialNetwork li:last-child a { border-right:1px solid #eee;}
/**** header 4 ****/
.header4 #mainHeader {border-bottom:none;}


/***** header 5 *****/

.header5 #preHeader {background:#22ABA6;}
.header5 ul.quickMenu li a, .header5 .contactPhone, .header5 #preHeader .socialNetwork i{
		color:#fff;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){



	/* Header 1 */
	.header1 .navbar-default .navbar-nav > li > a.active, .header1 .navbar-default .navbar-nav>li>a:hover, .header1 .navbar-default .navbar-nav>li.hover>a,.header1 #resMainMenu li.active>a {
		background:#22ABA6;
		color:#fff;
	}

	/** header 2 **/
	.header2 .navbar-default .navbar-nav > li > a.active, .header2 .navbar-default .navbar-nav>li>a:hover, .header2 .navbar-default .navbar-nav>li.hover>a,.header2 #resMainMenu li.active>a {
		background:#22ABA6;
		color:#fff;
	}
	.header2 .navbar-nav ul, .header2 .nekoMegaMenu {background:#22ABA6;}
	.header2 #mainMenu .navbar-nav ul li a {
		border-color:rgba(255,255,255,0.25);
	}
	.header2 .navbar-nav ul li a {color:#fff;}
	.header2 .navbar-nav ul li a:hover {background:#fff; color:#22ABA6;}

	/*** header 3 ***/
	.header3 .navbar-default .navbar-nav > li > a {border-left:1px solid #eee;}


	/**** header 4 ****/
	.header4 .navbar-default .navbar-nav > li > a {border-bottom: 4px solid #fff;}
	.header4 .navbar-default .navbar-nav>li>a:hover, .header4 .navbar-default .navbar-nav>li.hover>a,.header4 #resMainMenu li.active>a {
		border-bottom: 4px solid #f7f7f7; background:#f7f7f7;
	}
	.header4 .navbar-default .navbar-nav > li > a.active {
		border-bottom: 4px solid #22ABA6;background:#f7f7f7;
	}
	.header4 .navbar-nav ul, .header4 .nekoMegaMenu {background:#eee;}
	.header4 .nekoMegaMenu h2 {color:#555;}
	.header4 #mainMenu .navbar-nav ul li a {
		border:none;
	}


	/***** header 5 *****/
	.header5 .navbar-nav ul, .header5 .nekoMegaMenu { background:#22ABA6;}
	.header5 .navbar-default .navbar-nav > li > a.active, .header5 .navbar-default .navbar-nav>li>a:hover, .header5 .navbar-default .navbar-nav>li.hover>a,.header5 #resMainMenu li.active>a { background-color:#22ABA6; color:#fff; }
	.header5 .navbar-nav ul li a {color:#fff;}
	.header5 .navbar-nav ul li a:hover, .header5 .navbar-nav ul li.hover > a {background:#fff;color:#22ABA6;}
	.header5 #mainMenu .navbar-nav ul li a {border-color:rgba(255,255,255,0.25);}

}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END MAIN MENU
================================================== */


/* FOOTER
================================================== */

footer {
	color:#777;
	background:#f7f7f7;
	border-top:1px solid #ddd;
}
footer h1,footer h2,footer h3,footer h4{color:#777; font-weight:300;}
#footerRights {
	background-color:#eee;
	color:#999;
	border-top:1px dashed #ccc;
}

/* END FOOTER
================================================== */

/* HOME
================================================== */

#noSliderWrapper{background-color:#22aba6}

.carouselHome {background:url('../images/theme-pics/textures/bg-home.jpg') repeat-x top;}

/* END HOME
================================================== */


/* PAGES
================================================== */
.page-header{border-bottom: 1px solid rgba(1,1,1,0.075); background: #6bb8be;}
.page-header h1, .page-header p {color:#fff;}
.page-header.bigHeader h1, .page-header.bigHeader h2, .page-header.bigHeader p {color:#333;}

ul#navTrail li a {color:#eee;}
ul#navTrail li a:hover {color:#22aba6;}
ul#navTrail li#navTrailLast {color:#fff;}

/** sidebar **/

nav#subnav ul li a {border-bottom:1px solid #eee ; color:#aaa;}
nav#subnav ul li a.active, nav#subnav ul li a:hover{border-bottom-color:#22aba6 ; color:#22aba6;}

/* END PAGES
================================================== */


/* SLIDERS
================================================== */
/*** supersized ***/
#superSizedSlider h1, #fullScreenSliderWrapper h1{color:#fff;text-shadow: 0 0 10px rgba(255, 255, 255, 1);}


/*** OWL Carousel ***/
.owl-theme .owl-controls .owl-buttons div{background:#22aba6;}
.owl-theme .owl-controls .owl-buttons div:hover{background:#6bb8be;}
.owl-theme .owl-controls .owl-page span {background:#6bb8be;}
.carouselHome .owl-theme .owl-controls .owl-page span {
	background:#fff;
	color:#6bb8be;
}

.owlCaption {
	color:#333;
	background:rgba(255, 255, 255, 0.5);
}
/**** camera ****/
.camera_neko_skin .camera_caption > div {
	background:rgba(255, 255, 255, 0.15);
	border-top: 1px solid rgba(255, 255, 255, 0.42);
}
.camera_caption h1{
	color:#fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.camera_caption h2 {
	color:#6bb8be;
	background:#fff;
}
.camera_caption .camera_wrap a {background: inherit;}

/**** end camera ****/

/* END SLIDERS
================================================== */

/* BLOG
================================================== */

.post h2 a {color:#555;}
.post h2 a:hover {color:#22aba6;}

.tagCloud a:link, .tagCloud a:visited {
	background-color: #fff;
	color: #ccc;
	border:1px solid #eee;
}
.tagCloud a:hover {
	background-color: #22aba6 ;
	color: #FFF;
}

p.credits {
	color:#555;
	background:#eee;
}
p.credits a {color:#22aba6;}
}
.widget {border-bottom: 1px dashed #eee}

.search .btn {border: 1px solid #DDD;}
.search .btn:hover {border-color:#22aba6;}

ul.entry-meta li a {background:#eee;}
ul.entry-meta li a:hover {
	background:#22aba6;
	color:#fff;
}

/* END BLOG
================================================== */

/* PORTFOLIO
================================================== */

nav#filter a {
	border:1px solid #ddd;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #22aba6 ;
	color:#fff;
	border-color:#22aba6;
}
li.filterTitle {
	color:#4F6266;
}
section#projectDescription {
	background-color:#F8F8F8
}
.mfp-bg {background-color: #ffffff;}

.boxLink {background:#22aba6; color:#fff;text-align:center; position:relative;}

.boxLink h2 {color:#fff;}

.generatedMoreLink {background-color:#22aba6;}
/*** pinterest like ***/
.pinBox{
	background:#fff;
	border:1px solid #eee;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.pinInfo li a {color:#fff;}
.iconLinks a:hover i, .pinInfo li a:hover{text-shadow: 0 0 5px #FFF;}

.imgHover figcaption {
	background: #22aba6;
	color: #fff;
}
.imgHover figcaption h3 {color: #fff;}

.neko-hover-1 figcaption .iconLinks a i{color:white;}

/* END PORTFOLIO
================================================== */

/* MISCELANIOUS
================================================== */
/* Preloader one page */
#preloader {
	background-color:#22aba6; /* change if the mask should have another color then white */
}

/*** Scroll up Button ***/
#nekoToTop{
	color:#22aba6;
	background:#fff;
	border:1px solid rgba(0, 0, 0, 0.15);
}
#nekoToTop:hover{
	color:#fff;
	background:#22aba6;
}

/** focus color ***/
::-moz-selection {
	background: #22aba6;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #22aba6;
	color: #fff;
	text-shadow: none;
}

/*** hover images ***/
.mask {background:#22aba6;}
.hoverInfo a i{color:#fff;}
.hoverInfo a i.iconRounded {border-color: #fff;}
.hoverInfo a:hover span {color:#22aba6;}
.hoverInfo a:hover i.iconRounded {border-color: #22aba6;}

/*** pricing table ***/
.pricingBloc {
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);

}
.pricingBloc ul li {
	color:#444!important;
}

.pricingBloc ul li:nth-child(odd){background-color:#f7f7f7;}
.pricingBloc ul li:nth-child(even){background-color:#fff;}


.pricingBloc ul li:last-child {
	border-bottom:none;
}
.pricingBloc h2 {
	background-color:#fff;
	color:#888!important;
	border-bottom:1px dashed #eee ;
}
.pricingBloc h3 {
	background-color:#fff;
	color:#777;

}
.pricingBloc p {
	background-color:#fff;
	color:#444!important;
}
.pricingBloc.focusPlan {
	margin-top:0;
	border-color:#D1D1D1;
}
.pricingBloc.focusPlan h2{
	color:#22aba6!important;
	border-bottom:none;
}
.pricingBloc.focusPlan h3 {
	background-color:#22aba6 ;
	color:#fff!important;
}

/*** Form ***/
.form-control:focus{
	border: 1px dashed #22aba6;
	background-color:#fff;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.form-control {
	color: #444;
	border: 1px solid #ddd;
	background-color:#f7f7f7;
}
.error {color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;}

	label.error {color:#fff;
		background-color: #B94A48;
		border:none}



		#projectQuote, #projectQuote h3{background:#ddd;color:#444;}

		/* pop up */
		.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {color:#22aba6;}

/* END MISCELANIOUS
================================================== */

/* NEKO CSS FRAMEWORK
================================================== */
.boxContent {border: 1px dashed rgba(0,0,0,0.15); border-top: none;}

.boxContent h2, .boxContent h3 {color:#22aba6;}
/*** Feature box **/

.boxFeature i {color:#22aba6 ;}

/*** Focus box **/

.boxFocus {border:1px dashed #ddd;}

/*** Icon box **/

.boxIcon a p {color:#777;}
.boxIcon a:hover h2, .boxIcon a:hover p {color:#22ABA6;}

/*** testimonial ***/

.boxTestimonial{background:#f7f7f7;}

.boxTestimonial img {border: 1px solid rgba(0, 0, 0, 0.15);}

/* miscelanious */
.whiteText {color:white;}
.footerWidget .boxTestimonial blockquote {
	background:#333;
	color:#eee;
}

/*** call to action ***/
.ctaBox {border:2px solid rgba(0,0,0,0.05);}
.ctaBoxFullwidth{border:none}

.ctaBox blockquote {
	color:#fff;
}
/*color0*/
.color0{
	background-color:#fff;
}

/*color1*/
.color1, .ctaBox.color1{
	background-color:#F7F7F7;
	color:#444;
}

.color1 h1, .color1 h2, .color1 h3, .color1 h4, .color1 blockquote, .color1 a{
	color:#444;
}
.color1 a.btn{color:#111;}
.color1 a.btn:hover{color:#fff;}
.color1 .subTitle  {color:#999;}
/*color2*/
.color2, .slice.color2, .bulle.color2, .ctaBox.color2{
	background-color:#22aba6 ;
	color:#fff;
}

.color2 h1, .color2 h2, .color2 h3, .color2 h4, .color2 blockquote, .color2 a {
	color:#fff;
}
.color2 a.btn{color:#111;}
.color2 a.btn:hover{color:#fff;}
.color2 a.btn-border{color:#fff;}

.color2 h1 strong {background:#fff; color:#22aba6;}

.color2 .ctaBox {border-color:rgba(255,255,255,0.5);}
.color2 h1:before,.color2 h1:after{color:#6bb8be;}
/*** icons ***/
.iconRounded {color:#22aba6; border: 1px dashed #22aba6;}
.iconRounded:hover, .color1 .iconRounded:hover, .boxIcon a:hover i{background-color:#6bb8be;color:#fff;text-shadow: 0 0 5px #FFF; border-style: solid;}

.color2 .iconRounded {background-color:#FFF;color:#22aba6 ;}

/* END NEKO CSS FRAMEWORK
================================================== */

ol, ul {
	list-style: none;
}

*:after, *:before {
    content: "";
}

.cd-faq {
  /*width: 90%;
  max-width: 1024px;*/
  margin: 2em auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    margin: 4em auto;
    box-shadow: none;
  }
}

.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #4e5359;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #555b61;
  text-overflow: ellipsis;
}
.cd-faq-categories a::before, .cd-faq-categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #22aba6;
}
.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  .cd-faq-categories a {
    /*font-size: 13px;*/
    /*font-size: 0.8125rem;*/
    font-weight: 600;
    padding-left: 24px;
    padding: 0 24px;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .cd-faq-categories a::before, .cd-faq-categories a::after {
    display: none;
  }
  .no-touch .cd-faq-categories a:hover {
    background: #555b61;
  }
  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 293px;
    z-index: 2;
    padding-left: 0 !important;
  }
  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #22aba6;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-faq-categories .selected {
    background: #42464b !important;
  }
  .cd-faq-categories .selected::before {
    opacity: 1;
  }
  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .cd-faq-categories {
    position: relative;
  }
}

.cd-faq-items {
  position: fixed;
  height: 90%;
  width: 90%;
  top: 80px;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .cd-faq-items {
    position: static;
    height: auto;
    width: 78%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }

}
@media only screen and (min-width: 1024px) {
  .cd-faq-items {
    float: none;
    width: 100%;
    padding:0px;
  }
  .no-js .cd-faq-items {
    padding-left: 0;
  }
}

.cd-close-panel {
  position: fixed;
  top: 85px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}
@media only screen and (min-width: 768px) {
  .cd-close-panel {
    display: none;
  }
}

.cd-faq-categories {
padding-left: 0 !important;
}

.cd-faq-group {
  /* hide group not selected */
  display: none;
}
.cd-faq-group.selected {
  display: block;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
}
/*.cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #bbbbc7;
}*/
.no-js .cd-faq-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  .cd-faq-group > li {
    background: #ffffff;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }
}

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-faq-trigger {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px;
  }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #22aba6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*.cd-faq-content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #6c7d8e;
}*/
@media only screen and (min-width: 768px) {
  .cd-faq-content {
    display: none;
    padding: 0 24px 30px;
  }
  .cd-faq-content p {
    line-height: 1.6;
  }
  .no-js .cd-faq-content {
    display: block;
  }
}

