/*
Theme Name: Sandy
Theme URI: http://www.sandy.es
Author: Marta Abril Creativos - Neobunker
Author URI: http://www.neobunker.com/
Description: Pagina web desarrollada para Sandy.
Version: 1.0
Tags: Wordpress
*/

/* --------------------------------------------------------- */
/* !Wrappers */
/* --------------------------------------------------------- */

body {font-size: 14px;font-weight: 300;line-height: 24px;color: #000000;background: #FFFFFF;text-rendering: optimizeSpeed;}
body.domino-fixed {display: table;width: 100%;}
body.domino-boxed > .wrapper {max-width: 980px;margin: 0 auto;}
body.domino-fixed-menu > .wrapper {/*padding-top: 79px;*/padding-top:156px !important;}

/* --------------------------------------------------------- */
/* !General */
/* --------------------------------------------------------- */

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight: normal;margin-top: 0;}
h1, h1 a {
	font-size: 30px;
	line-height: 30px;
}
h2, h2 a {letter-spacing:.3pt; /* Sandy */
	font-size: 24px;
	line-height: 24px;
}
h3, h3 a {letter-spacing:.3pt; /* Sandy */
	font-size: 18px;
	line-height: 22px;
}
h4, h4 a,
h5, h5 a,
h6, h6 a {
	font-size: 14px;
	line-height: 22px;
}
p {
	margin-bottom: 20px;
}
ol, ul {
	padding: 0 0 0 20px;
	margin-bottom: 30px;
}
ol ol, ul ul {
	margin-bottom: 0;
}
a {
	color: #2e3539;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
a, a:hover, a:focus, a:active, a:visited {outline: none;}

iframe {
	display: block;
	/* max-width: 100%; */
}
hr {
	height: 1px;
	border-top: 1px solid #e8ebec;
	border-bottom: none;
	padding: 0;
	margin: 50px 0;
}
hr.slider-sep {
	margin-top: 0;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
img.ws {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

/* --------------------------------------------------------- */
/* !Classes */
/* --------------------------------------------------------- */

a.btn,
.btn a {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-shadow: none;
	background: #85066c;
	border: none;
	padding: 11px 20px 9px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.btn:hover,
.btn a:hover {
	color: #FFF;
	background-color: #85006c;
}
a.mtphr-style-button,
a .mtphr-style-button,
.mtphr-style-button a {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #74828c;
	border: 2px solid #c0ced4;
	padding: 20px 18px 16px;
	white-space: nowrap;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-transition: border-color .2s linear, color .2s linear;
	-moz-transition: border-color .2s linear, color .2s linear;
	-o-transition: border-color .2s linear, color .2s linear;
	transition: border-color .2s linear, color .2s linear;
}
a.mtphr-style-button:hover,
a .mtphr-style-button:hover,
.mtphr-style-button a:hover {
	color: #85006c;
	border-color: #85006c;
	text-decoration: none;
}
.view-more-slider {
	margin-bottom: 50px;
}

/* --------------------------------------------------------- */
/* !Required */
/* --------------------------------------------------------- */

.assistive-text {
	display: none;
}
.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 20px;
}
.aligncenter, dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption,
.gallery-item img {
	max-width: 100%;
	padding: 9px;
	background: #FFF;
	border: 1px solid #e3e6e8 !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-caption-text,
.gallery-caption {
	margin: 12px 0 0 0;
}
.sticky {}
.bypostauthor {}

/* --------------------------------------------------------- */
/* !Theme Classes */
/* --------------------------------------------------------- */

.mtphr-hover-anim {
	position: relative;
}
.mtphr-hover-anim .mtphr-hover-anim-target {
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.mtphr-hover-anim:hover .mtphr-hover-anim-target,
.mtphr-hover-anim.active .mtphr-hover-anim-target {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.mtphr-overlay {
	display: block;
	width: 100%;
	height: 100%;
}
.mtphr-overlay-bg {
	background: #85006c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mtphr-hover-anim:hover .mtphr-overlay-bg {
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
}
.mtphr-overlay-buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
}
.mtphr-overlay-buttons-1 {
	margin-left: -41px;
}
.mtphr-overlay-buttons-2 {
	margin-left: 1px;
}
.mtphr-overlay-buttons a {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	margin-top: -40px;

	-webkit-transition: margin .2s ease, opacity .2s ease;
	-moz-transition: margin .2s ease, opacity .2s ease;
	-o-transition: margin .2s ease, opacity .2s ease;
	transition: margin .2s ease, opacity .2s ease;
}
.mtphr-overlay-buttons-2 a {
	-webkit-transition-delay: 0.07s;
	-moz-transition-delay: 0.07s;
	-o-transition-delay: 0.07s;
	transition-delay: 0.07s;
}
.mtphr-hover-anim:hover .mtphr-overlay-buttons a {
	margin-top: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.mtphr-overlay-link,
.mtphr-overlay-preview {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #FFF;
}
.mtphr-overlay-link i,
.mtphr-overlay-preview i {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 2.1em;
	line-height: 40px;
	color: #74828c;
	background: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
.mtphr-overlay-link:hover i,
.mtphr-overlay-preview:hover i {
	color: #85006c;
}
.mtphr-overlay-link {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.mtphr-overlay-preview {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mtphr-overlay-buttons-1 .mtphr-overlay-preview {
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}


/* --------------------------------------------------------- */
/* !Ditty News Tickers */
/* --------------------------------------------------------- */

#main .mtphr-dnt-wrapper {
	margin-bottom: 30px;
}
.mtphr-dnt-nav-prev,
.mtphr-dnt-nav-next {
	width: 50px;
	height: 50px;
	text-align: center;
	text-indent: 0;
	color: #FFF;
	background: #85006c;
	margin-top: -25px;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.mtphr-dnt-nav-prev {
	left: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.mtphr-dnt-nav-next {
	right: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.mtphr-dnt-nav-prev:hover,
.mtphr-dnt-nav-next:hover {
	color: #FFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.mtphr-dnt-nav-prev i,
.mtphr-dnt-nav-next i {
	line-height: 50px;
	color: #FFF;
}
.mtphr-dnt-control-button {
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 14px;
	text-indent: 0;
	color: #c8cdd1;
	text-align: center;
	background: none;
	padding: 0;
	margin: 2px;
}
.mtphr-dnt-control-button i {
	color: #c8cdd1;
}
.mtphr-dnt-control-button .icon-circle-blank {
	color: #85006c;
}
.mtphr-dnt-control-button .icon-circle-blank,
.mtphr-dnt-control-button.active .icon-circle {
	display: none;
}
.mtphr-dnt-control-button.active .icon-circle-blank {
	display: inline;
}

/* --------------------------------------------------------- */
/* !LayerSlider */
/* --------------------------------------------------------- */

body .ls-noskin .ls-nav-prev,
body .ls-noskin .ls-nav-next {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 9999;
	width: 50px;
	height: 50px;
	text-align: center;
	text-indent: 0;
	color: #FFF;
	background: #85006c;
	margin-top: -25px;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
body .ls-noskin .ls-nav-prev {
	left: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
body .ls-noskin .ls-nav-prev:after {
	display: block;
	width: 50px;
	font-family: 'FontAwesome';
	font-size: 2em;
	text-align: center;
	line-height: 50px;
	content: "\f104";
}
body .ls-noskin .ls-nav-next {
	right: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
body .ls-noskin .ls-nav-next:after {
	display: block;
	width: 50px;
	font-family: 'FontAwesome';
	font-size: 2em;
	text-align: center;
	line-height: 50px;
	content: ' \f105';
}
body .ls-noskin .ls-nav-prev:hover,
body .ls-noskin .ls-nav-next:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
body .ls-noskin .ls-bottom-nav-wrapper {
	display: block;
  position: absolute;
  left: 0;
  bottom: 34px;
  z-index: 99999;
  width: 100%;
}
body .ls-noskin .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
  display: inline-block;
  visibility: visible;
  width: 12px;
	height: 12px;
	margin: 0 3px;
}
body .ls-noskin .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:after {
	font-family: 'FontAwesome';
	content: ' \f111';
	color: #FFF;
}
body .ls-noskin .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active:after {
	font-family: 'FontAwesome';
	content: ' \f10c';
	color: #85006c;
}



/* --------------------------------------------------------- */
/* !Header */
/* --------------------------------------------------------- */

#site-header {
	position: relative;
	background-color: #e3e6e8;
	background-image: url(assets/images/bg-header.png);
	background-repeat: repeat-x;
	background-position: center top;
}
body.domino-fixed-menu #site-header {
	position: fixed; 
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
}
body.domino-fixed-menu.admin-bar #site-header {
	top: 32px;
}
@media (max-width: 782px) {
	body.domino-fixed-menu.admin-bar #site-header {
		top: 46px;
	}
}
#header-shadow {
	position: absolute;
	bottom: -17px;
	z-index: 99;
	width: 100%;
	height: 17px;
	background: url(assets/images/shadow-header.png) no-repeat center center;
}
#logo {
	float: left;
	font-size: 27px;
	margin-top: 27px;
	margin-bottom: 20px;
}
#logo img {
	width: auto;
	height: auto;
	max-width:169px;
}

/* !Main menu */
.primary-menu-container {
	float: right;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
}
.primary-menu-container ul {list-style: none;padding: 0;}
.primary-menu-container > ul {margin: 0;}
.primary-menu-container li ul {
	position: absolute;
	z-index: 9999;
	left: -9999px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	background: #f8f9f9;

	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.primary-menu-container > ul > li > ul {margin-left: 0;}
.primary-menu-container > ul ul ul {margin-top: -2px;}
.primary-menu-container li:hover > ul:not(.disabled),
.primary-menu-container li:active > ul:not(.disabled) {
	left: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.primary-menu-container ul li {float:left;}
.primary-menu-container > ul > li {display: block;position: relative;}
.primary-menu-container li ul li {width: auto;white-space: nowrap;border-top: 1px solid #e8ebec;}
.primary-menu-container > ul > li > ul > li:first-child {border-top: none;}
.primary-menu-container > ul > li > a {display: inline-block;padding: 35px 19px 30px 19px;background-position: left bottom;}
.primary-menu-container > ul > li.current_page_item > a,
.primary-menu-container > ul > li.current-menu-item > a,
.primary-menu-container > ul > li.current-menu-ancestor > a,
.primary-menu-container > ul > li > a:not(.disabled):hover {text-decoration: none;color: #85006c;}
.primary-menu-container li ul a {
	float: left;
	display: block;
	text-align: left;
	color: #ffffff;
	background: #85006c;
	padding: 10px 35px 7px 15px;
	min-width: 100px;
	text-transform: none;
}
.primary-menu-container > ul > li > ul >li:first-child > a {background-image: url(assets/images/shadow-header.png);background-repeat: repeat-x;background-position: center top;}
.primary-menu-container li ul a:not(.disabled):hover {text-decoration: none;color: #d773c4;background: #85006c;background-image: url(assets/images/shadow-header.png);background-repeat: no-repeat;background-position: center top;}
.primary-menu-container li ul li.current_page_item > a,
.primary-menu-container li ul li.current-menu-item > a,
.primary-menu-container li ul li.current-menu-ancestor > a {font-weight: normal;color: #d773c4;background: #85006c;}

/* !Main mobile menu */
.primary-menu-mobile-container {display: none;clear: both;overflow: hidden;position: relative;border: 1px solid #EEE;margin-bottom: 34px;height: 31px;font-weight: normal;}
.primary-menu-mobile-icon {position: absolute;top: 6px;right: 12px;color: #85006c;cursor: pointer;}
.primary-menu-mobile-container ul {width: 100%;margin: 0;padding: 0;}
.primary-menu-mobile-container li {border-top: 1px solid #EEE;}
.primary-menu-mobile-container-condensed li {border-color: transparent;}
.primary-menu-mobile-container > ul > li:first-child {border: none;}
.primary-menu-mobile-container li,
.primary-menu-mobile-container a {display: block;font-size: 12px;font-weight: normal;}
.primary-menu-mobile-container a {padding: 6px 20px 3px 20px;}
.primary-menu-mobile-container > ul > li > a {text-transform: uppercase;color: #ffffff!important;}
.primary-menu-mobile-container > ul > li > a:hover,
.primary-menu-mobile-container a.mtphr-menu-level-1:hover{color:#D773C4!important;}
.primary-menu-mobile-container li ul a {color: #ffffff!important;}
.primary-menu-mobile-container a:hover,
.primary-menu-mobile-container li.active-menu-item > a, 
.current-menu-item a{color: #ffffff;text-decoration: none;}
.primary-menu-mobile-container a.mtphr-menu-level-1 {padding-left: 40px;}
.primary-menu-mobile-container a.mtphr-menu-level-2 {padding-left: 60px;}
.primary-menu-mobile-container a.mtphr-menu-level-3 {padding-left: 80px;}
.primary-menu-mobile-container a.mtphr-menu-level-4 {padding-left: 100px;}
.primary-menu-mobile-container a.mtphr-menu-level-5 {padding-left: 120px;}
.primary-menu-mobile-container a.mtphr-menu-level-6 {padding-left: 140px;}
.primary-menu-mobile-container a.mtphr-menu-level-7 {padding-left: 160px;}
.primary-menu-mobile-container a.mtphr-menu-level-8 {padding-left: 180px;}
.primary-menu-mobile-container a.mtphr-menu-level-9 {padding-left: 200px;}
.primary-menu-mobile-container a.mtphr-menu-level-10 {padding-left: 220px;}
.primary-menu-mobile-container li.mobile-menu-top a {text-transform: uppercase;color: #ffffff!important;}
.primary-menu-mobile-container li.active-menu-item.mobile-menu-top a {text-transform: uppercase;color: ffffff;}
.primary-menu-mobile-container li.active-menu-item.mobile-menu-top a:hover {color: #ffffff;}
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-1,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-2,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-3,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-4,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-5,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-6,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-7,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-8,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-9,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-10 {padding-left: 20px;}

/* --------------------------------------------------------- */
/* !Page Slider */
/* --------------------------------------------------------- */

#page-slider {
	position: relative;
	background-image: url(assets/images/bg-slider.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
#page-slider .widget {margin: 0;}
#page-slider .widget-title {display: none;}

/* Ditty News Ticker */
#page-slider .mtphr-dnt {padding: 0 0;}

/* Rotate */
#page-slider .mtphr-dnt-rotate {max-width: 1160px;margin: 0 auto;}
#page-slider .mtphr-dnt-rotate .mtphr-dnt-wrapper {padding-bottom: 5px;}
#page-slider .mtphr-dnt-rotate .mtphr-dnt-tick {font-size: 30px;line-height: 30px;font-style: italic;text-align: center;color: #FFF;text-shadow: 2px 2px 2px #343434;}
#page-slider .mtphr-dnt-rotate .domino-dnt-wrapper {padding: 0 70px;}
#page-slider .mtphr-dnt-nav {margin-top: -22px;z-index: 101;}
#page-slider .mtphr-dnt-control-links {position: absolute;bottom: 20px;z-index: 100;width: 100%;line-height: 0;}

/* Layer Slider */
#page-slider .layerslider_widget {
	position: relative;
	/* background: #ecf1f4 url(assets/images/bg-layer-slider.jpg) no-repeat top; */
}
#page-slider .ls-container {position: static !important;}

#page-crumbs {position: absolute;bottom: 18px;z-index: 99;width: 100%;color: #FFF;line-height: 14px;}
#page-crumbs .wrapper {float: right;}
#page-crumbs .crumb-sep,
#page-crumbs a {color: #999;}
#page-crumbs a:hover {color: #85006c;text-decoration: none;}

/* --------------------------------------------------------- */
/* !Page header */
/* --------------------------------------------------------- */

#page-header {
	background-image: url(assets/images/bg-page-header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#page-header > .container {position: relative;padding-top: 55px;padding-bottom: 55px;}
.page-title,
.page-title a {font-size: 36px;line-height: 36px;font-weight: normal;text-align: center;margin: 5px 0;}
.page-tagline {font-size: 18px;line-height: 18px;font-style: italic;text-align: center;color: #74828c;margin-bottom: 0;}

	/* --------------------------------------------------------- */
	/* !Breadcrumbs */
	/* --------------------------------------------------------- */

	#breadcrumbs {
		position: absolute;
		right: 15px;
		bottom: 0;
		font-weight: normal;
		color: #85006c;
		padding-bottom: 11px;
		margin: 0;
	}
	#breadcrumbs a {color: #74828c;}
	#breadcrumbs a:hover {color: #85006c;}
	.domino-breadcrumb-sep {display: inline-block;width: 1px;height: 40px;background: url(assets/images/breadcrumb.png) no-repeat center bottom;margin: 0 10px -20px;}


/* --------------------------------------------------------- */
/* !Page header bottom */
/* --------------------------------------------------------- */

#page-header-bottom {background: #f3f4f5;border-bottom: 1px solid #e3e6e8;}
.page-header-widget .widget {margin: 0;}
.page-header-widget .mtphr-post-navigation ul,
.page-header-widget .mtphr-gallery-categories ul,
.domino-post-navigation ul,
.domino-gallery-filter ul {margin: 0 0 0 -15px;}
.page-header-widget .mtphr-post-navigation li,
.page-header-widget .mtphr-gallery-categories li,
.domino-post-navigation li,
.domino-gallery-filter li {
	float: left;
	display: block;
	border-left: 1px solid #FFF;
	padding: 17px 15px 15px;
}
.page-header-widget .mtphr-post-navigation ul li:first-child,
.page-header-widget .mtphr-gallery-categories ul li:first-child,
.domino-post-navigation ul li:first-child,
.domino-gallery-filter ul li:first-child {border-left: none;}
.page-header-widget .mtphr-post-navigation a,
.page-header-widget .mtphr-gallery-categories a,
.domino-post-navigation a,
.domino-gallery-filter a {color: #74828c;}
.page-header-widget .mtphr-post-navigation a:hover,
.page-header-widget .mtphr-gallery-categories a:hover,
.domino-post-navigation a:hover,
.domino-gallery-filter a:hover,
.domino-gallery-filter li.active a {color: #85006c;}

/* --------------------------------------------------------- */
/* !Page Subheader */
/* --------------------------------------------------------- */

#page-subheader {margin-bottom: 30px;}
.page-subtitle {float: left;font-size: 36px;line-height: 36px;font-weight: 100;margin: 5px 0;}

/* --------------------------------------------------------- */
/* !Content navigation */
/* --------------------------------------------------------- */

.content-nav,
#comment-nav {text-align: center;border-top: 1px solid #e3e6e8;padding: 50px 0;margin-bottom: 50px;}
.content-nav > ul,
#comment-nav > ul {display: inline;list-style: none;margin: 0;}
.content-nav a,
.content-nav span,
.content-nav li,
.page-numbers a,
.page-numbers span,
.page-numbers li {font-size: 14px;font-weight: normal;color: #74828c;}
.content-nav a:hover,
.page-numbers a:hover {color: #85006c;text-decoration: none;}
.content-nav .nav-previous {float: right;}
.content-nav .nav-previous i {color: #85006c;margin-left: 5px;}
.content-nav .nav-next {float: left;}
.content-nav .nav-next i {color: #85006c;margin-right: 5px;}
.content-nav .paginate-heading {padding-right: 15px;}
.mtphr-galleries-archive .content-nav .paginate-heading,
.mtphr-members-archive .content-nav .paginate-heading {padding-right: 0;}
.content-nav .page-numbers li,
#comment-nav .page-numbers li {display: inline;padding: 4px 12px 4px 16px;border-left: 1px solid #e3e6e8;}
#comment-nav .page-numbers li:first-child {display: inline;padding-left: 0;border-left: none;}
.content-nav .page-numbers li span.current,
#comment-nav .page-numbers li span.current {color: #85006c;}
.page-nav .paginate-heading,
.page-nav .paginate-links {display: inline-block;height: 23px;line-height: 23px;}
.paginate-links {font-size: 14px;font-weight: normal;color: #85006c;}
.paginate-links a,
.paginate-links span {display: inline-block;height: 23px;line-height: 23px;color: #74828c;}
.page-nav a:hover {color: #85006c;text-decoration: none;}
.page-nav-sep {display: inline-block;width: 1px;height: 23px;line-height: 23px;background: #e3e6e8;margin: 0 15px -7px 15px;}

/* --------------------------------------------------------- */
/* !Main */
/* --------------------------------------------------------- */

#main {padding-top: 50px;background: #FFFFFF;}
#primary,
#secondary {padding-bottom: 50px;}
#main img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.entry-featured {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.entry-featured {
	text-align: center;
	margin-bottom: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* --------------------------------------------------------- */
/* !Posts */
/* --------------------------------------------------------- */

.blog article,
.page-template-pgtemp-blog-php article,
.search-results article,
.archive article {border-bottom: 1px solid #e3e6e8;padding-bottom: 50px;margin-bottom: 50px;}
.blog article,
.page-template-pgtemp-blog-php article.last,
.search-results article.last,
.archive article.last {border-bottom: none;margin-bottom: 0;}
.entry-header {position: relative;}
.entry-title {margin: 0 0 6px 0;}
.entry-title,
.entry-title a {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #2e3539;
}
.entry-title a:hover {
	color: #85006c;
	text-decoration: none;
}
.entry-meta {margin: 0;}
.single .entry-meta-bottom {
	display: block;
	border-top: 1px solid #e3e6e8;
	padding-top: 30px;
	margin-top: 45px;
}
.entry-meta .entry-utility {margin-right: 15px;}
.entry-meta .entry-utility,
.entry-meta .entry-utility a {
	color: #85006c;
}
.entry-meta .entry-utility:last-child {
	margin-right: 0;
}
.entry-meta .entry-utility-prep {
	color: #74828c;
}
.entry-meta .entry-comments {
	margin-right: 28px;
}
.entry-meta .entry-tags {
}
.entry-meta .entry-comments,
.entry-meta .entry-tags {
	display: inline-block;
}
.entry-meta .entry-comments i,
.entry-meta .entry-tags i {
	float: left;
	display: block;
	font-size: 1.6em;
	line-height: 17px;
	color: #c8cdd1;
	margin-top: -1px;
	margin-right: 10px;
}
.entry-meta .entry-utility.entry-comments,
.entry-meta .entry-utility.entry-tags,
.entry-meta .entry-utility.entry-comments a,
.entry-meta .entry-utility.entry-tags a {
	color: #74828c;
}
.entry-meta .entry-utility.entry-comments a:hover,
.entry-meta .entry-utility.entry-tags a:hover {
	color: #85006c;
	text-decoration: none;
}
.type-post .entry-content {
	line-height: 22px;
}
.btn.archive-readmore {
	margin-right: 20px;
}


/* --------------------------------------------------------- */
/* !Galleries */
/* --------------------------------------------------------- */

.mtphr-gallery-likes {
	font-size: 14px !important;
	line-height: 18px !important;
}
.mtphr-gallery-likes i {
	color: #c8cdd1;
}
.mtphr-gallery-likes.active i {
	color: #85006c;
}
.mtphr-gallery-likes .like-loader {
	background-image: url(assets/images/like-loader.gif);
}
.single-mtphr_gallery .gallery-header {
	position: relative;
}
.single-mtphr_gallery .gallery-header .mtphr-gallery-likes {
	float: none;
	position: absolute;
	right: 0;
	bottom: 4px;
	color: inherit;
}
.single-mtphr_gallery .entry-title {
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 20px;
}
.single-mtphr_gallery .mtphr-gallery {
	margin-bottom: 40px;
}
.mtphr-galleries-archive .mtphr_gallery {
	margin-bottom: 45px;
}
.mtphr-galleries-archive .entry-title,
.mtphr-galleries-archive .entry-title a,
.mtphr-galleries-archive .mtphr-gallery-title,
.mtphr-galleries-archive .mtphr-gallery-title a {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}
.mtphr-galleries-archive .entry-featured {
	margin-bottom: 20px;
}
.mtphr-galleries-archive .mtphr_gallery p {
	line-height: 18px;
	margin-bottom: 0;
}
#mtphr-nav-columns {
	float: right;
}
#mtphr-nav-columns a {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	background: url(assets/images/icons-layout.png) no-repeat;
	margin-right: 10px;
}
#mtphr-nav-columns a span {
	text-indent: -9999px;
	width: 31px;
	height: 31px;
	background: url(assets/images/icons-layout.png) no-repeat;
}
#mtphr-nav-columns a.mtphr-columns-one-col {
	background-position: 0 0;
}
#mtphr-nav-columns a.mtphr-columns-one-col span {
	background-position: 0 -41px;
}
#mtphr-nav-columns a.mtphr-columns-two-col {
	background-position: -41px 0;
}
#mtphr-nav-columns a.mtphr-columns-two-col span {
	background-position: -41px -41px;
}
#mtphr-nav-columns a.mtphr-columns-three-col {
	background-position: -82px 0;
}
#mtphr-nav-columns a.mtphr-columns-three-col span {
	background-position: -82px -41px;
}
#mtphr-nav-columns a.mtphr-columns-four-col {
	background-position: -123px 0;
	margin-right: 0;
}
#mtphr-nav-columns a.mtphr-columns-four-col span {
	background-position: -123px -41px;
}
.mtphr-gallery-navigation {
	text-align: center;
	margin: 15px 0;
}
body .mtphr-gallery-navigation a {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #c8cdd1;
	text-align: center;
	padding: 0;
	margin: 2px;
}
.mtphr-gallery-navigation a i {
	color: #c8cdd1;
}
.mtphr-gallery-navigation a .icon-circle-blank {
	color: #85006c;
}
.mtphr-gallery-navigation a .icon-circle-blank,
.mtphr-gallery-navigation a.active .icon-circle {
	display: none;
}
.mtphr-gallery-navigation a.active .icon-circle-blank {
	display: inline;
}
.mtphr-gallery-navigation a:hover,
.mtphr-gallery-navigation a.active {
	color: #666666;
	text-decoration: none;
}
.mtphr-gallery-wrapper {
	clear: both;
}
.mtphr-gallery-resource-container {
	background: none;
}
.mtphr-galleries-archive .content-nav,
.post-type-archive-mtphr_gallery .content-nav,
.page-template-pgtemp-mtphr_galleries-php .content-nav {
	margin-top: 20px;
}
.mtphr-gallery-nav-prev,
.mtphr-gallery-nav-next {
	width: 50px;
	height: 50px;
	text-align: center;
	text-indent: 0;
	color: #FFF;
	background: #85006c;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.mtphr-gallery-init .mtphr-gallery-nav-prev,
.mtphr-gallery-init .mtphr-gallery-nav-next {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}
.mtphr-gallery-nav-prev i,
.mtphr-gallery-nav-next i {
	line-height: 50px;
}
.mtphr-gallery-nav-prev:hover,
.mtphr-gallery-nav-next:hover {
	color: #FFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.mtphr-gallery-nav-prev {
	left:	0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.mtphr-gallery-nav-next {
	right:	0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* --------------------------------------------------------- */
/* !Post Sliders & Blocks */
/* --------------------------------------------------------- */

.mtphr-post-slider .entry-featured,
.mtphr-post-block .entry-featured {
	margin-bottom: 20px;
}
.mtphr-post-slider .entry-title,
.mtphr-post-slider .entry-title a,
.mtphr-post-block .entry-title,
.mtphr-post-block .entry-title a {
	font-size: 18px;
	line-height: 18px;
}

	/* --------------------------------------------------------- */
	/* !Post post slider block */
	/* --------------------------------------------------------- */

	.mtphr-post-post-slider-block .entry-header,
	.mtphr-post-block-post .entry-header {
		max-width: 300px;
		margin: 0 auto;
	}
	.mtphr-post-post-slider-block .entry-header-meta,
	.mtphr-post-block-post .entry-header-meta {
		float: left;
		width: 78px;
		height: 124px;
		overflow: hidden;
		text-align: center;
		background: #e3e6e8 url(assets/images/bg-post-slider-meta.png) repeat-x left top;
		padding: 11px 0;

		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.mtphr-post-block-post .entry-header-meta {
		width: 76px;
	}
	.mtphr-post-post-slider-block .entry-header-meta span,
	.mtphr-post-block-post .entry-header-meta span {
		display: block;
	}
	.mtphr-post-post-slider-block .entry-date-day,
	.mtphr-post-block-post .entry-date-day {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 2px;
	}
	.mtphr-post-post-slider-block .entry-date-month,
	.mtphr-post-block-post .entry-date-month {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 3px;
	}
	.mtphr-post-post-slider-block .entry-date-year,
	.mtphr-post-block-post .entry-date-year {
		font-size: 14px;
		line-height: 14px;
	}
	.mtphr-post-post-slider-block .entry-comment-count,
	.mtphr-post-block-post .entry-comment-count {
		position: relative;
		display: inline-block;
		color: #FFF;
		width: 37px;
		height: 39px;
	}
	.mtphr-post-post-slider-block .entry-comment-count i,
	.mtphr-post-block-post .entry-comment-count i {
		position: absolute;
		left: 0;
		font-size: 45px;
		line-height: 45px;
		color: #c8cdd1;
	}
	.mtphr-post-post-slider-block .entry-comment-count span,
	.mtphr-post-block-post .entry-comment-count span {
		position: relative;
		z-index: 9;
		line-height: 39px;
	}
	.mtphr-post-post-slider-block .entry-featured,
	.mtphr-post-block-post .entry-featured {
		clear: none;
		float: right;
		width: 220px;
		height: 124px;
		overflow: hidden;
	}
	.mtphr-post-block-post .entry-featured {
		width: 218px;
	}
	#main .mtphr-post-post-slider-block .entry-featured,
	#main .mtphr-post-post-slider-block .entry-featured img,
	#main .mtphr-post-post-slider-block .entry-featured .mtphr-overlay-bg,
	#main .mtphr-post-block-post .entry-featured,
	#main .mtphr-post-block-post .entry-featured img,
	#main .mtphr-post-block-post .entry-featured .mtphr-overlay-bg {
		-webkit-border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-bottomleft: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.mtphr-post-post-slider-block .entry-meta,
	.mtphr-post-block-post .entry-meta {
		display: block;
		color: #2e3539;
	}
	.mtphr-post-post-slider-block .entry-excerpt,
	.mtphr-post-block-post .entry-excerpt {
		display: block;
	}

	/* --------------------------------------------------------- */
	/* !Gallery post slider */
	/* --------------------------------------------------------- */

	.mtphr-mtphr_gallery-post-slider-block .entry-title .mtphr-gallery-likes {
		color: #74828c;
	}

/* --------------------------------------------------------- */
/* !Comments */
/* --------------------------------------------------------- */

#comments-links-container {
	float: left;
	margin: 0 0 30px 0;
}
#comments-links-container .comments-link {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
}
#comments {
	clear: both;
	margin: 90px 0 30px 0;
}
#comments ol,
#comments ul {
	padding-left: 0;
}
#commentscontainer {
	margin-bottom: 70px;
}
#commentscontainer ol, #commentscontainer ul {
	list-style: none;
}
.commentlist {
	margin-left: 0;
}
.commentlist ul.children {
	margin-left: 80px;
}
.commentlist > li > ul.children {
	margin-left: 110px;
}
.comment-container {
	width: 100%;
	vertical-align: top;
	border-spacing: 0;
	margin-bottom: 20px;
}
.comment-container td {
	vertical-align: top;
	padding: 0;
}
.comment-avatar {
	width: 80px;
	margin: 0;
}
.comment-avatar img {
	width: 80px;
	height: 80px;
	margin: 0;
}
ul.children .comment-avatar {
	width: 50px;
}
ul.children .comment-avatar img {
	width: 50px;
	height: 50px;
}
.comment-arrow {
	width: 30px;
}
.comment-arrow span {
	float: right;
	display: block;
	width: 20px;
	height: 34px;
	background: url(assets/images/comment-arrow.png) no-repeat top right;
	-webkit-background-size: 18px 32px;
	margin-right: -1px;
}
.comment-container td.comment-data {
	clear: none;
	font-style: italic;
	color: #999;
	background: #FFF;
	border: 1px solid #e3e6e8;
	padding: 15px;
}
.comment-data p {
	margin-bottom: 10px;
}
.comment-data .comment-author,
.comment-data .comment-author a {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
	color: #2e3539;
}
.comment-data .comment-author a:hover {
	color: #85006c;
}
.comment-data .comment-awaiting-moderation {
	font-weight: bold;
}
.comment-data .comment-body p {
	font-size: 14px;
	font-style: italic;
}
.comment-data .comment-date {
	float: left;
	line-height: 14px;
	color: #85006c;
	margin: 0;
}
.comment-data .comment-reply-link {
	float: right;
	line-height: 14px;
	color: #999;
	margin: 0;
}
.comment-data .comment-reply-link:hover {
	color: #85006c;
	text-decoration: none;
}

/* --------------------------------------------------------- */
/* !Reply */
/* --------------------------------------------------------- */

#commentscontainer #respond {
	margin-top: 40px;
	margin-bottom: 40px;
}
#reply-title,
#reply-title span {
	font-size: 18px;
	line-height: 18px;
}
#cancel-comment-reply-link {
	background: #FFF;
	padding-right: 10px;
	text-transform: none;
}
.logged-in-as,
.comment-notes {
	margin-bottom: 20px;
}
.depth-2 #respond {
	margin-left: -120px;
}
.depth-3 #respond {
	margin-left: -210px;
}
.depth-4 #respond {
	margin-left: -300px;
}
.depth-5 #respond {
	margin-left: -390px;
}
.depth-6 #respond {
	margin-left: -480px;
}

/* --------------------------------------------------------- */
/* !Secondary */
/* --------------------------------------------------------- */

.widget {
	margin-bottom: 46px;
}
.widget-title,
.widget-title span,
.widget-title a {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #2e3539;
}
.widget-title {
	margin-bottom: 15px;
}
.widget > ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

/* !Tag Cloud */
.widget_tag_cloud a {
	display: inline-block;
	font-size: 14px !important;
	color: #FFF;
	background: #CCC;
	padding: 5px 8px 3px 8px;
	margin: 0 6px 6px 0;

	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}
.widget_tag_cloud a:hover {
	color: #FFF;
	text-decoration: none;
	background: #85006c;
}

/* !Metaphor Social Widget */
.mtphr-social-widget-site i {
	color: #b9c1c6;
	background-color: #e3e6e8;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: color .2s linear, background-color .2s linear;
	-moz-transition: color .2s linear, background-color .2s linear;
	-o-transition: color .2s linear, background-color .2s linear;
	transition: color .2s linear, background-color .2s linear;
}
.mtphr-social-widget-site:hover i {
	color: #FFF;
	background-color: #85006c;
}

/* !Metaphor Twitter Widget */
.mtphr-twitter-widget li {
	line-height: 18px;
	margin-bottom: 20px;
}
.mtphr-twitter-widget ul li:last-child {
	margin-bottom: 0;
}
body .mtphr-twitter-widget-image {
	background-color: #e4e6e8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
body .mtphr-twitter-widget-image i {
	color: #b9c1c6;
}
body .mtphr-twitter-widget-image img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*
.mtphr-twitter-widget-date {
	font-weight: normal;
}
*/
#secondary .mtphr-twitter-widget-date {
	color: #85006c;
}

/* !Metaphor Contact Widget */
.mtphr-contact-widget td {
	line-height: 18px;
}
.mtphr-contact-widget p {
	margin-top: 0;
}
.mtphr-contact-widget a {
	color: inherit;
	text-decoration: underline;
}
.mtphr-contact-widget a:hover {
	color: #85006c;
	text-decoration: underline;
}

/* Metaphor Collapse */
.mtphr-collapse-widget-block {
	background: url(assets/images/bg-dotted.png) repeat-x left bottom;
	-webkit-background-size: 3px 1px;
	padding-bottom: 7px;
	margin-bottom: 8px;
}
.mtphr-collapse-widget .mtphr-collapse-widget-block:last-child {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.mtphr-collapse-widget-heading,
.mtphr-collapse-widget-heading a {
	font-weight: normal;
	color: #666;
}
.mtphr-collapse-widget-heading a:hover {
	color: #85006c;
	text-decoration: none;
}
body .mtphr-collapse-widget-toggle {
	top: 5px;
	margin: 0;
}

/* !Metaphor Tabbed Posts */
.mtphr-tabbed-posts-link a {
	font-weight: normal;
	color: #74828c;
	background: #FFF url(assets/images/bg-tabs.png) repeat-x left bottom;
}
.mtphr-tabbed-posts-content li {
	line-height: 18px;
}
.mtphr-tabbed-posts-link a:hover,
.mtphr-tabbed-posts-link.active a {
	color: #2e3539;
}
.mtphr-tabbed-posts-widget-title {
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 1px;
}
.mtphr-tabbed-posts-widget-date {
	font-size: 12px;
	color: #85006c;
}


/* !Metaphor Comments */
.mtphr-comments-widget ul li {
	padding-bottom: 18px;
	margin-bottom: 20px;
	background: url(assets/images/bg-dotted.png) repeat-x left bottom;
	-webkit-background-size: 3px 1px;
}
.mtphr-comments-widget ul li:last-child {
	padding-bottom: 0;
	background: none;
}
.mtphr-comments-avatar {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
	margin-bottom: 20px;
}
.mtphr-comments-avatar img {
	width: 30px;
	height: 30px;
}
.widget .mtphr-comments-author {
	line-height: 22px;
	padding-top: 8px;
}
.widget .mtphr-comments-date {
	color: #85006c;
	line-height: 22px;
}
.widget .mtphr-comments-excerpt {
	color: inherit;
	line-height: 22px;
}
.widget .mtphr-comments-excerpt:hover {
	color: #85006c;
	text-decoration: none;
}

/* !Metaphor Post Navigation */
.mtphr-post-navigation ul {
	list-style: none;
	line-height: 20px;
	margin: 10px 0;
}
.mtphr-post-navigation a,
.mtphr-post-navigation span,
.mtphr-post-navigation li,
.page-header-widget .mtphr-gallery-categories a {
	font-size: 14px;
	line-height: 20px;
	color: inherit;
}
.mtphr-post-navigation a:hover,
.mtphr-gallery-categories a:hover,
.mtphr-gallery-categories li.mtphr-galleries-current-category a {
	color: #85006c;
	text-decoration: none;
}

/* !FAQ Categories */
.mtphr-jtf-categories li {
	position: relative;
	border-bottom: 1px solid #e3e6e8;
	padding-bottom: 9px;
	margin-bottom: 12px;
}
.mtphr-jtf-categories li:before {
	font-family: 'FontAwesome';
	content: '\f105 ';
	margin-right: 10px;
	color: #85006c;
}
.mtphr-jtf-categories ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.mtphr-jtf-categories a {
	color: inherit;
}
.mtphr-jtf-categories a:hover,
.mtphr-jtf-categories li.mtphr-jtf-current-category a  {
	color: #85006c;
	text-decoration: none;
}

/* Menu widget */
.widget_nav_menu ul {
	list-style: none;
}
.widget_nav_menu > div > ul {
	padding-left: 0;
}

/* RSS */
.widget_rss .rsswidget:hover {
	color: #85006c;
}
.widget_rss .rsswidget {
	color: #2e3539;
}
.widget_rss .rss-date {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #2e3539;
	margin-bottom: 10px;
}
.widget_rss cite {
	font-size: 12px;
	line-height: 12px;
	color: #2e3539;
}

/* Archives, Categories, Links, RSS, Recent Comments, Recent Entries */
.widget_archive > ul > li,
.widget_categories > ul > li,
.widget_links > ul > li,
.widget_rss > ul > li,
.widget_recent_comments > ul > li,
.widget_recent_entries > ul > li {
	position: relative;
	border-bottom: 1px solid #e3e6e8;
	padding-bottom: 9px;
	margin-bottom: 12px;
}
.widget_archive > ul > li:before,
.widget_categories > ul > li:before,
.widget_links > ul > li:before {
	font-family: 'FontAwesome';
	content: '\f105 ';
	margin-right: 10px;
	color: #85006c;
}
.widget_archive > ul > li:last-child,
.widget_categories > ul > li:last-child,
.widget_links > ul > li:last-child,
.widget_rss > ul > li:last-child,
.widget_recent_comments > ul > li:last-child,
.widget_recent_entries > ul > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_rss a,
.widget_recent_comments a,
.widget_recent_entries a {
	color: inherit;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_links a:hover,
.widget_rss a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover {
	color: #85006c;
	text-decoration: none;
}

/* Recent */
.widget_recent_comments,
.widget_recent_entries {
	line-height: 16px;
}
.widget_recent_comments > ul > li,
.widget_recent_entries > ul > li {
	padding-bottom: 11px;
	margin-bottom: 14px;
}
.widget_recent_entries .post-date {
	display: block;
	font-size: 12px;
}

/* Calendar */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 18px;
	line-height: 18px;
  text-align: center;
  padding-bottom: 5px;
}
#wp-calendar th {
	font-weight: normal;
	font-size: 12px;
  text-align: center;
  padding: 5px 0;
  width: 14.2%;
}
#wp-calendar td {
  text-align: center;
  font-size: 12px;
  padding: 2px 0 0 0;
  width: 14.2%;
}
#wp-calendar td#prev {
	text-align: left;
}
#wp-calendar td#prev a {
	margin-left: 8px;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#next a {;
	margin-right: 8px;
}
#wp-calendar td#today {
	color: #FFF;
	background: #85006c;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#wp-calendar td a {
	font-size: 12px;
	line-height: 12px;
	color: #85006c;
}
#wp-calendar tfoot td {
	padding: 5px 0;
}

/* --------------------------------------------------------- */
/* !Gallery data widget */
/* --------------------------------------------------------- */

.mtphr-gallery-data table {
	width: 100%;
	border-spacing: 0;
}
.mtphr-gallery-data th,
.mtphr-gallery-data td {
	line-height: 18px;
	border-bottom: 1px solid #e3e6e8;
	padding-top: 10px;
	padding-bottom: 6px;
}
.mtphr-gallery-data th {
	font-weight: normal;
	text-align: left;
	color: #2e3539;
	min-width: 50px;
}
.mtphr-gallery-data table a {
	color: inherit;
}
.mtphr-gallery-data table a:hover {
	color: #85006c;
}

/* --------------------------------------------------------- */
/* !Call to Action */
/* --------------------------------------------------------- */

#domino-cta {
	background-image: url(assets/images/bg-call-to-action.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0;
}
#domino-cta table {
	width: 100%;
	border-spacing: 0;
}
.domino-cta td {
	padding: 0;
	vertical-align: middle;
}
.domino-cta-title {
	display: block;
	font-size: 36px;
	line-height: 36px;
}
.domino-cta-title b {
	font-weight:normal;
	color:#2e3539;
}
.domino-cta-description {
	display: block;
}
.domino-cta-button-right .domino-cta-button {
	width: 1px;
	padding-left: 20px;
}
.domino-cta-button-left .domino-cta-button {
	width: 1px;
	padding-right: 20px;
}


/* --------------------------------------------------------- */
/* Map Location */
/* --------------------------------------------------------- */

.b0t70b-haAclf {
    display: none !important;
    top: 0 !important;
}

/* --------------------------------------------------------- */
/* !Footer widgets */
/* --------------------------------------------------------- */

#footer-widgets .widget {margin: 50px 0;}
#footer-widgets .widget-title {margin-bottom: 23px;}
#footer-widgets .widget_archive > ul > li,
#footer-widgets .widget_categories > ul > li,
#footer-widgets .widget_links > ul > li,
#footer-widgets .widget_rss > ul > li,
#footer-widgets .widget_recent_comments > ul > li,
#footer-widgets .widget_recent_entries > ul > li {
	background: none;
	border-bottom: 1px solid #d8dcdf;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
#footer-widgets .widget_archive > ul > li:last-child,
#footer-widgets .widget_categories > ul > li:last-child,
#footer-widgets .widget_links > ul > li:last-child,
#footer-widgets .widget_rss > ul > li:last-child,
#footer-widgets .widget_recent_comments > ul > li:last-child,
#footer-widgets .widget_recent_entries > ul > li:last-child {
	background: none;
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
/* Archives, Categories, Links, Recent Comments, Recent Entries */
#footer-widgets .widget_archive a,
#footer-widgets .widget_categories a,
#footer-widgets .widget_links a,
#footer-widgets .widget_recent_entries a {color: inherit;}
#footer-widgets .widget_archive a:hover,
#footer-widgets .widget_categories a:hover,
#footer-widgets .widget_links a:hover,
#footer-widgets .widget_recent_comments a:hover,
#footer-widgets .widget_recent_entries a:hover {color: #85006c;}

/* !Recent Posts */
#footer-widgets .widget_recent_entries li {border-color: #484848;}

/* !Metaphor Twitter Widget */
#footer-widgets  .mtphr-twitter-widget li {border-bottom: 1px solid #d8dcdf;padding-bottom: 12px;margin-bottom: 15px;}
#footer-widgets .mtphr-twitter-widget ul li:last-child {border-bottom: none;margin-bottom: 0;padding-bottom: 0;}

/* --------------------------------------------------------- */
/* !Footer */
/* --------------------------------------------------------- */

#site-footer {background: #f8f9f9;padding: 25px 0 5px;}
#domino-copyright,
#domino-social-links {margin-bottom: 20px;}
#domino-social-links > .wrapper {float: right;}
#site-footer p {font-size: 12px;line-height: 18px;margin-bottom: 0;}
#site-footer a {font-size: 12px;line-height: 18px;color: inherit;text-decoration: underline;}
#site-footer a:hover {color: #85006c;}
.domino-social-link {display: inline-block;margin: 0 0 4px 4px;text-decoration: none;}
.domino-social-link i {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 1.6em;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #b9c1c6;
	background-color: #e3e6e8;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: color .2s linear, background-color .2s linear;
	-moz-transition: color .2s linear, background-color .2s linear;
	-o-transition: color .2s linear, background-color .2s linear;
	transition: color .2s linear, background-color .2s linear;
}
.domino-social-link:hover i {color: #FFF;background-color: #85006c;}

/* --------------------------------------------------------- */
/* !Icons */
/* --------------------------------------------------------- */

.metaphor-icon i {
	color: #85006c;
	background-color: #e3e6e8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.metaphor-icon-link:hover i {color: #FFF;background-color: #85006c;}
.metaphor-icon-title {font-size: 18px;line-height: 18px;font-weight: normal;}

/* --------------------------------------------------------- */
/* !Alerts */
/* --------------------------------------------------------- */

.alert {
	position: relative;
	font-weight: normal;
	text-align: center;
	color: #999;
	background-color: #f2f2f2;
	border-color: #CCC;
	padding: 8px 35px 6px 35px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.alert i {
	position: absolute;
	left: 8px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(assets/images/icons-alerts.png) no-repeat 0 0;
}
.alert .close {
	position: absolute;
	display: inline-block;
	top: 13px;
	right: 13px;
	width: 11px;
	height: 10px;
	background: url(assets/images/icons-alerts.png) no-repeat -60px -5px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.alert-info {color: #ff9933;background-color: #ffe5bf;border-color: #ff9933;}
.alert-info i {background-position: 0 -30px;}
.alert-info .close {background-position: -60px -35px;}
.alert-error {color: #ff6666;background-color: #ffd9d9;border-color: #ff6666;}
.alert-error i {background-position: -30px 0;}
.alert-error .close {background-position: -90px -5px;}
.alert-success {color: #7fb24c;background-color: #d5e6c4;border-color: #7fb24c;}
.alert-success i {background-position: -30px -30px;}
.alert-success .close {background-position: -90px -35px;}


/* --------------------------------------------------------- */
/* !Post slider */
/* --------------------------------------------------------- */

body .mtphr-post-slider-block {
	width: 300px;
}
.mtphr-post-slider-header {
	margin-bottom: 15px;
}
.mtphr-post-slider-title {
	float: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #2e3539;
	margin: 0;
}
.mtphr-post-slider-title-link,
.mtphr-post-slider-title-link span,
.mtphr-post-slider-title-link a {
	font-size: 14px;
	font-weight: normal;
	color: #abb4ba;
}
.mtphr-post-slider-title-link a:hover {
	color: #85006c;
}
.mtphr-post-slider-title-sep {
	margin: 0 18px;
}
.mtphr-post-slider-navigation {
	float: right;
}
.mtphr-post-slider-prev,
.mtphr-post-slider-next {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background-color: #e3e6e8;
	background-image: none;

	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.mtphr-post-slider-prev i,
.mtphr-post-slider-next i {
	display: block;
	font-size: 19px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
}
.mtphr-post-slider-next i {
	padding-left: 1px;
}
.mtphr-post-slider-prev:hover,
.mtphr-post-slider-next:hover {
	background-color: #85006c;
}
.mtphr-post-slider-prev.disabled,
.mtphr-post-slider-next.disabled {
	cursor: default;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.mtphr-post-slider-prev.disabled:hover,
.mtphr-post-slider-next.disabled:hover {
	background-color: #e3e6e8;
}
.mtphr-post-slider-prev span,
.mtphr-post-slider-next span {
	display: none;
}
.mtphr-post-slider .mtphr-post-slider-prev {
	background-position: 0 0;
	margin-right: 2px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.mtphr-post-slider-next {
	background-position: -22px 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* --------------------------------------------------------- */
/* !Slide graph */
/* --------------------------------------------------------- */

.mtphr-slide-graph-title {
	color: #2e3539;
	text-align: right;
}
.mtphr-slide-graph-percent {
	color: #74828c;
}
.mtphr-slide-graph-container {
	padding-left: 20px;
}
.mtphr-slide-graph-fill {
	background: #85006c;
}

/* --------------------------------------------------------- */
/* !Tabs */
/* --------------------------------------------------------- */

.mtphr-tab-link a {
	font-weight: normal;
	color: #74828c;
	background: #FFF url(assets/images/bg-tabs.png) repeat-x left bottom;
}
.mtphr-tab-link a:hover,
.mtphr-tab-link.active a {
	color: #2e3539;
}

/* --------------------------------------------------------- */
/* !Toggles */
/* --------------------------------------------------------- */

.mtphr-toggle:last-child,
.mtphr-toggle.last {
	margin-bottom: 30px;
}
.mtphr-toggle-button {
	color: #85006c;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.mtphr-toggle-heading:hover .mtphr-toggle-button {
	color: #FFF;
	background-color: #85006c;
}
.mtphr-toggle-content p {
	margin-bottom: 10px;
}

/* --------------------------------------------------------- */
/* !Forms */
/* --------------------------------------------------------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select,
textarea,
.form-control {
	width: 100%;
	/* height: 100%; */
	font-style: normal;
	font-weight: 300;
	font-size:12pt;
	color:#666666;
	color: #74828c;
	border:1px solid #666666;
	padding: 6px 10px 4px 10px;
}
textarea {
	padding-top: 8px;
	padding-top: 7px;
}
input[type="submit"] {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-shadow: none;
	background: #85006c;
	border: none;
	padding: 10px 27px 8px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus {
	outline: none;
	border-color: #85006c !important;
	-webkit-box-shadow: 0 0 8px #85006c;
	-moz-box-shadow: 0 0 8px #85006c;
	box-shadow: 0 0 8px #85006c;
}
#commentform #comment {
	margin-bottom: 20px;
}
#cancel-comment-reply-link {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	background: none;
}

/* --------------------------------------------------------- */
/* !Search form */
/* --------------------------------------------------------- */

.search-form {
	width: 100%;
	max-width: 400px;
}
.search-form table {
	width: 100%;
	border-spacing: 0;
}
.search-form td {
	padding: 0;
}
.search-form td.search-submit {
	width: 30px;
}
.search-form input[type="text"] {
	position: relative;
	z-index: 9;
	border: 1px solid #e3e6e8;
	margin: 0;
	/*		
	padding: 3px 10px 1px 10px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;*/
}
.search-form input[type="submit"] {
	font-family: 'brankicregular';
	font-size: 1.5em;
	font-weight: lighter;
	color: #abb4ba;
	display: block;
	width: 30px;
	height: 30px;
	background-color: #e6e8ea;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGU2ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e4e6e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e6e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e6e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e4e6e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e4e6e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e4e6e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e6e8',GradientType=0 ); /* IE6-8 */

	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 0;

	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
.search-form .submit:hover {color: #85006c;}
.page-header-widget .search-form {margin: 0;}
.page-header-widget .search-form input[type="text"] {width: 188px;}
#page-header-bottom .search-form {float: right;width: 218px;margin: 13px 0;}
#page-header-bottom .search-form input[type="text"] {font-style: normal;line-height: 14px;padding-top: 7px;padding-bottom: 3px;}
#page-header-bottom .search-form ::-webkit-input-placeholder {color: #74828c;line-height: 14px;padding-top: 2px;}
#page-header-bottom .search-form :-moz-placeholder { /* Firefox 18- */
	color: #74828c;
  line-height: 14px;
  padding-top: 2px;
}
#page-header-bottom .search-form ::-moz-placeholder {  /* Firefox 19+ */
	color: #74828c;
  line-height: 14px;
  padding-top: 2px;
}
#page-header-bottom .search-form :-ms-input-placeholder {color: #74828c;line-height: 14px;padding-top: 2px;}

/* --------------------------------------------------------- */
/* !Contact form 7 */
/* --------------------------------------------------------- */

.wpcf7-not-valid {background: #171A1C !important;}
body span.wpcf7-not-valid-tip {display: none !important;}
body .wpcf7-mail-sent-ok {font-size: 12px;font-weight: normal;border: 1px solid #85006c;margin: 0;}
body .wpcf7-validation-errors,
body div.wpcf7-mail-sent-ng {font-size: 12px;font-weight: normal;border: 1px solid #E9312D;margin: 0;}
.wpcf7-form-control.wpcf7-mathcaptcha {width: 25%;}
p.capt {clear:both;}

/* --------------------------------------------------------- */
/* !Bootstrap */
/* --------------------------------------------------------- */

.container {max-width: 970px;margin: 0 auto;}
.domino-fixed .container {max-width: none !important;width: 970px;}
.domino-form-row {margin-left: -8px;margin-right: -8px;}
.domino-form-row .col-xs-1, .domino-form-row .col-xs-2, .domino-form-row .col-xs-3, .domino-form-row .col-xs-4, .domino-form-row .col-xs-5, .domino-form-row .col-xs-6, .domino-form-row .col-xs-7, .domino-form-row .col-xs-8, .domino-form-row .col-xs-9, .domino-form-row .col-xs-10, .domino-form-row .col-xs-11, .domino-form-row .col-xs-12, .domino-form-row .col-sm-1, .domino-form-row .col-sm-2, .domino-form-row .col-sm-3, .domino-form-row .col-sm-4, .domino-form-row .col-sm-5, .domino-form-row .col-sm-6, .domino-form-row .col-sm-7, .domino-form-row .col-sm-8, .domino-form-row .col-sm-9, .domino-form-row .col-sm-10, .domino-form-row .col-sm-11, .domino-form-row .col-sm-12, .domino-form-row .col-md-1, .domino-form-row .col-md-2, .domino-form-row .col-md-3, .domino-form-row .col-md-4, .domino-form-row .col-md-5, .domino-form-row .col-md-6, .domino-form-row .col-md-7, .domino-form-row .col-md-8, .domino-form-row .col-md-9, .domino-form-row .col-md-10, .domino-form-row .col-md-11, .domino-form-row .col-md-12, .domino-form-row .col-lg-1, .domino-form-row .col-lg-2, .domino-form-row .col-lg-3, .domino-form-row .col-lg-4, .domino-form-row .col-lg-5, .domino-form-row .col-lg-6, .domino-form-row .col-lg-7, .domino-form-row .col-lg-8, .domino-form-row .col-lg-9, .domino-form-row .col-lg-10, .domino-form-row .col-lg-11, .domino-form-row .col-lg-12 {padding-left: 8px;padding-right: 8px;}

/* SANDY */

/* Header */
#site-header{background-color:#85006c; background-image:none!important;}
.primary-menu-container > ul > li.current_page_item > a, .primary-menu-container > ul > li.current-menu-item > a, .primary-menu-container > ul > li.current-menu-ancestor > a, .primary-menu-container > ul > li > a:hover:not(.disabled) {color:#d773c4; text-decoration:none;}
#logo{float:none; text-align:center; display:table; margin:auto; padding-top:15px;}
.primary-menu-container {float:none;font-size:16px;}
.primary-menu-container > ul {padding-top:30px; padding-bottom:0px;}
.primary-menu-container > ul > li {background:none;}
#menu-item-1557{border-right:none;}

/* Submenu */
ul.sub-menu {margin-top:10px;}
.primary-menu-container li ul {left:0;}

/* Interior */
h2.grey {color:#666666!important; font-size:18pt; margin-bottom:0;}
h2{margin-bottom:0;}
.mtphr-shortcodes-grid4 ul {padding-left:15px;}
.mtphr-shortcodes-grid4 ul li{color:#666666!important;line-height:11pt;}
h4 a{color:#c1029d; font-size:20px;}
h4 a:hover{color:#85006c; text-decoration:underline;}
.mtphr-gallery-navigation a .icon-circle-blank,
.mtphr-gallery-navigation a i {color:#85006c;}
h3{font-weight:bold!important;}
.mtphr-shortcodes-grid4 h4 {margin-top:20px; line-height:25px;}

/* Detalles Sandy */
.page-id-1560 h2{ margin-top:50px;  margin-bottom: 30px;}
.page-id-1560 h3{ margin-bottom: 20px;}

/* Detalles - Home */
.home h4{margin-top:60px;}
.home h2{margin-bottom:0;}	

/* Marca registrada */
.reg{font-size: 13pt;vertical-align:super;line-height: 0;}

/* Footer */
#footer-widgets{background-color:#85006c; /*padding-bottom:50px;*/}
#footer-widgets .widget {margin: 10px 0;}
#footer-widgets .footer-sandy-left{width:100%; color:#FFF; font-size:12pt;}
#footer-widgets .footer-sandy-right{width:100%; color:#FFF; font-size:12pt; text-align:right;}
#footer-widgets .footer-sandy-left a,
#footer-widgets .footer-sandy-right a{color:#FFF;}
#footer-widgets .footer-sandy-left a:hover,
#footer-widgets .footer-sandy-right a:hover{color:#FFF; text-decoration:underline;}
#site-footer {display:none;}

/* Contacto */
p.acepto {color:#666; font-size:12pt; float:left;margin-bottom:0px;}
p.acepto a{color:#C1029D;}
p.acepto .wpcf7-acceptance {margin-right:5px;}
p.acepto a:hover{color:#85006c; text-decoration:underline;}
.wpcf7-not-valid {background:#ffffff!important; color:#F00!important;}
.wpcf7-submit{float:right; margin-top:-10px;}
body .wpcf7-mail-sent-ok{border-radius:0!important; font-style:normal!important; font-size:12pt!important; color:#85006C!important; text-align:center!important;float:left;width:100%;}
body .wpcf7-validation-errors,
body div.wpcf7-mail-sent-ng {border-radius:0!important; font-style:normal!important; font-size:12pt!important; color:#ff0000!important; text-align:center!important;float:left; width:100%;}
input[type="submit"]{font-size:12pt;}
.ajax-loader { height:16px;}

/* Cookies */
#cookie-law-info-bar span{font-family:Arial, Helvetica, sans-serif!important;}
.page-id-1672 h4 strong{color:#000;}

/* Fancybox */
#fancybox-content .pantalla {padding:30px;}

/* Error 404 */
.error404 ul li {font-size:12pt;}
.error404 #post-0 a{color: #C1029D;}

/* Buscador */
.search .entry-meta {display:none;}
.search .entry-header {float:left;}
.search .btn.archive-readmore {float:right;font-size: 12pt; margin-right:0;}





/* --------------------------------------------------------- */
/* !Media queries */
/* --------------------------------------------------------- */

@media (max-width: 768px) {
	/* !Main menu */
	.domino-responsive .primary-menu-container {display: none;}
	.domino-responsive .primary-menu-mobile-container {display: block;height: 36px;margin:20px 0;}
	.primary-menu-mobile-container li.active-menu-item.mobile-menu-top a {font-size:18pt;}
	.primary-menu-mobile-container > ul > li > a,
	.primary-menu-mobile-container a.mtphr-menu-level-1{font-size:16pt;}
	/* Rotator */
	.domino-responsive #page-slider .mtphr-dnt-rotate .mtphr-dnt-tick {font-size: 24px;line-height: 24px;}
	/* Call to Action */
	.domino-responsive #domino-cta {padding-top: 35px;padding-bottom: 35px;}
	.domino-responsive .domino-cta-title {font-size: 26px;line-height: 26px;}
	.domino-responsive .domino-cta-data {display: block;text-align: center;}
	.domino-responsive .domino-cta-button-right .domino-cta-button,
	.domino-responsive .domino-cta-button-left .domino-cta-button {display: block;width: auto;text-align: center;padding: 20px 0 0 0;}
	/* Comments */
	.domino-responsive .commentlist > li > ul.children {margin-left: 30px;}
	.domino-responsive .commentlist ul.children {margin-left: 0;}
	.domino-responsive .depth-2 #respond,
	.domino-responsive .depth-3 #respond,
	.domino-responsive .depth-4 #respond,
	.domino-responsive .depth-5 #respond,
	.domino-responsive .depth-6 #respond {margin-left: -30px;}
	/* Footer */
	.domino-responsive #domino-copyright,
	.domino-responsive #domino-social-links {text-align: center;}
	.domino-responsive #domino-social-links > .wrapper {float: none;}
}
@media (max-width: 720px) {
	body.domino-fixed-menu #site-header {position:absolute;}
	.footer-sandy-left {float:left; width:40%!important;}
	.footer-sandy-right {float:right;width:60%!important;}
	#footer-widgets .widget,
	#footer-widgets .widget, #text-3{margin:0!important;}
	#footer-widgets {padding-top:10px;}
}
@media (max-width: 480px) {
	body.domino-fixed-menu #site-header {position:absolute;}
	.domino-responsive .page-title {font-size: 28px;line-height: 28px;}
	/* Page Slider */
	.domino-responsive #page-slider .mtphr-dnt-rotate .mtphr-dnt-tick {font-size: 18px;line-height: 18px;}
	/* Comments */
	.domino-responsive .comment-avatar,
	.domino-responsive .comment-avatar img {width: 60px;height: auto;}
	.domino-responsive .commentlist > li > ul.children {margin-left: 10px;}
	.domino-responsive .depth-2 #respond,
	.domino-responsive .depth-3 #respond,
	.domino-responsive .depth-4 #respond,
	.domino-responsive .depth-5 #respond,
	.domino-responsive .depth-6 #respond {margin-left: -10px;}
	.footer-sandy-left {float:left; width:40%!important;}
	.footer-sandy-right {float:right;width:60%!important;}
	#footer-widgets .widget,
	#footer-widgets .widget, #text-3{margin:0!important;}
	#footer-widgets {padding-top:10px;}
}
@media (max-width: 384px) {.footer-sandy-left, .footer-sandy-right{text-align:center!important; width:100%!important;} img {width:100%; height:auto;}}
@media (max-width: 320px) {.footer-sandy-left, .footer-sandy-right{text-align:center!important; width:100%!important;} img {width:100%; height:auto;}}

/* Fix Feb 2016 */
	a:focus{text-decoration:none;}
	h3 a{color:#c1029d;font-size:20px;line-height:24px;font-weight:bold;}

	/* Menu */
	.primary-menu-container > ul {display:table;margin:0 auto;width:100%;}
	.primary-menu-container li ul {display:none;margin-top:0;background-color:#85006C;width:auto !important;}
	.primary-menu-container li:hover > ul:not(.disabled), .primary-menu-container li:active > ul:not(.disabled) {display:inherit;}
	.primary-menu-container > ul > li:not(:last-child):not(.contacto):not(.last):after, .primary-menu-container > ul > li.shop:after {content:"|";color:white;padding-left:8px;padding-right:8px;}
	.primary-menu-container > ul > li > a {padding:14px 0px; color:#FFF;}
	.primary-menu-container li ul a {width: 100% !important;}
	.primary-menu-container li ul li {width:100%;}
	.primary-menu-container > ul > li > ul {width:100%;}
	.primary-menu-container > ul > li.current_page_parent > a {color:#d773c4;}

	body.woocommerce .primary-menu-container > ul > li.shop > a, body.woocommerce-page .primary-menu-container > ul > li.shop > a {color:#d773c4;}
	
	.primary-menu-container > ul > li.contacto,
	.primary-menu-container > ul > li.shop {float:right;}
	.primary-menu-container > ul > li.shop:before {font-family:FontAwesome;content:"\f07a";padding-right:5px;color:#fff;font-size:16px;}
	body.woocommerce-page .primary-menu-container > ul > li.shop:before {color:#d773c4;}
	
		/* Menu destacado (min-width:768px) */
		@media all and (min-width:768px) {

		.primary-menu-container > ul > li.destacado {padding-bottom:0px;margin-bottom:5px;}
		.primary-menu-container > ul > li.destacado a {position:relative;padding-bottom:7px;}
		.primary-menu-container > ul > li.destacado:not(.current-menu-item) a:after,
		.primary-menu-container > ul > li.destacado:not(.current-menu-item) a:before {content:"";background-color:#fff;height:1px;position:absolute;left:0;}
		
		.primary-menu-container > ul > li.destacado:not(.current-menu-item) a:after {top:8px;}
		.primary-menu-container > ul > li.destacado:not(.current-menu-item) a:before {bottom:3px;}
		
		.primary-menu-container > ul > li.destacado:not(.current-menu-item) a:after,
		.primary-menu-container > ul > li.destacado:not(.current-menu-item) a:before {
			-webkit-animation-delay: 1s;
			-webkit-animation-duration: 3s;
			-webkit-animation-name: menuDestacado;
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-fill-mode:forwards;

			animation-delay: 1s;
			animation-duration: 3s;
			animation-name: menuDestacado;
			animation-iteration-count: infinite;
			animation-fill-mode:forwards;

			-moz-animation-delay: 1s;
			-moz-animation-duration: 3s;
			-moz-animation-name: menuDestacado;
			-moz-animation-iteration-count: infinite;
			-moz-animation-fill-mode:forwards;

			-o-animation-delay: 1s;
			-o-animation-duration: 3s;
			-o-animation-name: menuDestacado;
			-o-animation-iteration-count: infinite;
			-o-animation-fill-mode:forwards;
		}
	
		@keyframes menuDestacado {
			0% {width:0%;left:50%;opacity:0;}
			20% {width:0%;left:50%;opacity:0;}
			40% {width:100%;left:0;opacity:1;}
			50% {width:100%;left:0;opacity:1;}
			60% {width:100%;left:0;opacity:1;}
			80%{width:0%;left:50%;opacity:0;}
			100%{width:0%;left:50%;opacity:0;}
		}

		@-webkit-keyframes menuDestacado {
			0% {width:0%;left:50%;opacity:0;}
			20% {width:0%;left:50%;opacity:0;}
			40% {width:100%;left:0;opacity:1;}
			50% {width:100%;left:0;opacity:1;}
			60% {width:100%;left:0;opacity:1;}
			80%{width:0%;left:50%;opacity:0;}
			100%{width:0%;left:50%;opacity:0;}
		}
		@-moz-keyframes menuDestacado {
			0% {width:0%;left:50%;opacity:0;}
			20% {width:0%;left:50%;opacity:0;}
			40% {width:100%;left:0;opacity:1;}
			50% {width:100%;left:0;opacity:1;}
			60% {width:100%;left:0;opacity:1;}
			80%{width:0%;left:50%;opacity:0;}
			100%{width:0%;left:50%;opacity:0;}
		}
		@-o-keyframes menuDestacado {
			0% {width:0%;left:50%;opacity:0;}
			20% {width:0%;left:50%;opacity:0;}
			40% {width:100%;left:0;opacity:1;}
			50% {width:100%;left:0;opacity:1;}
			60% {width:100%;left:0;opacity:1;}
			80%{width:0%;left:50%;opacity:0;}
			100%{width:0%;left:50%;opacity:0;}
		}
	}
	
	/* Menu Responsive */
	.primary-menu-mobile-container:before{content:"\f0c9";position:absolute;right:10px;top:5px;font-family:FontAwesome;color:white;font-size:24px;}
	.primary-menu-mobile-icon {display:none !important;}
	/* Sandy PLAN */
	.boton-plan-wrapper {margin-top:30px;}
	.boton-plan-wrapper a{background-color:#000;width:80%;display:block;margin:0 auto;color:white;font-size:20px;padding:10px 21px;text-align:center;line-height:26px;}
	.boton-plan-wrapper a:hover {text-decoration:none;background-color:#85006c;}
	.boton-plan-wrapper a strong {font-size: 40px;}

	h2.titulo {background-color:rgb(133,0,108);color:white;padding:9px 15px 5px;margin-top:50px;}

	 .intro-sandy-plan h4{line-height:20px;margin-bottom:25px;}
/*	.plan-container.image {margin-top:20px;}*/
	.plan-container.image p {margin-bottom: 30px;}
	.plan-container.info {margin-top:0px;margin-left:0;}
	.plan-container h2 {margin-bottom:10px;position:relative;}
/*	.plan-container ul {margin-top:10px;}*/
	.plan-container li {font-size:18px;line-height:20px;/*margin-bottom:5px;*/}
	.plan-container h5 {margin-bottom:30px;}
	.plan-container h5 a.contacto{background-color:#000;color:white;padding:12px;font-size:20px;text-align:center;line-height:20px;display:block;position:relative;}
	.plan-container h5 a.contacto:hover {background-color:#85006c;text-decoration:none;color:white;}
	.plan-container h5 a.contacto:after {font-family:FontAwesome;content:"\f05a";bottom:10px;right:12px;position:absolute;}
	.plan-container p, .plan-container a {font-size:20px;line-height:20px;}
	.plan-container a {color:#c1029d;}
	.plan-container a:hover {color:#85006c;}

	#plan-basic, #plan-plus, #plan-premium, #plan-batidos  {position:relative;top:-160px;}
	
	/* Maquinas */
	.mtphr-shortcodes-grid4.ficha-tecnica h2 {color:#000 !important;}
	.mtphr-shortcodes-grid4.ficha-tecnica h4{margin-top:30px;color:#85006C;}
	.mtphr-shortcodes-grid4.ficha-tecnica ul{padding-left:15px;list-style:none;padding:0;margin:0;border:1px solid #ddd;}

	.mtphr-shortcodes-grid4.ficha-tecnica ul li{color:#666666 !important;font-size:18px;padding:5px 15px;line-height:24px;}
	.mtphr-shortcodes-grid4.ficha-tecnica ul li:hover{background-color:#555 !important;color:white !important;}
	
	.mtphr-shortcodes-grid4.ficha-tecnica ul li:nth-child(2n+1){background-color:#f0f0f0;}
	.mtphr-shortcodes-grid4.ficha-tecnica ul li:nth-child(2n){background-color:#fafafa;}
	
	
	/* Fixed Footer */
	#main {padding-bottom:34px;}
	#footer-widgets {position:fixed;width:100%;bottom:0;}

/* WOOCOMMERCE 										*/
/* -------------------------------------------------*/
body.woocommerce .page-title {margin-bottom:40px;}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .form-control:focus {box-shadow:none;}

body.woocommerce-page {font-size:18px;}
.woocommerce h2 {margin-bottom:10px;margin-top:30px;}

	/* Categorias */
	#main .woo-categorias{background-color:#85006C;color:white;padding:0;width:auto;margin:0 auto 30px;clear:both;}
	#main .woo-categorias ul {list-style:none;margin:0;text-align:center;padding:0;}
	#main .woo-categorias ul li {display:inline-block;}
	@media all and (min-width:920px){
		#main .woo-categorias ul li:not(:last-of-type):after{content:" | ";padding:0 10px;}
	}
	#main .woo-categorias ul li > a {color:white;padding: 10px;display: inline-block;padding:10px;font-size:17px;}
	#main .woo-categorias ul li > a:hover, #main .woo-categorias ul li > a:focus, #main .woo-categorias ul li > a:active {text-decoration:none;background-color: rgba(170, 97, 156, 0.6);color:#fff;}
	/* Breadcrumbs */
	.woocommerce .woocommerce-breadcrumb {font-size:16px;margin-bottom:8px;width:70%;float:left;}
	.woocommerce .woocommerce-breadcrumb a {color:#85006C;}
	.woocommerce .woocommerce-breadcrumb .separador {color:#85006C;}
	/* Menu usuario */
	#main .menu-usuario {width:30%;float:right;text-align:right;margin-bottom:8px;}
	/* Tienda */
	body.woocommerce.archive #main {padding-bottom:0;}
	/* Pagina producto */
	.woocommerce div.product form.cart {margin-bottom:20px;}
	.woocommerce ul.products li.product h3 {min-height:90px;}
	.woocommerce div.product div.images img {width:auto;margin:0 auto;}
	.woocommerce div.product div.images, .woocommerce div.product div.summary {margin-bottom:20px;}
	.woocommerce div.product .product_title {font-size:32px;}
	body.woocommerce .entry-summary p {font-size:18px;color:#555;}
	.woocommerce .quantity .qty {padding:7px 0;border:1px solid #ccc;font-size:18px;}
	.woocommerce div.product form.cart .button {font-size:18px;}
	body.woocommerce .product_meta > span {font-weight:bold;}
	body.woocommerce .product_meta > span > span {font-weight:normal;}
	body.woocommerce .product_meta .sku_wrapper, body.woocommerce .product_meta .posted_in {float:left;}
	body.woocommerce .product_meta .sku_wrapper {font-size: 20px;line-height:24px;}
	body.woocommerce .product_meta .posted_in {clear: both;font-size: 15px;line-height:18px;}
	body.woocommerce .variations .label {color:#000;float:left;text-align:left;width:100%;}
	body.woocommerce .variations .value {float:left;width:100%;}
	.woocommerce div.product form.cart .variations label {font-size:18px;}
	.woocommerce div.product form.cart .variations select{border:1px solid #ccc;padding:6px;font-size:16px;color:#555;}
	.woocommerce div.product form.cart .reset_variations {font-size:16px;}
	.upsells.products {float:left;}
	.upsells.products h2 {margin-bottom:20px;color:white;background-color:#85006C;padding:10px 20px;}

	.woocommerce .hazte-cliente{float:left;background-color:#999;color:white;font-size:24px;padding:20px;margin-top:30px;text-align:center;}
	.woocommerce .hazte-cliente a {color:white;text-decoration:underline;}
	.woocommerce .hazte-cliente a:hover {color:#000;}
	.woocommerce div.product .woocommerce-tabs ul.tabs {display:none;}
	.woocommerce div.product .woocommerce-tabs .panel {border:0;}
	.woocommerce table.shop_attributes {border:1px solid #ddd;}
	/* Botones y otros elementos de woocommerce*/
	.woocommerce a {color:#C1029D;}
	.woocommerce a:hover {color:#85006C;}
	.woocommerce ul.products li.product a {text-align:center;}
	.woocommerce ul.products li.product .button {display:block;}

	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background-color:rgba(133, 0, 108, 0.78);color:white;border-radius:0;}
	.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
	.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background-color:rgba(170, 97, 156, 0.6);color:white;}
	.woocommerce ul.products li.product .price,
	.woocommerce div.product p.price, .woocommerce div.product span.price {color:#85006C !important;font-size:24px !important;}
	.woocommerce-cart table.cart td.actions .coupon .input-text {min-width:150px;padding:12px 6px;}
	.woocommerce mark {background:none;;font-weight:bold !important;}
	/* Paginacion */
	.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {padding:10px 15px;font-size:18px;background-color:#eee;margin-right:2px;}
	.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {background-color:rgba(170, 97, 156, 0.6);color:white;}
	.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {border:0;}
	/* Mensajes de estado */
	.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce .woocommerce-error {border-top-color:#85006C;}
	.woocommerce .woocommerce-info a:not(.button), .woocommerce .woocommerce-message a:not(.button), .woocommerce .woocommerce-error a:not(.button) {color:#85006C;}
	.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before {color:#A46497;}

	
	/* Carrito */
	.woocommerce table.shop_table {border-radius:0;}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {font-size:1em;}
	.woocommerce-cart .wc-proceed-to-checkout {padding-bottom:0;}
	p.cart-note{font-size:15px;color:#666;}
	div.seguir-comprando {float:left;width:100%;margin-bottom:40px;}
	.cart_totals h2 {margin-top:5px;}
	/* Checkout - Form */
	.woocommerce form .form-row input#coupon_code.input-text {padding:11px 6px;}
	.select2-container .select2-choice {border:1px solid #666;}
	.woocommerce form .form-row textarea {height:10em;}
	.woocommerce-shipping-fields h3#ship-to-different-address label.checkbox {padding-left:0;display:inline-block;margin:0;vertical-align:inherit;}
	#add_payment_method #payment, .woocommerce-checkout #payment {border-radius:0;}
	.woocommerce td.product-name dl.variation {font-size:14px;}
	tr.order-total{background-color:#85006c;color:white;font-size:24px;line-height:1.5em;}
	.woocommerce table.shop_table .order-total th {padding:6px 12px;}
	.woocommerce-checkout #customer_details {margin-bottom:40px;}
	body.woocommerce-checkout .woocommerce-checkout h3 {background-color:#85006c;padding:5px 10px;color:white;width:100%;}

	/* Thank you Page */
	.woocommerce-thankyou-order-details, .order_details.bacs_details {background-color:#eee;padding:20px;}
	
	
	/* My Account + Edit Account */
	body.woocommerce-edit-account form.edit-account fieldset {margin-top:40px;}
	.woocommerce-account .addresses .title .edit {color:#85006C;}
	body.woocommerce-account .woocommerce h2 {background-color:#85006c;padding:5px 10px;color:white;}
	body.woocommerce-edit-address .woocommerce h3 {background-color:#85006c;padding:5px 10px;color:white;}

	.iniciar-compra {display:block;background-color:#85006c;padding:20px;color:#fff !important;font-size:28px;line-height:28px;text-align:center;width:100%;max-width:400px;margin:30px auto;text-transform:uppercase;}
	.iniciar-compra:hover{background-color:#aa4797;cursor:pointer;text-decoration:none;}
/*	.iniciar-compra a{color:#fff;}
	.iniciar-compra a:hover{color:white;text-decoration:none;}
*/	
	
	/* Aviso legal */
	.firma-lopd, .version-lopd {text-align:center;}
	.firma-lopd {margin-top:50px;}
	.firma-lopd p {margin-bottom:0;}
	.version-lopd {font-size:8pt; color:#666;}
	a.proteccion-datos, a.cookies {top: -223px;position: relative;}
	
	/* Popup Dock
	----------------------------------------------------------------------*/
	#dockpopup {position: fixed;bottom: 80px;right: 80px;background:#85006C;min-height: 180px;width: 380px;padding:20px;
		-webkit-animation-delay: 3s;
		-webkit-animation-duration: 1s;
		-webkit-animation-name: mostrarPopup;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-fill-mode:forwards;

		animation-delay: 3s;
		animation-duration: 1s;
		animation-name: mostrarPopup;
		animation-iteration-count: 1;
		animation-fill-mode:forwards;

		-moz-animation-delay: 3s;
		-moz-animation-duration: 1s;
		-moz-animation-name: mostrarPopup;
		-moz-animation-iteration-count: 1;
		-moz-animation-fill-mode:forwards;

		-o-animation-delay: 3s;
		-o-animation-duration: 1s;
		-o-animation-name: mostrarPopup;
		-o-animation-iteration-count: 1;
		-o-animation-fill-mode:forwards;

		bottom: -1000px;
		z-index: 2000000;
	}
	#dockpopup .fa {color:white;}
	#dockpopup #cerrarDockPopup {position: absolute;top:5px;right: 5px;cursor:pointer;line-height: 0;}
	#dockpopup a {text-decoration:underline;color:#fff;}
	#dockpopup a:hover {color:#D773C4;}	
	#dockpopup p.titulo {font-size:24px;line-height:24px;font-weight:bold;margin-bottom:10px;}
	#dockpopup p {color: white;font-size: 20px;line-height: 20px;text-align: center;}
	#dockpopup p.telefono {font-size:20px;font-weight: bold;text-align: center;margin:10px 0;line-height: 28px;}
	#dockpopup p:last-of-type {margin-top:10px;margin-bottom: 0;}

	@keyframes mostrarPopup {
		0% {bottom: -400px;opacity: 1;}
		100%{bottom: 120px;opacity: 1;}
	}

	@-webkit-keyframes mostrarPopup {
		0% {bottom: -400px;opacity: 1;}
		100%{bottom: 120px;opacity: 1;}
	}
	@-moz-keyframes mostrarPopup {
		0% {bottom: -400px;opacity: 1;}
		100%{bottom: 120px;opacity: 1;}
	}
	@-o-keyframes mostrarPopup {
		0% {bottom: -400px;opacity: 1;}
		100%{bottom: 120px;opacity: 1;}
	}

/* Transiciones */
.iniciar-compra, .plan-container h5 a, .boton-plan-wrapper a{transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;}
a#scroll-to-top {background-image:url('images/arrow-back-top-dark.jpg');bottom:70px;}

.mtphr-shortcodes-grid4.ficha-tecnica ul li{transition:background-color 0.5s ease;-webkit-transition:background-color 0.5s ease;-moz-transition:background-color 0.5s ease;-o-transition:background-color 0.5s ease;}


input[type="number"].mod::-webkit-outer-spin-button, 
input[type="number"].mod::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1em;
    border-left: 1px solid #BBB;
    opacity: .5; /* shows Spin Buttons per default (Chrome >= 39) */
}

/* Varios Responsive  */
.mtphr-galleries-archive {display:none;}
.menu-usuario .separador, .menu-usuario span {display:none;}
.woocommerce .woocommerce-breadcrumb {width:80%;}
#main .menu-usuario {width:20%;}

@media all and (max-width:350px){
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {width:100%;}
	.plan-container h5 a.contacto {font-size:16px;}
}
@media screen and (min-width:721px) and (max-width:767px){
	div[id*="footer-widget"] .col-sm-6 {width:50%;float:left;}
}
@media screen and (max-width:767px){
	#dockpopup {display:none;}
	.plan-container h5 a.contacto {padding-left:40px;padding-right:40px;}
}
@media all and (min-width:768px){
	.woocommerce .woocommerce-breadcrumb {width:70%;}
	#main .menu-usuario {width:30%;}
	#main .menu-usuario span {display:inline;}
	#main .menu-usuario .fa.fa-sign-out, #main .menu-usuario .fa.fa-sign-in {display:none;}
}
@media all and (min-width:769px){
	div.seguir-comprando {width:40%;margin-bottom:0;}
}
.page-id-1512 table td {
	border: 1px solid black !important;
	padding: 5px !important;
}
#footer-widgets .container {
	max-width: 85%;
}
/*.boton-plan-wrapper a {width:100%;}*/
.mtphr-shortcodes-grid5.boton-plan-wrapper {margin-left:0!important;}
.mtphr-shortcodes-row-responsive {margin-left:90px;}

.woocommerce form .form-row .input-checkbox {
    margin: 11px 8px 0 0;
}