#toTop{--elevator-image:url(../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
/*
1.9.0

 */
#stacks_in_157944 * {
  box-sizing: border-box;
}
#stacks_in_157944 *:focus {outline:none;}
.searchingstacks_in_157944 .stacks_top,
.searchingstacks_in_157944 .stacks_in,
.searchingstacks_in_157944 .stacks_out {
  overflow: visible;
}
#stacks_in_157944 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_157944_pages { display: none;}
#stacks_in_157944_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_157944_tipue_search_content,
.live-search-content {
  display: none;
  padding: 20px;
  min-height: 80px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_157944_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_157944 form > svg,
.live-search-form > svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
#stacks_in_157944 form > svg,
.live-search-form > svg {
  width: 16px;
  width: calc(16px - 2px);
  left: calc(34px - 16px);
  fill: #888888;
}
#stacks_in_157944 form .live-search-submit {
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 0px;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 12px;
  margin: 0;
  font-family: inherit;
  border-radius: 0 4px 4px 0;
  border-width: 0;
  background: #3795CF;
  color: #FFFFFF;
  /**/
  display: none;
  /**/
}
#stacks_in_157944 form .live-search-submit:hover {
   background: #46A4DE;
   color: #FFFFFF;
}
#stacks_in_157944 form .live-search-submit:active {
   background: #2886C0;
   color: #F0F0F0;
}
#stacks_in_157944_tipue_search_input,
.live-search-input {
  font-size: 16px;
  font-family: inherit;
  border-radius: 4px;
  border-color: #CCCCCC;
  color: #888888;
  background-color: #FFFFFF;
}
#stacks_in_157944 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_157944 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_157944 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_157944 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_157944 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
/**/
/**/
/**/
#stacks_in_157944_tipue_search_content,
.live-search-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
}
.searchingstacks_in_157944 #stacks_in_157944_tipue_search_content,
.searchingstacks_in_157944.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_157944_tipue_search_content:after,
.live-search-content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_157944_tipue_search_content:before,
.live-search-content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
/**/
/**/
/**/
#stacks_in_157944_tipue_search_content,
.live-search-content {
  box-shadow: 0px 0px 0px 1000px rgba(0,0,0,0.3);
}
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_157944_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_157944 #stacks_in_157944_tipue_search_content,
.searchingstacks_in_157944.live-search-content {
  display: block !important;
}
#stacks_in_157944_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_157944_tipue_search_warning {
display: block;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_157944_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_157944_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_157944_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_157944_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_157944_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_157944_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: #555555;
}
.tipue_search_spinner {
	width: 110px;
	position: absolute;
	color: #555555;
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
    grid-template-columns: 30px 1fr;
    justify-content: space-between;
}
.tipue_search_spinner .ts-count-wrap {
	padding: 20px 20px 20px 0px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_157944_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_157944_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/
#stacks_in_157944_tipue_search_content,
.live-search-content {
  color: #555555;
  background-color: #FFFFFF;
  font-family: inherit;
}
#stacks_in_157944_tipue_search_content:after,
.live-search-content:after {
  border-color: transparent transparent #FFFFFF transparent;
}
#stacks_in_157944_tipue_search_content .tipue_search_content_title a,
.live-search-content .tipue_search_content_title a {
  color: #3795CF;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  font-family: inherit;
}
#stacks_in_157944_tipue_search_content .tipue_search_content_title a:hover,
.live-search-content .tipue_search_content_title a:hover {
  color: #67C5FF;
}
#stacks_in_157944_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
#stacks_in_157944_tipue_search_content .tipue_search_content_url a,
.live-search-content .tipue_search_content_url a {
  color: #3795CF;
}
#stacks_in_157944_tipue_search_content .tipue_search_content_url a:hover,
.live-search-content .tipue_search_content_url a:hover {
  color: #67C5FF;
}
#stacks_in_157944_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.tipue_search_content_debug{

}
#stacks_in_157944_tipue_search_content .h01,
.live-search-content .h01 {
  background: #FECC66;
}

#stacks_in_157944_tipue_search_foot_boxes li a {
  background-color: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 1px;
  color: #555555;
}
#stacks_in_157944_tipue_search_foot_boxes li.current{
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 1px;
  color: #3795CF;
}
#stacks_in_157944_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_157944_tipue_search_warning a{

}
#stacks_in_157944_tipue_search_warning a:hover{

}
#stacks_in_157944_tipue_search_results_count{

}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}

#stacks_in_157944 .additional-pages,
#stacks_in_157944 .excluded-pages {
  display: none;
}


#stacks_out_157944 {
	width: 300px;
	margin-right:0;
}
#slice_mez_157945 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_157945.selected {
  border-color: #2680fc !important;
}
#slice_mez_157945 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_157945 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_157945 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_157945.hidden > #stacks_in_157945 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_157948 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_157948.selected {
  border-color: #2680fc !important;
}
#slice_mez_157948 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_157948 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_157948 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_157948.hidden > #stacks_in_157948 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157782 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_157782 .theDivider1,
#simpleDivider_stacks_in_157782 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157782 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157782.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157782.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157782 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157782.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157782.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157782.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157782.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157950 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_157950 .theDivider1,
#simpleDivider_stacks_in_157950 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157950 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157950.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157950.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157950 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157950.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157950.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157950.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157950.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_157772 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_157772 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_157772 .jwresp_col_wrapper.right{float:right}#stacks_in_157772 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_157772 #jwresp_col2_stacks_in_157772,#stacks_in_157772 #jwresp_col4_stacks_in_157772{float:right}#stacks_in_157772 #jwresp_col1_stacks_in_157772,#stacks_in_157772 #jwresp_col3_stacks_in_157772{margin-right:2} @media screen and (max-width:770px){#stacks_in_157772 .jwresp_col_wrapper.left,#stacks_in_157772 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_157772 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_157772 .jwresp_col{width:49%}#stacks_in_157772 #jwresp_col1_stacks_in_157772,#stacks_in_157772 #jwresp_col3_stacks_in_157772{margin:0}}  @media screen and (max-width:500px){#stacks_in_157772 .jwresp_col{width:100%;display:block}#stacks_in_157772 #jwresp_col1_stacks_in_157772,#stacks_in_157772 #jwresp_col2_stacks_in_157772,#stacks_in_157772 #jwresp_col3_stacks_in_157772{margin:0;margin-bottom:20px}#stacks_in_157772 #jwresp_col4_stacks_in_157772{margin:0}#stacks_in_157772 .jwresp_col_wrapper.left{margin-bottom:0}}
/* -- Start Header Pro Each css Template  770 & 440-- */

#stacks_in_157923 {
	text-align: center !important;
}

.stacks_in_157923_inner_sanctum{
	font-size: 100% !important;
}

@media only screen and (max-width: 770px) {
	#stacks_in_157923 {
		text-align: center !important;
	}
	.stacks_in_157923_inner_sanctum{
		font-size: 100% !important;
	}
}

@media only screen and (max-width: 400px) {
  #stacks_in_157923 {
	  text-align: center !important;
  }
  .stacks_in_157923_inner_sanctum{
	  font-size: 100% !important;
  }
}

.stacks_in_157923_pro_text{
	display: inline-block !important;
	position:relative;
	box-sizing: border-box;
}







/* -- End Header Pro Each css Template -- */#stacks_in_157874 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_157874 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_157874 .fluid-image.unlimited img{width:100% !important}#stacks_in_157874 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_157874 .fluid-image.align-left img{float:left}#stacks_in_157874 .fluid-image.align-right img{float:right}
  .circle_stacks_in_157808{width: 200px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157808.jpg) center;background-size: 105% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_157808{width: 300px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157808.jpg) center;background-size: 105% auto}.hexagon_stacks_in_157808{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_157808{width: 400px;height: 200px;margin-left:-75px}.hexagon2_stacks_in_157808{height: 400px;width: 200px;margin:-75px 0px -75px 0px}.hexagon-in1_stacks_in_157808{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_157808{width:100%;height:100%;background:url(../RILatinoArtists_files/imageTypeDrag-157808.jpg) center;background-size: 105% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_157808{width: 200px;height: 200px}.dodecagonhex_stacks_in_157808{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}
#stacks_in_157808 {
	margin:  4px;
	padding:  4px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157897 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157897 .theDivider1,
#simpleDivider_stacks_in_157897 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157897 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157897.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157897.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157897 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157897.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157897.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157897.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157897.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157903 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157903 .theDivider1,
#simpleDivider_stacks_in_157903 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157903 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157903.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157903.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157903 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157903.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157903.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157903.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157903.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157842 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_157842 .theDivider1,
#simpleDivider_stacks_in_157842 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157842 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_157842.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157842.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157842 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157842.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157842.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157842.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157842.bgImageOn .theDivider1 img {
	display: block;
}

 #caption_stacks_in_157843{color:#000000} #caption_stacks_in_157843{text-align:left;margin-top:4px;font-size:17px;font-weight:normal}

#stacks_out_157843 {
	width: 69%;
}
/* -- Start Header Pro Each css Template  770 & 440-- */

#stacks_in_157925 {
	text-align: center !important;
}

.stacks_in_157925_inner_sanctum{
	font-size: 100% !important;
}

@media only screen and (max-width: 770px) {
	#stacks_in_157925 {
		text-align: center !important;
	}
	.stacks_in_157925_inner_sanctum{
		font-size: 100% !important;
	}
}

@media only screen and (max-width: 400px) {
  #stacks_in_157925 {
	  text-align: center !important;
  }
  .stacks_in_157925_inner_sanctum{
	  font-size: 100% !important;
  }
}

.stacks_in_157925_pro_text{
	display: inline-block !important;
	position:relative;
	box-sizing: border-box;
}







/* -- End Header Pro Each css Template -- */#stacks_in_157868 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_157868 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_157868 .fluid-image.unlimited img{width:100% !important}#stacks_in_157868 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_157868 .fluid-image.align-left img{float:left}#stacks_in_157868 .fluid-image.align-right img{float:right}
  .circle_stacks_in_157809{width: 200px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157809.jpg) center;background-size: 130% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_157809{width: 300px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157809.jpg) center;background-size: 130% auto}.hexagon_stacks_in_157809{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_157809{width: 400px;height: 200px;margin-left:-75px}.hexagon2_stacks_in_157809{height: 400px;width: 200px;margin:-75px 0px -75px 0px}.hexagon-in1_stacks_in_157809{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_157809{width:100%;height:100%;background:url(../RILatinoArtists_files/imageTypeDrag-157809.jpg) center;background-size: 130% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_157809{width: 200px;height: 200px}.dodecagonhex_stacks_in_157809{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}
#stacks_in_157809 {
	margin:  4px;
	padding:  4px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157898 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157898 .theDivider1,
#simpleDivider_stacks_in_157898 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157898 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157898.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157898.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157898 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157898.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157898.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157898.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157898.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157913 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_157913 .theDivider1,
#simpleDivider_stacks_in_157913 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157913 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157913.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157913.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157913 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157913.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157913.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157913.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157913.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157909 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157909 .theDivider1,
#simpleDivider_stacks_in_157909 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157909 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_157909.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157909.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157909 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157909.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157909.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157909.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157909.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_157878 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_157878 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_157878 .fluid-image.unlimited img{width:100% !important}#stacks_in_157878 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_157878 .fluid-image.align-left img{float:left}#stacks_in_157878 .fluid-image.align-right img{float:right}
/* -- Start Header Pro Each css Template  770 & 440-- */

#stacks_in_157931 {
	text-align: center !important;
}

.stacks_in_157931_inner_sanctum{
	font-size: 100% !important;
}

@media only screen and (max-width: 770px) {
	#stacks_in_157931 {
		text-align: center !important;
	}
	.stacks_in_157931_inner_sanctum{
		font-size: 100% !important;
	}
}

@media only screen and (max-width: 400px) {
  #stacks_in_157931 {
	  text-align: center !important;
  }
  .stacks_in_157931_inner_sanctum{
	  font-size: 100% !important;
  }
}

.stacks_in_157931_pro_text{
	display: inline-block !important;
	position:relative;
	box-sizing: border-box;
}







/* -- End Header Pro Each css Template -- */#stacks_in_157876 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_157876 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_157876 .fluid-image.unlimited img{width:100% !important}#stacks_in_157876 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_157876 .fluid-image.align-left img{float:left}#stacks_in_157876 .fluid-image.align-right img{float:right}
  .circle_stacks_in_157811{width: 200px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157811.png) center;background-size: 160% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_157811{width: 300px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157811.png) center;background-size: 160% auto}.hexagon_stacks_in_157811{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_157811{width: 400px;height: 200px;margin-left:-75px}.hexagon2_stacks_in_157811{height: 400px;width: 200px;margin:-75px 0px -75px 0px}.hexagon-in1_stacks_in_157811{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_157811{width:100%;height:100%;background:url(../RILatinoArtists_files/imageTypeDrag-157811.png) center;background-size: 160% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_157811{width: 200px;height: 200px}.dodecagonhex_stacks_in_157811{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}
#stacks_in_157811 {
	margin:  4px;
	padding:  4px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157902 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157902 .theDivider1,
#simpleDivider_stacks_in_157902 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157902 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157902.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157902.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157902 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157902.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157902.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157902.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157902.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Header Pro Each css Template  770 & 440-- */

#stacks_in_157927 {
	text-align: center !important;
}

.stacks_in_157927_inner_sanctum{
	font-size: 100% !important;
}

@media only screen and (max-width: 770px) {
	#stacks_in_157927 {
		text-align: center !important;
	}
	.stacks_in_157927_inner_sanctum{
		font-size: 100% !important;
	}
}

@media only screen and (max-width: 400px) {
  #stacks_in_157927 {
	  text-align: center !important;
  }
  .stacks_in_157927_inner_sanctum{
	  font-size: 100% !important;
  }
}

.stacks_in_157927_pro_text{
	display: inline-block !important;
	position:relative;
	box-sizing: border-box;
}







/* -- End Header Pro Each css Template -- */#stacks_in_157870 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_157870 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_157870 .fluid-image.unlimited img{width:100% !important}#stacks_in_157870 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_157870 .fluid-image.align-left img{float:left}#stacks_in_157870 .fluid-image.align-right img{float:right}
  .circle_stacks_in_157801{width: 200px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157801.png) center;background-size: 140% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_157801{width: 300px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157801.png) center;background-size: 140% auto}.hexagon_stacks_in_157801{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_157801{width: 400px;height: 200px;margin-left:-75px}.hexagon2_stacks_in_157801{height: 400px;width: 200px;margin:-75px 0px -75px 0px}.hexagon-in1_stacks_in_157801{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_157801{width:100%;height:100%;background:url(../RILatinoArtists_files/imageTypeDrag-157801.png) center;background-size: 140% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_157801{width: 200px;height: 200px}.dodecagonhex_stacks_in_157801{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}
#stacks_in_157801 {
	margin:  4px;
	padding:  4px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157899 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157899 .theDivider1,
#simpleDivider_stacks_in_157899 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157899 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157899.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157899.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157899 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157899.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157899.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157899.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157899.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157821 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_157821 .theDivider1,
#simpleDivider_stacks_in_157821 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157821 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_157821.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157821.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157821 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157821.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157821.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157821.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157821.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Header Pro Each css Template  770 & 440-- */

#stacks_in_157930 {
	text-align: center !important;
}

.stacks_in_157930_inner_sanctum{
	font-size: 100% !important;
}

@media only screen and (max-width: 770px) {
	#stacks_in_157930 {
		text-align: center !important;
	}
	.stacks_in_157930_inner_sanctum{
		font-size: 100% !important;
	}
}

@media only screen and (max-width: 400px) {
  #stacks_in_157930 {
	  text-align: center !important;
  }
  .stacks_in_157930_inner_sanctum{
	  font-size: 100% !important;
  }
}

.stacks_in_157930_pro_text{
	display: inline-block !important;
	position:relative;
	box-sizing: border-box;
}







/* -- End Header Pro Each css Template -- */#stacks_in_157872 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_157872 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_157872 .fluid-image.unlimited img{width:100% !important}#stacks_in_157872 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_157872 .fluid-image.align-left img{float:left}#stacks_in_157872 .fluid-image.align-right img{float:right}
  .circle_stacks_in_157810{width: 200px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157810.png) center;background-size: 170% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_157810{width: 300px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157810.png) center;background-size: 170% auto}.hexagon_stacks_in_157810{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_157810{width: 400px;height: 200px;margin-left:-75px}.hexagon2_stacks_in_157810{height: 400px;width: 200px;margin:-75px 0px -75px 0px}.hexagon-in1_stacks_in_157810{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_157810{width:100%;height:100%;background:url(../RILatinoArtists_files/imageTypeDrag-157810.png) center;background-size: 170% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_157810{width: 200px;height: 200px}.dodecagonhex_stacks_in_157810{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}
#stacks_in_157810 {
	margin:  4px;
	padding:  4px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157904 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157904 .theDivider1,
#simpleDivider_stacks_in_157904 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157904 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157904.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157904.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157904 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157904.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157904.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157904.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157904.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Header Pro Each css Template  770 & 440-- */

#stacks_in_157895 {
	text-align: center !important;
}

.stacks_in_157895_inner_sanctum{
	font-size: 130% !important;
}

@media only screen and (max-width: 770px) {
	#stacks_in_157895 {
		text-align: center !important;
	}
	.stacks_in_157895_inner_sanctum{
		font-size: 115% !important;
	}
}

@media only screen and (max-width: 400px) {
  #stacks_in_157895 {
	  text-align: center !important;
  }
  .stacks_in_157895_inner_sanctum{
	  font-size: 100% !important;
  }
}

.stacks_in_157895_pro_text{
	display: inline-block !important;
	position:relative;
	box-sizing: border-box;
}






.stacks_in_157895_pro_text{
	
		background: url("../RILatinoArtists_files/image-157895.png") !important;
	
	color: transparent !important;
	-webkit-text-fill-color: transparent !important;
	background-position: center center !important;
	background-size: cover !important;
	background-clip: text !important;
	-webkit-background-clip: text !important;
}

#stacks_in_157895 a, #stacks_in_157895 a:active, #stacks_in_157895 a:visited, #stacks_in_157895 a:hover {
	color: transparent !important;
}


/* -- End Header Pro Each css Template -- */
#stacks_in_157895 {
	background-color: rgba(254, 204, 102, 0.31);
}

#stacks_in_157890 .pullquote {
font-size:1.25em;
display:block;

padding:0.5em;

font-style:italic;
}



#stacks_in_157890 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_157890 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_157890 {
	background-color: rgba(254, 204, 102, 0.31);
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157900 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157900 .theDivider1,
#simpleDivider_stacks_in_157900 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157900 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157900.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157900.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157900 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157900.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157900.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157900.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157900.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_157900 {
	background-color: rgba(254, 204, 102, 0.31);
}



	#stacks_in_157911 .button_icon,#stacks_in_157911 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_157911 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}




	#stacks_in_157911 .button_icon {
		border-left: 1px solid rgba(0,0,0,0.2);
		float:right;
		padding-left:14px;
	}
	#stacks_in_157911 .button_label {
		border-right: 1px solid rgba(255,255,255, 0.2);
		float:right;
		padding: 0px 14px 0px 7px;
	}


#stacks_in_157911 .sweet_button_wrapper {
	text-align:center;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_157911 .sweet_button_wrapper {
		
			height:28px;
		
	}

	
		#stacks_in_157911 .button_icon,#stacks_in_157911 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

	#stacks_in_157911 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_157911 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(179, 179, 179, 1.00);
	border-radius:12px;
	background:rgba(204, 255, 102, 1.00);
}
#stacks_in_157911 .sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_157911 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_157911 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(224, 255, 122, 1.00);
}
#stacks_in_157911 .sweet_button:active{
	background: rgba(184, 235, 82, 1.00);
}
#stacks_in_157911 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_157911 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_157911 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}







#stacks_in_157911 .sweet_button.candy {
	background: rgba(204, 255, 102, 1.00);
	background: linear-gradient(top, rgba(255, 255, 183, 1.00) 0%, rgba(224, 255, 122, 1.00) 50%, rgba(204, 255, 102, 1.00) 50%, rgba(234, 255, 132, 1.00) 75%, rgba(255, 255, 153, 1.00) 100%);
}
#stacks_in_157911 .sweet_button.candy:hover {
	background: rgba(224, 255, 122, 1.00);
	background: linear-gradient(top, rgba(255, 255, 193, 1.00) 0%, rgba(244, 255, 142, 1.00) 50%, rgba(224, 255, 122, 1.00) 50%, rgba(255, 255, 163, 1.00) 100%);
}
#stacks_in_157911 .sweet_button.candy:active{
	background: rgba(184, 235, 82, 1.00);
	background: linear-gradient(top, rgba(255, 255, 163, 1.00) 0%, rgba(224, 255, 122, 1.00) 50%, rgba(204, 255, 102, 1.00) 50%,  rgba(255, 255, 132, 1.00) 100%);
}
#stacks_in_157911 .sweet_button.candy.clicked {
	background: rgba(38, 113, 45, 1.00);
	background: linear-gradient(top, rgba(68, 203, 81, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%, rgba(68, 143, 75, 1.00) 75%, rgba(57, 169, 67, 1.00) 100%);
}
#stacks_in_157911 .sweet_button.candy.clicked:hover {
	background: rgba(68, 143, 75, 1.00);
	background: linear-gradient(top, rgba(72, 214, 85, 1.00) 0%, rgba(78, 153, 85, 1.00) 50%, rgba(58, 133, 65, 1.00) 50%, rgba(60, 180, 72, 1.00) 100%);
}
#stacks_in_157911 .sweet_button.candy.clicked:active{
	background: rgba(18, 93, 25, 1.00);
	background: linear-gradient(top, rgba(60, 180, 72, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%,  rgba(49, 146, 58, 1.00) 100%);
}


#stacks_in_157911 {
	background-color: rgba(254, 204, 102, 0.31);
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157942 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157942 .theDivider1,
#simpleDivider_stacks_in_157942 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157942 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157942.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157942.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157942 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157942.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157942.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157942.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157942.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_157942 {
	background-color: rgba(254, 204, 102, 0.31);
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157912 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157912 .theDivider1,
#simpleDivider_stacks_in_157912 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157912 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157912.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157912.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157912 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157912.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157912.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157912.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157912.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157822 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_157822 .theDivider1,
#simpleDivider_stacks_in_157822 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157822 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157822.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157822.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157822 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157822.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157822.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157822.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157822.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157839 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157839 .theDivider1,
#simpleDivider_stacks_in_157839 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157839 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_157839.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157839.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157839 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157839.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157839.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157839.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157839.bgImageOn .theDivider1 img {
	display: block;
}

/* -- Start Header Pro Each css Template  770 & 440-- */

#stacks_in_157920 {
	text-align: center !important;
}

.stacks_in_157920_inner_sanctum{
	font-size: 100% !important;
}

@media only screen and (max-width: 770px) {
	#stacks_in_157920 {
		text-align: center !important;
	}
	.stacks_in_157920_inner_sanctum{
		font-size: 100% !important;
	}
}

@media only screen and (max-width: 400px) {
  #stacks_in_157920 {
	  text-align: center !important;
  }
  .stacks_in_157920_inner_sanctum{
	  font-size: 100% !important;
  }
}

.stacks_in_157920_pro_text{
	display: inline-block !important;
	position:relative;
	box-sizing: border-box;
}







/* -- End Header Pro Each css Template -- *//*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157922 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157922 .theDivider1,
#simpleDivider_stacks_in_157922 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157922 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157922.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157922.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157922 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157922.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157922.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157922.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157922.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_157937 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_157937 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_157937 .jwresp_col_wrapper.right{float:right}#stacks_in_157937 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_157937 #jwresp_col2_stacks_in_157937,#stacks_in_157937 #jwresp_col4_stacks_in_157937{float:right}#stacks_in_157937 #jwresp_col1_stacks_in_157937,#stacks_in_157937 #jwresp_col3_stacks_in_157937{margin-right:2} @media screen and (max-width:770px){#stacks_in_157937 .jwresp_col_wrapper.left,#stacks_in_157937 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_157937 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_157937 .jwresp_col{width:49%}#stacks_in_157937 #jwresp_col1_stacks_in_157937,#stacks_in_157937 #jwresp_col3_stacks_in_157937{margin:0}}  @media screen and (max-width:500px){#stacks_in_157937 .jwresp_col{width:100%;display:block}#stacks_in_157937 #jwresp_col1_stacks_in_157937,#stacks_in_157937 #jwresp_col2_stacks_in_157937,#stacks_in_157937 #jwresp_col3_stacks_in_157937{margin:0;margin-bottom:20px}#stacks_in_157937 #jwresp_col4_stacks_in_157937{margin:0}#stacks_in_157937 .jwresp_col_wrapper.left{margin-bottom:0}}
#stacks_in_157882 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_157882 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_157882 .fluid-image.unlimited img{width:100% !important}#stacks_in_157882 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_157882 .fluid-image.align-left img{float:left}#stacks_in_157882 .fluid-image.align-right img{float:right}
  .circle_stacks_in_157812{width: 200px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157812.png) center;background-size: 155% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_157812{width: 300px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157812.png) center;background-size: 155% auto}.hexagon_stacks_in_157812{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_157812{width: 400px;height: 200px;margin-left:-75px}.hexagon2_stacks_in_157812{height: 400px;width: 200px;margin:-75px 0px -75px 0px}.hexagon-in1_stacks_in_157812{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_157812{width:100%;height:100%;background:url(../RILatinoArtists_files/imageTypeDrag-157812.png) center;background-size: 155% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_157812{width: 200px;height: 200px}.dodecagonhex_stacks_in_157812{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}
#stacks_in_157812 {
	margin:  4px;
	padding:  4px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157910 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157910 .theDivider1,
#simpleDivider_stacks_in_157910 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157910 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157910.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157910.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157910 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157910.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157910.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157910.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157910.bgImageOn .theDivider1 img {
	display: block;
}

  .circle_stacks_in_157933{width: 200px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157933.png) center;background-size: 130% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_157933{width: 400px;height: 200px;background:url(../RILatinoArtists_files/imageTypeDrag-157933.png) center;background-size: 130% auto}.hexagon_stacks_in_157933{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_157933{width: 400px;height: 200px;margin-left:-75px}.hexagon2_stacks_in_157933{height: 400px;width: 200px;margin:-75px 0px -75px 0px}.hexagon-in1_stacks_in_157933{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_157933{width:100%;height:100%;background:url(../RILatinoArtists_files/imageTypeDrag-157933.png) center;background-size: 130% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_157933{width: 200px;height: 200px}.dodecagonhex_stacks_in_157933{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}
#stacks_in_157933 {
	margin:  4px;
	padding:  4px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_157934 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_157934 .theDivider1,
#simpleDivider_stacks_in_157934 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_157934 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_157934.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_157934.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157934 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_157934.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_157934.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_157934.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_157934.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_1315 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1315 .theDivider1, #simpleDivider_stacks_in_1315 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_1315 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_1315 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}
