/*-----------------------------------------------------------------------------------*/
/* Custom CSS */
/*-----------------------------------------------------------------------------------*/

#base1_modules.block_holder {
padding: 15px 0px;
}
.hornav {
    background: #fff none repeat scroll 0 0;
    padding: 35px;
}
#slideshow.block_holder {
   padding: 0;
}
.layerslideshow .info {
    opacity: 1.0;

}
#logo {
    padding: 0;
}
#copyright p {
    color: #000;
	text-transform:none;

}
.module h3, .module_menu h3, h3 {
    color: #75a8b4;
}
.module .module_surround .module_header h3, .module_menu .module_surround .module_header h3 {
 	font-size: 28px;
	text-transform: none;
}

.item-title, .page-header {
	text-transform:none;
}
hr.line-dots {
  background: url(../images/dot.png) repeat-x center;
  padding: 0.8em 0;
  border: none;
}
hr {
	width: 100%;
}
.beigeheading {
  font-size: 10pt;
  color: #dcd6c9;
  font-weight: bold;
}
.dark_beigeheading {
  font-size: 10pt;
  color: #b6b0a3;
  font-weight: bold;
}
.jadeheading {
  font-size: 10pt;
  color: #80b4c3;
  font-weight: bold;
}
.dark_greyheading {
  font-size: 10pt;
  color: #378699;
  font-weight: bold;
}
.gallery-title {
    font-family: italianno;
    font-size: 45px;
    color: #7BABB7;
    line-height: 50px;
}
/* Dropcap ---*/
.dropcap {
  display: block;
  float: left;
  font: 50px/30px Georgia, Times, serif;
  padding: 7px 8px 0 0;
    color: #378699;
}

/* columns system */
.yjsg-row {
	display: block;
	margin:0 auto;
	height: auto;
	width: auto;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inside-container .yjsg-row,
.yjsg_grid .yjsg-row {
	margin-left:-15px;
	margin-right:-15px;
}
.yjsg-row .yjsg-row {
	margin:0 auto;
}
[class*='yjsg-col-'] {
 display:block;
 float:left;
 margin:0;
 padding:0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
[class*='yjsg-col-'] {
 padding-left:15px;
 padding-right:15px;
}
.yjsg-col-1 {
	width:100%;
	float:none;
}
.yjsg-col-1-2 {
	width: 50%;
}
.yjsg-col-1-3 {
	width:33.33333333333333%;
}
.yjsg-col-1-4 {
	width: 25%;
}
.yjsg-col-1-5 {
	width:20%;
}
.yjsg-col-1-6 {
	width:16.66666666666667%;
}
.yjsg-col-1-8 {
	width: 12.5%;
}
.yjsg-col-2-3 {
	width: 66.66%;
}
.yjsg-col-3-4 {
	width:75%;
}
.yjsg-col-2-5 {
	width:40%;
}
.yjsg-col-3-5 {
	width:60%;
}
.yjsg-col-4-5 {
	width:80%;
}
 @media screen and (max-width: 979px) {
 [class*='yjsg-col-'] {
 width: 50%;
}
.yjsg-col-1,
[class*='yjsg-col-1-']:nth-child(odd):last-child {
	width:100%;
}
}
 @media screen and (max-width: 719px) {
 [class*='yjsg-col-'] {
 width: 100%;
}
ul.star li {
    background: transparent url("../images/typo/star.png") no-repeat scroll left top;
}
.module:first-of-type .module_surround {
    padding-top: 25px !important;
}
.module .module_surround, .module_menu .module_surround {
    padding: 0px 10px;
}
.maincontent {
    padding: 10px 35px !important;
}
h2, .content-category h1 {
    font-size: 1.8em;
}
.snip1305 h3 {
    font-size: 1.4em;
}
#djmediatools a.dj-category {
    padding: 0px;
}
.btn, .button {
    padding: 5px 10px !important;
	border: #000 solid 1px;
}
.gallery-shadow {
   background: #fafafa;
   margin: 10px;
	box-shadow: 0 0 5px #aaa;
	border-radius: 3px;
	-webkit-transition: all 200ms ease 50ms;
	transition: all 200ms ease 50ms;
}

