/*
* 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 */

/* Color Guides
==================================================
	
	GOLD | #F2E0AD  */



/* #Site Styles
================================================== */
html, body {height: 100%;
	font-family: 'Raleway', sans-serif;
	/*-webkit-font-smoothing: antialiased;*/}




#wrap {min-height: 100%; margin:0 auto;}

#main {overflow:auto;
	padding-bottom: 180px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -180px; /* negative value of footer height */
	height: 180px;
	clear:both;
	/* Background Gradient for Monochromatic Colors eeeeee*/
   background-color: #dddddd;
   /* For WebKit (Safari, Chrome, etc) 
   background: #EEEEEE -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FAAF47)) no-repeat;
   /* Mozilla,Firefox/Gecko 
   background: #EEEEEE -moz-linear-gradient(top, #EEEEEE, #FAAF47) no-repeat;
   /* IE 5.5 - 7 
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEEEEE, endColorstr=#FAAF47) no-repeat;
   /* IE 8 
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEEEEE, endColorstr=#FAAF47)" no-repeat;
	*/
	} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
body {
	background-color:#ffffff;
}

hr {
	margin:0px 0px 0px 0px;
	
}
hr.hr_header {
	margin: 0 20px;
	border:solid #bbbbbb;
	border-width:1px 0 0;
}
#human {
display:none;
}




/* #Page Styles
================================================== */
.header_wrapper {
	background-color:#ffffff;
	position:fixed;
	width:100%;
	z-index:99;
}
.follow {
	margin:20px 0px;
}
.follow a i, .follow a {
	color:#bbbbbb;
		text-decoration:none;
		margin: 0 0 0 10px;
}
.follow a:hover i, .follow a:hover {
	color:#bbbbbb;
	text-decoration:none;
}

.language_sel {
	margin: 30px 0px 10px 0px;
	position: absolute;
	left: 0;
	text-align: left;
	top: 5px;
}

.social_links {
	margin: 30px 0px 10px 0px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 5px;
}
.social_links_models {
	text-align:right;
	position:absolute;
	top:5px;
	right:20px;	
	font-size:0.9em;
}
.social_links a i, .social_links a, .social_links_models a i, .social_links_models a  {
	color:#CCCCCC;
		text-decoration:none;
		margin:0px 1px;
}
.social_links_models a  {
	padding:0 5px 0 0;
}
.social_links a:hover i, .social_links a:hover, .social_links_models a:hover i, .social_links_models a:hover {
	color:#BBBBBB;
	text-decoration:none;
}
#header {
	margin-top:0px;
}
.hightlight {
    border:2px solid #9F1319;
    background:url(iconCaution.gif) no-repeat 2px
}
.left_column {
	width:15%;
	float:left;
	position:fixed;
}
.right_column {
			width: 980px;
			float: none;
			margin:0 auto;
		}
.middle_block {
	position:relative;
	margin-top:100px;
}
.destak {
	position:relative;
	height:auto;
}
/* =========================  Main Menu  ========================= */
.master_search {
	position:absolute;
	top:0;
	right:0;
}
.logo {
	text-align:center;
	margin:10px auto 10px;
	width:250px;
	
}

.menu_area {
	text-align:left;
	margin-top:0px;
	float:left;
	
}
.main_menu, .language, .agency, .footer_menu, .sub_menu {
	font-size:0.9em;
	color:#111111;
	font-weight:300;
}
ul.language {
	float:right;
}
.sub_menu {
	/* Background Gradient for Monochromatic Colors eeeeee*/
   background-color: #ffffff;
   /* For WebKit (Safari, Chrome, etc) 
   background: #EEEEEE -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FAAF47)) no-repeat;
   /* Mozilla,Firefox/Gecko 
   background: #EEEEEE -moz-linear-gradient(top, #EEEEEE, #FAAF47) no-repeat;
   /* IE 5.5 - 7 
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEEEEE, endColorstr=#FAAF47) no-repeat;
   /* IE 8 
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEEEEE, endColorstr=#FAAF47)" no-repeat;
	
	/* Visibility none - jquery sets the visibility of the submenu */
	
}
ul.main_menu {
	margin:5px 0px 15px 0px;
	text-align:left;
	/* border-top:1px dotted #CCCCCC; */
}
ul.main_menu a{
text-decoration:none;
color:#333333;
}
ul.main_menu li.current a{
text-decoration:none;
color:#111111;
}
ul.main_menu a:hover{
text-decoration:none;
color:#333333;
}
ul.sub_menu {
	margin:0px 0px 15px 20px;
	text-align:left;
/*	border-top:1px solid #FFFFFF; */
}
ul.footer_menu {
	text-align:center;
	padding: 20px 0px 10px 0px;
	}
}

.footer_left {
	width:50%;
	float:left;
	position:relative;
}
.footer_right {
	width:50%;
	float:right;
	position:relative;
}
ul.footer_menu li {
	display:inline-block;
		padding:5px 20px;
		margin:0;
}
ul.footer_menu li a  {
	text-decoration:none;
	color:#333333;
	font-weight:300;
	font-size:1.0em;
}
ul.copyright {
	text-align:center;
	margin:0px 0px 10px 0px;
	position:relative;
}
ul.association {
	text-align: center;
	margin: 20px 0px 0px 0px;
}
ul.copyright li {
	display:inline-block;
	padding:0px 0px;
	margin:0 30px 0 20px;
	color:#cccccc;
	font-weight:300;
	font-size:0.8em;
	cursor:pointer;
}

ul.copyright li a {
	color:#cccccc;
}

ul.association li {
	padding:0px 0px;
	margin:0 30px 0 20px;
	color:#333333;
	font-weight:300;
	font-size:0.8em;
	cursor:pointer;
}
ul.association li a{
text-decoration:none;
}
ul.copyright li span{
	display:inline-block;
	padding:0px 0px;
	margin:5px 0 0 5px;
	color:#FFFFFF;
	font-weight:300;
	position:absolute;
}
ul.main_menu, ul.language, ul.agency, ul.footer_menu , ul.sub_menu{
	list-style-type:none;
	
}
#accordion ul {
	list-style: none;
	padding: 0 0 0 0;
	display: none;
}

ul.main_menu li {
	display:block;
	padding:5px 20px;
	margin:0;
	color:#111111;
	font-weight:300;
	font-size:0.9em;
	cursor:pointer;
	position:relative;
		letter-spacing:0.03em;
}
ul.main_menu li a{
	cursor:pointer;
	position:relative;
}
ul.main_menu li.active {
	color:#111111;
	font-weight:400;
	font-size:1.0em;
}

ul.main_menu li:last-child.active {
    color: #111111;
    font-weight: 300;
    font-size: 0.9em;
}

ul.sub_menu li {
	display:block;
		padding:7px 0px 0px 10px;
		margin:0;
		font-size:1em;
		line-height:1.3em;
}
ul.language li a, ul.agency li a {
	text-decoration:none;
	color:#111111;
	font-weight:300;
	font-size:1.0em;
}


ul.sub_menu li a {
	text-decoration:none;
	color:#333333;
}
ul.sub_menu li a:hover {
	text-decoration:none;
	color:#666666;
}
strong {
	color:#111111;
}
/* =========================  results  ========================= */
.results ul {
	list-style-type:none;
	margin:0;
	padding:0;
} 
.results li {
	padding:0;
	margin:5px 5px 25px 5px;
	line-height: 0;
}
.pic_holder {
	position:relative;
	display:block;
	height:215px;
	overflow:hidden; 
	background: url(../images/loading.gif) no-repeat 75px 75px #EEEEEE;
	border: 1px solid #999999;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */

}
.pic_holder:hover {
	-webkit-box-shadow: 1px 1px 5px 2px #aaa;
	box-shadow: 1px 1px 5px 2px #aaa;
}
.img_holder {
	width:177px;
	height:225px;
	position:relative;
/*	overflow:hidden; */
	float:left;
/*	background:url(../images/loading.gif)no-repeat 55px 55px transparent; */
}
.img_holder a{
	text-decoration:none;
}
.name_holder {
	position:relative;
	bottom:0;
	left:0;
	height:50px;
	 /*  background: url("../images/name_holder.png") repeat scroll 0 0 transparent; */
	width:100%;
	
}

.name_holder h2 {
	font-size: 0.85em;
	letter-spacing:0.03em;
	    font-weight: 400;
	    line-height: 13px;
	    margin-bottom: 5px;
	    padding: 5px 10px 0px 0px;
	color:#111111;
}
.result_title h3 {
	font-size: 22px;
	font-weight: 300;
	color:#666666;
	text-transform:uppercase;
	line-height: 44px;
	    margin: 0;
	text-align:left;
	font-weight:bold;
	padding:0px 0 10px 0;
	
}
.result_title_special h3 {
	font-size: 22px;
	font-weight: 200;
	color: #666666;
	line-height: 40px;
	margin: 0 0 0 35px;
	text-align: left;
	padding: 0px 0 10px 0;
	
}
.result_title h3 span{
	font-size: 18px;
	font-weight: 200;
	color:#333333;
	text-transform:none;
}
.result_title h3 a{
text-decoration:none;
}
form.filter_results {
	padding:0;
	margin:5px 0px 0px 0px;
}
form.filter_results select {
	padding:5px;
	margin:0;	
}
form.gender_results {
	padding:0;
	margin:5px 0px 0px 0px;
	display:none;
}
/* =========================  modeldisplay  ========================= */
.middle_special {
	margin-top:0px;
}
.model_display {
	width: 100%;
	height:auto;
	position:relative;
	margin-bottom:20px;
	margin-top: 10px;
}
.model_image {
	height:400px;
	margin:0;
	padding:0;
	
}
.model_comp {
	margin:0;
	padding:0;
	text-align:center;
	
}
ul.model_details {
	list-style-type:none;
	margin:10px 0px 10px 0px;
	padding:0;
	font-size:13px;
	color:#666666;
}
ul.model_details li {
	padding: 0;
	margin: 3px 15px 5px 0px;
	line-height: 0;
	display: inline;
	font-size: 13px;
	font-weight: 400;
	}
}
ul.model_details li span.tiptip{
	font-size: 14px !important;
	font-weight: 600 !important;
}
.model_display input.carousel-previous {
    background: url("../images/slider-arrow-prev.png") no-repeat;
    border: medium none;
    height: 33px;
    position: absolute;
    left: -40px;
    top: 180px;
    width: 22px;
    z-index: 999;
}
.model_display input.carousel-next {
    background: url("../images/slider-arrow-next.png") no-repeat;
    border: medium none;
    height: 33px;
    position: absolute;
    right: -40px;
    top: 180px;
    width: 22px;
    z-index: 999;
}

.img_container {
	list-style: none outside none;
	    margin: 0;
	    padding: 0;
	    position: absolute;
	    top: 0;
}
input.back_btn {
 background: url("../images/slider-arrow-prev.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 25px;
    margin: 5px 0px 5px 0px;
    padding: 0;
    position: relative;
    width: 25px;
}
input.back_btn:hover {
 background: url("../images/slider-arrow-prev.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 25px;
    margin: 5px 0px 5px 0px;
    padding: 0;
    position: relative;
    width: 25px;
}
form {
	margin:0px;
}
.cv_download {
	float:right;
}
.model_measures {
	text-align: left;
	position: relative;
	padding-top: 10px;
	border-top: 0px solid #cccccc;
}
/* =========================  contacts  ========================= */
.contacts {
	margin:10px 0px;
	padding:0;
}
.contacts h2 {
	margin:0;
	padding:0;
	font-size:18px;
		text-transform:uppercase;
}
.contacts h3 {
	font-size: 18px;
	font-weight: 200;
	color: #666666;
	line-height: 30px;
	margin: 0;
	text-align: left;
	padding: 0px 0 10px 0;
}
.contacts h4 {
	font-size: 14px;
	font-weight: 300;
	color: #666666;
	line-height: 30px;
	margin: 0;
	text-align: left;
	padding: 0px 0 10px 0;
}
.contacts p {
	margin:0;
	padding:0;
	font-size:11px;
}
.contacts p strong{
	margin:0;
	padding:0;
	font-size:11px;
	text-transform:uppercase;
}
/* =========================  INTRO  ========================= */
#slideshow {
    position:relative;
    height:402px;
    z-index:-1;
}
 
#slideshow img{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
 
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow img.last-active {
    z-index:9;
}
#slideshow img {
    /* Set rules to fill background */

 
    /* Set up proportionate scaling */

 
    /* Set up positioning */
    position: absolute;
    top: 0;
    left: 0;
}
/* =========================  news  ========================= */
.fb_feed {
	width:100%;
	position:relative;
	overflow:hidden;
	height:150px;
	text-align:center;
	background-color:#FFFFFF;
}
.fb_feed img{
	position:relative;
	width:110%;
	top:-5px;
	left:-10px;
	text-align:center;
}
.feed a {
	text-decoration:none;
}
.feed li {
/*	border-top:2px solid #111111111;
	border-bottom:1px dotted #111111111; */
	width:220px;
	height:250px;
	text-align:center;
	float:left;
	margin:5px;
	overflow:hidden;
}
.feed li:hover {
	background-color:#DDDDDD;
}
.feed p {
	margin-bottom:10px;
	padding:5px 5px 0px 5px;
	font-size:11px;
	line-height:13px;
	text-align:left;
	margin:0;
}
.feed h4 {
	padding:5px 5px 0px 5px;
	font-size:11px;
	line-height:13px;
	text-align:left;
}
.alternate_talents {
	background:url(../images/img_default_talents.jpg) no-repeat;
	background-size:100%;
}
.alternate_models {
	background:url(../images/img_default_models.jpg) no-repeat;
	background-size:100%;
}
.news h2 {
	padding-top:10px;
}
.title_news {
	background:url(../images/barras.png) repeat-x 0 0;
	height:55px;
}
ul.go_top li {
	padding-left:10px;
	line-height: 14px;
    margin: 5px 0px;
	font-size:11px;
}
ul.go_top {

    margin: 10px 0px;
}
.scouting span {
	font-size:12px;
}
.extra_row {
	margin:20px 0px;
}

/* NEW STUFFFFFFFFFFFF */

.tab_title {
	margin:14px 1px 0px 0px;
	padding:4px 0px;
	font-size:12px;
	background-color:transparent;
	color:#999999;
	border-left:0px solid #000000;
	border-right:0px solid #000000;
	border-top:0px solid #000000;
	border-bottom:0px solid #000000;
	text-align:center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	cursor:pointer;
		
}
.tab_title.active{
	font-size:12px;
	font-weight:300;
	background-color:transparent;
	color:#333333;
	border-left:0px solid #AAAAAA;
	border-right:0px solid #AAAAAA;
	border-top:0px solid #AAAAAA;
	border-bottom:0px solid #000000;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
}
hr.model_top {
	border: solid #AAAAAA;
	border-width: 1px 0 0;
}
.image_bio {
	float:left;
}
.extra_tab_result {
	float:left;
	width: 100%;
	position:relative;
}
.book_height {
	height: 280px;
	overflow: hidden;
	margin: 10px 0px;
	text-align: center;
	background-color: #EEEEEE;
}
.book_height_new {
	height: 700px;
	overflow: hidden;
	margin: 10px 0px;
	text-align: center;
	background-color: #EEEEEE;
	position:relative;
}
.model_bio {
	float:left;
	padding:20px;
	position:relative;
	width:590px;
}
.bio_details {
	position:relative;
}
.image_comp {
	position:relative;
	margin:10px 0px;
}
.middle {
	margin-bottom:20px;
	margin-top: 0px;
	width: 100%;
}



/* #COMBOBOX
================================================== */

.custom-combobox {
		position: relative;
		display: inline-block;
		float: right;
		margin-top: 10px;
		margin-right: 20px;
		width: 150px;
	}
	.custom-combobox-toggle {
		float:left;
		position: absolute;
		top: 0;
		bottom: 0;
		margin-left: -1px;
		padding: 0;
		/* support: IE7 */
		*height: 1.7em;
		*top: 0.1em;
	}
	.custom-combobox-input {
		margin: 0;
		padding: 0.2em 0.3em 0.2em 0.3em;
		width:120px !important;
		float:left;
	}

	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
		border: 1px solid #333;
		margin-bottom: 15px;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
.super_top_menu {
	background-color:#cccccc;
	width:100%;
}
	ul.header_social{
		list-style-type:none;
		margin:0 20px;
	}
.header_social li{
	display:inline;
	font-size:0.4em;
	padding:5px 5px 0 0;
	color:#eeeeee;
}
.header_social li a{
	color:#bbbbbb;
}
	ul.header_language{
		list-style-type:none;
		margin:0 20px;
	}
.header_language li{
	display:inline;
	font-size:0.7em;
	padding:5px 5px 0 0;
	color:#aaa;
}
.header_language li a{
	color:#aaa;
	text-decoration: none;
}


/* #New home ================================================== */
.destak_block {
	margin-bottom:30px;
	float:left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */

	position:relative;
}
.shelf {
	padding: 0 15px 0 0;
	position:relative;
}
.shelf_row {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.five {
	width:100%;
}
.new_five {
	width:96.5%;
}

.three{
	width:575px;
}
.two{
	width:390px;	
}
.four {
	width:66.8%;
}
.two_plus {
	width:33.2%;
}
.third {
	width:32.33%;
	margin:0 0.5%;
}
.half {
	width:48.4%;
		margin:0 0.8%;
}
.half_row {
	width:48.4%;
		margin:0 0.8%;
}
.fifth {
	width:19%;
		margin:0 0.5%;
}
.fourth {
	width:24%;
	margin:0 0.5%;
}
.horiz_size {
	position: relative;
	float: left;
	height: auto;
	padding: 0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		display:block;
		border: 1px solid #999999;
}

.vert_size {
	position: relative;
	float: left;
	height: auto;
	padding: 0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		display:block;
		border: 0px solid #999999;
}

.square_size {
	position: relative;
	float: left;
	height: auto;
	max-height:240px;
	
	padding: 0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		display:block;
		border: 1px solid #999999;
}


.clever_border {
	overflow:hidden;
	max-height:245px;
	}
	
	
.destak_block_title h3 {
	font-size: 18px;
	font-weight: 300;
	color: #666666;
	line-height: 22px;
	margin: 0;
	text-align: left;
	padding: 10px 0 5px 5px;
	}

.destak_block hr.block {
	margin:0px 20px 10px 0;
}
.destak_block img{
	display:block;
}
ul.home_fb_feed {
	margin:0;
}
.home_fb_feed li {
	width: 100%;
	height: auto;
	text-align: center;
	display:block;
	margin: 5px;
	overflow: hidden;
}
.home_fb_feed li .fb_feed {
	width: 80px;
	height: 80px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
}

.home_fb_feed li .fb_feed img {
	
	

}

.home_fb_feed li .fb_text {
	width: 80%;
	height: 60px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	margin:0 0 0 10px;
}
.fb_text p {
	line-height: 12px;
	margin:0;
	text-align:left;
	font-size:10px;
}
.fb_text  h4 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 4px;
	margin:0;
	text-align:left;
	font-size:10px;
}
.home_fb_feed li .fb_feed img {
	position: relative;
	height: 120%;
	top: 0px;
	left: 0px;
	text-align: center;
	width: auto;
}
.instagram-placeholder {
	margin:0px 5px 10px 5px;
	width: 60px;
	height: 60px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
}
.home_name {
	margin: 10px 0px 0px 0px;
	position: relative;
	font-size: 12px;
}
.home_name p {
	margin: 0 0 0px 0;
}
/* subscribe newsletter */
.sign_newsletter {
	position:relative;
	width:100%;
}
#mc_embed_signup {
	width:420px;
	position:relative;
	margin:0 auto 40px;
	text-align: center;
}
#mce-EMAIL, #mc-embedded-subscribe, .mc-field-group label {
	float:none;
	margin:0px;
}
#mce-EMAIL {
	width: 200px;
	padding: 4px 10px;
	border: 0px;
	font-size:12px;
	
}


/* HOME SLIDERS */

/* LIGHTBOX */
.the_light {
	
	max-width: 500px;
	
	}
	
	
.lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.toolbarLB {
  text-align: right;
  padding: 3px;
}
.closeLB {
  color: BLACK;
  cursor: pointer;
  position: absolute;
  right:10px;
  top:10px;
}
.lightbox .iframeContainer {
  vertical-align: middle;
  background: #fff;
  padding: 2px;
  position: relative;
}
.lightbox.closed {
  display: none;
}

.lightbox p {
	text-align: center;
}	

/* #Media Queries
================================================== */

	@media only screen and (min-width: 1440px) {	
		.right_column {
			width: 980px;
			float: none;
			margin:0 auto;
		}
	}	


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 1280px) {
		iframe#page{
			width:810px !important;
			margin:0 !important;
			padding:0 !important;
		}
	}

	/* All Mobile Sizes (devices and browser) 
	@media only screen and (max-width: 1280px) {
		#mc_embed_signup {
		width: 100%;
		position: relative;
		margin: 0 auto 40px;
		}
		#mce-EMAIL, #mc-embedded-subscribe, .mc-field-group label {
			float:none;
			margin:0px auto;
		}
		#mce-EMAIL {
			width: 200px;
			padding: 4px 10px;
			border: 0px;
			font-size:12px;

		}
		.mc-field-group {
			text-align:center;
		}
		.right_column {
			width: 980px;
			float: none;
			margin:0 auto;
		}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 1280px) {
		
		.middle_special {
		margin-top: 0px;
		border-top: 1px solid #ccc;
		padding-top: 10px;
		}
		
			/*  HEADER  */
				.master_search {
				position: relative;
				top: 0;
				right: 0;
				margin-bottom:10px;
				}
				
			.result_title h3 {
			font-size: 22px;
			font-weight: 300;
			color: #666666;
			text-transform: uppercase;
			line-height: 24px;
			margin: 0;
			text-align: left;
			font-weight: bold;
			padding: 0px 0 0px 0;
			}
			.logo {
    text-align: center;
    margin: 0px auto 0px;
    width: 200px;
}
			.language_sel {
	margin: 5px 0px 0px 0px;
	position: relative;
	left: 0;
	text-align: center;
	top: 0;
}
			.social_links {
				margin: 0px 0px 10px 0px;
				position: relative;
				right: 0;
				text-align: center;
				top:0;
			}
			.middle_block {
				position: relative;
				margin-top: 118px;
			}
			.left_column {
				width: 100%;
				margin: 0 auto;
				float: none;
				position: relative;
				text-align: center;
				background-color: #fff;
			}
			.right_column {
				width: 100%;
				float: none;
				margin: 0px auto;
				padding: 0px 0;
			}
			.menu_area {
				text-align: center;
				margin-top: 0px;
				float: none;
			}
			ul.main_menu {
				text-align: center;
			}
			ul.sub_menu {
				text-align: center;
				margin: 0px 0px 15px 0px;
			}
			.middle {
				width: 100%;
			}
			.half_row {
				width: 100%;
				margin-left:0px;
				margin-right:0px;
				margin-bottom:40px;
			}
			.shelf {
				padding: 0 0px 0 0;
				position: relative;
			}
			.shelf_row {
				float: none;
			}
			.new_five {
				width: 100%;
			}
			.shelf_row {
				float: none;
				position: relative;
				width: 100%;
				margin-bottom: 40px;
			}
			.three {
				width: 100%;
			}
			.two {
				width: 100%;
			}
			.destak_block {
				margin-bottom:60px;
			}
			.destak_block hr.block {
				margin: 0px 0px 10px 0;
			}
			.home_fb_feed li .fb_text {
				width: 70%;
			}
			.img_holder {
			float: left;
			}
			.book_height {
			height: auto;
			overflow: hidden;
			margin: 10px 0px 20px 0px;
			text-align: center;
			background-color: #EEEEEE;
			}
			.result_title h3 {
				font-size: 22px;
				font-weight: 300;
				color: #666666;
				text-transform: uppercase;
				line-height: 24px;
				margin: 0;
				text-align: center;
				font-weight: bold;
				padding: 0px 0 0px 0;
			}
			.result_title_special h3 {
				font-size: 22px;
				font-weight: 200;
				color: #666666;
				line-height: 30px;
				margin: 0 0 0 0px;
				text-align: center;
				padding: 20px 0 10px 0;
				border-top:1px solid #ddd;
			}
			ul.model_details {
				list-style-type: none;
				margin: 10px 0px 35px 0px;
				padding: 0;
				font-size: 11px;
				color: #666666;
				text-align:center;
			}
			ul.model_details li {
				padding: 0;
				margin: 3px 15px 5px 0px;
				line-height: 0;
				display: inline;
				font-size: 11px;
				font-weight: 400;
			}
			.social_links_models {
			text-align: center;
			position: absolute;
			top:auto;
			bottom: 0px;
			right: 20px;
			font-size: 0.9em;
			margin: 0 auto;
			}
			
			.fifth {
    width: 32%;
    margin: 5px 0.5%;
}
	}
	
	@media only screen and (max-width: 768px) {
		
		.contacts {
			text-align: center;
		}
		
		.contacts h4 {
		text-align: center;
		margin-top: 30px;
		
		.contacts h3 {
		text-align: center;
		margin-top: 30px;
}
	
	}	
	
	

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		/*  HEADER  */
		
		.master_search {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom:10px;
		}
		.logo {
    text-align: center;
    margin: 0px auto 0px;
    width: 200px;
}
			.language_sel {
	margin: 5px 0px 0px 0px;
	position: relative;
	left: 0;
	text-align: center;
	top: 0;
}

		.result_title h3 {
		font-size: 22px;
		font-weight: 300;
		color: #666666;
		text-transform: uppercase;
		line-height: 24px;
		margin: 0;
		text-align: center;
		font-weight: bold;
		padding: 0px 0 0px 0;
		}
		.result_title_special h3 {
		font-size: 22px;
		font-weight: 200;
		color: #666666;
		line-height: 30px;
		margin: 0 0 0 0px;
		text-align: center;
		padding: 0px 0 10px 0;
		}
		.social_links {
			margin: 0px 0px 10px 0px;
			position: relative;
			right: 0;
			text-align: center;
			top:0;
		}
		.middle_block {
			position: relative;
			margin-top: 118px;
		}
		.left_column {
			width: 100%;
			margin: 0 auto;
			float: none;
			position: relative;
			text-align: center;
			background-color: #fff;

		}
		.right_column {
			width: 95%;
			float: none;
			margin: 0px auto;

			padding: 0px 0;
		}
		.menu_area {
			text-align: center;
			margin-top: 0px;
			float: none;
		}
		ul.main_menu {
			text-align: center;
		}
		ul.sub_menu {
			text-align: center;
			margin: 0px 0px 15px 0px;
		}
		.middle {
			width: 100%;
		}
		.half_row {
			width: 100%;
			margin-left:0px;
			margin-right:0px;
			margin-bottom:40px;
		}
		.shelf {
			padding: 0 0px 0 0;
			position: relative;
		}
		.shelf_row {
			float: none;
		}
		.new_five {
			width: 100%;
		}
		.shelf_row {
			float: none;
			position: relative;
			width: 100%;
			margin-bottom: 40px;
		}
		.three {
			width: 100%;
		}
		.two {
			width: 100%;
		}
		.destak_block {
			margin-bottom:60px;
		}
		.destak_block hr.block {
			margin: 0px 0px 10px 0;
		}
		.home_fb_feed li .fb_text {
			width: 70%;
		}
		.results ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align:center;
		}
		.results li {
		padding: 0;
		margin: 5px auto 25px;
		line-height: 0;
		}
		.img_holder {
		float: none;
		}
		.book_height {
		height: auto;
		overflow: hidden;
		margin: 10px 0px 20px 0px;
		text-align: center;
		background-color: #EEEEEE;
		}
	}


/* #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; }
*/