ul {
	padding-left:20px;
}

/* Bottom Social
-----------------------------------------------------------------*/

#bottom-social,
#bottom-social ul { margin: 0; }

#bottom-social li,
#bottom-social li a,
#bottom-social li .ts-icon,
#bottom-social li .ts-text {
	display: block;
	position: relative;
	float: left;
	width: auto;
	overflow: hidden;
	height: 44px;
	line-height: 44px;
}

#bottom-social li { border-left: 1px solid #737373; }

#bottom-social li:first-child { border-left: 0 !important; }

#bottom-social li a {
	float: none;
	width: 40px;
	font-weight: bold;
	color: #666;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
}

#bottom-social li a:hover {
	color: #FFF !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#top-social .si-newspaper2:hover {
	background-color: #525252;
}

#bottom-social li .ts-icon {
	width: 40px;
	text-align: center;
	font-size: 14px;
}

.footer-world-map {
	background: url('../image-files/world-map.png') no-repeat center center;
	background-size: 100%;
	height: 100%;
}

.section {

    background-color: #FFFFFF !important;

}

.blogItThumbnail {
    height: auto;
}

.entry-title, .entry-content {
    text-align: justify;
}


/* ==========================================================================
  FilmProposals Customization
============================================================================= */

.image100 {
	max-width:100%;
	height: auto;
}

.image100center {
	max-width:100%;
	height: auto;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
	ul.grant-bullets {
	  -moz-column-count: 2;
	  -moz-column-gap: 20px;
	  -webkit-column-count: 2;
	  -webkit-column-gap: 20px;
	  column-count: 2;
	  column-gap: 20px;
	}

	ul.grant-bullets li {
	  margin-left:10px;
	}
}


/* Paypal Button Fix on Advertising Page
-----------------------------------------------------------------*/
.pricing-action select {
  width:100%;
}


/* End Paypal Button Fix on Advertising Page


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {

	font-size:20px;
}

	#content p {
    font-size: 20px;
}

/* ----------------------------------------------------------------
	Promo Boxes (melissaskipped)
-----------------------------------------------------------------*/


.promo.promo-light {
	background-color: #EBF6FF; /* Changed from #F5F5F5 Melissa/*/
	
}


/*  Col SECTIONS from http://www.responsivegridsystem.com/*/

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 0.8%; /*1% 0 1% 1.6%*/
	padding:0;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF THREE COLUMNS ============================================================================= */


.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 66.13%;
}

.span_1_of_3 {
	width: 32.26%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.span_1_of_3 {
		width: 100%;
	}
	.span_1_of_3:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
}

/*  GRID OF FOUR   ============================================================================= */


.span_4_of_4 {
	width: 100%;
}

.span_3_of_4 {
	width: 74.6%;
}

.span_2_of_4 {
	width: 49.2%;
}

.span_1_of_4 {
	width: 23.8%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%;
	}
	.span_3_of_4 {
		width: 100%;
	}
	.span_2_of_4 {
		width: 100%;
	}
	.span_1_of_4 {
		width: 49.2%;
	}

}

/*  GRID OF FIVE   ============================================================================= */


.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%;
}

.span_3_of_5 {
  	width: 59.36%;
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_5_of_5 {
		width: 100%;
	}
	.span_4_of_5 {
		width: 100%;
	}
	.span_3_of_5 {
		width: 100%;
	}
	.span_2_of_5 {
		width: 100%;
	}
	.span_1_of_5 {
		width: 49.2%;
	}
	.span_1_of_5:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}

}

/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6,
.span_2_of_6_md {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}

@media only screen and (max-width: 900px) {
	.span_2_of_6_md {
	  width: 100%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_6_of_6 {
		width: 100%;
	}
	.span_5_of_6 {
		width: 100%;
	}
	.span_4_of_6 {
		width: 100%;
	}
	.span_3_of_6 {
		width: 100%;
	}
	.span_2_of_6 {
		width: 100%;
	}
	.span_2_of_6_md {
	  width: 100%;
	}
	.span_1_of_6 {
		width: 100%;
	}
}

/*  GRID OF EIGHT COLUMNS   ============================================================================= */


.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
	width: 87.3%;
}

.span_6_of_8 {
	width: 74.6%;
}

.span_5_of_8 {
	width: 61.9%;
}

.span_4_of_8 {
	width: 49.2%;
}

.span_3_of_8 {
	width: 36.5%;
}

.span_2_of_8 {
	width: 23.8%;
}

.span_1_of_8 {
	width: 11.1%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_8_of_8 {
		width: 100%;
	}
	.span_7_of_8 {
		width: 100%;
	}
	.span_6_of_8 {
		width: 100%;
	}
	.span_5_of_8 {
		width: 100%;
	}
	.span_4_of_8 {
		width: 100%;
	}
	.span_3_of_8 {
		width: 100%;
	}
	.span_2_of_8 {
		width: 49.2%;
	}
	.span_1_of_8 {
		width: 24.6%;
	}
	.span_1_of_8:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.span_2_of_8:nth-child(2n+1) {
	clear: both;
	margin-left: 0;

}
}
/*  MELISSA CHANGES TO THIS STYLESHEET (melissaskipped)*/

/******* Google Search widget *******/
#cse-search-box div{
	width: 100%;
	/* background-image: none !important;
	background: none !important; */
	border: none !important
}

#cse-search-box input[type="text"] {
	padding: 0 12px;
	height: 30px;
	background-color: transparent;
	font-size: 12px;
	line-height: 30px;
	/* background-image: none !important;
	background: none !important;
	border: none !important */
}

#cse-search-box input[type="submit"] {
	font-size: 15px;
	width: 115px;
	padding: 3px 0px 5px;
	background: #60a3d0;
	color: #fff;
	border: none;
}
table.cse-search-box td {border: 0}

/******* End Google Search widget *******/

/******* Blog It Styling (melissaskipped) *******/
.blogItItem h3 {
	color: #3FA5FF;
	font-size: 28px;
	font-weight: bold;
}

.blogItItem .blogItReadMore {
clear: both;
}

.blogItItem .blogItThumbnail {
	clear: both;
	max-width: 200px !important;
}
/******* End Blog It Styling *******/

/******* C2 Submission  (melissaskipped) *******/
    .with_images .othervisitors p {
    margin-left:56px;
    }

   .thumb_container {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 3px 20px 20px;
	    }


    .with_images .othervisitors .submission_thumbnail {
    width:100%;
    }
    .othervisitors {
    clear: both;
    }

/******* End C2 Submission  *******/

/******* C2 fixes  *******/

.breadcrumbs a {
	float: left;
	margin: 0 3px;
	color: #3FA5FF;
}

.breadcrumbs a:hover {
	color: #3FA5FF;
	text-decoration: underline !important;
}

h1 {
	font-size: 36px;
	color: #3FA5FF;
	font-weight: bold;
	}

h2 {
	font-size: 28px;
	color: #3FA5FF;
	font-weight: bold;
	}

.comments{
max-width:100% !important;
}

.comments .date{
width:0 !important;
}

.breadcrumbs {
 text-align:left;
}

/******* SBI Comments *******/
table#comments {
max-width:90% !important;
}

table#comments .date {
width:15% !important;
}

/******* SBI Comments *******/
/******* end C2 fixes  *******/


/******* yellow purchase button *******/
a.order-button{
	width: 80%;
	height: auto;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 90px;
	color: #886a00;
	font-size: 36px;
	font-family: 'Museo500', Georgia, times, serif;
	background: #ffc600 url(//www.filmproposals.com/image-files/order-btn-bg.png) repeat-x;
	text-decoration: none;
	border-radius: 4px;
}
/******* yellow purchase button *******/

/******* image formatting *******/

.blogItThumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 150px;
	clear: both;
	max-width: 200px !important;
}

.productimage {
  max-height: 400px;
	width: auto;
	display: block;
  margin-left: auto;
  margin-right: auto;
	
}

/******* image formatting *******/

section.bg-white,
.section.bg-white {
	background-color:#ffffff;
}
#page-title {
	border-bottom:0;
}

.breadcrumb-item {

}
.breadcrumb-item a {
	color:#3FA5FF;
}
.breadcrumb a:hover {
	color:#000;
}

#content .info-3-area h2 {
	font-size:22px;
	margin-bottom:10px;
	text-align:center;
}
#content .info-3-area p {
	font-size:13px;
	line-height: 1.5;
}

.biz-plan-image {
	height: 15em !important;
}


/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
#slider h1 {
	font-size: 32px;
	color: #FFF;
	text-shadow: .5px 10px 10px rgba(0,0,0,0.1), 0 4px 4px rgba(0.5,0.5,0.5,0.5);
}
#slider span.slider-sub-heading {
	font-size: 14px;
	color: #FFF;
	text-shadow: .5px 10px 10px rgba(0,0,0,0.1), 0 4px 4px rgba(0.5,0.5,0.5,0.5);
	margin-top: 0;
}
.breadcrumb-item {
	font-size:13px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	#slider h1 {
		font-size: 42px;
	}
	#slider span.slider-sub-heading {
		font-size: 24px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#slider h1 {
		font-size: 52px;
	}
	#slider span.slider-sub-heading {
		font-size: 34px;
	}
	.breadcrumb-item {
		font-size:16px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#slider h1 {
		font-size: 62px;
	}
	#slider span.slider-sub-heading {
		margin-top: 10px;
		font-size: 44px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#slider h1 {
		font-size: 64px;
	}
	#slider span.slider-sub-heading {
		font-size: 54px;
	}
}
/* Fix for Top Menu 1 Line on mobile */
@media (max-width: 576px) {
	.top-links li > a {
		font-size: 10px;
	}
}
