/* =============================================================================
	 Rubycom Framework 2.5
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

* {
	-wenkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-word-wrap: break-word;
	-moz-word-wrap: break-word;
	-ms-word-wrap: break-word;
	-o-word-wrap: break-word;
	word-wrap: break-word;



}

@font-face {
	font-family: 'centrale_sans';
	src: url("../fonts/centrale_sans_medium-webfont.eot");
	src: url("../fonts/centrale_sans_medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/centrale_sans_medium-webfont.woff2") format("woff2"), url("../fonts/centrale_sans_medium-webfont.woff") format("woff"), url("../fonts/centrale_sans_medium-webfont.ttf") format("truetype"), url("../fonts/centrale_sans_medium-webfont.svg#centrale_sans_mediummedium") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* line 4, ../sass/_font-awesome.scss */
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-2x {
	font-size: 2em;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-3x {
	font-size: 3em;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-4x {
	font-size: 4em;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-5x {
	font-size: 5em;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-ul > li {
	position: relative;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-li.fa-lg {
	left: -1.85714286em;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}
/* line 4, ../sass/_font-awesome.scss */
.pull-right {
	float: right;
}
/* line 4, ../sass/_font-awesome.scss */
.pull-left {
	float: left;
}
/* line 4, ../sass/_font-awesome.scss */
.fa.pull-left {
	margin-right: .3em;
}
/* line 4, ../sass/_font-awesome.scss */
.fa.pull-right {
	margin-left: .3em;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
 @-moz-keyframes spin {
 0% {
 -moz-transform: rotate(0deg);
}
 100% {
 -moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
 0% {
 -o-transform: rotate(0deg);
}
 100% {
 -o-transform: rotate(359deg);
}
}
@keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
/* line 4, ../sass/_font-awesome.scss */
.fa-rotate-90 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* line 4, ../sass/_font-awesome.scss */
.fa-rotate-180 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* line 4, ../sass/_font-awesome.scss */
.fa-rotate-270 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
/* line 4, ../sass/_font-awesome.scss */
.fa-flip-horizontal {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
/* line 4, ../sass/_font-awesome.scss */
.fa-flip-vertical {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}
/* line 4, ../sass/_font-awesome.scss */
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-stack-1x {
	line-height: inherit;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-stack-2x {
	font-size: 2em;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-inverse {
	color: #fff;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-glass:before {
	content: "\f000";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-music:before {
	content: "\f001";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-search:before {
	content: "\f002";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-envelope-o:before {
	content: "\f003";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-heart:before {
	content: "\f004";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-star:before {
	content: "\f005";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-star-o:before {
	content: "\f006";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-user:before {
	content: "\f007";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-film:before {
	content: "\f008";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-th-large:before {
	content: "\f009";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-th:before {
	content: "\f00a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-th-list:before {
	content: "\f00b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-check:before {
	content: "\f00c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-times:before {
	content: "\f00d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-search-plus:before {
	content: "\f00e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-search-minus:before {
	content: "\f010";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-power-off:before {
	content: "\f011";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-signal:before {
	content: "\f012";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-gear:before, .fa-cog:before {
	content: "\f013";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-trash-o:before {
	content: "\f014";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-home:before {
	content: "\f015";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-file-o:before {
	content: "\f016";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-clock-o:before {
	content: "\f017";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-road:before {
	content: "\f018";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-download:before {
	content: "\f019";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-inbox:before {
	content: "\f01c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-play-circle-o:before {
	content: "\f01d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-refresh:before {
	content: "\f021";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-list-alt:before {
	content: "\f022";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-lock:before {
	content: "\f023";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-flag:before {
	content: "\f024";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-headphones:before {
	content: "\f025";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-volume-off:before {
	content: "\f026";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-volume-down:before {
	content: "\f027";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-volume-up:before {
	content: "\f028";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-qrcode:before {
	content: "\f029";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-barcode:before {
	content: "\f02a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-tag:before {
	content: "\f02b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-tags:before {
	content: "\f02c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-book:before {
	content: "\f02d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-bookmark:before {
	content: "\f02e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-print:before {
	content: "\f02f";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-camera:before {
	content: "\f030";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-font:before {
	content: "\f031";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-bold:before {
	content: "\f032";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-italic:before {
	content: "\f033";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-text-height:before {
	content: "\f034";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-text-width:before {
	content: "\f035";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-align-left:before {
	content: "\f036";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-align-center:before {
	content: "\f037";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-align-right:before {
	content: "\f038";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-align-justify:before {
	content: "\f039";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-list:before {
	content: "\f03a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-indent:before {
	content: "\f03c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-video-camera:before {
	content: "\f03d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-pencil:before {
	content: "\f040";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-map-marker:before {
	content: "\f041";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-adjust:before {
	content: "\f042";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-tint:before {
	content: "\f043";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-share-square-o:before {
	content: "\f045";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-check-square-o:before {
	content: "\f046";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrows:before {
	content: "\f047";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-step-backward:before {
	content: "\f048";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-fast-backward:before {
	content: "\f049";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-backward:before {
	content: "\f04a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-play:before {
	content: "\f04b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-pause:before {
	content: "\f04c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-stop:before {
	content: "\f04d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-forward:before {
	content: "\f04e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-fast-forward:before {
	content: "\f050";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-step-forward:before {
	content: "\f051";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-eject:before {
	content: "\f052";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-chevron-left:before {
	content: "\f053";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-chevron-right:before {
	content: "\f054";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-plus-circle:before {
	content: "\f055";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-minus-circle:before {
	content: "\f056";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-times-circle:before {
	content: "\f057";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-check-circle:before {
	content: "\f058";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-question-circle:before {
	content: "\f059";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-info-circle:before {
	content: "\f05a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-crosshairs:before {
	content: "\f05b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-times-circle-o:before {
	content: "\f05c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-check-circle-o:before {
	content: "\f05d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-ban:before {
	content: "\f05e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrow-left:before {
	content: "\f060";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrow-right:before {
	content: "\f061";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrow-up:before {
	content: "\f062";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrow-down:before {
	content: "\f063";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-mail-forward:before, .fa-share:before {
	content: "\f064";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-expand:before {
	content: "\f065";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-compress:before {
	content: "\f066";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-plus:before {
	content: "\f067";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-minus:before {
	content: "\f068";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-asterisk:before {
	content: "\f069";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-exclamation-circle:before {
	content: "\f06a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-gift:before {
	content: "\f06b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-leaf:before {
	content: "\f06c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-fire:before {
	content: "\f06d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-eye:before {
	content: "\f06e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-eye-slash:before {
	content: "\f070";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-plane:before {
	content: "\f072";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-calendar:before {
	content: "\f073";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-random:before {
	content: "\f074";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-comment:before {
	content: "\f075";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-magnet:before {
	content: "\f076";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-chevron-up:before {
	content: "\f077";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-chevron-down:before {
	content: "\f078";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-retweet:before {
	content: "\f079";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-shopping-cart:before {
	content: "\f07a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-folder:before {
	content: "\f07b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-folder-open:before {
	content: "\f07c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrows-v:before {
	content: "\f07d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrows-h:before {
	content: "\f07e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-bar-chart-o:before {
	content: "\f080";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-twitter-square:before {
	content: "\f081";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-facebook-square:before {
	content: "\f082";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-camera-retro:before {
	content: "\f083";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-key:before {
	content: "\f084";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-gears:before, .fa-cogs:before {
	content: "\f085";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-comments:before {
	content: "\f086";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-thumbs-o-up:before {
	content: "\f087";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-thumbs-o-down:before {
	content: "\f088";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-star-half:before {
	content: "\f089";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-heart-o:before {
	content: "\f08a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sign-out:before {
	content: "\f08b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-linkedin-square:before {
	content: "\f08c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-thumb-tack:before {
	content: "\f08d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-external-link:before {
	content: "\f08e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sign-in:before {
	content: "\f090";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-trophy:before {
	content: "\f091";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-github-square:before {
	content: "\f092";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-upload:before {
	content: "\f093";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-lemon-o:before {
	content: "\f094";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-phone:before {
	content: "\f095";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-square-o:before {
	content: "\f096";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-bookmark-o:before {
	content: "\f097";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-phone-square:before {
	content: "\f098";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-twitter:before {
	content: "\f099";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-facebook:before {
	content: "\f09a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-github:before {
	content: "\f09b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-unlock:before {
	content: "\f09c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-credit-card:before {
	content: "\f09d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-rss:before {
	content: "\f09e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-hdd-o:before {
	content: "\f0a0";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-bullhorn:before {
	content: "\f0a1";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-bell:before {
	content: "\f0f3";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-certificate:before {
	content: "\f0a3";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-hand-o-right:before {
	content: "\f0a4";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-hand-o-left:before {
	content: "\f0a5";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-hand-o-up:before {
	content: "\f0a6";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-hand-o-down:before {
	content: "\f0a7";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-globe:before {
	content: "\f0ac";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-wrench:before {
	content: "\f0ad";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-tasks:before {
	content: "\f0ae";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-filter:before {
	content: "\f0b0";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-briefcase:before {
	content: "\f0b1";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrows-alt:before {
	content: "\f0b2";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-group:before, .fa-users:before {
	content: "\f0c0";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-chain:before, .fa-link:before {
	content: "\f0c1";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-cloud:before {
	content: "\f0c2";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-flask:before {
	content: "\f0c3";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-paperclip:before {
	content: "\f0c6";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-square:before {
	content: "\f0c8";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-list-ul:before {
	content: "\f0ca";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-list-ol:before {
	content: "\f0cb";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-strikethrough:before {
	content: "\f0cc";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-underline:before {
	content: "\f0cd";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-table:before {
	content: "\f0ce";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-magic:before {
	content: "\f0d0";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-truck:before {
	content: "\f0d1";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-pinterest:before {
	content: "\f0d2";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-pinterest-square:before {
	content: "\f0d3";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-google-plus-square:before {
	content: "\f0d4";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-google-plus:before {
	content: "\f0d5";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-money:before {
	content: "\f0d6";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-caret-down:before {
	content: "\f0d7";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-caret-up:before {
	content: "\f0d8";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-caret-left:before {
	content: "\f0d9";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-caret-right:before {
	content: "\f0da";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-columns:before {
	content: "\f0db";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-envelope:before {
	content: "\f0e0";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-linkedin:before {
	content: "\f0e1";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-comment-o:before {
	content: "\f0e5";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-comments-o:before {
	content: "\f0e6";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sitemap:before {
	content: "\f0e8";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-umbrella:before {
	content: "\f0e9";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-lightbulb-o:before {
	content: "\f0eb";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-exchange:before {
	content: "\f0ec";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-cloud-download:before {
	content: "\f0ed";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-cloud-upload:before {
	content: "\f0ee";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-user-md:before {
	content: "\f0f0";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-stethoscope:before {
	content: "\f0f1";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-suitcase:before {
	content: "\f0f2";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-bell-o:before {
	content: "\f0a2";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-coffee:before {
	content: "\f0f4";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-cutlery:before {
	content: "\f0f5";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-file-text-o:before {
	content: "\f0f6";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-building-o:before {
	content: "\f0f7";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-hospital-o:before {
	content: "\f0f8";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-ambulance:before {
	content: "\f0f9";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-medkit:before {
	content: "\f0fa";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-fighter-jet:before {
	content: "\f0fb";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-beer:before {
	content: "\f0fc";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-h-square:before {
	content: "\f0fd";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-plus-square:before {
	content: "\f0fe";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-angle-double-left:before {
	content: "\f100";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-angle-double-right:before {
	content: "\f101";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-angle-double-up:before {
	content: "\f102";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-angle-double-down:before {
	content: "\f103";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-angle-left:before {
	content: "\f104";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-angle-right:before {
	content: "\f105";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-angle-up:before {
	content: "\f106";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-angle-down:before {
	content: "\f107";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-desktop:before {
	content: "\f108";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-laptop:before {
	content: "\f109";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-tablet:before {
	content: "\f10a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-circle-o:before {
	content: "\f10c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-quote-left:before {
	content: "\f10d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-quote-right:before {
	content: "\f10e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-spinner:before {
	content: "\f110";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-circle:before {
	content: "\f111";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-github-alt:before {
	content: "\f113";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-folder-o:before {
	content: "\f114";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-folder-open-o:before {
	content: "\f115";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-smile-o:before {
	content: "\f118";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-frown-o:before {
	content: "\f119";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-meh-o:before {
	content: "\f11a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-gamepad:before {
	content: "\f11b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-keyboard-o:before {
	content: "\f11c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-flag-o:before {
	content: "\f11d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-flag-checkered:before {
	content: "\f11e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-terminal:before {
	content: "\f120";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-code:before {
	content: "\f121";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-location-arrow:before {
	content: "\f124";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-crop:before {
	content: "\f125";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-code-fork:before {
	content: "\f126";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-question:before {
	content: "\f128";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-info:before {
	content: "\f129";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-exclamation:before {
	content: "\f12a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-superscript:before {
	content: "\f12b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-subscript:before {
	content: "\f12c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-eraser:before {
	content: "\f12d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-puzzle-piece:before {
	content: "\f12e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-microphone:before {
	content: "\f130";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-microphone-slash:before {
	content: "\f131";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-shield:before {
	content: "\f132";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-calendar-o:before {
	content: "\f133";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-fire-extinguisher:before {
	content: "\f134";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-rocket:before {
	content: "\f135";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-maxcdn:before {
	content: "\f136";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-chevron-circle-left:before {
	content: "\f137";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-chevron-circle-right:before {
	content: "\f138";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-chevron-circle-up:before {
	content: "\f139";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-chevron-circle-down:before {
	content: "\f13a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-html5:before {
	content: "\f13b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-css3:before {
	content: "\f13c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-anchor:before {
	content: "\f13d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-unlock-alt:before {
	content: "\f13e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-bullseye:before {
	content: "\f140";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-ellipsis-h:before {
	content: "\f141";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-ellipsis-v:before {
	content: "\f142";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-rss-square:before {
	content: "\f143";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-play-circle:before {
	content: "\f144";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-ticket:before {
	content: "\f145";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-minus-square:before {
	content: "\f146";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-minus-square-o:before {
	content: "\f147";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-level-up:before {
	content: "\f148";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-level-down:before {
	content: "\f149";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-check-square:before {
	content: "\f14a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-pencil-square:before {
	content: "\f14b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-external-link-square:before {
	content: "\f14c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-share-square:before {
	content: "\f14d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-compass:before {
	content: "\f14e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-euro:before, .fa-eur:before {
	content: "\f153";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-gbp:before {
	content: "\f154";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-dollar:before, .fa-usd:before {
	content: "\f155";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-rupee:before, .fa-inr:before {
	content: "\f156";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-won:before, .fa-krw:before {
	content: "\f159";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-file:before {
	content: "\f15b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-file-text:before {
	content: "\f15c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sort-amount-asc:before {
	content: "\f160";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sort-amount-desc:before {
	content: "\f161";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sort-numeric-asc:before {
	content: "\f162";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sort-numeric-desc:before {
	content: "\f163";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-thumbs-up:before {
	content: "\f164";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-thumbs-down:before {
	content: "\f165";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-youtube-square:before {
	content: "\f166";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-youtube:before {
	content: "\f167";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-xing:before {
	content: "\f168";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-xing-square:before {
	content: "\f169";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-youtube-play:before {
	content: "\f16a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-dropbox:before {
	content: "\f16b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-stack-overflow:before {
	content: "\f16c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-instagram:before {
	content: "\f16d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-flickr:before {
	content: "\f16e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-adn:before {
	content: "\f170";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-bitbucket:before {
	content: "\f171";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-bitbucket-square:before {
	content: "\f172";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-tumblr:before {
	content: "\f173";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-tumblr-square:before {
	content: "\f174";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-long-arrow-down:before {
	content: "\f175";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-long-arrow-up:before {
	content: "\f176";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-long-arrow-left:before {
	content: "\f177";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-long-arrow-right:before {
	content: "\f178";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-apple:before {
	content: "\f179";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-windows:before {
	content: "\f17a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-android:before {
	content: "\f17b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-linux:before {
	content: "\f17c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-dribbble:before {
	content: "\f17d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-skype:before {
	content: "\f17e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-foursquare:before {
	content: "\f180";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-trello:before {
	content: "\f181";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-female:before {
	content: "\f182";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-male:before {
	content: "\f183";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-gittip:before {
	content: "\f184";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sun-o:before {
	content: "\f185";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-moon-o:before {
	content: "\f186";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-archive:before {
	content: "\f187";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-bug:before {
	content: "\f188";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-vk:before {
	content: "\f189";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-weibo:before {
	content: "\f18a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-renren:before {
	content: "\f18b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-pagelines:before {
	content: "\f18c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-stack-exchange:before {
	content: "\f18d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-dot-circle-o:before {
	content: "\f192";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-wheelchair:before {
	content: "\f193";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-vimeo-square:before {
	content: "\f194";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-plus-square-o:before {
	content: "\f196";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-space-shuttle:before {
	content: "\f197";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-slack:before {
	content: "\f198";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-envelope-square:before {
	content: "\f199";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-wordpress:before {
	content: "\f19a";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-openid:before {
	content: "\f19b";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-yahoo:before {
	content: "\f19e";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-google:before {
	content: "\f1a0";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-reddit:before {
	content: "\f1a1";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-reddit-square:before {
	content: "\f1a2";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-stumbleupon:before {
	content: "\f1a4";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-delicious:before {
	content: "\f1a5";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-digg:before {
	content: "\f1a6";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-pied-piper-square:before, .fa-pied-piper:before {
	content: "\f1a7";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-drupal:before {
	content: "\f1a9";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-joomla:before {
	content: "\f1aa";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-language:before {
	content: "\f1ab";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-fax:before {
	content: "\f1ac";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-building:before {
	content: "\f1ad";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-child:before {
	content: "\f1ae";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-paw:before {
	content: "\f1b0";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-spoon:before {
	content: "\f1b1";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-cube:before {
	content: "\f1b2";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-cubes:before {
	content: "\f1b3";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-behance:before {
	content: "\f1b4";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-behance-square:before {
	content: "\f1b5";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-steam:before {
	content: "\f1b6";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-steam-square:before {
	content: "\f1b7";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-recycle:before {
	content: "\f1b8";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-automobile:before, .fa-car:before {
	content: "\f1b9";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-tree:before {
	content: "\f1bb";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-spotify:before {
	content: "\f1bc";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-deviantart:before {
	content: "\f1bd";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-soundcloud:before {
	content: "\f1be";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-database:before {
	content: "\f1c0";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-file-pdf-o:before {
	content: "\f1c1";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-file-word-o:before {
	content: "\f1c2";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-file-excel-o:before {
	content: "\f1c3";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-file-code-o:before {
	content: "\f1c9";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-vine:before {
	content: "\f1ca";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-codepen:before {
	content: "\f1cb";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-jsfiddle:before {
	content: "\f1cc";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-circle-o-notch:before {
	content: "\f1ce";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-ra:before, .fa-rebel:before {
	content: "\f1d0";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-ge:before, .fa-empire:before {
	content: "\f1d1";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-git-square:before {
	content: "\f1d2";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-git:before {
	content: "\f1d3";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-hacker-news:before {
	content: "\f1d4";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-tencent-weibo:before {
	content: "\f1d5";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-qq:before {
	content: "\f1d6";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-history:before {
	content: "\f1da";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-circle-thin:before {
	content: "\f1db";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-header:before {
	content: "\f1dc";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-paragraph:before {
	content: "\f1dd";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sliders:before {
	content: "\f1de";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-share-alt:before {
	content: "\f1e0";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-share-alt-square:before {
	content: "\f1e1";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-bomb:before {
	content: "\f1e2";
}
/* line 1, ../sass/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
/* line 5, ../sass/_normalize.scss */
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
/* line 11, ../sass/_normalize.scss */
audio:not([controls]) {
	display: none;
}
/* line 15, ../sass/_normalize.scss */
[hidden] {
	display: none;
}
/* line 19, ../sass/_normalize.scss */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* line 25, ../sass/_normalize.scss */
html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}
/* line 30, ../sass/_normalize.scss */
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

/* line 36, ../sass/_normalize.scss */
::-moz-selection {
 background: #cccccc;
 color: #fff;
 text-shadow: none;
}
/* line 42, ../sass/_normalize.scss */
::selection {
	background: #cccccc;
	color: #fff;
	text-shadow: none;
}
/* line 48, ../sass/_normalize.scss */
abbr[title] {
	border-bottom: 1px dotted;
}
/* line 52, ../sass/_normalize.scss */
b, strong {
	font-weight: bold;
}
/* line 56, ../sass/_normalize.scss */
blockquote {
	margin: 1em 40px;
}
/* line 60, ../sass/_normalize.scss */
dfn {
	font-style: italic;
}
/* line 64, ../sass/_normalize.scss */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/* line 73, ../sass/_normalize.scss */
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
/* line 79, ../sass/_normalize.scss */
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* line 86, ../sass/_normalize.scss */
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/* line 92, ../sass/_normalize.scss */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/* line 98, ../sass/_normalize.scss */
q {
	quotes: none;
}
/* line 100, ../sass/_normalize.scss */
q:before, q:after {
	content: "";
	content: none;
}
/* line 106, ../sass/_normalize.scss */
small {
	font-size: 85%;
}
/* line 110, ../sass/_normalize.scss */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
/* line 117, ../sass/_normalize.scss */
sup {
	top: -0.5em;
}
/* line 121, ../sass/_normalize.scss */
sub {
	bottom: -0.25em;
}
/* line 125, ../sass/_normalize.scss */
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
/* line 130, ../sass/_normalize.scss */
dd {
	margin: 0 0 0 40px;
}
/* line 134, ../sass/_normalize.scss */
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* line 141, ../sass/_normalize.scss */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
/* line 147, ../sass/_normalize.scss */
svg:not(:root) {
	overflow: hidden;
}
/* line 151, ../sass/_normalize.scss */
figure {
	margin: 0;
}
/* line 155, ../sass/_normalize.scss */
form {
	margin: 0;
}
/* line 159, ../sass/_normalize.scss */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* line 165, ../sass/_normalize.scss */
label {
	cursor: pointer;
}
/* line 169, ../sass/_normalize.scss */
legend {
	border: 0;
 *margin-left: -7px;
	padding: 0;
	white-space: normal;
}
/* line 176, ../sass/_normalize.scss */
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
 *vertical-align: middle;
}
/* line 183, ../sass/_normalize.scss */
button, input {
	line-height: normal;
}
/* line 187, ../sass/_normalize.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
 *overflow: visible;
}
/* line 193, ../sass/_normalize.scss */
button[disabled], input[disabled] {
	cursor: default;
}
/* line 197, ../sass/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
 *width: 13px;
 *height: 13px;
}
/* line 204, ../sass/_normalize.scss */
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* line 211, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}

/* line 215, ../sass/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* line 220, ../sass/_normalize.scss */
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/* line 228, ../sass/_normalize.scss */
input:invalid, textarea:invalid {
 background-color: #f0dddd;
}
/* line 232, ../sass/_normalize.scss */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* line 237, ../sass/_normalize.scss */
td {
	vertical-align: top;
}
/* line 241, ../sass/_normalize.scss */
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}
/* line 248, ../sass/_normalize.scss */
a {
	color: #00e;
}
/* line 252, ../sass/_normalize.scss */
a:visited {
	color: #551a8b;
}
/* line 256, ../sass/_normalize.scss */
a:hover {
	color: #06e;
}
/* line 260, ../sass/_normalize.scss */
a:focus {
	outline: thin dotted;
}
/* line 264, ../sass/_normalize.scss */
a:hover, a:active {
	outline: 0;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
/* line 272, ../sass/_normalize.scss */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
 *line-height: 0;
}
/* line 284, ../sass/_normalize.scss */
.ir br {
	display: none;
}
/* line 288, ../sass/_normalize.scss */
.hidden {
	display: none !important;
	visibility: hidden;
}
/* line 293, ../sass/_normalize.scss */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* line 304, ../sass/_normalize.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* line 313, ../sass/_normalize.scss */
.invisible {
	visibility: hidden;
}
/* line 317, ../sass/_normalize.scss */
.clearfix:before, header:before, header #rc-header-top:before, header #rc-header-bottom:before, #rc-main-menu:before, #rc-main-menu ul:before, footer #rc-footer-content #rc-footer-menu ul:before, .clearfix:after, header:after, header #rc-header-top:after, header #rc-header-bottom:after, #rc-main-menu:after, #rc-main-menu ul:after, footer #rc-footer-content #rc-footer-menu ul:after {
	content: "";
	display: table;
}
/* line 322, ../sass/_normalize.scss */
.clearfix:after, header:after, header #rc-header-top:after, header #rc-header-bottom:after, #rc-main-menu:after, #rc-main-menu ul:after, footer #rc-footer-content #rc-footer-menu ul:after {
	clear: both;
}
/* line 326, ../sass/_normalize.scss */
.clearfix, header, header #rc-header-top, header #rc-header-bottom, #rc-main-menu, #rc-main-menu ul, footer #rc-footer-content #rc-footer-menu ul {
 *zoom: 1;
}
/* line 12, ../sass/template.scss */
html {
	margin: 0;
	padding: 0;
	width: 100%;
}
/* line 17, ../sass/template.scss */
body {
	background: #FFF;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
}
/* line 27, ../sass/template.scss */
a, a:visited {
	text-decoration: none;
	color: #666666;
	outline: none;
	-moz-transition: ease-in-out 0.25s all;
	-o-transition: ease-in-out 0.25s all;
	-webkit-transition: ease-in-out 0.25s all;
	transition: ease-in-out 0.25s all;
}
/* line 32, ../sass/template.scss */
a:hover, a:visited:hover {
	color: #0D84AD;
}
/* line 37, ../sass/template.scss */
h2, h3, h4 {
	font-family: 'centrale_sans', Arial, Helvetica, sans-serif;
}
/* line 40, ../sass/template.scss */
h2 {
	margin: 20px 0;
	padding: 0;
	display: block;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
	color: #0D84AD;
}
/* line 49, ../sass/template.scss */
h2:first-child {
	margin: 0 0 20px 0;
}
/* line 53, ../sass/template.scss */
h3 {
	margin: 15px 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	text-align: left;
	color: #27292C;
}
/* line 62, ../sass/template.scss */
h4 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	border: none;
}
/* line 72, ../sass/template.scss */
ul, ol {
	line-height: 1.8em;
	margin: 0;
	padding: 8px 0 8px 20px;
}
/* line 76, ../sass/template.scss */
ul li, ol li {
	margin: 4px 0 6px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	position: relative;
	color: #666666;
}
/* line 86, ../sass/template.scss */
ol li {
	list-style: decimal;
}
/* line 90, ../sass/template.scss */
p {
	line-height: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}
/* line 101, ../sass/template.scss */
header {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 158px;
	position: relative;
}
/* line 109, ../sass/template.scss */
#rc-content {
	margin: 0;
	padding: 0;
	min-height: 324px;
	position: relative;
}
/* line 115, ../sass/template.scss */
footer {
	margin: 0;
	padding: 40px 0;
	width: 100%;
	position: relative;
	background: #F7941E;
}
/* line 125, ../sass/template.scss */
h1#rc-logo {
	width: 140px;
	height: 64px;
	background: url("../images/dcts-logo.png") no-repeat top left;
	background-size: contain;
	text-indent: -10000px;
	margin: 26px 0 0 14px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-align: left;
}
/* line 138, ../sass/template.scss */
h1#rc-logo a {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 140px;
	height: 64px;
}
/* line 148, ../sass/template.scss */
header #rc-top-movil {
	display: none;
}
/* line 151, ../sass/template.scss */
header #rc-header-content {
	padding: 0 26px 0 0;
}
/* line 154, ../sass/template.scss */
header #rc-header-top {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #0D84AD;
	display: block;
	text-align: right;
}
/* line 163, ../sass/template.scss */
header #rc-header-bottom {
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: right;
	width: 100%;
	max-width: 1200px;
	position: relative;
}
/* line 172, ../sass/template.scss */
header #rc-header-bottom .rc-header-info {
	margin: 0;
	padding: 40px 10px 0 0;
}
/* line 175, ../sass/template.scss */
header #rc-header-bottom .rc-header-info .moduletable {
	margin: 0 0 0 8px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
/* line 180, ../sass/template.scss */
header #rc-header-bottom .rc-header-info .moduletable p {
	margin: 0;
	padding: 0;
	line-height: 29px;
	vertical-align: top;
	display: block;
}
/* line 188, ../sass/template.scss */
header #rc-header-bottom .rc-header-info .moduletable.rc-telefono p {
	padding: 0 0 0 22px;
	background: url("../images/telefono-azul.png") center left no-repeat;
}
/* line 193, ../sass/template.scss */
header #rc-header-bottom .rc-header-info .moduletable.rc-email {
	margin: 0 0 0 20px;
}
/* line 196, ../sass/template.scss */
header #rc-header-bottom .rc-header-info .moduletable.rc-email p a {
	margin: 0;
	padding: 0 0 0 22px;
	position: relative;
	line-height: 29px;
	color: #666666;
	display: block;
	background: url("../images/email-blue.png") center left no-repeat;
}
/* line 208, ../sass/template.scss */
header #rc-header-bottom .rc-header-info .moduletable.rc-instagram p {
	margin: 0;
	padding: 0;
}
/* line 211, ../sass/template.scss */
header #rc-header-bottom .rc-header-info .moduletable.rc-instagram p a {
	width: 29px;
	height: 29px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
	background: url("../images/instagram-azul.png") center center no-repeat;
	overflow: hidden;
}
/* line 224, ../sass/template.scss */
header #rc-header-bottom .rc-header-info .moduletable.rc-twitter p {
	margin: 0;
	padding: 0;
}
/* line 227, ../sass/template.scss */
header #rc-header-bottom .rc-header-info .moduletable.rc-twitter p a {
	width: 30px;
	height: 29px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
	background: url("../images/twitter-azul.png") center center no-repeat;
	overflow: hidden;
}
/* line 240, ../sass/template.scss */
header #rc-header-bottom .rc-header-info .moduletable.rc-facebook p {
	margin: 0;
	padding: 0;
}
/* line 243, ../sass/template.scss */
header #rc-header-bottom .rc-header-info .moduletable.rc-facebook p a {
	width: 29px;
	height: 29px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
	background: url("../images/facebook-azul.png") center center no-repeat;
	overflow: hidden;
}
/* line 261, ../sass/template.scss */
#rc-main-menu {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	text-align: center;
	background: url("../images/menu-bg.png");
}
/* line 269, ../sass/template.scss */
#rc-main-menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	display: inline-block;
	position: relative;
	text-align: center;
}
/* line 278, ../sass/template.scss */
#rc-main-menu ul li {
	margin: 0 0 0 1px;
	padding: 0;
	text-align: center;
	display: inline-block;
	position: relative;
}
/* line 284, ../sass/template.scss */
#rc-main-menu ul li a {
	margin: 0;
	padding: 16px 31px;
	display: block;
	font-family: 'centrale_sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	outline: none;
	position: relative;
	text-decoration: none;
	-moz-transition: ease-in-out 0.25s all;
	-o-transition: ease-in-out 0.25s all;
	-webkit-transition: ease-in-out 0.25s all;
	transition: ease-in-out 0.25s all;
}
/* line 298, ../sass/template.scss */
#rc-main-menu ul li a:hover {
	background: #F7941E;
}
/* line 303, ../sass/template.scss */
#rc-main-menu ul li.active a {
	background: #F7941E;
}
/* line 307, ../sass/template.scss */
#rc-main-menu ul li:first-child {
	margin: 0;
}
/* =============================================================================
	 articleBody
   ========================================================================== */
.item-page.about ul {
	margin:0;
	padding:0;
}
.item-page.about li {
	display:inline-block;
	vertical-align:top;
	width:210px;
	margin-right:12px;
}
.item-page.about img {
	width: auto !important;
	height: 268px !important;
	float: left;
	margin: 13px 20px 0 0px;
	padding-bottom: 20px;
}
.item-page.services h4 {
	font-size: 18px !important;
	margin: 0 !important;
	padding: 10px 4px;
}
.item-page.services h3 {
	color: #0D84AD;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.item-page.services h2 {
	color: #F7941E;
	margin: 15px 0 0 0;
	font-size: 20px;
}
.item-page.services a {
  cursor: pointer;
  display: block;
  color: #FFF;
  width: 250px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  background-color: #0D84AD;
  background-image:url(../images/pdf.png);
  background-repeat:no-repeat;
  background-position:left center;
}
.item-page.services a:hover {
  text-decoration:none;
  background-color:#F7941E;
  background-image:url(../images/pdf.png);
  background-repeat:no-repeat;
  background-position:left center;	
}
.col-md-12.rcform {
	margin:0 0 20px 0;
}
.rcform p, .rcform a, .rcform strong {
	font-family: 'Arial' !important;
}
.rcform p, .rcform a {
	font-size: 14px !important;
	color: #0C84AC !important;
}
.rcform strong {
	font-size: 16px !important;
	color: #0C84AC;
}
.rcform p strong {
	display:block;
	font-size: 14px !important;
}

.rcform p {
  display: inline-block;
  margin: 10px 10px 10px 0;
  padding: 10px !important;
  border: 1px dashed #eee;
  width: 280px;
  vertical-align: top;
  height: 60px;
}
#cloak69913 {
	border: 0 !important;
}
/* =============================================================================
	 SlideShow
   ========================================================================== */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
/* line 323, ../sass/template.scss */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
/* line 332, ../sass/template.scss */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
/* line 338, ../sass/template.scss */
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 343, ../sass/template.scss */
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
/* line 348, ../sass/template.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
/* line 356, ../sass/template.scss */
.owl-carousel .owl-item {
	float: left;
}
/* line 359, ../sass/template.scss */
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
/* line 363, ../sass/template.scss */
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
/* mouse grab icon */
/* line 373, ../sass/template.scss */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
/* line 378, ../sass/template.scss */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* line 388, ../sass/template.scss */
#rc-slideshow {
	margin: 0 0 60px 0;
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	max-height: 650px;
	overflow: hidden;
	background: none;
}
/* line 397, ../sass/template.scss */
#rc-slideshow .moduletable {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1920px;
	max-height: 650px;
	position: relative;
	overflow: hidden;
}
/* line 406, ../sass/template.scss */
#rc-slideshow ul {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
/* line 413, ../sass/template.scss */
#rc-slideshow ul li {
	margin: 0;
	padding: 0;
	display: block;
}
/* line 417, ../sass/template.scss */
#rc-slideshow ul li .media {
	margin: 0;
	padding: 0;
	float: none;
}
/* line 421, ../sass/template.scss */
#rc-slideshow ul li .media img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
/* line 430, ../sass/template.scss */
#rc-slideshow #rc-slide-prev {
	left: 0;
	background-image: url("../images/arrow-left.png");
}
/* line 435, ../sass/template.scss */
#rc-slideshow #rc-slide-next {
	right: 0;
	background-image: url("../images/arrow-right.png");
}

@media (min-width: 960px) {
.container {
    max-width: 1200px;
}
}
/* line 440, ../sass/template.scss */
#rc-slideshow .rc-controls, #rc-slideshow #rc-slide-prev, #rc-slideshow #rc-slide-next {
	margin: -17px 0 0 0;
	width: 34px;
	height: 34px;
	display: block;
	cursor: pointer;
	background-color: #333333;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	text-indent: -10000px;
	overflow: hidden;
}
/* line 461, ../sass/template.scss */
#rc-front #rc-content #rc-content-top {
	margin-bottom: 60px;
	position: relative;
}
/* line 464, ../sass/template.scss */
#rc-front #rc-content #rc-content-top .moduletable {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	position: relative;
}
.medida_our_services {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
	/* width: 470px; */
	height: 288px;
}
.medida_our_services img {
	width: 100%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	top: 0;
	left: 0;
}
#rc-front #rc-content #rc-content-top .moduletable .medida_our_services:hover img {
	width: 120%;
	/* margin-left: -50px; */
}
.medida_mileage_calculator {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
	/* width: 470px; */
	height: 139px;
}
.medida_mileage_calculator img {
	width: 100%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	top: 0;
	left: 0;
}
.cont_about {
	padding: 30px 0;
}
#rc-front #rc-content #rc-content-top .moduletable .medida_mileage_calculator:hover img {
	width: 120%;
	/* margin-left: -50px; */
}
/* line 469, ../sass/template.scss */
#rc-front #rc-content #rc-content-top .moduletable img {
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: width 0.5s ease;
}
/* line 472, ../sass/template.scss */
#rc-front #rc-content #rc-content-top .moduletable h2 {
	margin: 0;
	padding: 78px 16px 14px 16px;
	width: 100%;
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 28px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../images/text-bg.png") center bottom repeat-x;
	box-sizing: border-box;
}
/* line 486, ../sass/template.scss */
#rc-front #rc-content #rc-content-top .moduletable h2 a {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 28px;
	color: #ffffff;
}
/* line 498, ../sass/template.scss */
#rc-front #rc-content #rc-content-bottom {
	margin: 0;
	padding: 75px 0;
	background: url("../images/about-dcts-bg.jpg") center center no-repeat;
}
/* line 502, ../sass/template.scss */
#rc-front #rc-content #rc-content-bottom .moduletable {
	margin: 0;
	padding: 0;
}
/* line 506, ../sass/template.scss */
#rc-front #rc-content #rc-content-bottom .moduletable h2 {
	margin: 29px 0 11px 0;
	padding: 0;
	color: #000000;
	font-size: 45px;
	font-weight: normal;
	text-align: center;
	line-height: 47px;
	color: #ffffff;
}
/* line 516, ../sass/template.scss */
#rc-front #rc-content #rc-content-bottom .moduletable p {
	margin: 0 40px 30px 40px;
	padding: 0;
	font-size: 17px;
	line-height: 22px;
	color: #ffffff;
	text-align: center;
}
/* line 524, ../sass/template.scss */
#rc-front #rc-content #rc-content-bottom .moduletable div {
	text-align: center;
}
/* line 526, ../sass/template.scss */
#rc-front #rc-content #rc-content-bottom .moduletable div a {
	margin: 0;
	padding: 10px 24px;
	border: 1px solid #687B94;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	bottom: 10px;
}
/* line 545, ../sass/template.scss */
#rc-no-front.rc-quienes-somos #rc-titulos-secciones {
	background: url("../images/quienes-somos-bg.jpg") fixed center top no-repeat;
}
/* line 548, ../sass/template.scss */
#rc-no-front.rc-quienes-somos.rc-consejo-directivo {
	margin: 0;
	padding: 0;
}
/* line 555, ../sass/template.scss */
#rc-no-front.rc-quienes-somos.rc-consejo-directivo #rc-container #rc-container-left .rc-consejo-directivo > div div {
	margin: 10px 2%;
	padding: 10px 2%;
	width: 45%;
	border: 1px solid #DDD;
	display: inline-block;
	position: relative;
	vertical-align: top;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
/* line 564, ../sass/template.scss */
#rc-no-front.rc-quienes-somos.rc-consejo-directivo #rc-container #rc-container-left .rc-consejo-directivo > div div h4 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 18px;
}
/* line 569, ../sass/template.scss */
#rc-no-front.rc-quienes-somos.rc-consejo-directivo #rc-container #rc-container-left .rc-consejo-directivo > div div p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
/* line 583, ../sass/template.scss */
#rc-no-front.rc-servicios-e-infraestructura #rc-titulos-secciones {
	background: url("../images/servicios-e-infraestructura-bg.jpg") fixed center top no-repeat;
}
/* line 588, ../sass/template.scss */
#rc-no-front.rc-articulos #rc-titulos-secciones {
	background: url("../images/articulos-bg.jpg") fixed center top no-repeat;
}
/* line 593, ../sass/template.scss */
#rc-no-front.rc-lo-nuevo #rc-titulos-secciones {
	background: url("../images/lo-nuevo-bg.jpg") fixed center top no-repeat;
}
/* line 598, ../sass/template.scss */
#rc-no-front.rc-noticias #rc-titulos-secciones {
	background: url("../images/noticias-bg.jpg") fixed center top no-repeat;
}
/* line 603, ../sass/template.scss */
#rc-no-front.rc-documentos #rc-titulos-secciones {
	background: url("../images/documentos-bg.jpg") fixed center top no-repeat;
}
/* line 608, ../sass/template.scss */
#rc-no-front.rc-enlaces #rc-titulos-secciones {
	background: url("../images/enlaces-bg.jpg") fixed center top no-repeat;
}
/* line 611, ../sass/template.scss */
#rc-no-front.rc-enlaces #rc-container {
	margin-bottom: 20px;
}
/* line 616, ../sass/template.scss */
#rc-no-front.rc-enlaces #rc-container #rc-container-left #yoo-zoo .items .pos-media {
	margin: 0;
	padding: 0;
}
/* line 620, ../sass/template.scss */
#rc-no-front.rc-enlaces #rc-container #rc-container-left #yoo-zoo .items .pos-content {
	margin: 0;
	padding: 0 0 0 30px;
	float: left;
	box-sizing: content-box;
}
/* line 625, ../sass/template.scss */
#rc-no-front.rc-enlaces #rc-container #rc-container-left #yoo-zoo .items .pos-content .element-itemname {
	margin: 0 0 8px 0;
	padding: 0;
	font-family: 'centrale_sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #0D84AD;
	-moz-transition: ease-in-out 0.25s all;
	-o-transition: ease-in-out 0.25s all;
	-webkit-transition: ease-in-out 0.25s all;
	transition: ease-in-out 0.25s all;
}
/* line 635, ../sass/template.scss */
#rc-no-front.rc-enlaces #rc-container #rc-container-left #yoo-zoo .items .pos-content .element-itemlink a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
/* line 639, ../sass/template.scss */
#rc-no-front.rc-enlaces #rc-container #rc-container-left #yoo-zoo .items .pos-content .element-itemlink a::before {
	padding: 0 5px 0 0;
	content: "\00bb";
}
/* line 652, ../sass/template.scss */
#rc-no-front.rc-responsabilidad-social #rc-titulos-secciones {
	background: url("../images/responsabilidad-social-bg.jpg") fixed center top no-repeat;
}
/* line 657, ../sass/template.scss */
#rc-no-front.rc-galeria-de-fotos #rc-titulos-secciones {
	background: url("../images/galeria-de-fotos-bg.jpg") fixed center top no-repeat;
}
/* line 662, ../sass/template.scss */
#rc-no-front.rc-contactos #rc-titulos-secciones {
	background: url("../images/contactos-bg.jpg") fixed center top no-repeat;
}
/* line 665, ../sass/template.scss */
#rc-no-front.rc-contactos #rc-container-left {
	width: 100%;
	float: none;
}
/* line 671, ../sass/template.scss */
#rc-no-front.rc-contactos #rc-container-left table tr td > div {
	margin: 0;
	padding: 0;
	width: 42%;
	display: inline-block;
	vertical-align: top;
}
/* line 677, ../sass/template.scss */
#rc-no-front.rc-contactos #rc-container-left table tr td > div p {
	font-size: 13px;
}
/* line 680, ../sass/template.scss */
#rc-no-front.rc-contactos #rc-container-left table tr td > div:first-child {
	padding: 0 5% 0 0;
	width: 57%;
}
/* line 689, ../sass/template.scss */
#rc-no-front.rc-contactos #rc-container-right {
	display: none;
}
/* line 693, ../sass/template.scss */
#rc-no-front #rc-titulos-secciones {
	margin: 0 0 30px 0;
	padding: 0;
	background: #0D84AD;
}
/* line 697, ../sass/template.scss */
#rc-no-front #rc-titulos-secciones .rc-title-shadow {
	margin: 0;
	padding: 0;
	min-height: 110px;
	background: url("../images/about-dcts-bg.jpg") repeat-x bottom;
}
/* line 702, ../sass/template.scss */
#rc-no-front #rc-titulos-secciones .rc-title-shadow .rc-page-title {
	margin: 0;
	padding: 35px 22px 22px 0;
	line-height: 44px;
	font-size: 44px;
	text-align: center;
	font-family: 'centrale_sans';
	color: #ffffff;
}
#rc-container-left {
	width: 100%;
}
#rc-container-left .item-page {
	padding: 4px 10px;
}
#rc-container-left .item-page p {
	text-align: justify !important;
	font-size: 14px;
	color: #666;
}
#rc-container-left .item-page > div {
	float: left;
	margin: 4px 20px 35px 0px;
}
#rc-container-left .item-page div img {
	width: 100%;
	height: auto;
}
#rc-container-left .item-page span {
	font-size: 20px;
	font-family: 'centrale_sans';
	color: #0C84AC;
	text-align: justify;
}
#rc-container-left .item-page h3 {
  font-size: 20px;
  font-family: 'centrale_sans';
  color: #0C84AC;
  margin: 9px 10px 0 0;
}
#rc-container-left .item-page h4 {
	font-size: 20px;
	font-family: 'centrale_sans';
	color: #0C84AC;
	margin: 24px 10px 0 0;
}
#rc-container-left .item-page ul {
}
#rc-container-left .item-page li {

}
#rc-container-right {
	display: none;
}
/* line 712, ../sass/template.scss */
#rc-no-front #rc-container {
	margin-bottom: 20px;
}
/* line 716, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .details {
	margin: -108px 0 58px 0;
}
/* line 718, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .details .heading {
	margin: 0;
	padding: 0;
	border: none;
}
/* line 722, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .details .heading .title {
	margin: 0;
	padding: 0;
	line-height: 50px;
	font-family: 'centrale_sans', Arial, Helvetica, sans-serif;
	font-size: 44px;
	text-align: left;
	color: #ffffff;
	letter-spacing: normal;
}
/* line 736, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .items.repository .element-image {
	margin: 0;
	padding: 0;
}
/* line 739, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .items.repository .element-image img {
	width: 100%;
}
/* line 743, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .items.repository .pos-content {
	margin: 0;
	padding: 0 0 0 30px;
}
/* line 747, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .items.repository .pos-content .element-itemname a {
	margin: 0;
	padding: 0;
	font-family: 'centrale_sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #0D84AD;
	-moz-transition: ease-in-out 0.25s all;
	-o-transition: ease-in-out 0.25s all;
	-webkit-transition: ease-in-out 0.25s all;
	transition: ease-in-out 0.25s all;
}
/* line 755, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .items.repository .pos-content .element-itemname a:hover {
	color: #F7941E;
	text-decoration: none;
}
/* line 762, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .items.repository .pos-content .element-itemlink a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
/* line 766, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .items.repository .pos-content .element-itemlink a::before {
	padding: 0 5px 0 0;
	content: "\00bb";
}
/* line 773, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .items.repository .teaser-item {
	padding: 0 0 20px 0;
}
/* line 775, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .items.repository .teaser-item .teaser-item-bg {
	margin: 0;
	padding: 0 0 20px 0;
}
/* line 783, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .item .pos-top {
	margin: -108px 0 42px 0;
	padding: 0;
	font-family: 'centrale_sans', Arial, Helvetica, sans-serif;
	font-size: 44px;
	color: #ffffff;
	line-height: 50px;
	text-align: left;
}
/* line 792, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .item .pos-title {
	margin: 0 0 20px 0;
	padding: 0;
	color: #48b5fd;
	display: block;
	font-family: 'centrale_sans', Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
	letter-spacing: normal;
}
/* line 805, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .item .pos-title .socialbuttons div iframe, #rc-no-front #rc-container #rc-container-left #yoo-zoo .item .pos-title .socialbuttons div div, #rc-no-front #rc-container #rc-container-left #yoo-zoo .item .pos-title .socialbuttons div div span {
	vertical-align: top !important;
}
/* line 812, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .item .floatbox .pos-media {
	max-width: 240px;
}
/* line 816, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .item .floatbox .pos-content .element-text.first {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
}
/* line 833, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable {
	margin: 0 0 30px 0;
	padding: 0;
	display: block;
}
/* line 837, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable h2, #rc-no-front #rc-container #rc-container-right .moduletable h3 {
	margin: 0;
	padding: 14px 0 6px 0;
	font-size: 17px;
	font-weight: normal;
	line-height: 24px;
	color: #000000;
}
/* line 846, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable .custom p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	line-height: 16px;
}
/* line 852, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable .custom a {
	margin: 0;
	padding: 0;
	display: block;
}
/* line 857, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable .custom img {
	display: block;
	width: 100%;
	height: auto;
}
/* line 863, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable .custom div:last-child {
	margin: 0;
	padding: 10px 0;
	border-top: 1px #B3B3B3 dotted;
}
/* line 867, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable .custom div:last-child a {
	margin: 0;
	padding: 0 0 0 28px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	background: url("../images/arrow-orange.jpg") left center no-repeat;
}
/* line 875, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable .custom div:last-child a:hover {
	text-decoration: none;
	color: #000000;
}
/* line 884, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-articulos-portada .moduletable {
	margin: 0;
}
/* line 887, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-articulos-portada ul.zoo-item-list {
	margin: 0;
	padding: 0;
}
/* line 890, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-articulos-portada ul.zoo-item-list li {
	margin: 0 0 16px 0;
	padding: 0;
	border: none;
	max-height: 32px;
	overflow: hidden;
}
/* line 897, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-articulos-portada ul.zoo-item-list li div:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
/* line 901, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-articulos-portada ul.zoo-item-list li div:last-child p {
	margin: 0;
	padding: 0 10px;
}
/* line 905, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-articulos-portada ul.zoo-item-list li div:last-child a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	background: none;
}
/* line 911, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-articulos-portada ul.zoo-item-list li div:last-child a::before {
	margin: 0 5px 0 0;
	content: "\00bb";
}
/* line 921, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.video {
	margin: 0;
}
/* line 923, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.video div:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
/* line 927, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.video div:last-child a {
	margin: 0;
	padding: 0;
}
/* line 934, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-lo-nuevo-portada h3 {
	margin: 0;
	padding: 8px 0 6px 0;
}
/* line 938, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-lo-nuevo-portada .rc-lo-nuevo-portada {
	margin: 0;
	padding: 0;
	border: none;
}
/* line 943, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-lo-nuevo-portada .rc-lo-nuevo-portada div ul {
	margin: 0;
	padding: 0;
}
/* line 946, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-lo-nuevo-portada .rc-lo-nuevo-portada div ul li {
	display: block;
}
/* line 948, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-lo-nuevo-portada .rc-lo-nuevo-portada div ul li div {
	margin: 0;
	padding: 0;
	border: none;
}
/* line 952, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-lo-nuevo-portada .rc-lo-nuevo-portada div ul li div p {
	margin: 0;
	padding: 0;
}
/* line 955, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-lo-nuevo-portada .rc-lo-nuevo-portada div ul li div p a {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 11px;
	line-height: 16px;
}
/* line 961, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right .moduletable.rc-lo-nuevo-portada .rc-lo-nuevo-portada div ul li div p a:last-child {
	max-height: 48px;
	overflow: hidden;
}
/* line 980, ../sass/template.scss */
.rc-accordion .rc-accordion-header {
	margin: 0 !important;
	padding: 16px 42px 16px 0;
	font-family: 'centrale_sans', Helvetica, sans-serif;
	font-size: 17px;
	color: #005580;
	position: relative;
	display: block;
	border-top: 1px solid #DDDDDD;
	border-bottom: none;
	border-right: none;
	border-left: none;
	background-color: #fff !important;
	background-image: url("../images/arrow-down-dark-blue.png");
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-moz-transition: ease-in-out 0.25s all;
	-o-transition: ease-in-out 0.25s all;
	-webkit-transition: ease-in-out 0.25s all;
	transition: ease-in-out 0.25s all;
}
/* line 1000, ../sass/template.scss */
.rc-accordion .rc-accordion-header:hover {
	color: #0D84AD;
	background-image: url("../images/arrow-down-blue.png");
}
/* line 1004, ../sass/template.scss */
.rc-accordion .rc-accordion-header.selected {
	color: #F7941E;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
	background-image: url("../images/arrow-down-orange.png");
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
}
/* line 1012, ../sass/template.scss */
.rc-accordion .rc-accordion-content {
	margin: 0;
	padding: 20px 0;
}
/* line 1015, ../sass/template.scss */
.rc-accordion .rc-accordion-content .element-image {
	margin: 0 0 8px 0;
	padding: 0;
}
/* line 1019, ../sass/template.scss */
.rc-accordion .rc-accordion-content .element-text {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #2B85C7;
	font-weight: bold;
	font-style: italic;
}
/* line 1026, ../sass/template.scss */
.rc-accordion .rc-accordion-content .element-text.last {
	font-size: 11px;
	font-style: normal;
	color: #666666;
}
/* line 1032, ../sass/template.scss */
.rc-accordion .rc-accordion-content .element-textarea {
	margin: 0;
	padding: 0 0 0 40px;
}
/* line 1039, ../sass/template.scss */
/*
div.nn_sliders.accordion > .nn_sliders-group {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
*/
.accordion-inner img {
	margin: 0 !important;
	padding: 0 !important;
}
.nn_sliders-toggle-inner {
	padding-left: 10px;
}
div.nn_sliders.accordion > .nn_sliders-group {
	border: medium none;
	border-radius: 0px;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}
/* line 1042, ../sass/template.scss */
div.nn_sliders.accordion > .nn_sliders-group > .accordion-heading {
	padding: 0px;
	display: block;
	width: 100% !important;
	margin: 0 !important;
}
/* line 1045, ../sass/template.scss */
div.nn_sliders.accordion > .nn_sliders-group > .accordion-heading > a.accordion-toggle {
	margin: 0;
	padding: 16px 42px 16px 0;
	font-family: 'centrale_sans', Helvetica, sans-serif;
	font-size: 17px;
	color: #005580;
	position: relative;
	display: block;
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	border-right: none;
	border-left: none;
	background-color: #fff !important;
	background-image: url("../images/arrow-down-dark-blue.png");
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	outline: none;
}
/* line 1063, ../sass/template.scss */
div.nn_sliders.accordion > .nn_sliders-group > .accordion-heading > a.accordion-toggle:hover {
	color: #0D84AD;
	background-image: url("../images/arrow-down-blue.png");
}
/* line 1067, ../sass/template.scss */
div.nn_sliders.accordion > .nn_sliders-group > .accordion-heading > a.accordion-toggle:focus {
	-moz-box-shadow: 0px #fff !important;
	-webkit-box-shadow: 0px #fff !important;
	box-shadow: 0px #fff !important;
	outline: none;
}
/* line 1074, ../sass/template.scss */
div.nn_sliders.accordion > .nn_sliders-group > div.nn_sliders-body > div.accordion-inner {
	padding: 10px 20px;
	border: none;
}
/* line 1081, ../sass/template.scss */
div.nn_sliders.accordion > .nn_sliders-group.active > .accordion-heading > a.accordion-toggle {
	color: #F7941E;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
	background-image: url("../images/arrow-down-orange.png");
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
	padding: 10px;
}
/* line 1095, ../sass/template.scss */
.zoo-pagination a {
	margin: 0 4px;
	padding: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #000;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	background: #DDDDDD;
}
/* line 1106, ../sass/template.scss */
.zoo-pagination a.start, .zoo-pagination a.previous, .zoo-pagination a.next, .zoo-pagination a.end {
	font-size: 16px;
}
/* line 1109, ../sass/template.scss */
.zoo-pagination a:hover {
	color: #000;
}
/* line 1113, ../sass/template.scss */
.zoo-pagination span {
	margin: 0 4px;
	padding: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	background: #F7941E;
}
/* line 1128, ../sass/template.scss */
form {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
/* line 1133, ../sass/template.scss */
form span {
	margin: 0 0 10px 0;
	padding: 0;
	width: 33%;
	display: inline-block;
	text-align: left;
}
/* line 1140, ../sass/template.scss */
form label {
	margin: 0;
	padding: 0 0 8px 0;
	display: block;
	font-weight: bold;
	text-align: left;
}
/* line 1147, ../sass/template.scss */
form input {
	margin: 0;
	padding: 10px 4%;
	width: 96%;
	border: 1px solid #D8D8D8;
	position: relative;
	background: #ffffff;
	color: #333333;
	display: inline-table;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: ease-in-out 0.25s all;
	-o-transition: ease-in-out 0.25s all;
	-webkit-transition: ease-in-out 0.25s all;
	transition: ease-in-out 0.25s all;
}
/* line 1159, ../sass/template.scss */
form input:focus.vanadium-invalid, form input.vanadium-invalid {
	color: #ffffff;
}
/* line 1163, ../sass/template.scss */
form textarea {
	width: 98%;
	height: 80px;
	font-size: 12px;
	border: 1px solid #DCDCDC;
	position: relative;
	margin: 0 0 20px 0;
	padding: 20px 2%;
	background: #ffffff;
	color: #666666;
}
/* line 1174, ../sass/template.scss */
form button {
	margin: 0;
	padding: 5px 15px;
	position: relative;
	display: inline-block;
	line-height: 20px;
	color: #ffffff;
	font-size: 13px;
	font-family: 'centrale_sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	background: #005580;
	border: 1px solid #005580;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: ease-in-out 0.25s all;
	-o-transition: ease-in-out 0.25s all;
	-webkit-transition: ease-in-out 0.25s all;
	transition: ease-in-out 0.25s all;
}
/* line 1189, ../sass/template.scss */
form button:hover {
	background: #0D84AD;
	text-shadow: 1px 1px #333;
}
/* line 1198, ../sass/template.scss */
.vanadium-advice {
	display: none !important;
}
/* line 1202, ../sass/template.scss */
.vanadium-invalid {
	background: #BF021B !important;
	opacity: 0.7;
	color: #ffffff;
}
/* line 1212, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul {
	margin: 0;
	padding: 0;
}
/* line 1216, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul li {
	margin: 0 6px;
	padding: 0;
	display: inline-block;
}
/* line 1220, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul li a {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #ffffff;
}
/* line 1228, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}
/* line 1234, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul li.active a {
	color: #ffffff;
}
/* line 1238, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul li:first-child {
	margin-right: 0;
}
/* line 1244, ../sass/template.scss */
footer #rc-footer-content #rc-footer-info {
	margin: 0;
	padding: 20px 0 0 0;
	max-width: 440px;
}
/* line 1248, ../sass/template.scss */
footer #rc-footer-content #rc-footer-info .moduletable {
	margin: 0 0 0 8px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
/* line 1253, ../sass/template.scss */
footer #rc-footer-content #rc-footer-info .moduletable p {
	margin: 0;
	padding: 0;
	line-height: 29px;
	vertical-align: top;
	display: block;
	color: #fff;
}
/* line 1261, ../sass/template.scss */
footer #rc-footer-content #rc-footer-info .moduletable.rc-telefono {
	/* float: right; */
	/* margin: 0 0 0 20px; */
	margin-bottom: 10px;
}
/* line 1264, ../sass/template.scss */
footer #rc-footer-content #rc-footer-info .moduletable.rc-telefono p {
	padding: 0 0 0 22px;
	background: url("../images/telefono-blanco.png") center left no-repeat;
}
/* line 1269, ../sass/template.scss */
footer #rc-footer-content #rc-footer-info .moduletable.rc-email {
	float: right;
	margin: 0 0 0 20px;
}
/* line 1273, ../sass/template.scss */
footer #rc-footer-content #rc-footer-info .moduletable.rc-email p a {
	margin: 0;
	padding: 0 0 0 22px;
	position: relative;
	line-height: 29px;
	color: #fff;
	display: block;
	background: url("../images/email-blanco.png") center left no-repeat;
}
/* line 1285, ../sass/template.scss */
footer #rc-footer-content #rc-footer-info .moduletable.rc-instagram p {
	margin: 0;
	padding: 0;
}
/* line 1288, ../sass/template.scss */
footer #rc-footer-content #rc-footer-info .moduletable.rc-instagram p a {
	width: 29px;
	height: 29px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
	background: url("../images/instagram-blanco.png") center center no-repeat;
	overflow: hidden;
}
/* line 1301, ../sass/template.scss */
footer #rc-footer-content #rc-footer-info .moduletable.rc-twitter p {
	margin: 0;
	padding: 0;
}
/* line 1304, ../sass/template.scss */
footer #rc-footer-content #rc-footer-info .moduletable.rc-twitter p a {
	width: 30px;
	height: 29px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
	background: url("../images/twitter-blanco.png") center center no-repeat;
	overflow: hidden;
}
/* line 1317, ../sass/template.scss */
footer #rc-footer-content #rc-footer-info .moduletable.rc-facebook p {
	margin: 0;
	padding: 0;
}
/* line 1320, ../sass/template.scss */
footer #rc-footer-content #rc-footer-info .moduletable.rc-facebook p a {
	width: 29px;
	height: 29px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
	background: url("../images/facebook-blanco.png") center center no-repeat;
	overflow: hidden;
}
/* line 1334, ../sass/template.scss */
footer #rc-footer-content #rc-footer-copyright {
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	display: block;
	color: #ffffff;
}
/* line 1343, ../sass/template.scss */
footer #rc-footer-content #rc-footer-copyright a {
	color: #ffffff;
	-moz-transition: ease-in-out 0.25s color;
	-o-transition: ease-in-out 0.25s color;
	-webkit-transition: ease-in-out 0.25s color;
	transition: ease-in-out 0.25s color;
}
/* line 1353, ../sass/template.scss */
.rc-first {
	margin-left: 0 !important;
}
/* line 1356, ../sass/template.scss */
.rc-last {
	margin-right: 0 !important;
}
/* line 1359, ../sass/template.scss */
.rc-right {
	float: right;
}
/* line 1362, ../sass/template.scss */
.rc-left {
	float: left;
}
/* line 1365, ../sass/template.scss */
.ul-nolist {
	margin: 0 !important;
	list-style: none;
}
/* line 1369, ../sass/template.scss */
.rc-icons {
	background-image: url("../img/iconos.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
/* line 1374, ../sass/template.scss */
.rc-no-scroll {
	overflow: hidden;
}
/* line 1377, ../sass/template.scss */
.rc-hiden {
	display: none !important;
}
/* line 1380, ../sass/template.scss */
iframe {
	border: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
h1#rc-logo {
	top: 40px;
	display: block;
	text-align: center !important;
	left: 33%;
}
header #rc-top-movil .rc-top-movil-content .moduletable {
	margin: 0px 0px 0px 1px !important;
}
/* line 1386, ../sass/template.scss */
header #rc-header-bottom .rc-header-info {
	display: none;
}
h1#rc-logo {
	top: 40px;
}
header {
	margin: 0;
}
/* line 1388, ../sass/template.scss */
header #rc-top-movil {
	margin: 0;
	padding: 0;
	width: 100%;
	position: fixed;
	display: block;
	background: #0D84AD;
	z-index: 10;
}
/* line 1396, ../sass/template.scss */
header #rc-top-movil #rc-boton-menu-movil {
	margin: 0;
	padding: 7px 14px;
	width: 60px;
	height: 50px;
	background: #F7941E;
	border-left: 1px solid #559ED3;
	display: block;
	text-align: center;
	cursor: pointer;
	float: right;
}
/* line 1407, ../sass/template.scss */
header #rc-top-movil #rc-boton-menu-movil span {
	margin: 6px 0;
	padding: 0;
	width: 32px;
	height: 4px;
	background: #ffffff;
	display: block;
	vertical-align: top;
}
/* line 1417, ../sass/template.scss */
header #rc-top-movil .rc-lang-selector {
	margin: 0 0 0 20px;
	padding: 14px 0 0 0;
	display: inline-table;
	vertical-align: top;
}
/* line 1422, ../sass/template.scss */
header #rc-top-movil .rc-lang-selector ul {
	margin: 0;
	padding: 0;
}
/* line 1425, ../sass/template.scss */
header #rc-top-movil .rc-lang-selector ul li {
	margin: 0;
	padding: 0;
	display: inline-table;
}
/* line 1429, ../sass/template.scss */
header #rc-top-movil .rc-lang-selector ul li a {
	margin: 0;
	padding: 0px 0px 0px 38px;
	width: 38px;
	height: 18px;
	display: block;
	overflow: hidden;
}
/* line 1442, ../sass/template.scss */
header #rc-top-movil .rc-lang-selector.es-es ul li a {
	background: url("../images/en-flag.jpg") no-repeat left center;
}
/* line 1451, ../sass/template.scss */
header #rc-top-movil .rc-lang-selector.en-gb ul li a {
	background: url("../images/es-flag.jpg") no-repeat left center;
}
/* line 1458, ../sass/template.scss */
header #rc-top-movil .rc-top-movil-content {
	display: inline-table;
	vertical-align: top;
}
/* line 1461, ../sass/template.scss */
header #rc-top-movil .rc-top-movil-content .moduletable {
	margin: 0 0 0 16px;
	padding: 10px 0 0 0;
	display: inline-table;
	vertical-align: top;
}
/* line 1466, ../sass/template.scss */
header #rc-top-movil .rc-top-movil-content .moduletable .custom {
	margin: 0;
	padding: 0;
	display: block;
}
/* line 1470, ../sass/template.scss */
header #rc-top-movil .rc-top-movil-content .moduletable .custom p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 30px;
	color: #ffffff;
}
/* line 1481, ../sass/template.scss */
header #rc-top-movil .rc-top-movil-content .moduletable.rc-telefono p {
	padding-left: 36px;
	background: url("../images/telefono-movil.png") center left no-repeat;
	display: none;
}
header .rc-facebook p a {
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
	background: url("../images/fb-blanco.png") center center no-repeat;
	overflow: hidden;
}
header .rc-twitter p a {
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
	background: url("../images/tw-blanco.png") center center no-repeat;
	overflow: hidden;
}
header .rc-instagram p a {
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
	background: url("../images/inst-blanco.png") center center no-repeat;
	overflow: hidden;
}
/* line 1486, ../sass/template.scss */
header #rc-top-movil .rc-top-movil-content .moduletable.rc-email {
	display: none;
}
/* line 1491, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	-moz-box-shadow: 0px 8px 8px -8px #333333;
	-webkit-box-shadow: 0px 8px 8px -8px #333333;
	box-shadow: 0px 8px 8px -8px #333333;
}
/* line 1499, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul {
	margin: 0;
	padding: 0;
	background: #6ACBF0;
}
/* line 1503, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
	position: relative;
}
/* line 1509, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li a {
	margin: 0;
	padding: 10px 20px;
	display: block;
	font-family: 'centrale_sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	text-align: left;
	outline: none;
	position: relative;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
	-moz-transition: ease-in-out 0.25s all;
	-o-transition: ease-in-out 0.25s all;
	-webkit-transition: ease-in-out 0.25s all;
	transition: ease-in-out 0.25s all;
}
/* line 1524, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li a:hover {
	color: #114264;
	background: #ffffff;
}
/* line 1529, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li:hover {
	background: none;
}
/* line 1533, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li.active a {
	color: #114264;
	background: #ffffff;
}
/* line 1539, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li.active ul li a {
	background: none;
	color: #000000;
	text-shadow: none;
}
/* line 1543, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li.active ul li a:hover {
	color: #000000;
	background: #0D84AD;
	text-shadow: 1px 1px #fff;
}
/* line 1552, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li.parent {
	position: relative;
}
/* line 1555, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li.parent a.selected {
	color: #114264;
	background: #ffffff;
}
/* line 1560, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li.parent ul {
	background: #C5C5C5;
	-moz-box-shadow: inset 0 10px 10px -14px #333, inset 0 -10px 10px -14px #333;
	-webkit-box-shadow: inset 0 10px 10px -14px #333, inset 0 -10px 10px -14px #333;
	box-shadow: inset 0 10px 10px -14px #333, inset 0 -10px 10px -14px #333;
}
/* line 1564, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li.parent ul li a {
	margin: 0;
	padding: 15px 20px 15px 40px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	border-bottom: #C5C5C5;
}
/* line 1571, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li.parent ul li a:hover {
	color: #000000;
	background: #0D84AD;
	text-shadow: 1px 1px #fff;
}
/* line 1578, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li.parent ul li.active a {
	color: #000000;
	background: #0D84AD;
	text-shadow: 1px 1px #fff;
}
/* line 1584, ../sass/template.scss */
header #rc-top-movil .rc-menu-movil ul li.parent ul li:first-child {
	border: none;
}
/* line 1594, ../sass/template.scss */
header #rc-header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 172px;
	position: relative;
	text-align: center;
}
/* line 1601, ../sass/template.scss */
header #rc-header #rc-logo {
	margin: 0 0 0 -131px;
	top: 70px;
	left: 50%;
}
/* line 1606, ../sass/template.scss */
header #rc-header #rc-header-content {
	display: none;
}
/* line 1612, ../sass/template.scss */
#rc-main-menu {
	display: none;
}
/* line 1620, ../sass/template.scss */
#rc-front #rc-slideshow ul li .description {
	padding: 104px 0 12px 0;
	height: 226px;
	background: url("../images/slide-show-text-bg.png") repeat-x top;
}
/* line 1624, ../sass/template.scss */
#rc-front #rc-slideshow ul li .description .element-text {
	padding: 22px 70px 6px 22px;
	width: 100%;
	font-size: 24px;
	line-height: 34px;
}
/* line 1630, ../sass/template.scss */
#rc-front #rc-slideshow ul li .description .element-textarea {
	width: 100%;
}
/* line 1632, ../sass/template.scss */
#rc-front #rc-slideshow ul li .description .element-textarea p {
	font-size: 14px;
	line-height: 18px;
}
/* line 1641, ../sass/template.scss */
#rc-front #rc-slideshow .owl-controls .owl-buttons {
	width: 100%;
}
/* line 1651, ../sass/template.scss */
#rc-front #rc-content #rc-content-top .moduletable.video div:last-child a {
	display: block;
	width: 100%;
}
/* line 1657, ../sass/template.scss */
#rc-front #rc-content #rc-content-top .moduletable.rc-lo-nuevo-portada {
	margin: 0;
	padding: 0;
}
/* line 1660, ../sass/template.scss */
#rc-front #rc-content #rc-content-top .moduletable.rc-lo-nuevo-portada h3 {
	margin: 0;
	padding: 8px 0 6px 0;
}
/* line 1670, ../sass/template.scss */
#rc-front #rc-content #rc-content-top .moduletable.rc-lo-nuevo-portada .rc-lo-nuevo-portada div ul li div p a {
	display: block;
}
/* line 1686, ../sass/template.scss */
#rc-front #rc-content #rc-content-bottom .moduletable ul li .layout-default {
	padding: 0 0 10px 0;
}
/* line 1688, ../sass/template.scss */
#rc-front #rc-content #rc-content-bottom .moduletable ul li .layout-default .description {
	width: 100%;
	max-width: 70%;
}
/* line 1702, ../sass/template.scss */
#rc-no-front #rc-titulos-secciones {
	margin: 0 0 20px 0;
}
/* line 1704, ../sass/template.scss */
#rc-no-front #rc-titulos-secciones .rc-title-shadow {
	min-height: 152px;
}
/* line 1706, ../sass/template.scss */
#rc-no-front #rc-titulos-secciones .rc-title-shadow .rc-page-title {
	margin: 0;
	padding: 60px 22px 22px 0;
	line-height: 30px;
	font-size: 34px;
}
/* line 1717, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .details {
	margin: -72px 0 42px 0;
}
/* line 1720, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .details .heading .title {
	line-height: 42px;
	font-size: 34px;
}
/* line 1727, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .item .pos-top {
	margin: -72px 0 42px 0;
	padding: 0;
	font-size: 34px;
	line-height: 42px;
}
/* line 1732, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .item .pos-top .element-itemcategory {
	margin: 0;
}
/* line 1736, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .item .pos-title {
	margin: 0 0 20px 0;
	padding: 0;
	color: #48b5fd;
	display: block;
	font-family: 'centrale_sans', Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
	letter-spacing: normal;
}
/* line 1751, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-right {
	display: none;
}
/* line 1758, ../sass/template.scss */
#rc-no-front.rc-galeria-de-fotos #rc-container #rc-container-left .sigProContainer {
	text-align: center;
}
/* line 1760, ../sass/template.scss */
#rc-no-front.rc-galeria-de-fotos #rc-container #rc-container-left .sigProContainer li {
	float: none;
	display: inline-block;
}
/* line 1775, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul .rc-menu-first {
	display: inline-block;
	width: 50%;
}
/* line 1778, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul .rc-menu-first .rc-menu-inside {
	margin: 0;
	padding: 0 0 0 8%;
	width: 50%;
}
/* line 1784, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul .rc-menu-last {
	display: inline-block;
	width: 50%;
}
/* line 1787, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul .rc-menu-last li:first-child {
	margin: 0;
	padding: 0 0 0 8%;
	width: 50%;
}
/* line 1791, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul .rc-menu-last li:first-child li {
	width: auto;
	padding: 0;
	margin: 0;
}
/* line 1797, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul .rc-menu-last .rc-menu-inside {
	margin: 0;
	padding: 0 0 0 8%;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
/* line 1803, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul .rc-menu-last .rc-menu-inside li {
	display: block;
}
/* line 1805, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul .rc-menu-last .rc-menu-inside li:first-child {
	padding: 0;
	margin: 0;
}
/* line 1814, ../sass/template.scss */
footer #rc-footer-content #rc-footer-copyright {
	margin: 0;
	display: block;
	text-align: center;
}
/* line 1818, ../sass/template.scss */
footer #rc-footer-content #rc-footer-copyright p {
	text-align: center;
}
/* line 1820, ../sass/template.scss */
footer #rc-footer-content #rc-footer-copyright p:first-child {
	padding: 20px 0 0 0;
}
/* line 1824, ../sass/template.scss */
footer #rc-footer-content #rc-footer-copyright #rc-footer-logo {
	text-align: center;
}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
#rc-front #rc-content #rc-content-bottom .moduletable div a {
	margin: 0px;
	padding: 10px 24px;
	border: 1px solid #687B94;
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	bottom: 20px;
}
/* line 1837, ../sass/template.scss */
#rc-front #rc-slideshow ul li .description {
	display: none;
}
/* line 1842, ../sass/template.scss */
#rc-front #rc-slideshow .owl-controls {
	display: none !important;
}
/* line 1851, ../sass/template.scss */
#rc-no-front #rc-titulos-secciones .rc-title-shadow {
	min-height: 92px;
}
/* line 1853, ../sass/template.scss */
#rc-no-front #rc-titulos-secciones .rc-title-shadow .rc-page-title {
	padding: 40px 22px 22px 0;
}
/* line 1863, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .items.repository .pos-content {
	padding: 20px 0 0 0;
}
/* line 1865, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .items.repository .pos-content .element-itemname {
	margin: 0;
}
/* line 1873, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .item .floatbox .pos-media {
	margin: 0 0 20px 0;
	width: 100%;
	max-width: 100%;
	float: none;
}
/* line 1878, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left #yoo-zoo .item .floatbox .pos-media img {
	width: 100%;
}
/* line 1892, ../sass/template.scss */
#rc-no-front.rc-enlaces #rc-container #rc-container-left #yoo-zoo .items .pos-media {
	float: none;
}
/* line 1895, ../sass/template.scss */
#rc-no-front.rc-enlaces #rc-container #rc-container-left #yoo-zoo .items .pos-content {
	padding: 10px 0 0 0;
	float: none;
}
/* line 1910, ../sass/template.scss */
#rc-no-front.rc-contactos #rc-container #rc-container-left table tr td > div {
	width: 100%;
	padding: 0;
	margin: 0;
}
/* line 1928, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul .rc-menu-first {
	width: 100%;
	margin-bottom: 25px;
}
/* line 1932, ../sass/template.scss */
footer #rc-footer-content #rc-footer-menu ul .rc-menu-last {
	width: 100%;
}
}

@media screen and (min-width: ) and (max-width: 480px) {
.row {
	margin-left: -8px;
	margin-right: 0;
}
#rc-front #rc-content #rc-content-bottom .moduletable h2 {
	margin: 50px 0 10px 0;
	font-size: 40px;
}
#rc-front #rc-content #rc-content-bottom {
	height: 400px;
	padding:0;
}
/* line 1941, ../sass/template.scss */
.yoo-zoo h2, h2 {
	font-size: 22px;
	line-height: 26px;
}
/* line 1945, ../sass/template.scss */
.yoo-zoo h3, #yoo-zoo .item h3, h3 {
	font-size: 16px;
	line-height: 20px;
}
/* line 1949, ../sass/template.scss */
.yoo-zoo h4, h4 {
	font-size: 14px;
	line-height: 24px;
}
/* line 1961, ../sass/template.scss */
#rc-front #rc-content #rc-content-bottom .moduletable ul li .layout-default .description {
	width: 100%;
	max-width: 60%;
}
/* line 1980, ../sass/template.scss */
#rc-no-front.rc-quienes-somos.rc-consejo-directivo #rc-container #rc-container-left .rc-consejo-directivo > div div {
	margin: 0 0 20px 0;
	padding: 10px 15px;
	width: 100%;
	display: block;
}
/* line 1985, ../sass/template.scss */
#rc-no-front.rc-quienes-somos.rc-consejo-directivo #rc-container #rc-container-left .rc-consejo-directivo > div div h4 {
	font-size: 15px;
}
/* line 1988, ../sass/template.scss */
#rc-no-front.rc-quienes-somos.rc-consejo-directivo #rc-container #rc-container-left .rc-consejo-directivo > div div p {
	font-size: 11px;
	line-height: 12px;
}
/* line 2002, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left .item .pos-top {
	font-size: 34px;
	line-height: 30px;
	margin: 0;
	padding: 100px 22px 22px 0;
}
/* line 2008, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left .item .pos-title {
	margin: 0 0 20px 0;
	padding: 0;
	color: #48b5fd;
	display: block;
	font-family: 'centrale_sans', Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
	letter-spacing: normal;
}
/* line 2021, ../sass/template.scss */
#rc-no-front #rc-container #rc-container-left .item .floatbox .pos-media {
	max-width: 100%;
}
/* line 2035, ../sass/template.scss */
#rc-no-front.rc-contactos #rc-container #rc-container-left table tr td > div p {
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}
/* line 2039, ../sass/template.scss */
#rc-no-front.rc-contactos #rc-container #rc-container-left table tr td > div p img {
	margin-right: 10px;
	float: left;
}
/* line 2045, ../sass/template.scss */
#rc-no-front.rc-contactos #rc-container #rc-container-left table tr td > div form label {
	font-size: 12px;
}
/* line 2048, ../sass/template.scss */
#rc-no-front.rc-contactos #rc-container #rc-container-left table tr td > div form span {
	display: block;
	width: 100%;
}
/* line 2053, ../sass/template.scss */
#rc-no-front.rc-contactos #rc-container #rc-container-left table tr td > div:first-child {
	margin-bottom: 15px;
}
#rc-slideshow .rc-controls, #rc-slideshow #rc-slide-prev, #rc-slideshow #rc-slide-next {
	display: none;
}
#rc-slideshow {
	margin: 0 !important;
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	max-height: auto !important;
	overflow: hidden;
	background: none;
}
#rc-front #rc-content #rc-content-top .moduletable {
	margin: 0 !important;
}
.col-xs-12 {
	padding: 0 !important;
	margin: 0 !important;
}
#rc-front #rc-content #rc-content-top {
	margin-bottom: -79px !important;
}
#rc-front #rc-content #rc-content-bottom .moduletable p {
	margin: 0px 40px 30px;
	padding: 0px;
	font-size: 12px;
	line-height: none;
	color: #FFF;
	text-align: center;
}
#rc-front #rc-content #rc-content-bottom .moduletable {
	padding: 58px 0!important;
}
footer #rc-footer-content #rc-footer-menu ul {
	margin: 0px;
	padding: 0px 10px;
	text-align: center;
	display: block;
	width: 100%;
}
#rc-footer-info .moduletable.rc-telefono {
	display: block !important;
	margin: 0px !important;
	float: left !important;
	padding: 0px 70px !important;
}
footer #rc-footer-content #rc-footer-info .moduletable.rc-email {
	float: left;
	margin: 0 !important;
}
footer #rc-footer-content #rc-footer-info {
	text-align: center !important;
	padding: 10px 0px;
	max-width: 440px;
}
}

@media screen and (min-width: 0px) and (max-width: 360px) {
	#rc-container-left .item-page span {
font-size: 100%;
font-family: 'centrale_sans';
color: #0C84AC;
text-align: center;
}
#rc-container-left .item-page h4 {
	font-family: 'centrale_sans';
	padding:0;
	margin:0;
	text-align: center;
}
#rc-front #rc-content #rc-content-top {
	margin-bottom: 10px;
	position: relative;
}
.medida_our_services {
	height: 121px;
	width: 100%;
	margin:0 !important;
}
.medida_mileage_calculator {
	width: 100%;
	height: 100px;
	margin:0 !important;
}
.input-group {
	width: 90% !important;
}
#rc-container-left .item-page > div {
	float: none;
	margin: 0;
}
.item-page .services h3 {
	color: #0D84AD;
	font-size: 31px;
	line-height: 35px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.about img {
	width: auto !important;
	height: 202px !important;
	float: none;
	margin: 0;
	padding: 0;
}
#rc-container-left .item-page p {
	text-align: center !important;
	font-size: 14px;
	color: #666;
}
.rcform p {
	display: inline-block;
	margin: 10px 20px 15px 0;
	padding: 12px 10px !important;
	border: 1px dashed #eee;
	width: 100%;
}
#rc-front #rc-content #rc-content-bottom {
	margin: 0;
	padding: 0;
	background: url("../images/about-dcts-bg-movil.jpg") center center no-repeat;
}
#rc-front #rc-content #rc-content-bottom .moduletable p {
	line-height: 17px;
	font-size:11px;
}
#rc-front #rc-content #rc-content-bottom .moduletable {
	padding: 10px 0 0 0px !important;
	margin-top: 0;
}
#rc-front #rc-content #rc-content-bottom .moduletable h2 {
	margin: 0;
	padding: 0px;
	font-size: 189%;
	font-weight: normal;
	text-align: center;
	line-height: 47px;
	color: #FFF;
}
#rc-footer-info .moduletable.rc-telefono {
	display: block !important;
	margin: 0px !important;
	float: left !important;
	padding: 0px 25px !important;
}
}

@media screen and (min-width: 0px) and (max-width: 320px) {
.about img {
	width: auto !important;
	height: 180px !important;
	float: none;
	margin: 0;
	padding: 0;
}
footer #rc-footer-content #rc-footer-copyright {
	margin: 30px 0;
	display: block;
	text-align: center;
}
#rc-front #rc-content #rc-content-bottom .moduletable div a {
	margin: 20px 0 0 0;
	padding: 10px 24px;
	border: 1px solid #687B94;
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
}
/*320x480*/
#rc-front #rc-content #rc-content-bottom .moduletable h2 {
	margin: 90px 0 10px 0;
	padding: 0;
	color: #000000;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
}
#rc-front #rc-content #rc-content-bottom .moduletable p {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	line-height: 22px;
	color: #FFF;
	text-align: center;
	line-height: none;
}
footer #rc-footer-content #rc-footer-menu ul {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
}
header #rc-top-movil .rc-top-movil-content .moduletable {
	margin: 0px 0px 0px 1px;
	padding: 10px 0px 0px;
	display: inline-table;
	vertical-align: top;
}
#rc-front #rc-content #rc-content-bottom .moduletable {
	margin: 0px;
	padding: 106px 0px 3px;
}
#rc-footer-info .moduletable.rc-telefono {
	display: block !important;
	margin: 0px !important;
	float: left !important;
	padding: 0px 10px !important;
}
footer #rc-footer-content #rc-footer-info .moduletable.rc-email {
	float: left;
	margin: 0 !important;
}
footer #rc-footer-content #rc-footer-info {
	text-align: center !important;
	padding: 10px 0px;
	max-width: 440px;
}
#rc-container-left .item-page div {
	float: none;
	margin: 4px 20px 35px 0px;
	text-align: center;
	display: block;
	width: 100%;
}
}
/* line 2066, ../sass/template.scss */
iframe {
	max-width: 100%;
}
/* line 2069, ../sass/template.scss */
.fa {
	display: none;
}
.form-control {
	margin: 0 0 10px 0;
}
.input-group {
	margin: 10px 0;
	padding: 10px 10px;
	width: 47%;
	border: 1px solid #D8D8D8;
	position: relative;
	background: #ffffff;
	color: #333333;
	display: inline-table;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: ease-in-out 0.25s all;
	-o-transition: ease-in-out 0.25s all;
	-webkit-transition: ease-in-out 0.25s all;
	transition: ease-in-out 0.25s all;
}
.btn {
	background: #0D84AD;
	padding: 10px 15px;
	color: #FFF;
	cursor: pointer;
	width: 150px;
}
.btn:hover {
	background: #F7941E;
}
