/* =============================================================================
	 Rubycom Framework 2.5
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
@font-face {
	font-family: 'Helvetica';
	src: url("../fontslte50263-webfont.eot");
	src: url("../fontslte50263-webfont.eot?#iefix") format("embedded-opentype"), url("../fontslte50263-webfont.woff") format("woff"), url("../fontslte50263-webfont.ttf") format("truetype"), url("../fontslte50263-webfont.svg#helvetica_neue_ltlight") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*!
 *  Font Awesome 4.0.3 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.0.3");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Helvetica Neue LT';
	src: url(' ../fonts/HelveticaNeueLT-Light.eot');
	src: url(' ../fonts/HelveticaNeueLT-Light.eot?#iefix') format('embedded-opentype'),
		url(' ../fonts/HelveticaNeueLT-Light.woff2') format('woff2'),
		url(' ../fonts/HelveticaNeueLT-Light.woff') format('woff'),
		url(' ../fonts/HelveticaNeueLT-Light.ttf') format('truetype'),
		url(' ../fonts/HelveticaNeueLT-Light.svg#HelveticaNeueLT-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}


html{
	overflow-x: hidden; 
}
.rcLeft {
	float: left;
}
.rcRight {
	float: right;
}
.rcClear {
	clear: both !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* 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.3333333333333333em;
	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.2857142857142858em;
	text-align: center;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-ul {
	padding-left: 0;
	margin-left: 2.142857142857143em;
	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.142857142857143em;
	width: 2.142857142857143em;
	top: .14285714285714285em;
	text-align: center;
}
/* line 4, ../sass/_font-awesome.scss */
.fa-li.fa-lg {
	left: -1.8571428571428572em;
}
/* 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 {
  /* line 4, ../sass/_font-awesome.scss */
  0% {
 -moz-transform: rotate(0deg);
}

  /* line 4, ../sass/_font-awesome.scss */
  100% {
 -moz-transform: rotate(359deg);
}
}
 @-webkit-keyframes spin {
  /* line 4, ../sass/_font-awesome.scss */
  0% {
 -webkit-transform: rotate(0deg);
}

  /* line 4, ../sass/_font-awesome.scss */
  100% {
 -webkit-transform: rotate(359deg);
}
}
 @-o-keyframes spin {
  /* line 4, ../sass/_font-awesome.scss */
  0% {
 -o-transform: rotate(0deg);
}

  /* line 4, ../sass/_font-awesome.scss */
  100% {
 -o-transform: rotate(359deg);
}
}
 @-ms-keyframes spin {
  /* line 4, ../sass/_font-awesome.scss */
  0% {
 -ms-transform: rotate(0deg);
}

  /* line 4, ../sass/_font-awesome.scss */
  100% {
 -ms-transform: rotate(359deg);
}
}
 @keyframes spin {
  /* line 4, ../sass/_font-awesome.scss */
  0% {
 transform: rotate(0deg);
}

  /* line 4, ../sass/_font-awesome.scss */
  100% {
 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-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-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-asc:before {
	content: "\f0dd";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-sort-up:before, .fa-sort-desc: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-reply-all:before {
	content: "\f122";
}
/* line 4, ../sass/_font-awesome.scss */
.fa-mail-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 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;
	width: 96% !important;
}

/* 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, #rc-header:before, .rc-no-front #rc-content #rc-container:before, #rc-bottom-content-container #rc-bottom-content:before, .rc-cont-block:before, .rc-cont-block.rc-articulos div span:before, footer #rc-footer-container:before, footer #rc-footer-container #rc-copyright:before, .clearfix:after, header:after, #rc-header:after, .rc-no-front #rc-content #rc-container:after, #rc-bottom-content-container #rc-bottom-content:after, .rc-cont-block:after, .rc-cont-block.rc-articulos div span:after, footer #rc-footer-container:after, footer #rc-footer-container #rc-copyright:after {
	content: "";
	display: table;
}
/* line 322, ../sass/_normalize.scss */
.clearfix:after, header:after, #rc-header:after, .rc-no-front #rc-content #rc-container:after, #rc-bottom-content-container #rc-bottom-content:after, .rc-cont-block:after, .rc-cont-block.rc-articulos div span:after, footer #rc-footer-container:after, footer #rc-footer-container #rc-copyright:after {
	clear: both;
}
/* line 326, ../sass/_normalize.scss */
.clearfix, header, #rc-header, .rc-no-front #rc-content #rc-container, #rc-bottom-content-container #rc-bottom-content, .rc-cont-block, .rc-cont-block.rc-articulos div span, footer #rc-footer-container, footer #rc-footer-container #rc-copyright {
 *zoom: 1;
}
/* line 12, ../sass/default.scss */
html {
	margin: 0;
	padding: 0;
	width: 100%;
}
/* line 17, ../sass/default.scss */
body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
}
/* line 27, ../sass/default.scss */
a, a:visited {
	text-decoration: none;
	color: black;
	outline: none;
	-webkit-transition: ease-in-out 0.25s color;
	-moz-transition: ease-in-out 0.25s color;
	-o-transition: ease-in-out 0.25s color;
	transition: ease-in-out 0.25s color;
}
/* line 32, ../sass/default.scss */
a:hover, a:visited:hover {
	color: #921301;
}
/* line 37, ../sass/default.scss */
h2, h3, h4 {
	margin: 10px 0 20px;
	font-weight: normal;
	font-family: 'Helvetica', Arial, Helvetica, sans-serif;
}
/* line 42, ../sass/default.scss */
h2 {
	font-size: 20px;
	color: #921301;
}
/* line 46, ../sass/default.scss */
h3 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	font-smooth: always;
	line-height: 22px;
	text-align: left;
}
/* line 56, ../sass/default.scss */
h4 {
	margin: 0;
	padding: 0;
	color: #921301;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	border: none;
}
/* line 65, ../sass/default.scss */
ul, ol {
	line-height: 1.8em;
	margin: 8px 0 8px 40px;
	padding: 0;
	margin-left: 0px;
}
/* line 69, ../sass/default.scss */
ul li, ol li {
	margin: 4px 0 6px;
	font-size: 13px;
	list-style: square;
	text-align: left;
	position: relative;
	color: #333333;
}
/* line 79, ../sass/default.scss */
ol li {
	list-style: decimal;
}
/* line 83, ../sass/default.scss */
p {
	line-height: 17px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 10px 0 15px 0;
	text-align: left;
}
/* line 94, ../sass/default.scss */

#navidad {
	position: absolute;
	top: 0px;
	z-index: 6;
	background: url(../img/bg-navidad-2014.png) no-repeat center center;
	display: block;
	height: 477px;
	width: 100%;
}

header {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	min-height: 180px;
	position: relative;
	z-index:10
}
/* line 102, ../sass/default.scss */
#rc-header {
	margin: 0;
	padding: 0;
	width: 780px;
	float: right;
	min-height: 180px;
	position: relative;
}
/* line 111, ../sass/default.scss */
#rc-content {
	margin: 0;
	padding: 0;
	width: 980px;
	min-height: 348px;
	position: relative;
}
/* line 118, ../sass/default.scss */
footer {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width:980px;
	position: relative;
	background: #2e0b0f url("../img/footer-bg.jpg") top center no-repeat;
}
/* line 127, ../sass/default.scss */
h1#rc-logo {
	width: 158px;
	height: 135px;
	background: url("../img/tienda-mary-logo.png") no-repeat top left;
	text-indent: -9999px;
	margin: 14px 0 0 10px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
/* line 139, ../sass/default.scss */
#rc-header {
	text-align: right;
}
/* line 141, ../sass/default.scss */
#rc-header span {
	margin: 58px 2px 24px 2px;
	padding: 0;
	display: inline-block;
	outline: none;
}
/* line 146, ../sass/default.scss */
#rc-header span a {
	margin: 0;
	padding: 0;
	width: 39px;
	height: 38px;
	position: relative;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	outline: none;
}
/* line 159, ../sass/default.scss */
#rc-header span#rc-email a {
	background-position: 0 -117px;
}
/* line 164, ../sass/default.scss */
#rc-header span#rc-instagram a {
	background-position: 0 -78px;
}
/* line 169, ../sass/default.scss */
#rc-header span#rc-twitter a {
	background-position: 0 -39px;
}
/* line 174, ../sass/default.scss */
#rc-header span#rc-facebook a {
	background-position: 0 0;
}
/* line 183, ../sass/default.scss */
#rc-main-menu {
	margin: 0;
	padding: 0;
	width: 760px;
	position: relative;
	float: right;
	z-index: 10;
}
/* line 190, ../sass/default.scss */
#rc-main-menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	position: relative;
}
/* line 196, ../sass/default.scss */
#rc-main-menu ul li {
	margin: 0 0 0 23px;
	padding: 0;
	text-align: center;
	display: inline-block;
	font-family: 'Helvetica', Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #aaaaaa;
	line-height: 30px;
	float: left;
	position: relative;
}
/* line 207, ../sass/default.scss */
#rc-main-menu ul li a {
	margin: 0;
	padding: 0;
	display: block;
	font-family: 'Helvetica', Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #aaaaaa;
	line-height: 30px;
	text-align: center;
	-webkit-transition: ease-in-out 0.25s color, ease-in-out 0.25s text-decoration;
	-moz-transition: ease-in-out 0.25s color, ease-in-out 0.25s text-decoration;
	-o-transition: ease-in-out 0.25s color, ease-in-out 0.25s text-decoration;
	transition: ease-in-out 0.25s color, ease-in-out 0.25s text-decoration;
}
/* line 217, ../sass/default.scss */
#rc-main-menu ul li a:hover {
	color: #921301;
	text-decoration: underline;
}
/* line 222, ../sass/default.scss */
#rc-main-menu ul li.current a {
	color: #921301;
	text-decoration: underline;
}
/* line 226, ../sass/default.scss */
#rc-main-menu ul li:first-child {
	margin: 0;
}
/* =============================================================================
	 Portada
   ========================================================================== */
/* line 236, ../sass/default.scss */
.rc-front #rc-content {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	min-width:980px;
}
/* line 242, ../sass/default.scss */
#rc-slide-content {
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	max-width: 1280px;
	min-width: 980px;
	max-height: 480px;
	z-index: 5;
	overflow: hidden;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
/* line 261, ../sass/default.scss */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
/* line 270, ../sass/default.scss */
.owl-carousel {
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
/* line 276, ../sass/default.scss */
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 281, ../sass/default.scss */
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
/* line 286, ../sass/default.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 294, ../sass/default.scss */
.owl-carousel .owl-item {
	float: left;
}
/* line 298, ../sass/default.scss */
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-page{
	display:none !important;}
/* line 301, ../sass/default.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: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
/* line 311, ../sass/default.scss */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
/* line 317, ../sass/default.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 326, ../sass/default.scss */
#rc-slide {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	max-height: 550px;
	z-index: 5;
	overflow: hidden !important;
}
/* line 335, ../sass/default.scss */
#rc-slide .owl-wrapper-outer {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
/* line 342, ../sass/default.scss */
#rc-slide .owl-wrapper-outer .owl-wrapper .owl-item {
	margin: 0;
	padding: 0;
	float: left;
	background: none;
	position: relative;
}
/* line 348, ../sass/default.scss */
#rc-slide .owl-wrapper-outer .owl-wrapper .owl-item img {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
/* line 357, ../sass/default.scss */
#rc-slide .owl-controls {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
/* line 365, ../sass/default.scss */
#rc-slide .owl-controls .owl-pagination {
	margin: -44px auto 0 auto;
	padding: 0;
	width: 100%;
	max-width: 980px;
	height: 20px;
	position: relative;
	text-align: center;
	display: block;
}
/* line 374, ../sass/default.scss */
#rc-slide .owl-controls .owl-pagination .owl-page {
	margin: 0 6px;
	padding: 0;
	position: relative;
	display: inline-table;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
/* line 382, ../sass/default.scss */
#rc-slide .owl-controls .owl-pagination .owl-page span {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-position: -9px -177px;
	-webkit-transition: ease-in-out 0.25s background-position;
	-moz-transition: ease-in-out 0.25s background-position;
	-o-transition: ease-in-out 0.25s background-position;
	transition: ease-in-out 0.25s background-position;
}
/* line 394, ../sass/default.scss */
#rc-slide .owl-controls .owl-pagination .owl-page:hover span, #rc-slide .owl-controls .owl-pagination .owl-page.active span {
	background-position: -9px -156px;
}
/* line 400, ../sass/default.scss */
#rc-slide .owl-controls .owl-buttons {
	display: none;
}
/* line 405, ../sass/default.scss */
#rc-slide-prev {
	background-position: -2px -532px;
	left: 0;
}
/* line 410, ../sass/default.scss */
#rc-slide-next {
	background-position: -2px -495px;
	right: 0;
}
/* line 415, ../sass/default.scss */
.rc-controls, #rc-slide-prev, #rc-slide-next {
	margin: -16.5px 0 0 0;
	padding: 0;
	width: 33px;
	height: 33px;
	display: inline-block;
	text-indent: 10000px;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	top: 50%;
	z-index: 10;
}
/* line 429, ../sass/default.scss */
#rc-slide-buttons {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	max-width: 940px;
	min-width: 940px;
	height: 32px;
	z-index: 10;
	text-align: right;
}
/* line 440, ../sass/default.scss */
#rc-slide-buttons span {
	margin: 0 3px;
	padding: 0;
	width: 33px;
	height: 33px;
	display: inline-block;
	text-indent: 10000px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
/* line 454, ../sass/default.scss */
#rc-front-content {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 980px;
}
/* line 459, ../sass/default.scss */
#rc-front-content h2 {
	margin: 0 0 16px 0;
	padding: 24px 0 34px 0;
	color: #921301;
	font-family: 'Helvetica', Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: center;
	display: block;
	background: url("../img/title-bg.png") bottom center no-repeat;
}
/* line 469, ../sass/default.scss */
#rc-front-content #rc-front-nuestras-marcas {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	position: relative;
}
/* line 474, ../sass/default.scss */
#rc-front-content #rc-front-nuestras-marcas #rc-nuestras-marcas {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	max-height: 286px;
}
/* line 481, ../sass/default.scss */
#rc-front-content #rc-front-nuestras-marcas #rc-nuestras-marcas .owl-wrapper-outer {
	margin: 0;
	padding: 0;
}
/* line 484, ../sass/default.scss */
#rc-front-content #rc-front-nuestras-marcas #rc-nuestras-marcas .owl-wrapper-outer .owl-wrapper {
	margin: 0;
	padding: 0;
}
/* line 487, ../sass/default.scss */
#rc-front-content #rc-front-nuestras-marcas #rc-nuestras-marcas .owl-wrapper-outer .owl-wrapper .owl-item {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
/* line 492, ../sass/default.scss */
#rc-front-content #rc-front-nuestras-marcas #rc-nuestras-marcas .owl-wrapper-outer .owl-wrapper .owl-item span {
	margin: 0;
	padding: 0;
	width: 224px;
	height: 285px;
	background: white;
	display: inline-block;
}
/* line 499, ../sass/default.scss */
#rc-front-content #rc-front-nuestras-marcas #rc-nuestras-marcas .owl-wrapper-outer .owl-wrapper .owl-item span a {
	margin: 0;
	padding: 0;
	display: block;
}
/* line 504, ../sass/default.scss */
#rc-front-content #rc-front-nuestras-marcas #rc-nuestras-marcas .owl-wrapper-outer .owl-wrapper .owl-item span img {
	margin: 0;
}
/* line 513, ../sass/default.scss */
#rc-front-content #rc-carousel-prev {
	left: -32px;
	background-position: -11px -198px;
}
/* line 518, ../sass/default.scss */
#rc-front-content #rc-carousel-next {
	right: -32px;
	background-position: -11px -231px;
}
/* line 523, ../sass/default.scss */
.rc-carousel-bottons, #rc-front-content #rc-carousel-prev, #rc-front-content #rc-carousel-next {
	margin: 0;
	padding: 0;
	width: 18px;
	height: 30px;
	position: absolute;
	top: 214px;
	z-index: 10;
	cursor: pointer;
	outline: none;
}
/**/
#rc-right-content .rc-Sombra-efecto {
	background: url(../img/sombre-esfecto-big.png) no-repeat;
	width: 260px;
	height: 260px;
}
#rc-right-content h4 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-left: 16px;
}
#rc-right-content a.rcMas-Marcas {
	text-align: center;
	display: block;
	background: #f5f5f5;
	padding: 15px;
}
#rc-right-content {
	position: relative;
}
#rc-right-content  img:first-child, #rc-right-content a img:first-child  {
	width: 100% !important;
	max-width: 100% !important;
}
#rc-right-content .rcCont-Marca {
	width: 260px;
	text-align: center;
}
.owl-prev, .owl-next {
	background-image: url("../img/iconos.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
.owl-prev, .owl-next {
	overflow: hidden;
	text-indent: -9999px;
	width: 18px;
	height: 30px;
	position: absolute;
	top: 116px;
	z-index: 10;
	cursor: pointer;
	outline: none;
}
.owl-prev {
	background-position: -11px -198px;
	left: 10px;
}
.owl-next {
	background-position: -11px -231px;
	right: 10px;
}
#rcBtnOfertas {
	position: relative;
}
#rcNuestras-Marcas-Right {
	position: relative;
}
#rcMasInformacion {
	background: url(../img/gris-transparent.png) repeat;
	height: 50px;
	position: absolute;
	bottom: 0px;
	width: 260px;
}
#rcMasInformacion a {
	display: block;
	padding: 18px;
	color: #921301;
	font-weight: bold;
	text-align: right;
}
#rcMasInformacion a:hover {
	color: #FFF;
}
#rcTitulo-Marcas-Right {
	background: url(../img/titulo-marcas-right.png) no-repeat;
	padding: 14px 0 0px 25px;
	position: absolute;
	z-index: 999;
	width: 265px;
	height: 51px;
	font-size: 21px;
	color: #921403;
	left: -12px;
	top: 10px;
}
/**/
#rcBox-Secciones img { margin-bottom: 20px;}
.rcDisponible { width: 135px; height: 96px; position: absolute; right:0;  top: 0px; background:url(../img/rc-disponible.png) no-repeat;}
/* line 539, ../sass/default.scss */
.rc-no-front #rc-content {
	margin: 0;
 pa/**/dding: 0 0 10px 0;
	width: 100%;
	position: relative;
	min-width:980px;
}
/* line 544, ../sass/default.scss */
.rc-no-front #rc-content .rc-page-title {
	margin: 0;
	padding: 0;
	min-height: 90px;
	width: 100%;
	position: relative;
	background: url("../img/bottom-content-bg.jpg") top center repeat-x;
	-webkit-box-shadow: 0px -4px 12px -12px #333333 inset;
	-moz-box-shadow: 0px -4px 12px -12px #333333 inset;
	box-shadow: 0px -4px 12px -12px #333333 inset;
}
/* line 552, ../sass/default.scss */
.rc-no-front #rc-content .rc-page-title span {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	font-family: 'Helvetica', Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: normal;
	color: #333333;
	line-height: 110px;
	text-align: left;
	display: block;
}
/* line 565, ../sass/default.scss */
.rc-no-front #rc-content #rc-container {
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	max-width: 980px;
	min-width: 980px;
	position: relative;
}
/* line 576, ../sass/default.scss */
#rc-bottom-content-container {
	margin: 0;
	padding: 0;
	background: url("../img/bottom-content-bg.jpg") center top repeat-x;
	max-height: 250px;
	position: relative;
	overflow: hidden;
}
/* line 583, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content {
	margin: 0 auto;
	padding: 15px 0px;
	width: 980px;
}
/* line 588, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item {
	margin: 0;
	padding: 0;
	width: 366px;
	min-height: 250px;
	float: left;
	background: url("../img/shadow-left.png") left bottom no-repeat;
}
/* line 595, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item h2 {
	margin: 0;
	padding: 28px 0 10px 26px;
	font-size: 30px;
	color: #333333;
}
/* line 601, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item img {
	margin: 0;
	position: absolute;
	bottom: 10px;
}
/* line 606, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item div {
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	max-width: 246px;
	margin-right: 20px;
}
/* line 613, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item h3 {
	margin: 0 0 14px 0;
	padding: 6px 0 0 0;
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	line-height: 17px;
	text-align: left;
}
/* line 623, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item span {
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #921301;
}
/* line 631, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item span a {
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #921301;
}
/* line 641, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item a {
	margin: 0 0 0 22px;
	padding: 0 0 0 16px;
	position: relative;
	font-size: 18px;
	line-height: 25px;
	display: inline-block;
	color: #333333;
}
/* line 649, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item a i {
	position: absolute;
	left: 0;
	font-size: 18px;
	line-height: 25px;
}
/* line 655, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item a:hover {
	color: #921301;
}
/* line 659, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item.first {
	padding: 0 12px;
	width: 324px;
	background: none;
}
/* line 663, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item.first h2 {
	margin: 0;
	padding: 28px 0 10px 0;
	font-size: 30px;
	color: #333333;
}
/* line 669, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item.first img {
	margin: 0 0 14px 0;
	position: relative;
	bottom: 0;
}
/* line 674, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item.first div {
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	max-width: 174px;
}
/* line 681, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item.first h3 {
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	line-height: 23px;
	text-align: left;
}
#rc-bottom-content .Box-1 span {
	display: block !important;
	margin-top: 10px !important;
	font-weight: bold;
}
#rc-bottom-content .first div {
	margin-right: 5px !important;
}
/* line 690, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item.first a {
	margin: 0;
	padding: 0 0 0 16px;
	line-height: 30px;
}
/* line 694, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item.first a i {
	line-height: 30px;
}
/* line 699, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item.last {
	padding: 0 32px;
	width: 202px;
	text-align: center;
}
/* line 703, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item.last img {
	margin: 18px 0 14px 0;
	position: relative;
	bottom: 0;
}
/* line 708, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item.last h3 {
	margin: 0;
	padding: 0 0 4px 0;
	text-align: center;
}
/* line 713, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item.last a {
	margin: 0;
	padding: 0 0 0 16px;
	line-height: 30px;
}
/* line 717, ../sass/default.scss */
#rc-bottom-content-container #rc-bottom-content .item.last a i {
	line-height: 30px;
}
/* line 725, ../sass/default.scss */
#rc-left-content {
	margin: 0;
	padding: 0;
	width: 700px;
	float: left;
	border: 0;
}
/* line 732, ../sass/default.scss */
#rc-right-content {
	margin: 0;
	padding: 0;
	width: 260px;
	float: right;
	border: 0;
}
/* line 739, ../sass/default.scss */
#rc-page-content {
	margin: 0;
	padding: 0;
}
/* line 743, ../sass/default.scss */
#rc-page-content .rc-accordion {
	margin: 0;
	padding: 0;
	position: relative;
}
/* line 747, ../sass/default.scss */
#rc-page-content .rc-accordion .rc-accordion-header {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-family: 'AllerBoldItalic' Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	background-color: #EEEEEE;
	background-position: right -590px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: ease-in-out 0.25s color, ease-in-out 0.25s boder, ease-in-out 0.25s background-color, ease-in-out 0.25s background-position;
	-moz-transition: ease-in-out 0.25s color, ease-in-out 0.25s boder, ease-in-out 0.25s background-color, ease-in-out 0.25s background-position;
	-o-transition: ease-in-out 0.25s color, ease-in-out 0.25s boder, ease-in-out 0.25s background-color, ease-in-out 0.25s background-position;
	transition: ease-in-out 0.25s color, ease-in-out 0.25s boder, ease-in-out 0.25s background-color, ease-in-out 0.25s background-position;
}
/* line 761, ../sass/default.scss */
#rc-page-content .rc-accordion .rc-accordion-header:hover {
	color: #333333;
	border: 1px solid #999999;
	background-color: white;
	font-weight: normal;
	background-position: right -632px;
}
/* line 768, ../sass/default.scss */
#rc-page-content .rc-accordion .rc-accordion-header.selected {
	color: #921301;
	border: 1px solid #999999;
	background-color: white;
	font-weight: normal;
	background-position: right -674px;
}
/* line 776, ../sass/default.scss */
#rc-page-content .rc-accordion .rc-accordion-content {
	margin: 0;
	padding: 10px;
}
/* line 783, ../sass/default.scss */
.rc-cont-block {
	margin: 0 0 30px 0;
	padding: 0 0 16px 0;
	width: 260px;
	position: relative;
	background: white;
}
/* line 790, ../sass/default.scss */
.rc-cont-block a {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
/* line 795, ../sass/default.scss */
.rc-cont-block a img {
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
/* line 804, ../sass/default.scss */
.rc-cont-block a div {
	margin: 0 0 12px 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	-webkit-transition: ease-in-out 0.5s box-shadow;
	-moz-transition: ease-in-out 0.5s box-shadow;
	-o-transition: ease-in-out 0.5s box-shadow;
	transition: ease-in-out 0.5s box-shadow;
}
/* line 814, ../sass/default.scss */
.rc-cont-block a:hover div {
	-webkit-box-shadow: inset #333333 0 0 25px -4px;
	-moz-box-shadow: inset #333333 0 0 25px -4px;
	box-shadow: inset #333333 0 0 25px -4px;
}
/* line 819, ../sass/default.scss */
.rc-cont-block h2 {
	margin: 0;
	padding: 0 12px;
	display: block;
	color: #921301;
	font-family: 'AllerBoldItalic', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
}
/* line 829, ../sass/default.scss */
.rc-cont-block h2 a {
	margin: 0;
	padding: 0;
	display: block;
	color: #921301;
	font-family: 'AllerBoldItalic', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	font-weight: normal;
	-webkit-transition: ease-in-out 0.3s color;
	-moz-transition: ease-in-out 0.3s color;
	-o-transition: ease-in-out 0.3s color;
	transition: ease-in-out 0.3s color;
}
/* line 842, ../sass/default.scss */
.rc-cont-block h2:hover a {
	color: black;
}
/* line 847, ../sass/default.scss */
.rc-cont-block p {
	margin: 0;
	padding: 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	color: #666666;
}
/* line 856, ../sass/default.scss */
.rc-cont-block .rc-mas {
	margin: 0 18px 0 0;
	padding: 0;
	display: inline-block;
	float: right;
}
/* line 861, ../sass/default.scss */
.rc-cont-block .rc-mas a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #921301;
	-webkit-transition: ease-in-out 0.25s color;
	-moz-transition: ease-in-out 0.25s color;
	-o-transition: ease-in-out 0.25s color;
	transition: ease-in-out 0.25s color;
}
/* line 867, ../sass/default.scss */
.rc-cont-block .rc-mas a:hover {
	color: #bf021b;
}
/* line 872, ../sass/default.scss */
.rc-cont-block.rc-articulos {
	padding: 24px 12px 14px 12px;
	width: 236px;
}
/* line 875, ../sass/default.scss */
.rc-cont-block.rc-articulos h2 {
	margin: 0 0 8px 0;
	padding: 0;
}
/* line 879, ../sass/default.scss */
.rc-cont-block.rc-articulos div {
	margin: 0;
	padding: 0;
}
/* line 882, ../sass/default.scss */
.rc-cont-block.rc-articulos div span {
	margin: 0 0 18px 0;
	padding: 0;
	display: block;
	min-height: 86px;
	position: relative;
}
/* line 889, ../sass/default.scss */
.rc-cont-block.rc-articulos div span img {
	width: auto;
}
/* line 892, ../sass/default.scss */
.rc-cont-block.rc-articulos div span div {
	margin: 0;
	padding: 0;
	float: left;
}
/* line 897, ../sass/default.scss */
.rc-cont-block.rc-articulos div span h2 {
	margin: 0;
	padding: 12px 0;
	width: 122px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	float: right;
	-webkit-transition: ease-in-out 0.25s color;
	-moz-transition: ease-in-out 0.25s color;
	-o-transition: ease-in-out 0.25s color;
	transition: ease-in-out 0.25s color;
}
/* line 907, ../sass/default.scss */
.rc-cont-block.rc-articulos div span h2:hover {
	color: #921301;
}
/* line 917, ../sass/default.scss */
.rc-menu-tabs {
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
}
/* line 921, ../sass/default.scss */
.rc-menu-tabs span {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-family: 'AllerBoldItalic', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #921301;
	display: block;
	border-bottom: 1px dotted #921301;
}
/* line 931, ../sass/default.scss */
.rc-menu-tabs li {
	margin: 0 10px;
	padding: 0;
	position: relative;
	float: left;
	display: block;
}
/* line 937, ../sass/default.scss */
.rc-menu-tabs li a {
	margin: 0;
	padding: 0;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	outline: none;
	-webkit-transition: ease-in-out 0.15s color;
	-moz-transition: ease-in-out 0.15s color;
	-o-transition: ease-in-out 0.15s color;
	transition: ease-in-out 0.15s color;
}
/* line 947, ../sass/default.scss */
.rc-menu-tabs li a:hover, .rc-menu-tabs li a.active {
	color: #921301;
}
/* line 953, ../sass/default.scss */
.rc-tabs-content {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 730px;
	float: right;
}
/* line 960, ../sass/default.scss */
.rc-tabs-content span {
	display: block;
}
/* line 963, ../sass/default.scss */
.rc-tabs-content > div {
	margin: 0;
	padding: 0;
	position: relative;
	width: 730px;
	height: auto;
	display: none;
}
/* line 970, ../sass/default.scss */
.rc-tabs-content > div img {
	margin: 0 0 15px 0;
}
/* line 975, ../sass/default.scss */
.tabs-vertical {
	width: 200px;
	float: left;
}
/* line 978, ../sass/default.scss */
.tabs-vertical li {
	float: none;
	width: 200px;
	margin: 0 0 10px 0;
}
/* line 993, ../sass/default.scss */
.rc-franquicia #rc-container #rc-left-content #rc-page-content p span {
	margin: 0 1% 0 0;
	width: 31%;
	display: inline-block;
}
/* line 998, ../sass/default.scss */
.rc-franquicia #rc-container #rc-left-content #rc-page-content p .fa-social {
	font-size: 18px;
}
/* line 1009, ../sass/default.scss */
.rc-nuestras-marcas #rc-left-content {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
}
/* line 1015, ../sass/default.scss */
.rc-nuestras-marcas #rc-left-content #rc-page-content iframe {
	margin: 0;
	padding: 0;
	border: 1px dotted #666666;
}
/* line 1020, ../sass/default.scss */
.rc-nuestras-marcas #rc-left-content #rc-page-content small {
	margin: 0;
	padding: 0;
	display: block;
}
/* line 1024, ../sass/default.scss */
.rc-nuestras-marcas #rc-left-content #rc-page-content small a {
	margin: 0;
	padding: 5px;
	display: block;
	text-align: center;
	color: #333333;
	background: #921301;
	font-size: 11px;
	font-weight: bold;
	-webkit-transition: ease-in-out 0.25s color, ease-in-out 0.25s background;
	-moz-transition: ease-in-out 0.25s color, ease-in-out 0.25s background;
	-o-transition: ease-in-out 0.25s color, ease-in-out 0.25s background;
	transition: ease-in-out 0.25s color, ease-in-out 0.25s background;
}
/* line 1034, ../sass/default.scss */
.rc-nuestras-marcas #rc-left-content #rc-page-content small a:hover {
	color: white;
	background: #921301;
}
/* line 1040, ../sass/default.scss */
.rc-nuestras-marcas #rc-left-content #rc-page-content h4 {
	padding: 20px 0 10px 0;
	font-size: 24px;
	border-bottom: 1px dotted #921301;
}
/* line 1045, ../sass/default.scss */
.rc-nuestras-marcas #rc-left-content #rc-page-content p {
	margin: 0;
	padding: 10px 0 5px 0;
}
/* line 1049, ../sass/default.scss */

/* line 1052, ../sass/default.scss */
/*.rc-nuestras-marcas #rc-left-content #rc-page-content div span {
	margin: 0;
	padding: 5px 0 2px 0.5%;
	display: inline-block;
	width: 27%;
	vertical-align: text-top;
	color: #333333;
}*/
/* line 1059, ../sass/default.scss */
.rc-nuestras-marcas #rc-left-content #rc-page-content div span:first-child {
	/*width: 43%;*/
	padding: 5 0 2px 0;
}
/* line 1063, ../sass/default.scss */
.rc-nuestras-marcas #rc-left-content #rc-page-content div span.half {
	margin: 0;
	padding: 0;
	width: 48%;
}
/* line 1067, ../sass/default.scss */
.rc-nuestras-marcas #rc-left-content #rc-page-content div span.half span {
	width: 100%;
}
/* line 1071, ../sass/default.scss */
.rc-nuestras-marcas #rc-left-content #rc-page-content div span .fa {
	font-size: 18px;
}
/* line 1075, ../sass/default.scss */
.rc-nuestras-marcas #rc-left-content #rc-page-content div .map {
	margin: 0;
	padding: 20px 0 10px 0;
}
/* line 1082, ../sass/default.scss */
.rc-nuestras-marcas #rc-right-content {
	display: none;
}
/* line 1089, ../sass/default.scss */
.rc-form {
	margin: 0;
	padding: 0;
	width: 100%;
}
/* line 1094, ../sass/default.scss */
.rc-form span {
	margin: 0 0 15px 0;
	padding: 0;
	width: 24%;
	display: inline-block;
	position: relative;
	text-align: left;
	vertical-align: top;
}
/* line 1102, ../sass/default.scss */
.rc-form span.rc-mensaje {
	width: 48%;
}
/* line 1104, ../sass/default.scss */
.rc-form span.rc-mensaje span {
	width: 48%;
}
/* line 1108, ../sass/default.scss */
.rc-form span.rc-full {
	width: 100%;
	text-align: center;
}
/* line 1113, ../sass/default.scss */
.rc-form p {
	margin: 0 0 8px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
/* line 1122, ../sass/default.scss */

.rc-form .form-control {
	width: 94%;
	height: 25px;
	border: 1px solid #666666;
	position: relative;
	margin: 0;
	padding: 10px;
	background: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: ease-in-out 0.25s box-shadow, ease-in-out 0.25s color, ease-in-out 0.25s background, ease-in-out 0.25s border;
	-moz-transition: ease-in-out 0.25s box-shadow, ease-in-out 0.25s color, ease-in-out 0.25s background, ease-in-out 0.25s border;
	-o-transition: ease-in-out 0.25s box-shadow, ease-in-out 0.25s color, ease-in-out 0.25s background, ease-in-out 0.25s border;
	transition: ease-in-out 0.25s box-shadow, ease-in-out 0.25s color, ease-in-out 0.25s background, ease-in-out 0.25s border;
	behavior: url(PIE.htc);
}
/* line 1139, ../sass/default.scss */
.rc-form input:focus.vanadium-invalid, .rc-form input.vanadium-invalid {
	color: #990000;
}
/* line 1142, ../sass/default.scss */
.rc-form input#enviar, .rc-form input#limpiar-campos {
	width: 140px;
	margin: 0;
	padding: 5px 10px;
	color: white;
	font-size: 14px;
	font-family: 'Futura', Arial, Helvetica, sans-serif;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #333333;
	-webkit-box-shadow: #666666 0 40px 30px -40px inset;
	-moz-box-shadow: #666666 0 40px 30px -40px inset;
	box-shadow: #666666 0 40px 30px -40px inset;
	float: none;
	height: 40px;
	line-height: 32px;
	padding: 0 19px;
	border: #333333 1px solid;
	text-shadow: 1px 1px black;
	position: relative;
}
/* line 1160, ../sass/default.scss */
.rc-form input#enviar:hover, .rc-form input#limpiar-campos:hover {
	background: #921301;
	-webkit-box-shadow: #921301 0 50px 20px -30px inset;
	-moz-box-shadow: #921301 0 50px 20px -30px inset;
	box-shadow: #921301 0 50px 20px -30px inset;
	border: #921301 1px solid;
}
/* line 1167, ../sass/default.scss */
textarea {
	height: 100px !important;
}
/* line 1178, ../sass/default.scss */

/* line 1185, ../sass/default.scss */
.vanadium-advice {
	display: none !important;
}
/* line 1188, ../sass/default.scss */
.vanadium-invalid {
	background: #ffffff !important;
	opacity: 0.7;
	color: white;
	border: 1px dashed #900 !important;
}
/* line 1201, ../sass/default.scss */
footer #rc-footer-container {
	margin: 0 auto;
	padding: 28px 16px 0 16px;
	width: 948px;
	min-height: 66px;
	position: relative;
	text-align: left;
}
/* line 1209, ../sass/default.scss */
footer #rc-footer-container span {
	margin: 0 26px 0 0;
	padding: 0;
	display: inline-block;
	width: 711px;
	font-size: 12px; 
	color: white;
	font-family: Arial, Helvetica, sans-serif;

	line-height: 16px;
	text-aling: left;
}
/* line 1220, ../sass/default.scss */
footer #rc-footer-container #rc-footer-logo {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	width: 24px;
	height: 32px;
}
/* line 1228, ../sass/default.scss */
footer #rc-footer-container #rc-copyright {
	margin: 0;
	padding: 0;
	float: right;
	width: 200px;
}
/* line 1234, ../sass/default.scss */
footer #rc-footer-container #rc-copyright p {
	margin: 4px 10px 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 15px;
	text-align: right;
	float: right;
}
/* line 1244, ../sass/default.scss */
footer #rc-footer-container #rc-copyright a {
	color: white;
	-webkit-transition: ease-in-out 0.25s color;
	-moz-transition: ease-in-out 0.25s color;
	-o-transition: ease-in-out 0.25s color;
	transition: ease-in-out 0.25s color;
}
/* line 1247, ../sass/default.scss */
footer #rc-footer-container #rc-copyright a:hover {
	color: white;
}
#rc-footer-container td {padding-bottom:5px !important;}

/* line 1256, ../sass/default.scss */
.rc-first {
	margin-left: 0 !important;
}
/* line 1259, ../sass/default.scss */
.rc-last {
	margin-right: 0 !important;
}
/* line 1262, ../sass/default.scss */
.rc-right {
	float: right;
}
/* line 1265, ../sass/default.scss */
.rc-left {
	float: left;
}
/* line 1268, ../sass/default.scss */
.ul-nolist {
	margin: 0 !important;
	list-style: none;
}
/* line 1272, ../sass/default.scss */
.rc-icons, #rc-header span a, #rc-slide .owl-controls .owl-pagination .owl-page span, .rc-controls, #rc-slide-prev, #rc-slide-next, #rc-slide-buttons span, #rc-front-content .rc-carousel-bottons, #rc-front-content #rc-carousel-prev, #rc-front-content #rc-carousel-next, #rc-page-content .rc-accordion .rc-accordion-header {
	background-image: url("../img/iconos.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
/**********************/

.rc-Sombra-efecto {
	background: url(../img/sombre-esfecto.png) no-repeat top left;
	width: 224px;
	height: 224px;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}
.rcCont-Marca {
	display: block;
	width: 224px;
	position: relative;
}
.rc-nuestras-marcas .rcCont-Marca {
	float: left;
	margin: 0 10px 20px 10px;
	text-align: center;
}
.rc-nuestras-marcas .rcCont-Marca a {
	display: block;
}
/************/

.rc-listas-de-bodas h4 {
	line-height: 20px;
	margin: 15px 0 0 0;
}
.rc-listas-de-bodas h2 {
	margin: 0 0 0px 0;
}
#rcCont-Bodas-Info {
	/*background: url(../img/lista-bodas/sabes.jpg) no-repeat top #EDF9FA;
	padding: 95px 30px 0px 30px;*/
}
#rcCont-Bodas-Info p {
	font-size: 15px;
	color: #333333;
	padding-top: 5px;
}

#rcLista-Boda-Banner { background:url(../img/lista-de-bodas-banner-barra.jpg) no-repeat;  color:#FFFFFF; font-size: 24px; display:block; padding: 15px 5px 15px 10px; margin-bottom: 20px;}



/**/
.rc-contactos #rc-right-content {
	display: none !important;
}
.rc-contactos #rc-left-content {
	width: 100%;
}
.col-sm-3 {
	width: 225px !important;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.col-sm-12 {
	width: 980px !important;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.form-group {
	text-align: left;
}
.form-group label {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
	display: block;
}
.btn-default {
	width: 100% !important;
	background: none repeat scroll 0 0 #333333 !important;
	border: 1px solid #333333;
	border-radius: 4px;
	box-shadow: 0 40px 30px -40px #666666 inset;
	color: #FFFFFF !important;
	float: none;
	font-family: 'Futura', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	line-height: 32px;
	margin: 0;
	padding: 0 19px;
	position: relative;
	text-shadow: 1px 1px #000000;
	margin-top: 20px;
}
.btn-default:hover {
	background: #921403 !important;
}
#rcContForm {
	padding-left: -10px;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.rc-contactos h3 {
	margin: 0 0 10px 0 !important;
	padding: 0px;
}
.rc-contactos #rc-page-content h2 {
	border-bottom: #921301 solid 1px;
}
.rc-contactos td {
	padding-bottom: 10px;
}
.rc-contactos .row {
	margin-left: 0px !important;
}
.rc-mensaje, .rc-mensaje p, .rc-mensaje h3, .rc-mensaje h4 {
	text-align: center !important;
}
#change-image {
	display: block;
	padding-top: 5px;
}
.rc_captcha {
	margin-bottom: 3px !important;
}
/**/
.rc-ofertas-novedades #rc-left-content {
	margin-left: -20px;
}
.rcOferta-Novedades {
	float: left;
	margin: 0 0px 20px 18px;
}
/**/




.rc-overlay-container h2 {
	margin: 0 0 16px 0;
	padding: 24px 0 34px 0;
	color: #921301 !important;
	font-family: 'Helvetica', Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: center !important;
	display: block;
	background: url("../img/title-bg.png") bottom center no-repeat;
}
.rc-overlay-links {
	position: relative;
}
/* line 1114, ../sass/default.scss */
.rc-overlay-links span {
	outline: none;
}
/* line 1118, ../sass/default.scss */
.rc-overlay-container {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	position: fixed;
	z-index: 0;
	overflow: hidden;
	background: url(../img/overlay-bg.png) repeat;
	text-align: left;
}
/* line 1130, ../sass/default.scss */
.rc-overlay-container.active {
	z-index: 1900;
	overflow: auto;
	overflow-y: scroll;
}
/* line 1134, ../sass/default.scss */
.rc-overlay-container.active .rc-overlay-close {
	width: 40px;
	height: 40px;
	z-index: 1901;
}
/* line 1139, ../sass/default.scss */
.rc-overlay-container.active .rc-overlay-content {
	z-index: 1899;
}
/* line 1143, ../sass/default.scss */
.rc-overlay-container .rc-overlay-close {
	margin: 0;
	padding: 0;
	right: 30px;
	top: 10px;
	position: fixed;
	width: 0;
	height: 0;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	cursor: pointer;
	outline: none;
	border: 2px solid #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	z-index: 0;
}
/* line 1162, ../sass/default.scss */
.rc-overlay-container .rc-overlay-content {
	margin: 0 auto;
	padding: 100px 0;
	width: 100%;
	max-width: 960px;
	position: relative;
	z-index: 0;
}
/* line 1169, ../sass/default.scss */
.rc-overlay-container .rc-overlay-content h2 {
	margin: 0;
	padding: 0 0 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #FFFFFF;
	text-align: left;
}
/* line 1177, ../sass/default.scss */
.rc-overlay-container .rc-overlay-content span {
	margin: 24px;
	padding: 4px;
	position: relative;
	display: inline-block;
	background: #DDDDDD;
	vertical-align: top;
	max-width: 180px;
}
/* line 1185, ../sass/default.scss */
.rc-overlay-container .rc-overlay-content span a {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}
/* line 1190, ../sass/default.scss */
.rc-overlay-container .rc-overlay-content span a h3 {
	margin: 0;
	padding: 10px 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	background: #666666;
	-webkit-transition: ease-in-out 0.25s color, ease-in-out 0.25s background;
	-moz-transition: ease-in-out 0.25s color, ease-in-out 0.25s background;
	-o-transition: ease-in-out 0.25s color, ease-in-out 0.25s background;
	transition: ease-in-out 0.25s color, ease-in-out 0.25s background;
}
/* line 1203, ../sass/default.scss */
.rc-overlay-container .rc-overlay-content span a:hover h3 {
	color: #e42628;
	background: white;
}
.rc-no-scroll {
	overflow: hidden;
}
/**/

.Box-2 div span {
	display: block !important;
	margin-top: 0px !important;
	font-weight: bold;
}
#rc-box-txt {
	padding-left: 38px !important;
	margin: 10px 0 9px !important;
}

.half { line-height: 20px;}

/**/

.rcBoda { padding-bottom: 20px; margin-bottom: 20px;background:url(../img/title-bg-rojo.png) bottom center no-repeat; min-height: 128px; text-align: center;}
.rcBoda h3 {text-align: center !important;}


.rc-proximas-bodas h2 { 
	margin-bottom: 10px;
}

body span.vanadium-advice {
    display: block !important;
    color: red !important;
    width: 100% !important;
    border: none !important;
    margin-top: 10px !important;
}

.rc-banner-bodas {
    background-image: url(../img/bg-bodas.jpg);
    background-size: cover;
    background-position: center;
    min-height: 500px;
    background-repeat: no-repeat;
}

.rc-content-boda {
    max-width:  100%;
    width: 940px;
    margin:  0px auto;
    padding: 0px 20px;
    margin-top: 40px;
}


.rc-content-boda > h2 + p {
    color: #3E3E3E;
    font-size: 16px;
}

.rc-content-boda > h2 + p + h3{
	color: #333333;
	font-size: 30px;
	line-height:46px;
	font-weight: 300;
	}
.rc-content-boda > h2 + p + h3 > span{
    color: #921301;
}

.rc-grid > .rc-grid-1-4:not(:first-child){
	margin-left: 30px;
}
 .rc-grid > .rc-grid-1-4 {
    display: inline-block;
    width: 20%;
    max-width: 100%;
    
}
.rc-banner-bodas > .rc-content-boda .rc-grid > .rc-grid-1-4 > p {
    text-align: center;
    color: #3E3E3E;
    font-size: 15px;
}
.rc-content-boda >
 p > a {
    text-decoration: underline;
}

.rc-banner-bodas > .rc-content-boda > .rc-grid + a {
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    text-decoration: underline;
    }
    .rc-banner-bodas > .rc-content-boda > .rc-grid + a + p{
        font-size: 20px;
    line-height: 40px;
    color: #333333;
    }
    .rc-content-boda > h2 {
    font-size: 40px;
    color: #333333;
    padding-top: 30px;
}

html body.rc-listas-de-bodas.rc-no-front div#rc-container,
html body.rc-listas-de-bodas.rc-no-front div#rc-left-content {
    width: 100%;
    max-width: 100% !important;
    min-width: 100%;
}

h3.rc-title {
    font-size: 40px;
    line-height: 50px;
}

h3.rc-sub-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
}
.rc-content-boda > ul > li {
    list-style: none;
}

.rc-content-boda > ul.rc-switch > li {
    display: inline-block;
    margin: 15px;
}
.rc-content-boda > ul.rc-switch > li:focus{
    border-bottom:1px solid #921402;
}

.rc-content-boda > ul.rc-switch > li.active > a{

	color:#921402;
 }
.rc-content-boda > ul.rc-switch > li > a{
    color:#333333;
    font-size: 25px;
    padding: 10px 5px;
}

 div.rc-grid > .rc-grid-1-3 {
    display: inline-block;
    width: 30%;
    margin-left: 15px;
   
}
ul.rc-content-switch > li > div.rc-grid > .rc-grid-1-3 > p{
    text-align: center;
}

ul.rc-content-switch > li:not(.active) {
    display:none
}
.rc-listas-de-bodas div#rcNuestras-Marcas-Right {
    display: none;
}


.rc-grid .rc-grid-2-3{
      display: inline-block;
    width: 40%;
}

.rc-content-boda.form-boda h3.rc-sub-title{
    text-align:center;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
    }

.form-boda .rc-grid {
    text-align:center;
    margin-bottom: 25px;
    }
    .form-boda .rc-grid > .rc-grid-1-1 >  h3{
        text-align:center;
        line-height:32px;        
        color: #3e3e3e;
        font-weight: 500;
        width: 70%;
    }

.form-boda .rc-grid > .rc-grid-1-3 > input {
    width:90%;
    background:#ffffff;
    padding:10px 10px;
    border:  1px solid #999999 !important;
}

 .rc-grid .rc-grid-1-5{
     display:inline-block;
     margin-left: 15px;
 }
  .rc-grid .rc-grid-1-5 > .rc-btn.rc-btn-primary{
      background: #ffffff;
      color: #921301;
      border: 2px solid #921301;
      padding: 10px 25px;
  }
  
 .form-boda  .rc-grid-2-3 > select {
    width:100%;
    background:transparent;
    padding:10px 10px;
    color: #3e3e3e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:1px solid #999999 !important;
    z-index: 1;
    position: relative;

}
.rc-btn-primary > i.fa.fa-angle-right {
    font-size: 16px;
    padding-left: 5px;
}

.rc-grid-2-3.select {
    position: relative;
}

i.fa.fa-angle-down.select {
    position: absolute;
    right: 15px;
    bottom: 8px;
    font-size: 20px;
    color: #921301;
    border-left: 1px solid #999999;
    padding-left: 8px;
}   
body span.vanadium-advice {
     color: #921301;
    margin-top: 5px !important;
    position: absolute;
    background: transparent !important;
    margin-left: 5px;
    font-size: 12px;
}
li.active > a {
    border-bottom: 1px solid #921402;
}
.rc-content-boda > h1, h2, h3, h4{
	font-family: 'Helvetica Neue LT';
	font-weight: 300;
}
.rc-content-switch  div.rc-grid > .rc-grid-1-3{ 
  border-bottom: 1px solid #aaaaaa;
}

ul.rc-img > li {
    list-style:  none;
    display: inline;
    float: left;
}
ul.rc-img > li:not(:last-child){
    margin-left:-5px;
}
ul.rc-img > li > div.rc-content-h
{margin-left: 25px;}

.rc-content-h > h2 {
    color: #333333;
    font-size: 30px;
}
.rc-content-h > h3 {
    font-size: 20px;
    color: #333333;
}

/*========= lightbox ==========*/
#lightbox-vc img{
	max-width: 450px;
}