.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #a12222; }

.no-space {
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.strike-out {
    text-decoration: line-through;
}


.marqueeline {
    padding: 0.5rem 0.2rem 0rem 0.2rem;
    background-color: #dfefef;
}


.searchbox {
    padding: 1.3rem 0.2rem 0.2rem 0.2rem;
}

.listbox {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    box-shadow: 10px 0 10px 0 rgba(0,0,0,.1);
    line-height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
	background-image: linear-gradient(to bottom, #ededff, #ffffff); /* Standard syntax (must be last) */
}

.mutiimagebox {
    border: 2px solid #eee;
	padding: .2rem .2rem .2rem .2rem;
    background-color: #ffffff;
}


.searchinsearch {
    border: 0px solid #ccc;
    border-radius: 0px;
    overflow: hidden;
	margin-top: 0rem;
    padding: 1rem 0.2rem 0.2rem 0.2rem;
    text-align: center;
	font-size: 28px;
	font-family: 'Katibeh', cursive;
}


.searchfont { font-family: 'Katibeh', cursive; }

.sortby {
    background-color: rgb(255, 255, 255);
	margin-top: 0rem;
	margin-bottom: 0rem;
    padding: .0rem .5rem .2rem .5rem;
	font-size:20px;
	color:#0099FF;
}

.pagenum {
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    padding: .0rem .5rem .5rem .5rem;
    text-align: center;
	font-size: 20px;
    background-color: rgb(255, 255, 255);
}

.pagenum:hover {
    background-color: rgb(231, 231, 231);
}

.pagenum-active {
    background-color: rgb(180, 180, 180);
	font-weight:400;
}

.my-color{
  background-color:#DCDCDC;
  padding:5px 2px 5px 2px;
}

.no-margin{
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.strike { text-decoration: line-through; }

.size-10 { font-size: 10px; }

.size-12 { font-size: 12px; }

.size-14 { font-size: 14px; }

.size-16 { font-size: 16px; }

.size-18 { font-size: 18px; }

.size-21 { font-size: 21px; }

.size-24 { font-size: 24px; }

.size-36 { font-size: 36px; }

.size-48 { font-size: 48px; }

.size-60 { font-size: 60px; }

.size-72 { font-size: 72px; }

.red {color: #ff0000;}
.blue {color: #0000ff;}
.black {color: #000000;}
.magenta {color: #ff00ff;}
.green  {color: #00ff00;}
.navyblue {color: #000080;}
.grey  {color: #333333;}
.lightgrey  {color: #cccccc;}

textarea {
    height: auto;
}


#studiosCallout {
    border-top: 1px solid #f6f4f4;
    margin-bottom: 4rem;
    padding: 45px 45px 20px 45px !important;
    background-color: #fafafa !important;
    max-width: 1200px;
}

.page-intro {
    color: #767676;
    font-size: 1.125rem;
    line-height: 1.6;
}

.my-padding{
    padding: 1rem 0rem 1rem 1rem;
}

h1,h2,h3,h4,h5,h6,
h7,
h8,
h9 {
  margin: 0;
  padding: 0; 
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Dosis", sans-serif;}

a, .a,
p, .p {
  font-family: "Poppins", sans-serif;}



h7, .h7,
h8, .h8,
h9, .h9 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit; 
  text-rendering: optimizeLegibility; }

h7 small, .h7 small,
h8 small, .h8 small,
h9 small, .h9 small {
line-height: 0;
    color: #cacaca; }


h7, .h7 {
  font-size: 1.45rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h8, .h8 {
  font-size: 1.35rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h9, .h9 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }


.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 0px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }


@media print, screen and (min-width: 10em) {
  h7, .h7 {
    font-size: 0.9rem; }
  h8, .h8 {
    font-size: 0.8rem; }
  h9, .h9 {
    font-size: 0.75rem; } }

@media print {
  a[href]:after {
    content: none !important;
  }
}