/*-----------------------------------------------------------------------------------*/
/* LANGUAGE SELECTOR - WPML */
/*-----------------------------------------------------------------------------------*/
#lang_sel_list {
	position:absolute!important;
	top:9px;
	right:0;
	font-size:18px;
	font-family:'Raleway',Trebuchet MS,Arial,Helvetica,sans-serif;
}

#lang_sel_list li a,#lang_sel_list li a:visited {
	padding:0 10px!important;
	border-right:2px solid #fff;
	background-color:transparent!important;
	color:#FFF;
	letter-spacing:1px;
	font-size:14px;
}

#lang_sel_list li:last-child a {
	padding-right:0!important;
	border-right:none;
}

#lang_sel_list li a:hover {
	color:#FFF;
	text-decoration:underline!important;
}

#lang_sel_list li a.lang_sel_sel {
	color:#FFF!important;
	font-weight:700;
}

/*-----------------------------------------------------------------------------------*/
/* ADD THIS SHARE BUTTONS */
/*-----------------------------------------------------------------------------------*/
.addthis_toolbox {
	margin-bottom:20px;
}

.team .addthis_toolbox {
	margin-bottom:10px;
}

/*-----------------------------------------------------------------------------------*/
/* ROYAL SLIDER */
/*-----------------------------------------------------------------------------------*/
.new_royalslider_widget h1 {
	color:#FFF!important;
	text-align:center;
	text-shadow:0 0 4px #777;
	line-height:35px!important;
}

.rsUni,.rsUni .rsOverflow,.rsUni .rsSlide,.rsUni .rsVideoFrameHolder,.rsUni .rsThumbs,.rsUni .rsThumbsHor {
	background-color:transparent!important;
}

.rsUni .rsThumbsHor {
	position:absolute!important;
	bottom:0!important;
}

.rsUni .rsPreloader {
	display:none!important;
}

.rsUni .rsThumb.rsNavSelected {
	background-color:#BE1623!important;
}

/*-----------------------------------------------------------------------------------*/
/* ISOTOPE (Recommended Isotope styles) */
/*-----------------------------------------------------------------------------------*/
/**** Isotope Filtering ****/
.isotope-item {
	z-index:2;
}

.isotope-hidden.isotope-item {
	z-index:1;
	pointer-events:none;
}

/**** Isotope CSS3 transitions ****/
.isotope,.isotope .isotope-item {
	-webkit-transition-duration:.8s;
	-moz-transition-duration:.8s;
	-ms-transition-duration:.8s;
	-o-transition-duration:.8s;
	transition-duration:.8s;
}

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

.isotope .isotope-item {
	-webkit-transition-delay:0s,0.8s,0;
	-moz-transition-delay:0s,0.8s,0;
	-ms-transition-delay:0s,0.8s,0;
	-o-transition-delay:0s,0.8s,0;
	transition-delay:0s,0.8s,0;
	-webkit-transition-property:-webkit-transform,opacity;
	-moz-transition-property:-moz-transform,opacity;
	-ms-transition-property:-ms-transform,opacity;
	-o-transition-property:top,left,opacity;
	transition-property:transform,opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
	-webkit-transition-duration:0;
	-moz-transition-duration:0;
	-ms-transition-duration:0;
	-o-transition-duration:0;
	transition-duration:0;
}

/*-----------------------------------------------------------------------------------*/
/* Back to top
/* (codyhouse.co/gem/back-to-top)
/*-----------------------------------------------------------------------------------*/
.cd-top {
	position:fixed;
	right:10px;
	bottom:40px;
	display:inline-block;
	visibility:hidden;
	width:45px;
	height:43px;
	background:rgba(190,22,35,0.8) url("../images/cd-top-arrow.svg") no-repeat center 50%;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	text-indent:100%;
	white-space:nowrap;
	opacity:0;
	-webkit-transition:opacity .3s 0s,visibility 0 .3s;
	-moz-transition:opacity .3s 0s,visibility 0 .3s;
	-o-transition:opacity .3s 0s,visibility 0 .3s;
	transition:opacity .3s 0s,visibility 0 .3s;
	overflow:hidden;
/*
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	-o-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	*/
}

.cd-top.cd-is-visible,.cd-top.cd-fade-out,.no-touch .cd-top:hover {
	-webkit-transition:opacity .3s 0s,visibility 0 0;
	-moz-transition:opacity .3s 0s,visibility 0 0;
	-o-transition:opacity .3s 0s,visibility 0 0;
	transition:opacity .3s 0s,visibility 0 0;
/*
 	 -webkit-transition: opacity .3s 0s, visibility 0s 0s;
 	 -moz-transition: opacity .3s 0s, visibility 0s 0s;
 	 -o-transition: opacity .3s 0s, visibility 0s 0s;
 	 transition: opacity .3s 0s, visibility 0s 0s;
 	 */
}

.cd-top.cd-is-visible {
/* the button becomes visible */
	visibility:visible;
	opacity:1;
}

.cd-top.cd-fade-out {
/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity:.5;
}

.cd-top:hover {
	opacity:1;
}

/*-----------------------------------------------------------------------------------*/
/* Testimonials Showcase */
/*-----------------------------------------------------------------------------------*/
/*---------*/
/* GENERAL */
/*---------*/
.tt_img_white-border img {
	border:2px solid #fff!important;
}

.ttshowcase_rl_title {
	margin:0 auto;
	width:130px;
	font-size:14px;
	line-height:18px;
}

/*--------------*/
/* TESTIMONIALS */
/*--------------*/
.testimonial {
	max-width:980px!important;
}

.testimonial .ttshowcase_rl_box {
	float:left;
	padding:20px 0 0!important;
}

/* img */
.testimonial .tt_info-left {
	padding:0 15px 0 30px!important;
}

.testimonial .ttshowcase_slider .bx-wrapper {
	margin:0 auto;
}

.testimonial .tt_img_white-border img {
	margin:0 auto!important;
}

.testimonial .ttshowcase_rl_aditional_info {
	margin-top:10px;
}

/* txt */
.testimonial .tt_quote_info-left {
	padding-left:10px;
}

.testimonial .tt_quote_info-left:before,.testimonial .tt_quote_info-left:after {
	color:#eee;
	font-weight:700;
	font-size:110px;
	font-family:Georgia,serif;
	line-height:100px;
}

.testimonial .tt_quote_info-left:before {
	float:left;
	padding-right:12px;
	content:" “ ";
}

.testimonial .tt_quote_info-left:after {
	padding-left:4px;
	content:" ” ";
}

.testimonial .ttshowcase_rl_quote {
	display:inline-block;
	float:left;
	width:80%;
	font-size:16px!important;
}

.testimonial .ttshowcase_rl_quote p:last-child {
	margin-bottom:0!important;
}

/*------*/
/* TEAM */
/*------*/
.team {
	margin-bottom:-16px!important;
}

.team .tt_text_left {
	position:relative;
	margin:0 0 16px 10px;
	width:auto;
	height:auto;
	vertical-align:top;
}

.team .ttshowcase_rl_breed {
	padding:0;
}

.team .tt_info-left {
	padding-right:4px;
}

.team .tt_quote_info-left {
	position:absolute;
	top:0;
	z-index:1;
	width:144px;
	height:100%;
}

.team .tt_quote_info-left .ttshowcase_rl_quote {
	height:100%;
}

.team .tt_quote_info-left .ttshowcase_rl_quote .ttshowcase_rl_readmore {
	margin:0;
	height:100%;
}

.team .tt_quote_info-left .ttshowcase_rl_quote .ttshowcase_rl_readmore a {
	display:inline-block;
	width:100%;
	height:100%;
}

/*************************************************************************************/
/********************************** MEDIA QUERIES ************************************/
/*************************************************************************************/
/*-----------------------------------------------------------------------------------*/
/* A PARTIR DE 990px PERSONALIZADO */
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 990px) {
	.testimonial .ttshowcase_rl_quote {
		width:80%;
	}
	
	#lang_sel_list {
		right:auto;
		left:190px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* A PARTIR DE 900px PERSONALIZADO */
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
	.testimonial .ttshowcase_rl_quote {
		width:75%;
	}
}

/*-----------------------------------------------------------------------------------*/
/* A PARTIR DEL IPAD PORTRAIT (768px) */
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.testimonial .ttshowcase_rl_quote {
		width:70%;
	}
}

/*-----------------------------------------------------------------------------------*/
/* A PARTIR DEL MOVIL IPHONE 6 LANDSCAPE  (667px) */
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 667px) {
	.cd-top {
		right:5px;
		bottom:24px;
		width:35px;
		height:33px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* A PARTIR DE 650px PERSONALIZADO */
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 650px) {
	.testimonial .ttshowcase_rl_quote {
		padding:0 3%!important;
		width:64%!important;
		text-align:center!important;
		font-size:14px!important;
		line-height:20px!important;
	}
	
	.testimonial .ttshowcase_rl_aditional_info {
		margin-bottom:12px;
	}
	
	.testimonial .tt_quote_info-left {
		padding-left:4%;
	}
	
	.testimonial .tt_quote_info-left::before,.testimonial .tt_quote_info-left::after {
		display:block!important;
	}
}

/*-----------------------------------------------------------------------------------*/
/* A PARTIR DEL MOVIL IPHONE 5 LANDSCAPE  (568px) */
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 568px) {
	#lang_sel_list {
		left:150px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* A PARTIR DEL MOVIL IPHONE 4 LANDSCAPE  (480px) */
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	.testimonial .tt_quote_info-left::before,.testimonial .tt_quote_info-left::after {
		display:none!important;
	}
	
	.testimonial .ttshowcase_rl_quote {
		width:94%!important;
	}
	
	.team .tt_text_left {
		margin:0;
		width:100%;
	}
	
	.team .tt_quote_info-left {
		width:100%;
	}
}