html,body{
    height:100%;    
    margin:0;
    padding:0;
    border:0;
}
    
    /* RESET */
img{
	vertical-align: text-bottom;
}

body{
	color:black;font-family:'Montserrat',sans-serif;}

#bg_container{ height:500px; overflow:hidden; }
#bg{ width:100%; height:900px; }
#content{ position:absolute; top:0px; padding:30px; color:#FFF; text-shadow:#000 2px 2px; }
IMG.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width:100% !important;
    height:auto;
    border-radius: 30px;
    box-shadow: 0 7px 28px rgba(23,43,99,.24);
    width: 250px;
    }

h1,h2,h3,h4,h5,h6{
	font-family:'Raleway',sans-serif;}
a.button{
	font-family:'Montserrat',sans-serif;}
/* STORE BUTTONS */

/* ICONS IN BUTTONS */
.button-icon{
	font-size: 140%;
	vertical-align: text-bottom;
}
.ico-left{
	margin-right:7px;
}
.ico-right{
	margin-left: 7px;
}
/*
h1{font-size:3.5em;}h2{font-size:3em;}h3{font-size: 2.5em;}
h4{font-size:2em;}h5{font-size: 1.5em;}h6{font-size:1em;}
*/
.section-h{
	margin-top:0;
}
a,a:hover,a:active{
	text-decoration: none;
	color: rgb(113, 75, 252);}
.above-overlay{
	position: relative;
	z-index: 2;
}

/* HEADER */
.header{position:relative;}
.top-row-container{
	}

/* PAGE NAV */
.header .menu{
	list-style-type: none;
	float: right;
	font-family:'Montserrat',sans-serif;}
.header .menu li{
	float:left;
	/*margin-left:12px;*/ /*TODO: this option should also be configable*/
}

.reflinks{

    padding-right: 45px;
    padding-bottom: 15px;
}

.reflinks{
    opacity: 0.6;
}

.header .menu li a{
}
.header .menu li a:hover{
	<?php/*
	if(getFieldValue($fields,'Menusettings_Useamenu')=='Yes'){
		$isPlainLinks = getFieldValue($fields,'Menusettings_Linktype')==='Plain links';
		$fieldkey = $isPlainLinks ? 'Menusettings_Plainlinkstyles':'Menusettings_Buttonstyles';
		echo fillinCssOfDesigner($fields,'color',$fieldkey,'hovercolorvalue');

		if($isPlainLinks){
			$hoverstyle = getFieldValueInDesigner($fields,$fieldkey,'hoverstylevalue');
			if($hoverstyle != 'None'){
				$thickness = getFieldValueInDesigner($fields,$fieldkey,'hoverunderlinevalue');
				$underlinecolor = getFieldValueInDesigner($fields,$fieldkey,'hoverunderlinecolorvalue');
				echo 'border-bottom: '.$thickness.' '.$hoverstyle.' '.$underlinecolor.';';
			}
		}
		else{
			echo fillinCssOfDesigner($fields,'background-color',$fieldkey,'hoverbackgroundcolorvalue');
			$bordercolor = getFieldValueInDesigner($fields,$fieldkey,'hoverbordercolorvalue');
			echo 'border:1px solid '.($bordercolor ==='' ? 'transparent':$bordercolor).';';
		}
	}*/
	?>
}
/* HEADER Image*/

/* ADVANCED - ANIMATIONS */
a,button,.button,.anim,.anim-c div,.social-ico i{-webkit-transition: all 0.125s ease-in-out;-moz-transition: all 0.125s ease-in-out;-o-transition: all 0.125s ease-in-out;transition: all 0.125s ease-in-out;}
/* ADVANCES - TEXT SELECTION */


/* HELPERS */
.anim-o,.anim-o-c div{
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.anim-o:hover,.anim-o-c div:hover{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.e-corner-b,.e-corner-b{
	-webkit-border-radius: 0 0 5px 5px; 
	-moz-border-radius: 0 0 5px 5px; 
	border-radius: 0 0 5px 5px; 
}
.e-corner-t,.e-corner-t:hover{
	-webkit-border-radius: 5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.e-corner,.e-corner:hover{
	-webkit-border-radius: 5px; 
	-moz-border-radius:5px;
	border-radius:5px;
}
.f-smaller{font-size: 85%;}
.f-smallest{font-size: 55%; }
/*.table-display{display: table;width: 100%;}
.cell-display{display: table-cell;vertical-align: middle;}
*/
.t-center{
	text-align: center;
}
.t-left{
	text-align: left;
}
.t-right{
	text-align: right;
}
.t-full{
	text-align: justify;
}
.action-btns{
    margin-top:40px;
}
.margin-l-small{
	margin-left:10px;
}
div.visible,span.visible,p.visible{display: block;}
div.invisible,span.visible,p.visible{display: none;}
.i-p-right{
	padding-left:10px;
}
.i-p-left{
	padding-right:10px;
}
.i-s-smallest{
	font-size:1em;
}
.i-s-smaller{
	font-size:1.5em;
}
.i-s-small{
	font-size:2em;
}
.i-s-medium{
	font-size:2.5em;
}
.i-s-big{
	font-size:3em;
}
.i-s-bigger{
	font-size:4em;
}
.i-s-giant{
	font-size:5em;
}
.i-s-biggest{
	font-size:6em;
}

/* x 2 */
.i-s-smallest-2{
	font-size:2em;
}
.i-s-smaller-2{
	font-size:3em;
}
.i-s-small-2{
	font-size:4em;
}
.i-s-medium-2{
	font-size:5em;
}
.i-s-big-2{
	font-size:6em;
}
.i-s-bigger-2{
	font-size:8em;
}
.i-s-giant-2{
	font-size:10em;
}
.i-s-biggest-2{
	font-size:12em;
}
/* SECTIONS */
.section{
	position: relative;
}


.header-sub{
    color: #484848;
    font-weight: 300;
}

.emoji01{
    width: 32px;
}

.button-text{
    font-weight: 300;
}

a.button-style1,.button-parent-1 a{
    font-size:1em;
    letter-spacing:1px; 
    text-transform:uppercase;font-weight:700;
    color:#ffffff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;border-radius:3px;
    background-color:#714bfc;
    padding:15px 18px;
    min-width: 220px;
}
    
a.button-style1:hover,.button-parent-1 a:hover{
    color:#ffffff;
    background-color:#4F3F8A;
}
    
a.button-style2,.button-parent-2 a{
    font-size:0.875em;
    letter-spacing:1px;
    text-transform:uppercase;
    font-weight:700;color:#ffffff;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    background-color:#6EB878;
    border:1px solid #6EB878;
    padding:15px 18px;
}

a.button-style2:hover,.button-parent-2 a:hover{
    color:#4F3F8A;
    background-color:#ffffff;
    border:1px solid #ffffff;
}
    
a.button-style3,.button-parent-3 a{
    font-size:0.750em;
    letter-spacing:1px;
    text-transform:uppercase;
    font-weight:700;
    color:#ffffff;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    background-color:#6EB878;
    border:1px solid #6EB878;
    padding:15px 18px;
}
    
a.button-style3:hover,.button-parent-3 a:hover{
    color:#4F3F8A;
    background-color:#ffffff;
    border:1px solid #ffffff;
}
    
.bg-style00{
    background-color:#f3f3f3;    
} 

.bg-style0{
    background-color:#ffffff;
}
    
.bg-style1{
    /*background-color:#fdbf50;*/
    background-image:url('http://i.imgur.com/9QZGq4Z.png');
    background-repeat:repeat;
    /*background: top, transparent #714bfc */ 
     linear-gradient(
     rgba(113, 75, 252, 0.45), 
     rgba(255, 0, 0, 0.45)
     ),
     /* bottom, image */
     url(http://i.imgur.com/9QZGq4Z.png);*/
} 

.bg-style001{
	padding-top: 40px;
	height:51px;
    background-color:#714bfc;
    background-image:url('http://i.imgur.com/L35TZgc.jpg');
    background-repeat:repeat; 
}

.bg-style0001{
	padding-top: 40px;
	height:51px;
    background-color:#714bfc;
    /*background-image:url('http://i.imgur.com/D50zrho.png');
    background-repeat:repeat; */
     background: /* top, transparent #714bfc */ 
     linear-gradient(
     rgba(113, 75, 252, 0.45), 
     rgba(255, 0, 0, 0.45)
     ),
     /* bottom, image */
     url(http://i.imgur.com/OLPOitD.png);
    background-size: cover;
    background-position: center;
}

.bg-style100{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#ffffff;
    background-repeat:repeat; 
}

.bg-style002{
	padding-top: 50px;
	background-color: #e72b08;
    /*background-image: url(http://i.imgur.com/OONb4TU.png);*/
    background-repeat:no-repeat;
    background-position:center center;
    /*height: 170px;*/
    width: 100%;
    background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(113, 75, 252, 0.65), 
      rgba(255, 0, 0, 0.45)
    ),
    /* bottom, image */
    url(http://i.imgur.com/izERuup.jpg);
    background-size: cover;
    background-position: center; 
    box-shadow: 1px 1px 20px 12px rgba(0, 0, 0, 0.21) inset;
}

.jobs-title{
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.55);
}

.jobs-text{    
    text-align:center;
    font-size: 2em;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.55);
}

.jobsimg{
    width: 100%;
    box-shadow: 0 7px 28px rgba(23,43,99,.24);
}

.twitter-block{
    margin-top:7em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-shadow: 0 7px 28px rgba(23,43,99,.24);
}

.bg-style4{
	/*background-color:#fdbf50;*/
    background-image:url('http://i.imgur.com/9QZGq4Z.png');
    background-repeat:inherit;
    background-position:center center;
	}

.bg-style04{
	background-color:#fdbf50;
    background-image:url('http://i.imgur.com/4sziQwm.jpg');
    background-repeat:no-repeat;
    background-position:center center;
	}

.bg-style004{
    /*background-color:#fdbf50;*/
    background-image:url('http://i.imgur.com/9QZGq4Z.png');
    background-repeat:inherit;
    background-position:center center;
    margin-top: 5px;
}
    
.bg-style2{
    background-color:lightgray;
    background:url('http://i.imgur.com/9QZGq4Z.png') no-repeat center center;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
    
.bg-style2:before{content:' ';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(79,63,139,0.7);
	}
    
.h-style1{
    color:#ffffff;
    font-weight:700;
    text-align:center;
    letter-spacing:1px;
    text-shadow: 1px 1px #000000;
	}

.h-style2{
    color:#714bfc;
    font-weight:600;
    text-align:center;
    letter-spacing:1px;
    text-shadow: 0 7px 28px rgba(23,43,99,.24);
    margin-bottom: 50px;
    font-size:4.5em;
	}

.h-style3{
    color:#333333;
    font-weight:300;
    text-align:center;
    letter-spacing:1px;
	}
    
.t-style1{
    color:#333333;
    line-height:1.8;
    text-align:left;
    font-size:1em;}

/* Examples */
.content-wrapper{
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width:95%;
	max-width: 885px;
	}
.content-block{
	width:95%;
	margin-left:20px;
	float:left;
	}
.content-wrapper.e2{
	max-width: 620px;
}
.content-block.e2{
	max-width:300px;
}
.content-wrapper.e3{
	max-width: 885px;
}
.content-block.e3{
	max-width: 275px;
}
.content-wrapper.e4{
	max-width: 1120px;
}
.content-block.e4{
	max-width: 260px;
}
.content-block img{
	width:100%;
	vertical-align: bottom;
}
.content-block:first-child{
	margin-left:0;
}
.example-content{overflow: auto;}
.example-content [class^='t-style']{
	margin:0;
	padding:0 25px 25px 25px;
}
/*
.grid-item a{
	display: block;
}
.grid-overlay{
	width:100%;
	height:100%;
	position: absolute;
	top:0;left:0;
	background-color: rgba(0,0,0,0.7);
	opacity: 0 !important;
}
.grid-item:hover img{
-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.grid-item:hover .grid-overlay{
	height:100%;
}
.grid-overlay .info{
	display: table;
	width: 100%;
  	height: 100%;
}
.info .text{
	opacity: 1;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
*/
.js-masonry{
	margin: 0 auto;
}
.grid-item{
	margin-bottom: 15px;
	overflow: hidden;
}
.view {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    display: block;
    position: relative;
}
.view .txt {
    position: relative;
}

.view-first .mask {
    opacity: 0;
}

.view-first .txt{ 
    opacity: 0;
}

.view-first:hover img { 
	transform: scale(1.1);
} 
.view-first:hover .mask { 
	opacity: 1;
}
.view-first:hover .txt{
    opacity: 1;
}

/*vertically align grid for 1-2 cols*/

@media (min-width: 550px) {
	.valign-col-parent{
	width: 100% !important;
	display: table;
	}
	.valign-col{
		width: 50%;
		vertical-align:middle;
		display: table-cell;
	}
	.valign-col > div{
		width: 100% !important;
	}
}

@media(max-width: 550px){
	.t-left,.t-right,.section .row .columns /*p*/,.section h1,.section h2,.section h3,.section h4,.section h5,.section h6{text-align: center !important;}
}
/* footer */
.footer p,.footer p a{}.social-ico{font-size:1.1em;}.social-ico i:first-child{color:;}.social-ico i:last-child{color:;}
.calc-p-bottom{
	padding-bottom: 30px;}

/* ACCORDION */

.accordion-body{
	display: none;
	border: 1px solid transparent; /* Fix jQuery jumpy slide animation */
}
.accordion-head:hover{cursor: pointer;}

.acc-icons .accordion-head{
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.acc-icons .accordion-head:before{
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 55%;
	left:-1.3em;
	content:'\f068';
}

.acc-icons .accordion-head.collapsed:before{
	content:'\f067';
}
/* AS SEEN ON */

.a-logo{
	display: inline;
	padding:15px;
	margin-bottom: 0;
}
.a-logo svg{
	max-width: 125px;
	max-height:125px;
	vertical-align: middle;
	margin:0;padding:0;
	display:inline-block;
}
.members .id{text-align:center;}
.members .id{
	font-size:75%;
	color:darkgrey;
}
.members img{
	padding:15px;
	max-width:120px;
	max-height:120px;
	border-radius:50%;
}
.members img:hover {
    padding: 14px;
    max-width: 120px;
    max-height: 120px;
    
    border: solid 1px #714bfc;
}
.members a:hover{color:#544890;}

::selection{background-color:#333;color:white;}
-moz-selection{background-color:##fc6532;color:white;}

.footer p{margin:5px;padding:0;}
.footer a{color:white;}
@media(max-width: 550px){
    .members .id img{max-width:150px;max-height:150px;}
}
@media(max-width: 1000px){
    .members .id img{max-width:90px;max-height:90px;}
}

@media(max-width: 550px){
    .big-title{font-size:1.0em;text-transform:uppercase;}
}

form {
     margin-bottom: 1px;
     }
.newsletter{
    

} 
.newsbtn{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
}

.job-city-links{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    color: white;
    font-size: 1.2em;
}
.job-city-links:hover{
    text-decoration: underline;
}

#logo {

    background: url(http://i.imgur.com/16QKJex.png) 0 0 no-repeat;
}    
.row{
    display:flex;
    justify-content:center;
    align-items:center;
    color: #fff;        
}

.media{
    margin-top: 15px;
    
}


.reflinks:hover {

    opacity: 1;
}

.row-team{
    display:flex;
    justify-content:center;
    align-items:center;
    color: #fff;        
}    

.footer2 {
   position:fixed;
   left:0px;
   bottom:0px;
   height:42px;
   width:100%;
   background:#dddddd;
   margin:0 auto;
   background-color: #fdbf50;   
} 


a, a:hover, a:active {
    text-decoration: none;
    color: #714bfc;
}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}


nav {
    overflow:hidden; 
    height:100%; 
    position:relative; 
    text-align:left;    
}

nav ul {
    float:left;
    color:#999;
    margin:0px 10px 0 15px;
    padding:0px 0px 0 0px;
    line-height:42px;
          
}

nav li { 
    display: inline;
    margin-right: 10px;
}

nav li a {
        color: #000000; 
        text-decoration: none;
        margin-top: 10px;
}

nav li a:hover, nav li a .current {
    color: #714bfc;
    background-color: transparent;                        
}
                
.title{                
    display:inline;               
}

.current{
    font-weight: bold; 
}
        
nav ul li {    
    color: #ffffff;
}

.submit{
    background: #714bfc;
    margin-left: 10px;
    color: inherit;
    text-shadow: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 0;
    border-radius: 6px;
    text-decoration: none;
    padding: 7px 10px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.typeform-share {   
    background: #714bfc;
    margin-left: 10px;
    color: inherit;
    text-shadow: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 0;
    border-radius: 6px;
    text-decoration: none;
    padding: 7px 10px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.footer1{
	margin-bottom: 1px;
}

.sub_tite{
	text-align:center;
	color: #fff;
	font-weight: 500; 
	margin-top:20px; 
	margin-bottom:1px;
	text-transform: uppercase;
    text-shadow: 1px 1px #AF7E03;   
}

.sub_tite1{
	text-align: center;
    color: #fff;
    font-weight: 500;
    /* margin-top: 20px; */
    /* margin-bottom: 1px; */
    /* text-transform: uppercase; */
    text-shadow: 1px 1px #000000;
    font-size: 2em;   
}

@media screen and (max-width: 500px) {
    .sub_tite1{
        font-size: 1.5em;
    }

    h2{
        font-size: 2em;
    }

    .facelogo{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
    }

}

@media screen and (max-width: 890px) {
    .sub_tite1{
        font-size: 1.5em;
    } 
}

.tos{
	width:800px;
	margin:0 auto;
}

.footer4{
	width:800px;
	margin:0 auto;"
	display: flex;
    justify-content: center;
    align-items: center;
}

.map{
    margin-top: -30px;
}

.invite {   
    background: #eb4d57;
    margin-left: 10px;
    color: inherit;
    text-shadow: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 0;
    border-radius: 6px;
    text-decoration: none;
    padding: 7px 10px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.invite:hover {
	background-color: transparent;
	color:  #eb4d57;
}

.messenger-button{   
    background: #ffffff;
    margin-left: 10px;
    color: inherit;
    text-shadow: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 0;
    border-radius: 6px;
    text-decoration: none;
    padding: 7px 10px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  background-color: #f1f1f1;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}
.cd-testimonials-wrapper::after {
  /* quotation mark */
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin-left: -25px;
  background: rgba(32, 32, 34, 0.9);
  font-family: "Georgia", serif;
  color: #ffffff;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  /* visible on big devices only */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 4em auto;
    padding: 64px 50px 114px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}

.cd-testimonials {
  color: #39393c;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-family: "Georgia", serif;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 14px;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.6;
  }
}

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6b6b70;
}

@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 100px;
    height: 100px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #ffffff;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #5e5e63;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #ffffff;
  }
}

.cd-see-all {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #252527;
  text-align: center;
  text-transform: uppercase;
  color: #f1f1f1;
  font-weight: 700;
  font-size: 18px;
  font-size: 1rem;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s;
}
.no-touch .cd-see-all:hover {
  color: #79b6e4;
}

.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
  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;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
  position: relative;
  background: #79b6e4;
  color: #ffffff;
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.cd-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #79b6e4;
}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
  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;
}
.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
  -webkit-overflow-scrolling: touch;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
  }
  .cd-testimonials-all .cd-author {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em;
  }
}

.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.close-btn::before, .close-btn::after {
  /* close icon in css */
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #39393c;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}