/* =Typography
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat';
}
/* =Links
-----------------------------------------------------------------------------*/
.privacy a {
    font-size: smaller;
    color: #ececec;
    }
.content_single a {
    color: #00BCD4;
    }
/* =Layout
-----------------------------------------------------------------------------*/

#site-border-top, #site-border-bottom, #site-border-left, #site-border-right {
  background: #f3f3f3;
  position: fixed;
  z-index: 9999;
  }
#site-border-left, #site-border-right {
    top: 0; bottom: 0;
    width: 15px;
    }
#site-border-left { left: 0; }
#site-border-right { right: 0; }
    
#site-border-top, #site-border-bottom {
    left: 0; right: 0;
    height: 15px;
    }
#site-border-top { top: 0; }
#site-border-bottom { bottom: 0; }

.container {
	width: 100%;
    height: calc(100vh);
    float: left;
    padding: 15px;
    background: #fff;
    display: block;
}
.container_single {
	padding: 0;
	height: calc(100vh - 100px);
}
.home-page .row.splice, .slider, .col-home, .container_single .row.splice, .container_single .col.col-9, .container_single .col.col-3 {
	height: 100%;
}    
.content_holder {
	background: -moz-linear-gradient(left, rgba(12,15,33,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(12,15,33,1)), color-stop(100%,rgba(125,185,232,0)));
    background: -webkit-linear-gradient(left, rgba(12,15,33,1) 0%,rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(left, rgba(12,15,33,1) 0%,rgba(125,185,232,0) 100%);
    background: -ms-linear-gradient(left, rgba(12,15,33,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgba(12,15,33,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0f21', endColorstr='#007db9e8',GradientType=1 );
    position: relative;
    z-index: 1;
    height: 100%;
} 
.content_holder .aligner {
	position: relative;
	color: #fff;
	box-shadow: rgba(255, 255, 255, 0.21) 1px 0px 0px inset;
	cursor: pointer;
}
.homepage-wrapper-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.content_holder h2 {
	color: #fff;
	font-weight: 500;
}
.content_holder h6 {
	color: #fff;
	font-weight: 300;
}
.details a {
	text-decoration: none;
	color: #00BCD4;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-size: small;
	letter-spacing: 1px;
}
.details i {
	padding-right: 5px;
}
.text_wrapper {
	-webkit-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
}



.slider_single {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.button-up {
        padding-bottom: 20px;
}
.container_single .button.primary {
	background: #00BCD4;
	padding: 10px 38px;
	border-radius: 0;
	font-family: 'Montserrat';	
	font-weight: 400; 
	letter-spacing: 2px;   
}

/* =Header
-----------------------------------------------------------------------------*/
.header {
    list-style-type: none;
    margin: 0;
    padding-top: 20px;
    background: #0c0f21;
    overflow: hidden;
    color: #fff;
    font-family: 'Montserrat';
    position: relative;
}  
.site_title {
	font-size: 28px;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 1px;
}
.header-group .site_title {
	margin-bottom: 0;
}
h1.site_title a {
	text-decoration: none;
}
.home-page .site_title .first_word {
	display: block;
	color: #fff;
	text-decoration: none;
}
.site_title .first_word {
	color: #000;
}
.site_title .second_word {
	font-weight: 200;
	color: #909599;
}
.header small, .header_top small {
	font-weight: 200;
	font-style: italic;
}
.home-page .header_top:after {
    content: '';
    width: 28px;
    height: 1px;
    display: block;
    margin: auto;
    background: #00BCD4;
    margin-top: 20px;
}
.header_social {
	margin-top: 20px;
}
.header_social i {
	font-size: large;
	padding: 5px;
	color: #999;
}
.header_bottom {
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    padding: 15px;
}
.header_bottom h5 {
	text-transform: uppercase;
	font-weight: 300;
	color: #999;
}
.header-group {
	background: #f3f3f3;
	padding: 20px 15px;
}


.content_single {
	overflow: hidden;
	padding: 30px 40px;
    color: #fff;
    background: #0c0f21;
    height: 100%;
    overflow-y: scroll;
}
.content_single h2 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
} 
.social_share {
	padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin: 20px 0 30px;
    float: left;
    width: 100%;
}
.social_share span {
	color: #999;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 1px;
}
.social_share i {
	font-size: large;
	padding: 7px;
	color: #999;
}


/* =Nav
-----------------------------------------------------------------------------*/
.home-page .header_menu {
	    margin-top: 40px;
}
.home-page .header_menu li {
	margin-bottom: 3px;
}
nav.float-right {
    padding: 14px 0;
}
.float-right nav, .float-right .form-item {
	padding: 14px 0;
	display: inline-block;
}

.header-group .header_menu li {
	display: inline-block;
	padding: 0 10px;
}
.home-page .header_menu a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 300;
}
.header-group .header_menu a {
	position: relative;
	padding: 10px;
	color: #555;
	font-family: 'Montserrat';
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	-webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.header-group .header_menu a:before, .header-group .header_menu a:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #00BCD4;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.header-group .header_menu a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.header-group .header_menu a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.header-group .header_menu a:hover,
.header-group .header_menu a:focus {
	color: #00BCD4;
}

.header-group .header_menu a:hover::before,
.header-group .header_menu a:focus::before,
.header-group .header_menu a:hover::after,
.header-group .header_menu a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


.float-right .form-item  {
	margin-right: 20px;
}
.header-group .minict_wrapper {
	background: #dddddd;
    color: #0c0f21;
    text-align: left;
    border-color: #ddd;
    width: 200px;
    border-radius: 0;
}
.minict_wrapper ul {
	border-radius: 0;
}
.minict_wrapper span, .minict_wrapper ul li {
	font-family: 'Montserrat';
	font-size: 11px;
	letter-spacing: .6px;
	text-transform: uppercase;
}
.minict_wrapper span:empty:before {
	color: inherit;
}
.minict_wrapper:after {
	line-height: 2.1rem;
}


.slicknav_menu {
	background: none;
}
.home-page .slicknav_btn {
	margin-bottom: 50px;
}
.header-group ul.slicknav_nav {
    background: #222 !important;
    overflow-y: scroll;
}
/* =Misc
-----------------------------------------------------------------------------*/
.slider {
	min-height: 380p;
}
.controls_i {
	margin: 0;
    background: #0c0f21;
    position: absolute;
    float: right;
    top: 30px;
    height: 65px;
    width: 90px;
    font-size: 20px;
    font-family: ionicons;
}
.controls_i #prev, .controls_i #next  {
	padding: 12px;
	color: rgba(158, 158, 158, 0.6);
	cursor: pointer;
}

.b_pause, .b_resume {
    color: rgba(158, 158, 158, 0.6);
    padding: 4px;
    cursor: pointer;
}
.controls_i #prev:hover, .controls_i #next:hover, .b_pause:hover, .b_resume:hover {
	color: #fff;
}
.b_prev:before {
	content: "\f3d2";
}
.b_next:before {
	content: "\f3d3";
}
span.b_pause:before {
    content: "\f478";
}
span.b_resume:before {
    content: "\f488";
}



.aligner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
	justify-content: center;
	position: relative;
}
.slicknav_menu {
    display:none;
}

.subheader {
    background: #fff;
    border-top: 10px solid #0c0f21;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.subheader_booking {
	padding: 60px 0;
}
.subheader h1 {
	text-transform: uppercase;
	letter-spacing: 2.5px;
	margin-bottom: 0;
}
.subheader .about:after {
    content: '';
    width: 100px;
    height: 2px;
    display: block;
    margin: auto;
    background: #00BCD4;
    margin-top: 20px;
}
.map-wrapper {
    position: relative;
    height: 400px;
    border: 15px solid #fff;
    overflow: hidden;
}
.map-overlay {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #f3f3f3;
}
#contact-map #content {
	font-family: 'Montserrat';
	text-transform: uppercase;
}
.location-address {
	margin-bottom: 20px;
}
.location-address i {
	font-size: 30px;
    color: #00BCD4;
    display: inline-block;
    margin-bottom: 10px;
}
.location-address span {
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
}
.location-box .button, .contact-wrapper .button, .calendars_wrapper .button {
	font-family: 'Montserrat';
	border-radius: 0;
	background: #00BCD4;
}
.content_aux {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 0 40px;
}
.content_aux .thumb {
	margin-bottom: 16px;
}
.container_message {
	background: #f3f3f3;
}
.contact-wrapper {
	margin: 0 auto;
    padding: 80px 0;
    width: 60%;
}
.contact-wrapper h3 {
	margin: 0 0 40px 0;
    font-weight: 200;
    font-size: 30px;
    text-transform: uppercase;
}
.about_content {
	margin: 0 auto;
	padding: 0 0 20px;
    width: 50%;
}
.parallax {
	background: url(../img/_MG_7151.jpg)center center fixed;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 100px 0;
}
.parallax:after {
	content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.parallax .content_holder {
	background: none;
}
.testimonials {
	padding: 60px 0;
}
.testimonials h3 {
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom:20px;
}
.testimonials blockquote {
	border-left: none;
}
.t-quote {
	position: relative;
}
.t-quote:after {
    position: absolute;
    font-family: ionicons;
    content: '\f347';
    font-size: 150px;
    left: 30%;
    right: 50%;
    top: 20%;
    color: rgba(0, 0, 0, 0.09);
}
.container_booking {
	padding: 60px 0;
}
.calendars_wrapper {
	margin: 0 auto;
    width: 60%;
}
.calendars_wrapper .c_heading {
	margin-bottom: 30px;
	font-size: 28px;
    font-weight: 200;
    font-family: 'Montserrat';
    color: #18191a;
    text-transform: uppercase;
}
.calendars_wrapper .c_heading span {
	display: block;
    font-family: 'Montserrat';
    font-size: 120px;
    line-height: 110px;
    font-weight: 400;
    color: #d9d9d9;
}
.container_booking.odd {
	background: #f1f1f1;
}
.calendars_wrapper .minict_wrapper {
	width: 100%;
}
.calendars_wrapper input, .calendars_wrapper textarea {
	font-family: 'Montserrat';
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
.calendars_wrapper .minict_wrapper span, .minict_wrapper ul li {
	text-align: center;
}
@media screen and (max-width: 768px) {
    /* #menu is the original menu */
    .header nav, nav.float-right, .float-right nav {
        display:none;
    }
    .home-page .slicknav_menu {
        margin-top: -80px;
    }
    .slicknav_menu {
	    display: block;
        margin-top: -40px;
    }
}

#livetabs {
  margin-bottom: 20px;
  font-size: 14px; }

#livetabs ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

#livetabs a {
  color: #000;
  text-decoration: none;
  background: #20809c;
  border-radius: 4px;
  padding: 2px 10px;
  border: 1px solid transparent; }
  #livetabs a:hover {
    opacity: .7; }

#livetabs li {
  margin-right: 4px; }

#livetabs li.active a {
  background: #fff;
  border-color: #eee;
  color: rgba(0, 0, 0, 0.5);
  cursor: default; }
  #livetabs li.active a:hover {
    opacity: 1; }
    
    
/* =Footer
-----------------------------------------------------------------------------*/
.main_footer {
	background: #18191a;
    color: #fff;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.footer_address {
	padding: 50px;
}
.footer_address h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
/* =Tablet (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
}


/* =Mobile (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.home-page .site_title .first_word {
	display: inline;
}
.col-home {
    height: 80%;
}
.content_holder .aligner {
	-moz-box-shadow:    inset  0  1px 1px -1px rgba(255, 255, 255, 0.21), 
                        inset  0 -1px 1px -1px rgba(255, 255, 255, 0.21);
    -webkit-box-shadow: inset  0  1px 1px -1px rgba(255, 255, 255, 0.21), 
                        inset  0 -1px 1px -1px rgba(255, 255, 255, 0.21);
     box-shadow:        inset  0  1px 1px -1px rgba(255, 255, 255, 0.21), 
                        inset  0 -1px 1px -1px rgba(255, 255, 255, 0.21);
}
.controls_i {
	right: 15px;
	background: transparent;
}
.controls_i span, .controls_i #prev, .controls_i #next {
	color: #fff;
}
.header-group .minict_wrapper {
	width: 100%;
}
.contact-wrapper {
	width: 90%;
}
.testimonials .col-3 {
	padding: 25px 0;
}
.calendars_wrapper .col {
	margin-bottom: 20px;
}
.social_share .float-right {
	float: right;
}
.about_content {
	width: 85%;
}
.calendars_wrapper {
	width: 85%;
}
.studio {
    margin-bottom: 50px;
}
.2-bed {
    margin-top: 50px;
}
}

/* =Mobile (Landscape)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
		
}
@media screen and (min-width: 768px) {
	.content_holder .aligner:hover .text_wrapper {
	top: 25%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    color: #1abc9c;
}
.float-right .form-item {
	display: inline-block !important;
}
}
@media only screen and (max-width: 480px) {
	h1.site_title a {
		display: block;
		margin-right: 30px;
	}
}

body {
  font-family: 'sofia_prolight';
}


@font-face {
    font-family: 'sofia_prolight';
    src: url('../fonts/SofiaProLight-webfont.eot');
    src: url('../fonts/SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SofiaProLight-webfont.woff2') format('woff2'),
         url('../fonts/SofiaProLight-webfont.woff') format('woff'),
         url('../fonts/SofiaProLight-webfont.ttf') format('truetype'),
         url('../fonts/SofiaProLight-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

.loader {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transform: perspective( 128px ) rotateX( 30deg );
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  background-color: #D9CB9E;
  border-radius: 50%;
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: move-right 1s ease-out infinite;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: move-down 1s ease-in-out infinite;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: move-left 1s ease-in-out infinite;
}

.inner.four {
  left: 0%;
  bottom: 0%;
  animation: move-up 1s ease-out infinite;
}

@keyframes move-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(32px);
  }
}

@keyframes move-down {
  0% {
    transform: translateY();
  }
  100% {
    transform: translateY(32px);
  }
}

@keyframes move-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-32px);
  }
}

@keyframes move-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-32px);
  }
}


.circle {
    width: 8vmax;
    height: 8vmax;
    border-right: 4px solid #3498DB;
    border-radius: 100%;
    -webkit-animation: spinRight 800ms linear infinite;
    animation: spinRight 800ms linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.circle:before,
.circle:after {
    content: '';
    width: 6vmax;
    height: 6vmax;
    display: block;
    position: absolute;
    top: calc(50% - 3vmax);
    left: calc(50% - 3vmax);
    border-left: 3px solid #D35400;
    border-radius: 100%;
    -webkit-animation: spinLeft 800ms linear infinite;
    animation: spinLeft 800ms linear infinite;
}
.circle:after {
    width: 4vmax;
    height: 4vmax;
    top: calc(50% - 2vmax);
    left: calc(50% - 2vmax);
    border: 0;
    border-right: 2px solid #2ECC71;
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes spinLeft {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}
@keyframes spinLeft {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}
@-webkit-keyframes spinRight {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes spinRight {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.animsition-overlay-slide {
	z-index: 2;
}


/*-------*/
	
	.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  background-color: #39393c;
  margin: 1em auto 2em;
  -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: 30px;
  margin-left: -25px;
  background: rgba(32, 32, 34, 0.9);
  font-family: "Georgia", serif;
  color: white;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  /* visible on big devices only */
  display: none;
}

@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}

.cd-testimonials {
  color: white;
  text-align: center;
}
.cd-testimonials:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
  margin-left: -6px;
}
.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: 1170px) {
  .cd-testimonials p {
	  font-size: 22px;
        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;
  list-style: none;
}
.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: 50px;
    height: 50px;
  }
  .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: white;
}
.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: white;
  }
}

.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: #6b6b70;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  -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: white;
  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 {
  content: "";
  display: table;
  clear: both;
}
.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: white;
  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 {
	list-style: none;
  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);
}