/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
html,body {
	color:#bbbbbb;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
  
h1, h2, h3, h4, h5, h6 {
    color: #111111;
    font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}
/* ANIMATION LOGO */

div.mother {
    width: 100%;
    height: 100vh;
    background-color: white;
    position: absolute;
    z-index: 99998;
    -webkit-animation-name: example_new; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: example_new;
    animation-duration: 4s;
    
}
div.animate img{
	position: absolute;
	margin-top:15%;
	width:50%;
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 4s;
    z-index: 99999;
}

#head {
	-webkit-animation-name: navmotion; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
    animation-name: navmotion;
    animation-duration: 5s;
    top:0;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0%   {left:0%; top:0px; opacity: 0; display:none;}
    25%   {left:0%; top:0px; opacity: 0; display:block;}
    50%  {left:25%; top:0px; opacity: 1;}
    100% {left:25%; top:-90vh; opacity: 0;}
}

@-webkit-keyframes example_new {
    0%   {left:0px; top:0px;}
    25%   {left:0px; top:0px;}
    50%  {left:0px; top:0px; opacity: 1;}
    75% {left:0px; top:-100vh;}
    100% {left:0px; top:-100vh; opacity: 0;}
}

@-webkit-keyframes navmotion {
    0%   {left:0px; top:-85px;}
    25%   {left:0px; top:-85px;}
    50%  {left:0px; top:-85px;}
    75% {left:0px; top:-85px;}
    100% {left:0px; top:0px;}
}


/* Standard syntax */
@keyframes example {
    0%   {left:0%; top:0px; opacity: 0; display:none;}
    25%   {left:0%; top:0px; opacity: 0; display:block;}
    50%  {left:25%; top:0px; opacity: 1;}
    100% {left:25%; top:-90vh; opacity: 0;}
}

@keyframes example_new {
    0%   {left:0px; top:0px;}
    25%   {left:0px; top:0px;}
    50%  {left:0px; top:0px; opacity: 1;}
    75% {left:0px; top:-100vh;}
    100% {left:0px; top:-100vh; opacity: 1;}
}

@keyframes navmotion {
    0%   {left:0px; top:-85px;}
    25%   {left:0px; top:-85px;}
    50%  {left:0px; top:-85px;}
    75% {left:0px; top:-85px;}
    100% {left:0px; top:0px;}
}



.wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -200px;
    position: relative;
}
.container {
	width:100%;
	position:relative;
	margin:0 auto;
	 height: 100%;
	
}
.pub {
	position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
	background-color: #000;
	z-index: 99998;
	
}
.pub img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

a.pop_link{
	position:absolute;
	top:20px;
	color:#ffffff;
	text-decoration: none;
	z-index: 99999;
	width:100%;
	text-align: center;
}
#head {

    position: fixed;
    width: 100%;
	z-index:9999;

}
.full {
	z-index:1;
}
#footer {
    position: relative;
    width: 100%;
	background-color: #ffffff;
	color:#111111; 
	height:200px;  
	z-index:1;
}

#footer .language_sel ul.header_language {
    list-style-type: none;
    margin: 20px 20px 0;
    text-align: center;
}


#footer .language_sel ul.header_language li {
    display: inline;
    font-size: 0.8em;
    padding: 5px 5px 0 0;
    color: #111111;
    text-transform: uppercase;
}

#footer .language_sel ul.header_language li strong {
	color: #111111;
}

#footer .language_sel ul.header_language li a {
    color: #111111;
    text-decoration: none;
    outline: 0;
}

.footer, .push {
    height: 155px;
}
#head_normal {
	top: 0;
    position: absolute;
    width: 100%;
	z-index:9999;
}
.fixed {
	position: fixed; 
	top: 0; 
	height: 100px;
	-webkit-box-shadow: 0px 4px 9px -1px rgba(150,148,150,0.75);
-moz-box-shadow: 0px 4px 9px -1px rgba(150,148,150,0.75);
box-shadow: 0px 4px 9px -1px rgba(150,148,150,0.75);
	z-index: 1;
	background-color:#ffffff !important;
}
#social {
	height:auto;
	position:relative;
	width:100%;
	background-color:#ffffff;
}

#filter_area {
	margin:0 2.5%;
	position:relative;
	height:50px;
	width:95%;
	z-index:9999;
	background-color:#ffffff;
}
#home_stage {
	height: 100%;
    position: relative;
    width: 100%; 
	z-index:1;
	padding: 0px 0px;
    box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
#stage {
min-height:60%;
	height: auto;
    position: relative;
    width: 100%; 
	z-index:1;
	padding: 0px 5% 0px;
    box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
#filtering {

	position: relative;
    width: 100%;
    z-index: 10;
    margin-top:75px;
    padding: 50px 5% 20px;
    box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */

}
.fix_mesures {
	position: fixed !important;
    top: -50px;
    z-index: 9;
background: rgba(245,245,245,.95);

}
.run {
	top:180px;
}
.fix_mesures h2 {
	font-weight: 700;
    margin-top: 0px;
    font-size:30px !important;	
    margin-bottom: 0px;
}	
.fix_mesures div.result_title#measures {
	margin:0 15px !important;
}	
	
#filtering h2 {
    font-weight: 700;
    margin-top: 0px;
    font-size:60px;
}
.full_half {
	position:relative;
	width:50%;
	float:left;
}
.full_third{
	position:relative;
	width:33%;
	float:left;
}
.full_quarter{
	position:relative;
	width:31%;
	float:left;
	margin: 1%;
}
.just {
	height: auto;
    left: 50%;
    margin: -240px 0 0 -300px;
    padding: 50px;
    position: absolute;
    top: 50%;
    max-width: 500px;
    z-index: 500;
}
.just img {
	width:100%;
	position:relative;
	display:none;
}
.sticky img {
	width: 60%;
    position: absolute;
    top: -20px;
    left: 44px;
}
.sticky {
	display:inline-block !important;
	box-sizing: border-box;
	/*visibility:hidden;*/
}
.show {
	/*visibility: visible !important;*/
}

/* #Page Styles
================================================== */

/* FOOTER */

.footer_logo {
	margin: 0px auto;
padding-top: 15px;
width: 180px;
position: relative;
box-sizing: border-box;
}

.other_menu {
	margin:0px auto;
	width:100%;
}

.other_menu ul {
	text-align:center;
	position:relative;
	margin:0;
}
.other_menu ul li {
	text-align:center;
	position:relative;
	display:inline;
	margin:0;
}
.other_info {
	margin:10px auto 10px;
	width:100%;
	text-align:center;
}
.other_info p {
	font-size: 0.8em;
	color:#111111;
	margin:0px 0px 0px;
}

/* - Area de Filtros - */

#filter_options { 
	position:relative; 

	}

ul#filter { 
	float: none;
    list-style: none;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 10px auto;
    position: relative;
    text-align: center;
}
ul#filter li { 
    border-right: 1px solid #000000;
    float: none;
    line-height: 16px;
    margin: 0px 5px 0px 0px;
    padding-right: 10px;
    padding-left: 5px;
    display: inline;
	}
	
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #666; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: none; }
ul#filter li.current a { color: #000; font-weight: bold; }


/* - Menu - */

.nav {
	background-color: rgba(255,255,255,0.9);
	/*background-color: #ffffff;*/
	width:100%;
	z-index:9999;
	height: 75px;
}

.logo {
	padding-top:10px;
	position:relative;
	width:20%;
	float:left;
}
.menu {
	width:100%;
	position:relative;	
}

.sub a {
	color:#111111;
	text-decoration: none;
}
/*
.main_menu {
	padding-top:10px;
	float:right;
}
.main_menu div.menu_item ul li{
	position:relative;
	margin:0;
	padding:0;
}
.main_menu div.menu_item ul{
	font-size:1.2em;
}
.main_menu div.menu_item ul li a{
	text-decoration:none;
	font-size:0.8em;
}
.main_menu div.menu_item{
	display:block;
	float:left;
	width:145px;
}
*/
div#mobile {display:none;}

.main_menu {
	position:relative;
	text-align: center;
}
.main_menu ul{
    float: none;
    height: auto;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
    position: relative;
    font-size:0.9em;
}

.main_menu ul li.menu_item{
	    position: relative;
    margin: 0;
    padding: 0 0 0 0px;
    display: inline-block;
    width: 115px;
    text-transform: uppercase;
    color: #111111;
    text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	/*text-align: center;*/
}
.main_menu ul li.menu_item.sb{
text-align: center;
}

.main_menu ul li.menu_item span.sub{
	cursor:pointer;
	position: relative;
}
.main_menu ul li.menu_item.sb span.sub{
	cursor:pointer;
	position: relative;
	top:10px;
}

.main_menu ul li ul.submenu li{
	margin: 0 12px 0 0;
    padding: 0;
    display: inline-block;
    text-align: left;

}
.main_menu ul li ul.submenu li a{
	text-decoration:none;
    font-size: 0.9em;
    color:#111111;
}
.main_menu ul li.menu_item ul.submenu {
    margin: 2px 0 0 0;
    padding: 0;
    	display: none;
	position: absolute;
	/*text-align: left;*/
}

.main_menu ul li.menu_item.models ul.submenu {
	width:292px;
	/*text-align: left;*/
}
.main_menu ul li.menu_item.commercial ul.submenu {
	width:119px;
	/*text-align: left;*/
}
.main_menu ul li.menu_item.kids ul.submenu {
	width:163px;
	/*text-align: left;*/
}
.main_menu ul li.menu_item.special ul.submenu {
	width:157px;
	/*text-align: left;*/
}


.active_models{
	font-weight: 700 !important;
	color:#111111;
}
.active_com {
	font-weight: 700 !important;
	color:#111111;
}
.active_kids {
	font-weight: 700 !important;
	color:#111111;
}
/* - Board - */


ul.board_content{
	position:relative;
	text-align:center;
	display:block;
	max-width: 1600px;
	margin: 0 auto;
}
.board_content li.img_holder{
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:19%;
	overflow:hidden;
	margin-right:10px;
	text-align:left;
	float:none;
		box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */

}
.board_content li.img_holder a{
	text-decoration:none;
}
.name_holder {
	position: absolute;
    top: 0;
    height: 100%;
	background-color: rgba(0,0,0,0.1);
	width:100%;
	
}
.img_holder h2 {
	font-size: 1.5em;
    line-height: 20px;
    box-sizing: border-box;
    padding: 5px 20px;
    margin: 0;
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 0;
    font-weight: 700;
	text-transform: uppercase;
	
}
.img_holder .thumb {
	height:360px;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	border:1px solid #000000;
	overflow:hidden;

}
.img_holder .thumb img {
	position:relative;


}

.go_bw .img_holder h2 {
	display:none;
	left: 0;
}

.bw {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.show_me {
	display:block;
}
.hide_me {
	display:none;
}
.fixed .show_me {
	display:block;
}
.fixed .hide_me {
	display:none;
}
/* model display */

.model_image {
    max-width: 100%;
    height: auto;
}
.result_title {
padding: 0px 0 0px 0;
text-align:center;
margin:20px 0 15px 0;
text-transform: uppercase;
}
ul.model_details li{
/*	float:left; */
	display:inline-block;
	margin:0 10px 0 0 ;
	
}

ul#tiles li{
	height: auto;
    overflow: hidden;
    margin: 10px 10px;
    text-align: center;
    background-color: #fff;
	display:inline-block;
	
}
ul#new_new_tiles li{
	height: auto;
    overflow: hidden;
    margin: 10px 10px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
   }
.one-third {
	width:300px;
}
.two-thirds {
	width:600px;
}

.one-half {
	width:40%;
}

.half {
	width:80%;
}

/* - INDEX - */
#main_sliders {
	position:relative;
	min-height:50px;
	margin-bottom:20px;
	
}
#left_slider {
	position:relative;
	float:left;
	width:50%;
}
#right_slider {
	position:relative;
	float:left;
	width:50%;

}
#center_slider {
	position:relative;
	/*float:left;*/
	width:100%;
}
.both{
	margin:0 auto;
	max-width:100%;
	height:100%;
	position:relative;
}
.man {
	float:right;
	max-width:500px;
	height:100%;
}
.woman {
	float:left;
	max-width:500px;
	height:100%;
}
ul.model_details {
	color:#aaaaaa;
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.tiptip {
	color:#111111;
}
#dinamic_social {
	margin:20px auto;
	position:relative;
	padding-top:0px;
	width:90%;
	z-index:1;
}

/* - INSTAGRAM - */
.load_insta, .load_flex {
	width:100%;
      position: relative;
   margin: 0 auto;
   z-index: 9999;
   background: #ffffff url('../images/loading.gif') no-repeat 50%;
   cursor: wait;
height:500px;
border-top:1px dotted #eeeeee;
border-bottom:1px dotted #eeeeee;
}
.instagram-placeholder {
	width:12%;
	display:inline-block;
	text-align: center;
	margin:1%;
}
.instagram-placeholder a img{
	max-width:100%;
	position:relative;
}
.instagram, .instagram_acting, .facebook {
    width: auto;
    position: relative;
    max-height: auto;
    overflow: hidden;
}
#social-model {
	    margin-bottom:0px;
	    
}
#social-model i{
	    color: #111;
	    
}


.fb_iframe_widget {
    display: block;
    position: relative;
    margin-bottom: 8px;
}
.social_area {
	position:relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;
	height:auto;
	overflow:hidden;
	background-color: #fff;

}
#badge {
    position: relative;
    max-height: 580px;
    overflow: hidden;
}
.social_title{
	position:relative;
	text-align:center;
	margin:20px 0px 10px 0px;
}
.social_title a {
	text-decoration:none;
}
.social_title h4 {
	color:#111;
	font-size:14px;
	text-transform:uppercase;
	margin:1%;
	text-align: center;
}
.social_title i {
	color:#111;
}
.social_title h4 span{
	padding-left:35px;
}
.social_title h4 img{
	height:30px;
	width:30px;
	position:absolute;
}
.social_bottom {
	position:relative;
	height:auto;
	bottom:0;
	width:100%;
	text-align:center;
	padding-top:10px;
	border-bottom: 1px solid #111;
	border-top: 1px solid #eee;
	margin-top:20px;
}
.social_bottom a {
	text-decoration:none;
}
.social_bottom p {
	color:#bbbbbb;
	font-size:11px;
	font-style:italic;
	text-transform:uppercase;
	margin:5px 10px;
	display:block;
}

/* =========================  FB  ========================= */
.fb_edge_widget_with_comment {
    float: right !important;

    padding-right: 10px !important;
    position: absolute !important;
    top: 5px !important;
right:0 !important;
}
.fb_feed {
	width:25%;
	position:relative;
	overflow:hidden;
	height:85%;
	text-align:left;
	background-color:#ffffff;
	float:left;
	margin:1%;
}
.fb_feed_text {
	width:70%;
	position:relative;
	overflow:hidden;
	height:80px;
	text-align:left;
	background-color:#ffffff;
	float:left;
	margin:1%;
}
.fb_feed img{
	position:relative;
	width:100%;
	top:-10%;
	left:0px;
	text-align:center;
}
.feed {
	position:relative;
	background-color:#ffffff;
	margin:0;
	height:auto;
}
.feed li {
/*	border-top:2px solid #111111;
	border-bottom:1px dotted #111111; */
	width:100%;
	height:80px;
	text-align:center;
	margin:5px;
	overflow:hidden;
	margin:1%;
}
.feed h4 {
	padding-top:0px;
	padding-left:0px;
	font-size:13px;
	line-height:16px;
	font-style:italic;
}
.feed p {
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:0px;
	font-size:11px;
	line-height:14px;
	color:#aaaaaa;
}
/* - ABOUT - */

.main_story p {
	text-align:justify;
	color:#111111;
	font-size:0.9em;
}
.story_body {
	width:60%;
	margin:0 auto;
	position:relative;
}
.story_body_new {
	width:80%;
	float:left;
	position:relative;
}
#left_story, #right_story {
	margin-bottom:20px;
	position:relative;
	height: auto;
	border-bottom:0px solid #eeeeee;
}

.address {
	text-align: center;
	color:#aaa;
}

/* INSCRICAO */

#contact-form {
	position:relative;
	width:60%;
	margin:0 auto;
}
#contact-form h3{
	text-align:center;
	margin-bottom:20px;
}
.scout_intro {
	width:60%;
	margin:0 auto;

}
.about_us {
	width:60%;
	margin:0 auto;

}
.scout_intro hr{
	width:60%;
	margin:10px auto 30px;

}
.scout_intro p{
	color:#111;
	text-align:center;
}
.about_us p{
	color:#111;
	text-align:left;
}
.required {
	color:red;
}
label {
	color:#111111;
}

#errors {
	border:solid 1px #E58E8E;
	padding:10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#FFE6E6 url(../images/cancel_48.png) no-repeat 405px center;
	display:none;
}

#errors li {
	padding:2px;
	list-style:none;	
}

#errors li:before {
	content: ' - ';	
}

#errors #info {
	font-weight:bold;
}

#errors #info:before {
	content: '';	
}

#success {
	border:solid 1px #83D186;
	padding:25px 10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#D3EDD3 url(../images/accepted_48.png) no-repeat 405px center;
	font-weight:bold;
	display:none;
}

#errors.visible, #success.visible {
	display:block;	
}

#req-field-desc {
	font-style:italic;
}
.form_wrap{
	float:left;
	height:70px;
	margin:0 3% 0 0;
	position:relative;
	
}
input, select, textarea {
	width:95%;
	height:20px;
	position:relative;
}
.form_full {
	width:90% !important;
}
.form_twothirds {
	width:60% !important;
}
.form_onethird {
	width:30% !important;
}
.form_half {
	width:45% !important;
}
.form_onethird_small {
	width:15% !important;
}

#loading {  
    width:32px;  
    height:32px;  
    background-image: url(../images/loading.gif) no-repeat;  
    display:block;  
    position:absolute;  
    leftleft:130px;  
    toptop:16px;  
    display:none;  
}

#submit-button, #reset {
	width:100px;
	height:40px;
	margin:0px 10px 0px 0px;
	
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */  
input:required, textarea:required {  
    -moz-box-shadow:none;  
    -webkit-box-shadow:none;  
    -o-box-shadow:none;  
    box-shadow:none;  
}
input:disabled{
    opacity: 0.2;
    cursor:default;
}
/* Normalize placeholder styles */  
  
/* chrome, safari */  
::-webkit-input-placeholder {  
    color:#CCC;  
    font-style:italic;  
}  
  
/* mozilla */  
input:-moz-placeholder, textarea:-moz-placeholder {  
    color:#CCC;  
    font-style:italic;  
}  
  
/* ie (faux placeholder) */  
input.placeholder-text, textarea.placeholder-text  {   
    color:#CCC;  
    font-style:italic;  
}

.half_screen {
	position: relative;
	float:left;
	width:50%;
	box-sizing: border-box;
	padding:15px;
}
#home_video {
	z-index: 1;
	height: auto;
    position: relative;
    width: 100%;
    background-color: #ffffff;
}


.contacts a {
	float: left;
	    margin-bottom: 20px;
	    text-decoration: none;
	    width: 50%;
	background-color:#ffffff;
	box-sizing: border-box;
	
	padding:10px;
}
.contacts a:hover {
	float: left;
	    margin-bottom: 20px;
	    text-decoration: none;
	    width: 50%;
	background-color:#dddddd;
	padding:10px;
	box-sizing: border-box;
}

.new_contacts {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
	
}


.new_contacts a {
	float: left;
	    text-decoration: none;
	    width: 31%;
	background-color:#ffffff;
	box-sizing: border-box;
	border:1px solid #111111;
	margin:1%;
	display: block;

}
.new_contacts a:hover {

	border:1px solid #dddddd;

}

.person {
	text-align:center;
	position: relative;
}
.worker {
		padding:10px;
	font-size:0.9em;
	    z-index: 1;
    position: relative;
    max-width: 60%;
}
.worker strong {
	font-size:1.4em;
}
.card_photo {
	    position: absolute;
    max-height: 150px;
    right: 0;
    top: 0;
}

.dinamic_video {
    margin: 0px auto 0px;
    position: relative;
    padding-top: 0px;
    width: 100%;
    z-index: 1;
}
.dinamic_image {
	margin: 0px auto 0px;
    position: relative;
    padding-top: 0px;
    width: 100%;
    z-index: 1;
}
.dinamic_image img {
	max-width: 100%;
	height: auto;
	position: relative;
}
.half_composite {
	width:50%;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 5px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 43%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.player .video-wrapper {
	background:rgb(255,255,255) !important;
}

#cookie_disclaimer{
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  height: 60px;
  text-align: center;
  line-height: 30px;
  background: lightsteelblue;
  color: #111111;
  font-size: 14px;
  transition: .8s;
  animation: slideIn .8s;
  animation-delay: .8s;
  z-index: 99999;
 }
#cookie_text{ 
	margin-top: 10px;
	}
#cookie_stop{
    color: white;
    background: black;
    padding: 5px;
    margin: 10px;
    cursor: pointer;
}
/* #Media Queries
================================================== */
	@media only screen and (min-width: 1600px) {
		
		.board_content li.img_holder {
			width: 240px;
    
		}
			
	}
	
	@media only screen and (max-width: 1599px) {
		
		.board_content li.img_holder {
			width: 240px;
    
		}
			
	}
	
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 1030px) {
		.full_quarter{
			position:relative;
			width:48%;
			float:left;
		}
		.logo {
			padding-top:10px;
			position:relative;
			width:100%;
			text-align:center;
			float:none;
		}
		
		.menu {
			width:100%;
			position:relative;
			float:none;	
		}
		.main_menu {
		    float: none;
		    padding-top: 10px;
		    position: relative;
		    width: 700px;
		margin:0 auto;
		}
		.main_menu ul li.menu_item{
			display:block;
			float:left;
			width:140px;
		}
		.full_half {
			position:relative;
			width:100%;
			float:none;
		}
		#home_stage {
    height:100%;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.new_contacts a {
	float: left;
	    text-decoration: none;
	    width: 48%;
	background-color:#ffffff;
	box-sizing: border-box;
	border:1px solid #111111;
	margin:1%;
	display: block;

}

.story_body {
	width:80%;
	margin:0 auto;
	position:relative;
}

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 768px) {

		.logo {
			padding-top:10px;
			position:relative;
			width:100%;
			text-align:center;
			float:none;
		}
		
		.menu {
			width:100%;
			position:relative;
			float:none;	
		}
		#home_stage {
    height:100%;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.new_contacts a {
	float: left;
	    text-decoration: none;
	    width: 48%;
	background-color:#ffffff;
	box-sizing: border-box;
	border:1px solid #111111;
	margin:1%;
	display: block;

}
		/*
		.main_menu div.menu_item{
			display:block;
			float:left;
			width:145px;
		}
		*/
		.half_screen {
	position: relative;
	float:left;
	width:100%;
	box-sizing: border-box;
	padding:15px;
}
		.full_quarter{
			position:relative;
			width:100%;
			float:left;
		}
		
		.board_content li.img_holder{
			display:inline-block;
			position:relative;
			width:222px;
			overflow:hidden;
			margin-right:7px;
			text-align:left;
			/*float:left;*/
		}
		/*
		.img_holder .thumb {
    height: 238px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #000000;
    overflow: hidden;
}
	.img_holder .thumb img {
			
			position:relative;
			width: 100%;
		}
		*/
		.full_half {
			position:relative;
			width:100%;
			float:none;
		}
		.story_body {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.contacts a {
    float: left;
    margin-bottom: 20px;
    text-decoration: none;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
}
h2.result_title {
        font-size: 32px;
}

.story_body {
	width:80%;
	margin:0 auto;
	position:relative;
}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 768px) {
		.logo {
			padding-top:10px;
			position:relative;
			width:100%;
			text-align:center;
			float:none;
		}
		
		.menu {
			width:100%;
			position:relative;
			float:none;	
		}
		.full_half {
			position:relative;
			width:100%;
			float:none;
		}
		div#mobile {display:none;}
		#home_stage {
    height:100%;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.story_body {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.contacts a {
    float: left;
    margin-bottom: 20px;
    text-decoration: none;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
}
#contact-form {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.scout_intro {
    width: 90%;
    margin: 0 auto;
}
.form_twothirds, .form_onethird_small, .form_onethird, .form_half, .form_full {
    width: 45% !important;
}
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#cookie_disclaimer{

  height: 80px;

 }
		.board_content li.img_holder{
			display:inline-block;
			position:relative;
			width:235px;
			overflow:hidden;
			margin-right:7px;
			text-align:left;
			/*float:left;*/
		}
			.full_quarter{
				position:relative;
				width:100%;
				float:left;
			}
			.full_half {
				position:relative;
				width:100%;
				float:none;
			}
			#home_stage {
    height:100%;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.story_body {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.contacts a {
    float: left;
    margin-bottom: 20px;
    text-decoration: none;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
}
#contact-form {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.scout_intro {
    width: 90%;
    margin: 0 auto;
}
.form_twothirds, .form_onethird_small, .form_onethird, .form_half, .form_full {
    width: 90% !important;
}
.new_contacts a {
	float: left;
	    text-decoration: none;
	    width: 320px;
	background-color:#ffffff;
	box-sizing: border-box;
	border:1px solid #111111;
	margin:1%;
	display: block;

}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/