/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Roboto;
	font-weight: 300;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@mixin my-vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* General settings for all major sections   */
#p1_images, #p1_bodytext, #p1_news, #p1_twitter, #p1_insta, #p1_face, #footer, #p1_news_header, #p1_news_stories, 
	#menu-search-wrap, .news_story, .menu-wrap , .ns_header , #client, #clients, #contact, #brands, #submissions, #newsitem, #newsitem_header,
	#search-results, #search-results-list{
        display: block;
        position: relative;
        float: left;
		background: #fff;
		border-bottom: 1px solid #ccc;
		line-height: 115%;
}

#header, #header-thin, #footer, #p1_images, #p1_bodytext , .menu-wrap, .ns_header, #search-results, #newsitem_header {
	width: 100%;
}

body {
	background: #fff;
}


/* Class for all page titles */
#page_title {
	display: block;
	width: 100%;
	text-indent: 10px;
	/* border-bottom: 1px solid #ccc; */
	line-height: 160%;
	margin-bottom: 4px;
	padding-bottom: 2px;
	text-align: left;
	font-size: 16pt;
	font-weight:100;
  	color: #97D700;
}


/* Class to give maximum body width  */
#bodycontainer {
	max-width: 970px; 
	margin-left: auto; 
	margin-right: auto;
}


/* Contact Page */
#contact{
	width: 100%;

}

#contact_big{
	display: block;
	width: 100%;
}
#contact_small{
	display: none;
}

a {
	text-decoration: none;
	color: #919191;
}

.tester_left{
	display: inline-block;
	text-align: right;
	/*vertical-align: top;*/
	width: 50%;
	margin-left: 0px;
	margin-right: 0px;
	padding-top:4px;
	margin-top: 10px;
}
.addr_pic img{
	width: 100px;
}
.tester_right{
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

#contact_map{
	margin-top: 10px;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;

}
#contact_frame{
	margin-left: auto;
	margin-right: auto;

	position:relative;
	padding-bottom: 50%;
	height: 0;
	width: 50%;
	overflow: hidden;
}
#contact_frame iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mc_embed_signup{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 32pt;
	
	text-decoration: underline;

}

.media_col{
	float: left; 
	width: 33.33%;
}

.addrimg img{
	position: relative;
	top: 3px;
	width: 18px;
}


/* Height to match that of the icon - so that clicks work properly on IOS*/
#left-menu{
	font-size: 34px;
}


#header-thin, #sidr{
	display: none;
}

#header-thin a, #header #header-right #company-social a, #clients a, #books a, .tester_right a, #contact_small a, #newsitem_text a, #client_photo_contact a, #mc_embed_signup a, .newsbox_client a{
	text-decoration:none;
		color: #000;

}


#page_container {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	font-family: Roboto; 
	font-weight: 300;
	font-size: 12pt;
	color: #000;
	min-width: 320px;
}

#menu-thin {
	margin-top: 10px;
	margin-left: 10px;;
	
	font-family: Roboto; 
	font-weight: 300;
	
	font-size: 12pt;
	color: #000;
}




#header {
	 width: 100%;
	 margin-bottom:5px;
	 margin-top:5px;
	 font-size: 12pt;
	 overflow: hidden;
	 height: 180px;
	 }

#header #header-logo {
	float: left;
	width: 460px;

	}
	
	
#header #header-logo  img{
	/*width: 100%*/
	}



#header #header-right{
	float: none;
	display: block;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 100%;
}
	 
#header #header-right #company-social{
	display: inline;
}

#company-social img {
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
  }

#company-social img:hover {
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

#header #header-right .header-text {
	display: block;
	position: relative;
	top: 25px;
}
#header #header-right #company-telephone {
	display: block;
	/* position: absolute; */
	right: 0;
	bottom: 0;
	margin-left: 2%;
	font-size: 16pt;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-right: 10px;
	}
	 

#p1_popup button{
	background-color: white;
	border: 1px solid black;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	width: 200px;
	margin-bottom: 10px;
}	

#p1_popup  button:hover {
	background-color: grey;
	color: white;
}
	
.modal {
    /* display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 5%;
	left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	
	/* Allows us to fade in the popup */
	visibility: none;
	opacity: 0;
	transition: opacity 600ms, visibility 600ms; 
}

.modal-content {
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	max-width: 500px;
	text-align: center;
	font: inherit;
	margin-top: 200px;
	/* visibility: none;
	opacity: 0;
	transition: opacity 600ms, visibility 600ms; */
}

#modal-text {
	margin-top: 20px;
	margin-bottom: 20px;
}
#modal-buttons {
	line-height: 150%
}

.clearfix:after {
	display: block;
	clear: both;
}

#menu-search-wrap{
	width: 100%;
	border-bottom: none;
}

.menu-wrap{
    background:#ffffff;
	width: 620px;
	border-bottom: none;
	}

.menu {
	display: inline;
	margin: 0px auto;
}

.menu li {
    margin:0px;
    list-style:none;
}

.menu a {
    transition:all linear 0.15s;
    color:#000000;
	text-decoration:none;
}	

.menu li:hover > a, .menu .current-item > a {
    text-decoration:none;
}

.menu .arrow {
    font-size:11px;
    line-height:0%;
}

.menu > ul > li {
    float:left;
    display:inline-block;
    position:relative;
}

.menu > ul > li > a {
    padding:2px 10px;
	padding-bottom: 5px;
    display:inline-block;
    /*text-shadow:0px 1px 0px rgba(0,0,0,0.4);*/
}

.menu > ul > li:hover > a, .menu > ul > .current-item > a {
    background:#97D700;
	color: #fff;
}

/*----- Bottom Level -----*/
.sub-menu {
    width:200%;
    padding:5px 0px;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#fff;
}

.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}

.sub-menu li {
    display:block;
}
 
.sub-menu li a {
    padding:5px 15px;
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    background:#97D700;
	color: #fff;
}

#searchbox{
	display: inline-block;
	float: right;
	top: -5px;
}
#searchbox input[type=text]{
	position: absolute;
	top: 0px;
	right: 30px;
	width: 175px;
	font-size: 10pt;
	color:#000000;

}

/* Search results */
#search-results{
	line-height: 115%;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#search-results-list{
	display: block;
	margin-bottom:100px;
		padding-left: 10px;
		padding-right: 10px;

}
.search-result{
	width: 100%;
	float: left;
	margin-top: 10px;
	cursor: pointer;
}
.search-result a{
	text-decoration: none;
	color: #000000;
}

.search-result-title{
    background:#97D700;
	color: #fff;
		cursor: pointer;

}
.search-result-detail{
	width: 100%;
	cursor: pointer;
}
.search-result-detail-image{
	float: left;
	display: inline;
	margin-right: 10px;
	cursor: pointer;

}
.search-result-detail-image img{
	width: 235px;
}
.search-result-detail-text{
	display: inline;
	width: 100%;
	overflow: hidden;
	cursor: pointer;

}

#search-nav{
	margin-top: 5px;
}

.search-navbutton{
	margin-right: 10px;
}

.search-navbutton a{
	text-decoration: none;
	color: #97D700;
}





/* Header page specific **/
	
#p1_images{
	margin-top: 5px;
	margin-bottom: 20px;
}
.celebs{
	display: none;
}

#p1_images img{
	width: 100%;
	font-size: 0;
	}

#p1_bodytext{
	 margin-bottom:10px;
	 margin-left: 0%;
	 font-size: 13pt;
	 color: black;
}
#p1_bodytext #body-text{
	 top: 0px;
	 min-height: 182px;
	 margin-left: 1%;
	 margin-right: 230px;
	position:relative;

	 }
#p1_bodytext #body-text p{
	margin-bottom: 1em;
	 }
#p1_bodytext  #body-text #body-image{
	position: absolute;
	top: 0;
	right: -230px;
	width: 230px;
	height: 172px;
	min-height: 100%;
	}


#p1_sidebar{
	width: 30%;
	float: right;
}

#p1_news{
	width: 36%;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	/*height: 200px;*/
}

#p1_news #p1_news_header{
	width: 100%;
	 font-size: 18pt;
	 margin-bottom: 10px;

}
#p1_news_header {
	border-bottom: none;
}

#p1_news #p1_news_stories{
	border-bottom: none;
}


#p1_tweets {
	display: inline-block;
	margin: 0 0 0 0;
	width: 30%;
	float: none;
}


#p1_tweets iframe{
	width: 100% !important;
	/*height: 100px;*/

}
#p1_insta{
	display: inline-block;
	width: 30%;
	float: right;
}

#p1_insta_header{
	margin-top: 5px;
}

#p1_insta_header a{
	text-decoration: none;
	color: #919191;
}
#p1_insta_content{
	margin-top: 10px;
}

#page_title_text{
	text-align: center;
}


#footer{
	margin-top:10px;
	background: #333333;
	font-size: 10pt;
	box-shadow: 0px 500px 0px 500px #333333;
	border-bottom: none;
}
#footer a, #footer #footer-list a{
	text-decoration: none;
	color: #999;

}


#footer #footer_text {
	padding-top: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	line-height: 130%;
	
}

#footer #footer_list {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	width: 80%;
	margin-left: auto;
	margin-right: auto; 
	-webkit-columns: 4 150px;
  -moz-columns: 4 150px;
  columns: 4 150px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
	
}

.footer-letter {
	color:#666;
	border-bottom: 1px solid #666;
	margin-bottom:5px;
	margin-top:5px;

}

.news{
	padding-bottom: 20px;
}

.news_story {
	font-size: 10pt;
	margin-bottom:20px;
	border-bottom: none;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	}

/*
.news_story:hover, .news_story:hover > div, .news_story a:hover{
	background:#97D700;
	color: #fff;
}
*/

.ns_text:hover, .ns_text2:hover {
	background:#97D700;
	color: #fff;
}



.ns_header {
	font-size: 18pt;
	margin-bottom: 5px;
}

.ns_header a {
	text-decoration: none;
	color: inherit;
}

.ns_celeb{
	float: left;
	width: 110px;
	min-height: 160px;
}

.ns_celeb_img {
}

.ns_celeb_name{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.ns_celeb_name a{
	text-decoration: none;
	color: #000000;
}
.ns_celeb_name a:hover{
	color: #616060;
}

.ns_text {
	display: block;
	overflow: hidden;
	min-width: 110px;
	
	line-height: 1.2em;
	height: 9.6em;
	padding-bottom: 0.1em;
}
.ns_text a {
	text-decoration: none;
	color: inherit;


}


.ns_text2 {
	display: block;
	overflow: hidden;
	min-width: 110px;
	line-height: 1.2em;

	height: 9.6em;
	padding-bottom: 0.1em;
}
.ns_text2 a {
	text-decoration: none;
	color: inherit;
}



/* News list page formats*/
#news{
	width: 98%;
	margin-right: 10px;
	margin-left: 10px;
}
#newsletter_link {
	color: #97D700;
	display: inline-block;
	text-indent: 0;
}
#news_stories{
	border-bottom: none;
}
#news_stories .ns_celeb{
	float: left;
	width: 110px;
	min-height: 160px;
}
#news_stories .ns_text{
	height: auto;
}


/* News item page formats*/
#news_item{
	width: 98%;
	margin-right: 10px;
	margin-left: 10px;
}
#news_story{
	border-bottom: none;
}
#news_story .ns_celeb{
	float: left;
	width: 110px;
	min-height: 160px;
}
#news_story .ns_text{
	height: auto;
}


/* show single new item formats*/
/*#newsitem{
	width: 98%;
	margin-right: 10px;
	margin-left: 10px;
}*/

#newsitem{
	width: 100%;
}
#newsitem_header {
	margin-bottom: 5px;
	font-size: 18pt;
		margin-left: 10px;
}

#newsitem_header a {
	text-decoration: none;
	color: inherit;
}

#newsitem_detail{
width: 100%;
min-height: 360px;
	}
#newsitem_celeb{
	position: absolute;
	display: inline;
	height: 235px;
	/*width: 200px;*/
	float: right;
	right: 5px;
	top: 35px;

	}
#newsitem_text{
margin-left: 10px;
margin-right: 190px;
text-indent: 0px;
	}
	
#newsitem_text_full{
margin-left: 0px;
margin-right: 0px;
	}
	
#newsitem_image{
	height: 235px;
	/*width: 300px;*/
	/*min-height: 280px;*/
	float: left;
	/*position: relative;*/
	/*min-height: 280px;*/
	margin-right: 10px;
}
#newsitem_image img{
	height: 235px;
	/*width: 290px;*/
	/*min-height: 280px;*/
}
#newsitem_video{
	
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	/*margin-left: 200px;*/
	text-align: center;
	width: 100%;	
	
}

#newsitem_video_movie{
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	position:relative;
	padding-bottom: 50%;
	height: 0;
	width: 90%;
	overflow: hidden;

}

#newsitem_video_movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* Client page formats*/


#client{
	margin-top: 10px;

}

#client_head{
	min-height: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#client_head_title{
	line-height: 115%;
	font-size: 22pt;
	float: left;
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
}

#client_head_icon{
	display: inline;
	position: relative;
	float: right;
	margin-right: 10px;
}
#client_head_icon img{
	width: 34px;
	height: 34px;
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
}


#client_head_icon img:hover {
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}



#client_photo{
	width: 180px;
	float: left;
	/*height: 100%;*/
	height: 460px;
	margin-right: 15px;
	margin-left: 10px;
}

#client_cv{
	padding-top:5px;
	padding-bottom:5px;
	
	text-align: center;
    background:#97D700;
	color: #fff;
	cursor: pointer;
}

.client_cv_other {
	padding-top:5px;
	padding-bottom:5px;
	margin-top: 5px;
	text-align: center;
    background:#97D700;
	color: #fff;
	cursor: pointer;
}

#client_photo_contact{
	margin-left: 10px;
	margin-top: 10px;
}


#client_detail{
	float: none;
	display: block;
	margin-left: 10px;
	/*overflow: hidden;*/
	margin-right: 10px;

}

#client_detail_text, #client_detail_text font[color="#fff"], #client_detail_text font[color="#ffffff"], #client_detail_text span, #client_detail_text i{
	/*override any font color defined in DB */
	color: #000 !important;
	display: table;
}

#client_detail_text {
	min-height: 560px;
}

#client_images_other {
	display:block;
	text-align: center;
	float: left;
	width: 100%;

}
.images_detail {
	display: inline-block;
	padding: 0 0 10px 10px

}
.images_detail img {
	width: 240px;
}


#client_detail_booklist{

}
#client_detail_bookitem{
	display: inline-block;
	margin-right: 10px;
}
#client_detail_bookitem img{
	width: 100px;
		cursor: pointer;

}
.client_detail_book_detail {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}



#client_detail_book{
	margin-bottom: 10px;
	margin-right: 10px;

}

#client_detail_book_header{
	font-size: 18pt;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#client_detail_book_photo{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	min-height: 200px;
}

#client_detail_book_text{
	float: none;
	display: block;
	padding-left: 10px;
	overflow: visible;


}

#client_detail_book_text_header{
	font-size: 18pt;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	line-height: 115%;

}

#client_detail_book_text_text{

}


	
#client_detail_video{
	display: block;
	width: 100%;
	float: left;
		margin-bottom: 10px;

}

#client_detail_video_header{
	margin-top: 10px;
	font-size: 18pt;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;

}

#client_detail_video_movie{
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	position:relative;
	padding-bottom: 50%;
	height: 0;
	width: 75%;
	overflow: hidden;	
}
/*
#client_detail_video_movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/
#client_detail_video_items{
	width: 100%;
	/* background-color: #ccc; */
	display: block;
	text-align:center;
}

.client_video_item_text{
	width:100%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
	background-color: white;

}
/*  970 wide - so set widths manually*/
.client_video_item_container {
	width: 195px;
}
.client_1video_item_container {
	width: 95%;
	display: inline-block;
	vertical-align: top;
}
.client_2video_item_container {
	width: 48%;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}
.client_3video_item_container {
	width: 32%;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}
.client_4video_item_container {
	width: 24%;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}

.client_video_item {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */

	transition: background 0.5s, color 0.5s, z-index 0s, transform 0.5s;
	transition-timing-function: ease;

}

/*
.client_video_item:hover, .client_video_item:hover a{
background:#E3E3E3;
transform: scale(1.3);
color: #666;
font-weight: 400;
z-index: 99;
}
*/

.client_video_item iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100% !important;
	width: 100% !important;
}

.client_video_item video{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100% !important;
	width: 100% !important;
}


.client_1image_item_container {
	width: 95%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;	
	z-index: 0;
}
.client_2image_item_container {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	z-index: 0;
}
.client_3image_item_container {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	z-index: 0;
}
.client_4image_item_container {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	z-index: 0;
}

.client_1image_item_container img, .client_2image_item_container img, .client_3image_item_container img, .client_4image_item_container img {
	position: relative;
	width: 100%;
}

.client_2image_item_container img, .client_3image_item_container img, .client_4image_item_container img{
	transition: z-index 0.5s, transform 0.5s;
	transition-timing-function: ease;
}

/*
.client_2image_item_container img:hover, .client_3image_item_container img:hover, .client_4image_item_container img:hover {
	transform: scale(1.3);
	z-index: 99;
}
*/

/* Brands list page formats */
#brands{
	margin-top: 10px;

}


#brands_list{
	float: none;
	display: block;
	margin-left: 10px;
	font-size: 0;
	overflow: hidden;
	text-align: center;
}

.brands_brand{
	display: inline-block;
	width: 180px;
	vertical-align: middle;
	height: 100%;
	margin-left:20px;
	margin-right: 20px;
		cursor: pointer;

}
.brands_brand img{
	width: 100%;
		margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.brands_brand_name {
	font-size: 12pt;
	text-align: center;
	height: 3em;
	vertical-align: center;
	display: none;
}




/* Clients list page formats*/
#clients{
	margin-top: 10px;
	margin-left: 0px;

}


#clients_menu{
	width: 180px;
	float: left;
	margin-right: 10px;
}

#clients_selection_who{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}


#clients_menu input[type=radio], input[type=checkbox] {
		display:none;
	}

#clients_menu  input[type=radio] + label, input[type=checkbox] + label {
		display:inline-block;
		margin:-2px;
		padding: 4px 0px;
		
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
		color: #000;
		text-align: center;
		text-shadow: 0 1px 1px rgba(255,255,255,0.75);
		vertical-align: middle;
		cursor: pointer;
		background-color: #ffffff;
		border: 1px solid #ccc;
		border-color: #e6e6e6 #e6e6e6 #bfbfbf;
		border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
		border-bottom-color: #b3b3b3;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	}

#clients_menu  input[type=checkbox] + label {
	width: 100%;
	}	
#clients_menu  input[type=radio] + label {
	padding: 4px 12px;
	}	
	
	
#clients_menu  input[type=radio]:checked + label, input[type=checkbox]:checked + label{
		   background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
			background-color:#e0e0e0;
			
			
	background-color:#97D700;
	color: #fff;
	}	
	
#clients_list{
	float: none;
	display: block;
	margin-left: 0px;
	font-size: 0;
	overflow: hidden;
	text-align: center;
}

.clients_client{
	display: inline-block;
	width: 180px;
	vertical-align: bottom;
}
.clients_client img{
	width: 100%;
		margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.clients_client_name {
	font-size: 12pt;
	text-align: center;
	height: 3em;
	vertical-align: center;
}



#p1_news_stories {
	text-align: center;
	margin-top: 10px;
}
.newsbox{
	display: inline-block;
	width: 240px;
	vertical-align: bottom;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
	transition: background 0.5s, color 0.5s, transform 0.5s;
	transition-timing-function: ease;
	
 /*   border-style: solid;
    border-width: 1px; */
}

.newsbox:hover, .newsbox:hover a{
	background:#E3E3E3;
	transform: scale(1.1);
	color: #666;
	font-weight: 400;

	/*background:#97D700; 
	color: #fff;*/
}

.newsbox_title{
	text-align: left;
	height: 4em;
	/*font-size: 11pt;*/
	/*font-weight: bold;*/
	vertical-align: bottom;
	border-bottom: 1px solid #ccc;	
	font-size: 12pt;
	color: black;
}

.newsbox_title p{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  }
.newsbox_content{
	margin-top: 0px;
	display:inline-block;
	width:100%;
	overflow: hidden;
	font-size: 10pt;
	text-align: left;
	height: 12.3em;

}

.newsbox_content p{
}

.newsbox_content img{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;


 position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

	
}
.newsbox_client{
	text-align: center;
	height: 3em;
}
.newsbox_client p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



/* Books list page formats*/
#books{
	margin-top: 10px;
	margin-left: 0px;

}

#books_menu{
	width: 180px;
	float: left;
	margin-right: 10px;
}




#books_menu input[type=radio], input[type=checkbox] {
		display:none;
	}

#books_menu  input[type=radio] + label, input[type=checkbox] + label {
		display:inline-block;
		margin:-2px;
		padding: 4px 0px;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
		color: #000;
		text-align: center;
		text-shadow: 0 1px 1px rgba(255,255,255,0.75);
		vertical-align: middle;
		cursor: pointer;
		background-color: #ffffff;
		border: 1px solid #ccc;
		border-color: #e6e6e6 #e6e6e6 #bfbfbf;
		border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
		border-bottom-color: #b3b3b3;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	}

#books_menu  input[type=checkbox] + label {
	}	
#books_menu  input[type=radio] + label {
	padding: 4px 12px;
	width: 160px;

	}	
	
	
#books_menu  input[type=radio]:checked + label, input[type=checkbox]:checked + label{
		   background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
			background-color:#e0e0e0;
			
			
	background-color:#97D700;
	color: #fff;
	}
	
#books_selection_type{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#books_list{
	float: none;
	display: block;
	margin-left: 0px;
	font-size: 0;
	overflow: hidden;
	text-align: center;


}



.books_book{
	display: inline-block;
	width: 180px;
	margin-left: 5px;
	margin-right: 5px;
		vertical-align: bottom;

	}
/*
.books_book_outer{
	width: 100%;
	height: 300px;
	background: green;
	vertical-align: bottom;
}
*/

.books_book img{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
		vertical-align: bottom;

}
.books_book_name {
	font-size: 12pt;
	text-align: center;
	height: 3em;
	margin-top: 5px;
}

.books_book_buy{
	text-align: center;
	width: 100%;
	background-color:#aaaaaa;
	color: #fff;
	font-size: 12pt;
	height: 1.5em;
	padding-top: 0.5em;
	margin-top: 10px;
	cursor: pointer;
}



/*Submissions page formats*/
#submissions{
	margin-left: 10px;
}

.sub_text{
	margin-bottom: 1em;
}
.sub_head{
	font-size: 14pt;
	font-weight: bold;
	padding-top:1em;
	padding-bottom: 1em;
}
.sub_indent_text{
margin-left: 50px;
}
.sub_indent_text ol{
	list-style: decimal;
}
.sub_indent_text li{
	margin-bottom: 1em;
}

/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/
@media(max-width: 820px) {
#searchbox {
	 display:none;
	 }

.media_col{
	width: 49%;
	text-align: center;

	}

#p1_insta{
	display: block;
	width: 99%;
}

}


/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/

@media(max-width: 769px) {
#header {
	 display:none;
	 }

.media_col{
		width: 99%;
		text-align: center;
		display: block;
	}

	#header-thin{
	display: block;
}
.header-text {
	font-size: 13pt; 
}
#header-thin #company-telephone{
	width: 100%;
	float: none;
	text-align: center;
	position: relative;
	display: block;
	font-size: 14pt;
	margin-bottom: 5px;
}
#header-thin #iconbar{
	display: block;
	float: none;
	width: 100%;
	height: 45px;
	margin-top: 1%;

}

.menu-trigger:hover {
	background: inherit;
}
/*.menu-trigger:hover a {
	display: none;
}*/


#header-thin #iconbar .menu-trigger{
	/*display: inline;*/
	float: left;
	margin-left: 1%;
}
#header-thin #iconbar #company-social{
	float: right;
	margin-right: 1%;

}


#header-thin #header-logo{
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
	width: 42%;
	min-width: 200px;
	/*width: 460px;*/	
}
#header-thin #header-logo img{
	width: 100%;
}

#header-thin .header-text {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	/* font-size: 10pt; */
}

#p1_bodytext{
	display: none;
}


#p1_news{
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}


/*
#p1_twitter{
	width: 49%;
} 
 
#p1_insta{
	width: 49%;
} 

*/

 
#p1_sidebar{
	width: 100%;
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	 
	 
}

#header-thin, #sidr{
	-webkit-overflow-scrolling: touch;
}

#page_title_text{
	/* font-size: 10pt;*/
}

.sidr{
	width: 175px !important;
}

.menu-wrap{
	display: none;
}

.ns_header {
	font-size: 14pt;
}

.ns_text {
	margin-right: 5px;;
}

#newsitem_header {
	font-size: 14pt;
}

/* Small format Client display page */
#client_detail_book_text{
	float: right;
	display: block;
	padding-left: 10px;

}


/* Small format Clients list display page */
.clients_client{
	width: 100px;
	}
.clients_client_name {
	/* font-size: 10pt;*/
}
#clients_list{
	text-align: center;
}

#clients_menu{
	display: block;
	width: 100%;
	float: none;
}
/*
#clients_selection_who{

}
*/
#clients_selection_category{
	display: none;
}	
#clients_header{
	text-align: center;
}

.client_3video_item_container {
	width: 48%;
}
.client_4video_item_container {
	width: 48%;
}

.client_3image_item_container {
	width: 48%;
}
.client_4image_item_container {
	width: 48%;
}

#books_menu{
	display: block;
	width: 100%;
	float: none;
}
#books_list{
	margin-left: 0px;
	}
	
#books_menu  input[type=radio] + label {
	width: auto;
}

.brands_brand{
	width: 100px;
	margin-left:8px;
	margin-right: 8px;
	}

.books_book{
	width: 96px;
	margin-left: 2px;
	margin-right: 2px;
}
.books_book_name {
	font-size: 10pt;
	text-align: center;
	height: 3em;
}

.books_book_buy{
	font-size: 10pt;

	text-align: center;
	width: 100%;
	background-color:#97D700;
	color: #fff;
	height: 1.5em;
	padding-top: 0.5em;
	cursor: pointer;
}



#contact_big{
	display: none;
}
#contact_small{
	display: block;
	width: 100%;
}
#contact_small_container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

#mc_embed_signup{
	width: 80%;
}
#contact_frame{
	width: 80%;
		padding-bottom: 80%;
}


#submissions, .sub_head {
	/* font-size: 10pt; */
}
.sub_head{
	font-weight: bold;
}


/* show single new item formats*/
#newsitem{
	font-size: 12pt;
}

#newsitem_image{
	width: 100%;
	text-align: center;	
}
#newsitem_image img{
	height: 235px;
}


#newsitem_text{
	width: 100%;
	text-align: center;
	margin-left: 0;
}
#newsitem_video{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#newsitem_celeb{
	display: none;
}





#client_detail{
	/* font-size: 10pt;*/ 
	margin-left: 5px;
	overflow: visible;
}
#client_detail_text{
	margin-left: 5px;
	margin-right: 5px;

}

#client_photo {
	height: 300px;

}


/*
#client_photo_contact{
	display: none; 
}
*/



#client_detail_book{
	margin-left: 5px;
	margin-right: 5px;
}
#client_detail_book_text{
	float: none;
}
#client_detail_video_header{
	margin-left: 5px;
}


#client_detail_video_movie{
	
	margin-left: auto;
}

.newsbox{
	width: 40%;
}



}


/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/


@media(max-width: 400px) {

#p1_twitter{
	width: 100%;
} 
 
#p1_insta{
	width: 100%;
} 

/*  For p1_popup */
.modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
}

#newsletter_link {
	font-size: 11pt;
	font-weight: bold;
}
#newsitem{
	font-size: 10pt;
}
#newsitem_celeb{
	width: 160px;
	min-height: 220px;
}
#newsitem_celeb img{
	width: 150px;
}

#newsitem_image img{
	max-width: 300px;
	height: auto;
}

.newsbox{
	width: 95%;
}

.newsbox_content{
	height: auto;
}

.newsbox_content p {
	height: 12em;
}

.newsbox_content img {
	height: auto;
	 position: relative;
  top: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);

}


#client_photo{
	display: block;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;

}
#client_photo_photo img{
	width: 100%; 
}

#client_photo_contact{
	display: none; 
}

#client_detail_text{
	margin-top: 100px;
	display: inline-block;

}


.client_1video_item_container {
	width: 80%;
}
.client_2video_item_container {
	width: 80%;
}
.client_3video_item_container {
	width: 80%;
}
.client_4video_item_container {
	width: 80%;
}

.client_1image_item_container {
	width: 80%;
}
.client_2image_item_container {
	width: 80%;
}
.client_3image_item_container {
	width: 80%;
}
.client_4image_item_container {
	width: 80%;
}

}

















