@charset "UTF-8";
/* CSS Document */
@import 'clearfix.css';
@import 'reset.css';
@import 'fonts/fonts.css';
@import 'forms.css';

body,td,th {
	font-family: 'montserratlight', sans-serif;
	font-size: 15px;
	outline-style: 1em;
	line-height: 1.6em;
	color: #000;
}
body, html {
	background: #fff;
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../images/layout/main_bg.jpg) center top;
}
body.freeze {
	overflow: hidden;
}
.wrapper {
	width: 100%;
	max-width: 1080px;
	padding: 0px 0px;
	margin: 0px auto;
	display: block;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.subwrapper {
	width: 100%;
	max-width: 1040px;
	padding: 0px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.withpadding {
	padding: 35px 0px;
	box-sizing: border-box;
}
#fixed_header {
	width: 100% !important;
	max-width: 100%;
	position: fixed;
	height: 81px;
	z-index: 999999999999;
}
#fixed_header .subwrapper.wide {
	max-width: 100% !important;
}
#fixed_header .subwrapper.midwide {
	max-width: 1080px;
}
header {
	width: 100%;
	diaplay: block;
	margin: 0 auto;
	padding: 20px 53px 20px 83px;
	background: #000;
	box-shadow: 0 0 5px rgba(0,0,0,.9);
}
#main {
	width: 100%;
	/*height: 815px;*/
	display: block;
	position: relative;
	/*top: -495px;*/
/*	margin-top: -495px;*/
}
footer {
	width: 100%;
	margin: 0 auto;
	display: block;
	background: #fff;
	text-align: center;
	padding: 10px;
	color: #444;
}
footer span {
	margin: 0px;
	position: relative;
	top: -17px;
	font-size: 12px;
}

/*-----------------------------------------------------------*/
/*----------------------- SECCION SET -----------------------*/
/*-----------------------------------------------------------*/
/*
.seccion_set {
}
.seccion_set .seccion_set_bg {
	height: 854px;
	background: url(../images/layout/bg_wood.jpg) repeat-y center top;
}
.seccion_set .seccion_set_bg_bottom {
	position: relative;
	margin-top: -500px;
}
.seccion_set .seccion_set_bg_bottom.nohight {
	height: auto !important;
	padding-top: 180px;
	padding-bottom: 154px;
}
.seccion_set .seccion_set_container {
	position: relative;
	z-index: 9;
}
.diagonal_inserted_top {
}
.diagonal_inserted_middle {
	margin-top: 150px;
}
.diagonal_inserted_bottom {
	margin-top: 300px;
}
.seccion_set_contents {
	position: relative;
	z-index: 9;
	top: -300px;	
}
.seccion_set_contents .with_centered_col {
}
/*----------------------- ORANGE STUFF ----------------------*/
/*
.seccion_set .bg_orange_top {
	display: block;
	width: 100%;
	height: 20px;
	background: url(../images/layout/orange_bg_top.png) no-repeat center top;
	position: relative;
}
.seccion_set .bg_orange_top.bg_orange_top {
	margin-top: -480px;
}
.seccion_set .bg_orange_diagonal {
	width: 100%;
	min-height: 461px;
	background: url(../images/layout/orange_bg_diagonal.png) no-repeat center top;
	position: relative;
}
.seccion_set .bg_orange_diagonal.bg_orange_diagonal_top {
	top: 0;
	background-color: #f00;
}
.seccion_set .bg_orange_diagonal_bottom {
	width: 100%;
	min-height: 461px;
	background: url(../images/layout/orange_bg_diagonal_bottom.png) no-repeat center bottom;
	position: relative;
}
.seccion_set .bg_orange_bottom {
	display: block;
	width: 100%;
	height: 20px;
	background: url(../images/layout/orange_bg_bottom.png) no-repeat center bottom;
	position: relative;
}
.seccion_set .bg_orange_flat {
	width: 100%;
	background: url(../images/layout/orange_bg_flat.jpg) repeat-y center top;
	position: relative;
	min-height: 0;
}
.bring_to_front {
	position: relative;
	z-index:9;
}
/*-----------------------------------------------------------*/
/*----------------------- FORMAT STUFF ----------------------*/
/*-----------------------------------------------------------*/
.colored { color: #fb9c13; }
.white { color: #fff; }

.light_bg { background: url(../images/layout/bg_wood_light.jpg) repeat; }
.med_bg-color { background-color: #666; }

img { border: 0px; }

p { margin: 1.4em 0; }
.softLayout p {
	color: #999;
	font-size: 1.05em;
	font-family: 'montserrathairline';
	/*font-weight: 200;*/
}
p:first-child {
	margin-top: 0px;
}
strong, b {
	/*font-weight: 700;*/
	font-family: 'montserratbold';
}

.lef_content { text-align: left; }
.center_content { text-align: center; }
.right_content { text-align: right; }
.leadparagraphs {
	font-size: 1.25em;
	line-height: 1.4em;
	margin-bottom: 80px;
}
.small-50 { font-size: .5em !important; line-height: 1.6em}
.small-75 { font-size: .75em !important; line-height: 1.6em}
.small-90 { font-size: .9em !important; line-height: 1.6em}

.text_group {
	margin-bottom: 100px;
}
.shape_rounded {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.header_icon {
	float: left;
	margin-right: 75px;
}
img.slideshow {
	width: 100%;
}
.video_background_item {
	width: 100%;
	height: 100%;
}
img.video_replacer {
	width: 100%;
	margin-bottom: -10px;
}
/*-----------------------------------------------------------*/
/*----------------------- COLS ------------------------------*/
/*-----------------------------------------------------------*/
.row {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
[class*='col-'] {
	float: left; 
    min-height: 1px; 
    width: 8.33%; 
    /*-- our gutter -- */
    padding: 30px;
	display: block;
}
[class*='col-'].centered_col {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.col-1{ width: 8.33%; }
.col-1-5 { width: 12.45%; }
.col-2{ width: 16.66%; }
.col-2-5 { width: 20.83%; }
.col-3{ width: 25%;    }
.col-4{ width: 33.33%; }
.col-4-5 { width: 37.45%; }
.col-5{ width: 41.66%; }
.col-5-5{ width: 45.83%; }
.col-6{ width: 50%;   }
.col-6-5{ width: 54.165%;   }
.col-7{ width: 58.33%; }
.col-8{ width: 66.66%; }
.col-9{ width: 75%;    }
.col-10{ width: 83.33%; }
.col-11{ width: 91.66%; }
.col-12{ width: 100%;   }

.noleft_padding { padding-left: 0px; }
.noright_padding { padding-right: 0px; }
.notop_padding { padding-top: 0px; }
.nobottom_padding { padding-bottom: 0px; }
.novertical_padding {padding-bottom: 0px; padding-top: 0px;}
.nohorizintal_padding {padding-left: 0px; padding-right: 0px;}
.no_padding { padding: 0px; }

.atleft { float: left; }
.atright { float: right; }

/*-----------------------------------------------------------*/
/*----------------------- TEXT STYLES -----------------------*/
/*-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
}
h1 {
	display: block;
	font-size: 88px;
	font-size: 5.86em;
	line-height: 1em;
	font-family: 'montserratbold';
	margin: 40px 0px;
	position: relative;
	text-transform: capitalize;
}
h2 {
	font-size: 1.33em;
	line-height: 2em;
	text-transform: uppercase;
}
h3 {
	font-size: 32px;
	line-height: 1.2em;
	text-transform: uppercase;
	/*font-weight: 700;*/
	font-family: 'montserratbold';
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
h3 span {
	font-size: 28px;
	line-height: 1.2em;
	text-transform: none;
	/*font-weight: 400;*/
	font-family: 'montserratregular';
	display: block;
	margin-top: 10px;
	font-family: "pt_serifregular", serif;
}
h3.bordered_bottom_left:after {
  content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  height  : 1px;
  width   : 65px;
  border-bottom: 2px solid #fff;
}
h3.bordered_bottom_center:after {
  content : "";
  position: absolute;
  left    : 45%;
  bottom  : 0;
  height  : 1px;
  width   : 12%;
  border-bottom: 2px solid #fff;
}
h3.bordered_bottom_right:after {
  content : "";
  position: absolute;
  right    : 0;
  bottom  : 0;
  height  : 1px;
  width   : 65px;
  border-bottom: 2px solid #fff;
}
h4 {
	font-size: 26px;
	line-height: 1.2em;
	font-family: "pt_serifregular", serif;
}
h4.subheader {
	display: inline-bock;
	font-size: 36px;
	line-height: 1.2em;
	font-family: "pt_serifregular", serif;
	font-style: italic;
	font-weight: bold;
	position: relative;
	float: left;
}
h4.subheader.bordered_bottom_left {
	padding-top: 20px;
}
h4.subheader.bordered_bottom_left:after {
  content : "";
  position: absolute;
  left    : 0;
  top  : 0;
  height  : 1px;
  width   : 70px;
  border-bottom: 1px solid #000;
}
h5 {
	font-size: 24px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: 'montserratbold';
}
h6 {
	font-size: 20px;
	line-height: 1.2em;
	text-transform: none;
	/*font-weight: 700;*/
	font-family: 'montserratbold';
	position: relative;
	margin-bottom: 20px;
}
/*-----------------------------------------------------------*/
/*----------------------- SELECTORS -------------------------*/
/*-----------------------------------------------------------*/
a {
	outline: none;
}
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover,
a:active,
a.active {
	color: #fff;
	text-decoration: underline;
}
a.colored:link,
a.colored:visited {
	color: #000;
	text-decoration: underline;
}
a.colored:hover,
a.colored:active,
a.colored.active {
	color: #fb9c13;
	text-decoration: none;
}
a.colored2:link,
a.colored2:visited {
	color: #fb9c13;
	text-decoration: none;
}
a.colored2:hover,
a.colored2:active,
a.colored2.active {
	color: #fb9c13;
	text-decoration: underline;
}
a#showcase_download {
	display: inline-block;
	background: url(../images/layout/bola.png) no-repeat center top;
	background-size: 86px;
	padding-top: 100px;
	font-size: 20px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-top: 50px;
}
a#showcase_download:link,
a#showcase_downloadgray:visited {
	text-decoration: none;
	color: #000;
}
a#showcase_download:hover,
a#showcase_download:active {
	text-decoration: underlined;
	color: #fff;
}
/*--------------- ADD TO BASKET -------------*/
a.addtobasket {
	background: url(../images/layout/bt_addtobasket.png) no-repeat;
	width: 39px;
	height: 31px;
	display: inline-block;
	float: right;
	position: relative;
	top: -10px;
}
a.addtobasket:link,
a.addtobasket:visited {
	background-position: center top;
}
a.addtobasket:hover {
	background-position: center;
}
a.addtobasket:active {
	background-position: center bottom;
}
/*--------------- VIEW MORE -------------*/
a.viewmore {
	display: inline-block;
	line-height: 17px;
	font-size: 17px;
	height: 17px;
	text-transform: uppercase;
	/*font-weight: 400;*/
	font-family: 'montserratregular';
	padding-left: 30px;
	background: no-repeat left top url(../images/layout/bt_more.png);
}
a.viewmore:link,
a.viewmore:visited {
	color: #000;
	text-decoration: none;
}
a.viewmore:hover {
	color: #fff;
	text-decoration: none;
}
a.viewmore:active,
a.viewmore.active {
	color: #ccc;
	text-decoration: none;
	background-position: left bottom;
}
a.viewmore.colored:link,
a.viewmore.colored:visited {
	color: #fb9c13;
	text-decoration: none;
}
a.viewmore.colored:hover {
	color: #fff;
	text-decoration: none;
}
a.viewmore.colored:active,
a.viewmore.colored.active {
	color: #ccc;
	text-decoration: none;
	background-position: left bottom;
}
/*--------------- VIEW MORE FULL COLORED -------------*/
a.viewmore.full_colored {
	background-image: url(../images/layout/bt_more_colored.png);
}
a.viewmore.full_colored:link,
a.viewmore.full_colored:visited {
	color: #000;
	text-decoration: none;
}
a.viewmore.full_colored:hover {
	color: #fb9c13;
	text-decoration: none;
}
a.viewmore.full_colored:active,
a.viewmore.full_colored.active {
	color: #ccc;
	text-decoration: none;
	background-position: left bottom;
}

a.like_button {
	padding: .4em .8em .3em .8em;
	line-height: 1em;
	font-size: .66em;
	text-transform: uppercase;
}
a.like_button:link,
a.like_button:visited {
	background: #b2975c;
	color: #fff;
}
a.like_button:hover {
	background: #333;
	text-decoration: none;
}
a.like_button:active,
a.like_button.active {
	background: #ccc;
	text-decoration: none;
}
/*--------------- DOWNLOAD MORE -------------*/
a.download {
	display: inline-block;
	line-height: 26px;
	font-size: 17px;
	height: 26px;
	text-transform: uppercase;
	/*font-weight: 400;*/
	font-family: 'montserratbold';
	padding-left: 40px;
	background: no-repeat left top url(../images/layout/bt_download.png);
	margin: 20px 0;
}
a.download:link,
a.download:visited {
	color: #000;
	text-decoration: none;
}
a.download:hover {
	color: #fff;
	text-decoration: none;
}
a.download:active,
a.download.active {
	color: #ccc;
	text-decoration: none;
	background-position: left bottom;
}
/*--------------- VIEW MORE -------------*/
a.view {
	display: inline-block;
	line-height: 17px;
	font-size: 17px;
	height: 17px;
	text-transform: uppercase;
	/*font-weight: 400;*/
	font-family: 'montserratbold';
	padding-left: 40px;
	background: no-repeat left top url(../images/layout/bt_view.png);
}
a.view:link,
a.view:visited {
	color: #000;
	text-decoration: none;
}
a.view:hover {
	color: #fff;
	text-decoration: none;
}
a.view:active,
a.view.active {
	color: #ccc;
	text-decoration: none;
	background-position: left bottom;
}
/*-----------------------------------------------------------*/
/*----------------------- MENUS -----------------------------*/
/*-----------------------------------------------------------*/
/*----------------------  MENU 1 ----------------------------*/
.menu1 {
	float: right;
	margin-top: 15px;
}
.menu1 > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	font-size: 12px;
}
.menu1 > ul > li {
	float: left;
	padding: 0px;
	position: relative;
	margin-left: 30px;
	display: table;
}
.menu1 > ul > li > a {
	line-height: 1em;
	display: block;
	padding: 0px;
	color: #fff;
	text-transform: uppercase;
}
.menu1 > ul > li > a:link,
.menu1 > ul > li > a:visited {
	text-decoration: none;
	color: #ccc;
}
.menu1 > ul > li > a:hover,
.menu1 > ul > li > a:active,
.menu1 > ul > li > a.active {
	text-decoration: none;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 2px solid #fb9c13;
}
/*-----------------------------------------------------------*/
/*----------------------- LANG MENU -------------------------*/
/*-----------------------------------------------------------*/
#lang_menu {
	float: right;
	margin: 15px 0px 0px 30px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
}
#lang_menu li {
	float: left;
	padding: 0px;
	position: relative;
	margin-left: 10px;
	display: table;
}
#lang_menu li a {
	line-height: 1em;
	display: block;
	padding: 0px;
	color: #fff;
	text-transform: uppercase;
}
#lang_menu > li > a:link,
#lang_menu > li > a:visited {
	text-decoration: none;
	color: #ccc;
}
#lang_menu > li > a:hover,
#lang_menu > li > a:active,
#lang_menu > li > a.active {
	text-decoration: none;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 2px solid #fb9c13;
}
/*------------ SOCIAL MENU-----------*/
#social_menu {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	float: left;
}
#social_menu li {
	float: left;
	margin-right: 10px;
	font-size: 22px;
	line-height: 33px;
}
#social_menu li.linkedin {
	font-size: 22px;
	line-height: 28px;
}
#social_menu li a {
	text-align: center;
	display: block;
	height: 33px;
	width: 33px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid;
	padding: 0px;
}
#social_menu li a:link,
#social_menu li a:visited {
	border-color: #fff;
	background: #fff;
	color: #666;
}
#social_menu li a:hover {
	border-color: #fb9c13;
	background: #fb9c13;
	color: #fff;
}
#social_menu li a:active {
	border-color: #fff;
	background: none;
	color: #fff;
}
/*-----------------------------------------------------------*/
/*----------------------- HEADER STUFF-----------------------*/
/*-----------------------------------------------------------*/
#main_logo {
	float: left;
	width: 185px;
}
/*-----------------------------------------------------------*/
/*----------------------- HP STUFF --------------------------*/
/*-----------------------------------------------------------*/
.hp_highlight_buttons {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hp_highlight_buttons li {
	float: left;
	padding-top: 120px;
	background: no-repeat left top;
	margin-left: 40px;
	width: auto;
	max-width: 25%;
	line-height: 1em;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 0px;
}
.hp_highlight_buttons li:first-child {
	margin-left: 0;
}
.hp_highlight_buttons li img {
	display: block;
	height: 80px;
	margin-bottom: 10px;
}
/*.hp_highlight_buttons li.news { background-image: url(../images/layout/bt_hp_highlight_01.png); }
.hp_highlight_buttons li.intheworld { background-image: url(../images/layout/bt_hp_highlight_02.png); }
.hp_highlight_buttons li.editions { background-image: url(../images/layout/bt_hp_highlight_03.png); }
.hp_highlight_buttons li.newsletters { background-image: url(../images/layout/bt_hp_highlight_04.png); }
*/
.hp_highlight_buttons li a {
	
}
/*-----------------------------------------------------------*/
/*-------------------------- PROFILES LIST ------------------*/
/*-----------------------------------------------------------*/
#myth_trigger {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	width: 200px;
	height: 200px;
}
#myth_trigger img {
	width: 100%;
}
.profiles_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.profiles_list li {
	position: relative;
}
.profiles_list li a {
	display: inline-block;
	width: 100%;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.profiles_list.profiles_main li a {
	width: 80%;
}
.profiles_list li a:hover .profile_data {
	opacity: 1;
	transition: opacity .5s ease-in;
}
.profiles_list .profile_photo {
	background: #fff no-repeat center;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 100%;
	height: 100%;
}
.profiles_list .profile_photo.profile_photo_smaller {
	width: 75%;
	height: 75%;
}
.profiles_list .profile_data {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	opacity: 0;
	transition: opacity .5s ease-in;
}
.profiles_list .profile_data_nohidden {
	opacity: 1;
}
.profiles_list .profile_data .profile_data_cell {
	display: table-cell;
	background: rgba(251,141,16,.8);
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.profiles_list .profile_data .profile_name {
	font-family: "pt_serifregular", serif;
	color: #fff;
	font-size: 20px;
	line-height: 1.2em;
}
.profiles_list .profile_data .profile_job {
	color: #000;
	font-size: 16px;
	line-height: 1.2em;
	text-transform: uppercase;
}
.profiles_list.profiles_main .profile_data .profile_name {
	font-size: 26px;
	line-height: 1.2em;
}
.profiles_list.profiles_main .profile_data .profile_job {
	font-size: 20px;
	line-height: 1.2em;
}

/*--------- PROFILEs PSEUDO A --------- */
.profiles_list li .pseudo_a {
	display: inline-block;
	width: 100%;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.profiles_list .pseudo_a .profile_data {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	display: block;
	margin-top: 10px;
}
.profiles_list .pseudo_a .profile_data {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	display: block;
	margin-top: 10px;
}
.profiles_list .pseudo_a .profile_data .profile_name {
	color: #fb9c13;
}
/*--------- PROFILES DETAIL --------- */
.profiles_list_detail .profile_photo {
	background: #fff no-repeat center;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 100%;
}
.profiles_list_detail .profile_data {
	display: table;
	height: 100%;
	width: 100%;
}
.profiles_list_detail .profile_data .profile_data_cell {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.profiles_list_detail .profile_data .profile_name {
	font-family: "pt_serifregular", serif;
	color: #fb9c13;
	font-size: 20px;
	line-height: 1.2em;
}
.profiles_list_detail .profile_data .profile_job {
	color: #000;
	font-size: 16px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.profiles_list_detail .profile_data .profile_bio {
	line-height: 1.2em;
}
/*--------- PROFILES CONTACT --------- */
.contacts_list li {
	margin-bottom: 20px; 
}
.contacts_list .profile_name {
	font-family: "pt_serifregular", serif;
	color: #fb9c13;
	font-size: 20px;
	line-height: 1.2em;
}
.contacts_list .profile_job {
	color: #000;
	font-size: 16px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
/*-----------------------------------------------------------*/
/*-------------------------- TREINOS LIST -------------------*/
/*-----------------------------------------------------------*/
.treino_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.treino_list li {
}
.treino_list li a {
	display: block;
	width: 85%;
	height: 85%;
	text-align: center;
	font-size: 20px;
	font-family: 'montserratbold';
}
.treino_list.treino_main_list li a {
	width: 100%;
	height: 100%;
}
.treino_list li a:link,
.treino_list li a:visited {
	text-decoration: none;
}
.treino_list li a .treino_icon {
	background: no-repeat center top;
	background-size: 100%;
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.treino_list li a:hover .treino_icon,
.treino_list li a:active .treino_icon {
	background-position: center bottom;
	/*background-color: rgba(255,255,255,.3);*/
	text-decoration: none;
}
.treino_list_detail { display: block; margin: 0 auto; text-align: center; width: }
.treino_list_detail li { width: 20% !important; }
.treino_list_detail a { font-size: 1em !important; color: #fff; line-height: 1.2em; font-family: 'montserrathairline' !important;}
/*-----------------------------------------------------------*/
/*-------------------------- CLIENTS LIST -------------------*/
/*-----------------------------------------------------------*/
.clients_list {
	font-family: 'montserrathairline';
	text-transform: uppercase;
	margin: 0;
	margin: 0 inherit 30px inherit;
	padding: 0;
	list-style: none;
}
.clients_list li.clients_list_header {
	text-transform: none;
}
/*-----------------------------------------------------------*/
/*-------------------------- NEWS STUFF ---------------------*/
/*-----------------------------------------------------------*/
.news_thumb_module {
}
.news_thumb_module_photo {
	width: 85%;
	background: #fff no-repeat center;
	background-size: cover;
	margin: 0 auto;
	margin-bottom: 26px;
}
.news_thumb_module_date {
	font-size: 18px;
	margin-bottom: 7px;
}
.news_thumb_module p.news_thumb_module_intro {
	margin-top: 10px;
}
/*-------------------------- NEWS DETAIL --------------------*/
.news_detail_container {
	padding: 50px 70px;
}
.news_detail_photo {
	display: block;
	width: 100%;
	height: 520px;
	background: no-repeat center;
	background-size: cover;
}
.news_detail_header {
	font-family: "pt_serifregular", serif;
	text-transform: none;
	margin-bottom: 25px;
	padding: 0;
}
.news_detail_date {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.news_detail_author {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 40px;
}
.news_detail_photo_int {
	display: block;
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
}
.news_detail_container .news_thumb_module .news_thumb_module_photo {
}
.news_detail_container .news_thumb_module .news_thumb_module_header {
	font-family: 'montserratbold';
	font-size: 22px;
}
.news_detail_container .news_thumb_module p.news_thumb_module_intro {
	font-size: 18px;
}
/*-----------------------------------------------------------*/
/*-------------------------- SHOP STUFF ---------------------*/
/*-----------------------------------------------------------*/
.shop_thumb_module {
	margin-bottom: 80px;
	position: relative;
}
.shop_thumb_module_photo {
	width: 100%;
	margin-bottom: 26px;
	position: absolute;
	top: 0;
	opacity: 1;
	transition: opacity .5s;
	cursor: pointer;
}
.shop_thumb_module_photo.photo_back {
	opacity: 0;	
	transition: opacity .5s;
}
.shop_thumb_module_header {
	padding-top: 217px;
}
.shop_thumb_module_author,
.shop_thumb_module_intro,
.shop_thumb_module_year,
.shop_thumb_module_edition {
	font-size: 18px;
}
.shop_thumb_module_intro {
	margin: 1em 0;
}
.shop_thumb_module_author {
	margin-top: 7px;
}
.shop_thumb_module_year {
	margin-bottom: .8em;
}
.shop_thumb_module_edition {
	margin-bottom: .8em;
	line-height: .9em;
}
.shop_thumb_module_edition .extratext {
	font-size: small;
}
/*-------------------------- SHOP DETAIL --------------------*/
.shop_detail_container {
	padding: 50px 70px;
}
.shop_detail_photo {
	width: 100%;
}
.shop_detail_header {
	font-family: "pt_serifregular", serif;
	text-transform: none;
	margin-bottom: 25px;
	padding: 0;
}
.shop_detail_author {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 64px;
}
.shop_detail_year,
.shop_detail_edition {
	font-size: 20px;
	line-height: 1.4em;
}
/*-----------------------------------------------------------*/
/*-------------------------- TESTIMONIALS STUFF -------------*/
/*-----------------------------------------------------------*/
.testemonial_thumb_module {
}
.testemonial_thumb_photo {
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 100px;
}
.testemonial_thumb_module .viewmore {
	margin-top: 20px;
}
/*-----------------------------------------------------------*/
/*-------------------------- NEWSLETTER FORM ----------------*/
/*-----------------------------------------------------------*/
.newsletter_thumb_module {
}
.newsletter_thumb_module_date {
	font-family: "pt_serifregular", serif;
	font-size: 24px;
}
/*-----------------------------------------------------------*/
/*-------------------------- CONTACT FORM -------------------*/
/*-----------------------------------------------------------*/
#contact_form {
	margin-bottom: 50px;
}
#contact_form input,
#contact_form textarea {
	border: 1px solid #000;
	width: 100%;
	padding: 10px;
	margin: 0;
	text-transform: uppercase;
	color: #000;
}
#contact_form input[type=submit],
#contact_form input[type=button] {
	width: auto;
	padding: 10px 20px;
	background: #000;
	color: #fff;
	border-color: #fff;
	margin: 0 auto;
	cursor: pointer;
}
#contact_form input[type=submit]:hover,
#contact_form input[type=button]:hover {
	background: #fff;
	border-color: #000;
	color: #000;
}
#contact_form input[type=button]:active {
	background: #ccc;
	color: #000;
}
/*-----------------------------------------------------------*/
/*-------------------------- SUBSCRIBE FORM -----------------*/
/*-----------------------------------------------------------*/
#newsletter_subscribe_box {
	padding-top: 110px;
	background: url(../images/layout/bg_newsletter_box.png) no-repeat top right 30px;
}
#newsletter_subscribe_form {
	float: left;
	width: 71%;
}
#newsletter_subscribe_form input {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 10px !important; 
	border: 1px solid #fff;
	margin-right: 15px;
	background: none;
	color: #fff;
}

#newsletter_subscribe_form input[type=submit] {
	width: auto;
	padding: 0px 12px !important;
	cursor: pointer;
	border: 1px solid #fff;
	background: #fff;
	color: #666;
	font-size: 17px;
}
#newsletter_subscribe_form input[type=submit]:hover {
	background: #fb9c13;
	color: #fff;
}
#newsletter_subscribe_form input[type=button]:active {
	background: #ccc;
	color: #000;
}
/*-----------------------------------------------------------*/
/*-------------------------- POPUP WINDOW -------------------*/
/*-----------------------------------------------------------*/
#popup_window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: none;
	z-index: 99999999999999999999;
	text-align: center;
	overflow: scroll;
}
#popup_window * {
	box-sizing: border-box;
}
#popup_window #popup_window_container {
	margin: 20px 0;
	position: relative;
	background: #fff;
	display: inline-block;
	box-shadow: 0 0 20px rgba(0,0,0,.9);
	text-align: left;
	float: none;
	width: 1080px;
}
#popup_window .closepp {
	width: 37px;
	height: 37px;
	background: url(../images/layout/bt_closepp.png) no-repeat center top;
	background-size: 37px;
	cursor: pointer;
	position: absolute;
	top: 38px;
	right: 38px;
}
#popup_window .closepp:hover {
	background-position: center bottom;
}
/*-----------------------------------------------------------*/
/*-------------------------- DIALOG BOX ---------------------*/
/*-----------------------------------------------------------*/
#dialog_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.8);
	display: none;
	cursor: pointer;
}
#dialog_box > div {
	width: 100%;
	height: 100%;
	display: table;
}
#dialog_box > div > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
#dialog_box div > div > div {
	background: #fff;
	display: inline-block;
	padding: 30px 100px;
	box-shadow: 0 0 20px rgba(0,0,0,.9);
}
.alert_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: none;
	z-index: 999999;
}
.alert_box > div {
	width: 100%;
	height: 100%;
	display: table;
}
.alert_box > div > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.alert_box div > div > div {
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 30px 20px 10px 20px;
	box-shadow: 0 0 20px rgba(0,0,0,.9);
	background: #fff;
	font-size: smaller;
}
.dialog_close {
	background: url(../images/layout/dialog_close.png);
	background-position: center top;
	width: 28px;
	height: 28px;
	text-align: center !important;
	cursor: pointer;
	top: 0px;
	right: 0px;
	position: absolute !important;
	margin-left: 20px !important;
}
.dialog_close:hover {
	background-color: #fb9c13;
	background-position: center bottom;
}
.dialog_close:active {
	background-color: #fb9c13;
	background-position: center top;
}
/*-----------------------------------------------------------*/
/*-------------------------- DIALOG BOX ---------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-------------------------- SWIPER COSTUMIZE ---------------*/
/*-----------------------------------------------------------*/
.swiper-container {
	/*width: 100%;*/
	/*height: 100%;*/
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}
.swiper-button_holder {
	position: relative;
	text-align: center;
	margin-bottom: 80px;
}
#a-teamwork-no-mundo .swiper-button_holder {
	margin: 0 !important;
}
#editions_buttons.swiper-button_holder {
	margin-bottom: -100px !important;
	z-index: 99999;
}
.swiper-button-prev,
.swiper-button-next {
	display: inline-block;
	position: relative;
	width: 27px;
	height: 60px;
	cursor: pointer;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: .6;
	left: auto;
	right: auto;
	margin: 0 10px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: .4;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 1;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url(../images/layout/slider_arrow_left.png);
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url(../images/layout/slider_arrow_right.png);
}
.swiper-button_holder .pages {
	display: inline-block;
	position: relative;
	top: -23px;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 999;
  
  bottom: 30px !important;
}
.swiper-pagination-bullet {
	border-radius: 50%;
	margin: 0 8px !important;
	opacity: 1;
	width: 12px;
	height: 12px;
	background-color: #fff;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	background-color: #fb9c13;
}
#hp_slideshow {
	background-color: #333;
	height: 668px;
}
#hp_slideshow .subwrapper {
	/*padding-left: 20%;
	padding-top: 160px;
	height: 457px;*/
	background: no-repeat left center;
	
	padding: 0px !important;
	height: 100%;
	width: 100%;
}
#hp_slideshow .subwrapper .hp_slideshow_header_table {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
#hp_slideshow .subwrapper .hp_slideshow_header_cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#hp_slideshow .subwrapper h1 {
	display: inline-block;
	text-align: left;
	font-size: 48px;
	line-height: 1.2em;
	font-weight: 800;
	font-style: italic;
	color: #fff;
	text-shadow: 1px 0px 3px rgba(0,0,0,.8);
	max-width: 70%;
}
/*-----------------------------------------------------------*/
/*-------------------------- PRIVATE AREA -------------------*/
/*-----------------------------------------------------------*/
.large_list {
	background: #fff;
	padding: 20px;
	margin: 0;
}
.large_list li {
	border-bottom: #fb9c13 solid 1px;;
	padding: 10px 0;
	margin: 0;
	font-size: smaller;
}
.large_list li > div {
	padding: 0 10px;
}
.large_list li.table_header {
    font-family: 'montserratbold';
	color: #333
}