@charset "utf-8";
/**********************************************************
 *					 Styles didi country
 **********************************************************/
html,
body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: normal;
	color: #000; 
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	background: #f1f1f1;
}
body{
	overflow-x: hidden;
}
::selection {
	color: #fff;
	background: #F68B1F; /* WebKit/Blink Browsers */
}
::-moz-selection {
	color: #fff;
	background: #F68B1F; /* Gecko Browsers */
}
/* font styles */
.light-font{
	font-weight: 300;
}
.light-italic-font{
	font-weight: 300;
	font-style: italic;
}
.normal-font{
	font-weight: 400;
}
.normal-italic-font{
	font-weight: 400;
	font-style: italic;
}
.semi-bold-font{
	font-weight: 600;
}
.semi-bold-italic-font{
	font-weight: 600;
	font-style: italic;
}
.bold-font{
	font-weight: 700;
}
.bold-italic-font{
	font-weight: 700;
	font-style: italic;
}
.extra-bold-font{
	font-weight: 800;
}
.extra-bold-italic-font{
	font-weight: 800;
	font-style: italic;
}
/* Box sizing */
*, 
*:before, 
*:after {
	box-sizing: border-box;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear-left{
	clear: left;
}
/* elments */
a{
	color: #f68b1f; 
	text-decoration: none;
}
a:hover,
a:focus{
	color: #f68b1f; 
	text-decoration: underline;
}
p{
	padding: 0;
	margin: 0 0 20px;
}
.text-page p,
.text-page a,
.text-page ul li,
.text-page ol li{
	font-size: 16px;
}
img{
	border: none;
}
img{
	max-width: 100%;
	height: auto;
}
strong{
	font-weight: 700;
}
i{
	font-weight: 300;
	font-style: italic;
}
ul,
ol{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.no-m{
	margin: 0;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.f18{
	font-size: 18px;
}
.f24{
	font-size: 24px;
}
.orange{
	color: #ec6707;
}
.green {
    color: #5cb200;
}
.gray {		
	    color: #616161;		
	}
.uppcase{
	text-transform: uppercase;
}
.text-page ul,
.text-page ol{
	margin: 0 0 20px;
}
.text-page ul li{
	list-style-type: disc;
	margin: 0 0 5px 25px;
    text-align: left;
}
.text-page ol li{
	list-style-type: decimal;
	margin-left: 25px;
	margin-bottom: 5px;
    text-align: left;
}
.text-page ul li.text-center,
.text-page ol li.text-center{
    text-align: center;
}
.text-page ol ul,
.text-page ul ul,
.text-page ul ol,
.text-page ol ol{
    margin-top: 10px;
}
.text-page ol li ul li{
    list-style-type: disc;
}
.text-page ul li ol li{
    list-style-type: decimal;
}
.text-page ul.no-dots{
	margin-top: 20px;
}
.text-page ul.no-dots li{
    list-style-type: none;
    margin: 0 0 20px 0;
}
.text-page ul.no-dots.text-center li{
    float: none;
    display: inline-block;
}
.text-page .left-image{
    float: left;
    margin: 0 20px 20px 0;
}
.text-page .right-image{
    float: right;
    margin: 0 0 20px 20px;
}
.plus-minus{
	display: inline-block;
	width: 20px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	text-decoration: none;
}
.plus-minus:hover,
.plus-minus:focus{
	text-decoration: none;
}
.copy-row{
	overflow: hidden;
	margin-bottom: 10px;
}
/* centered columns styles */
.row-centered {
	text-align:center;
}
.col-centered {
	display:inline-block;
	float:none;
	/* reset the text-align */
	text-align:left;
	/* inline-block space fix */
	margin-right:-4px;
}
.col-centered.text-center{
	text-align: center;
}

/* tables */
table { 
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
	margin: 0 0 25px;
	font-size: 14px;
}
table th,
table td{
	padding: 10px 0;
	vertical-align: top;
}
table td{
}
table th{
}

/* Collapsible items */
.btn{
	overflow: hidden;
	border: none;
	 -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn:focus {
  outline: none;
  outline-offset: 0;
}
.btn:active {
  outline: 0;
  -webkit-box-shadow: none;
		  box-shadow: none;
}
.well {
  min-height: 20px;
  padding: 0;
  margin-bottom: 0;
  border: none;
   -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
   -webkit-box-shadow: none;
		  box-shadow: none;
}

/* Form elements - INPUT */
form{
	padding: 0;
	margin: 0;
}
.row.actions{
    margin-top: 20px;
}
.form-group.actions{
    margin-top: 35px;
}
.row.actions.text-center .site-button,
.form-group.actions.text-center .site-button{
    margin: 0;
}
.row.actions p,
.form-group.actions p{
    margin-top: 10px;
}
input.form-control,
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"]{
	color: #000;
    font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	height: 38px;
	background: #fff;
	border: solid 1px #ccc;
	 -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0 10px;
	width: 100%;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-box-shadow: none;
   -moz-box-shadow: none;
	box-shadow: none;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover{
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 4px rgba(255,255,255, 0.2);
	box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 4px rgba(255,255,255, 0.2);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus{
	border: solid 1px #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(243,112,33,.075), 0 0 4px rgba(243,112,33, 0.2);
	box-shadow: inset 0 1px 1px rgba(243,112,33,.075), 0 0 4px rgba(243,112,33, 0.2);
  }
input[type="checkbox"],
input[type="radio"]{
	padding: 0;
	margin: 0;
	position: relative;
	top: 1px;
}
input[type="checkbox"] + label{
    display: inline-block;
    margin: 0 0 0 10px;
}
.styled-select {
	width: 100%;
	height: 38px;
	overflow: hidden;
	background: #fff url("../images/select-arrow.png") no-repeat 99% 15px;
	border: 1px solid #ccc;
}
.styled-select select {
	background: transparent;
	width: 100%;
	padding: 0 30px 0 10px;
	font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	border: 0;
	border-radius: 0;
	height: 38px;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}
textarea{
	color: #000;
    font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	width: 100%;
	height: 290px;
	padding: 10px;
	background: #fff;
	border: solid 1px #ccc;
	 -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	resize: vertical;
}

/* Site buttons */
input[type="submit"],
.site-button{
	display: inline-block;
	cursor: pointer;
	border: 0;
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	width: auto;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s;
}
.site-button.small{
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
}
.site-button.orange{
	background: #f37021;
}
.site-button.green{
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	background: #5cb200;
}
.site-button.gray {
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    background: #ccc;
}
.site-button.white{
	color: #000;
	background: #fff;
	border: solid 1px #c2c2c2;
}
.text-center .site-button{
	margin: 20px 0;
}
.actions .site-button{
	font-size: 24px;
	height: 45px;
	line-height: 45px;
}
.actions .site-button.orange{
	background: #f68b1f;
	border: solid 1px #f68b1f;
}
.thank-you .site-button{
	font-size: 14px;
	height: 35px;
    line-height: 35px;
    padding: 0 15px;
	margin: 30px 5px;
}
/* hover */
.site-button:hover{
	color: #fff;
	text-decoration: none;
}
.site-button.orange:hover{
	background: #f18800;
}
.site-button.green:hover{
	background: #519705;
}
 .site-button.gray:hover{
	background: #bbbbbb;
}
.row.actions.text-center .site-button.gray,
.form-group.actions.text-center .site-button.gray{
	margin-left: 10px;
}
/* focus */
.site-button:focus{
	color: #fff;
	text-decoration: none;
}

/* label */
label,
.pseudo-label{
	color: #ec6707;
	font-weight: 700;
	margin-bottom: 10px;
}
.row-centered label{
	display: block;
}
.label-info{
	background: transparent;
	display: block;
	margin: 0 0 10px;
}

/* Placeholder */
*::-webkit-input-placeholder {
	color: #a9a9a9;
	font-weight: 300;
	font-style: normal;
	opacity: 1;
}
*:-moz-placeholder {
	/* FF 4-18 */
	color: #a9a9a9;
	font-weight: 300;
	font-style: normal;
	opacity: 1;
}
*::-moz-placeholder {
	/* FF 19+ */
	color: #a9a9a9;
	font-weight: 300;
	font-style: normal;
	opacity: 1;
}
*:-ms-input-placeholder {
	/* IE 10+ */
	color: #a9a9a9;
	font-weight: 300;
	font-style: normal;
	opacity: 1;
}

/* H tags */
h1,
h2,
h3,
h4, 
h5, 
h6{
	clear: both;
	color: #4e4e4e;
	line-height: normal;
	padding: 0;
	margin: 0 0 10px;
	font-weight: 400;
}
h1{
	font-size: 24px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 13px;
}
.text-page h2, 
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6{
	margin: 0 0 20px;
}
/* special headings */
.heading.simple{
	font-size: 36px;
    color: #4e4e4e;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.heading.line-through{
	clear: both;
    display: block;
    font-size: 12px;
    color: #818181;
	font-weight: 400;
    border-bottom: solid 1px #cecece;
    height: 10px;
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0 35px;
}
.heading.line-through span{
    background: #fff;
    padding: 0 20px;
}
.heading.line-right{
	font-size: 36px;
    color: #4e4e4e;
	font-weight: 700;
	text-transform: uppercase;
}
.heading.line-right span{
	font-size: 18px;
    font-weight: 400;
    margin-left: 40px;
    position: relative;
    text-transform: none;
    top: 10px;
}
.heading.line-right span::before{
	color: #ec6707;
    content: " / ";
    font-size: 55px;
    font-weight: 300;
    left: -35px;
    position: absolute;
    top: -35px;
}
/**********************************************************
 *					Header
 **********************************************************/
header{
	height: 40px;
	background: #cdcdcd;
}
header .counter{
	display: none;
	float: left;
	width: 50%;
	margin-top: 10px;
}
header .counter h2{
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: -4px 10px 0 0;
	font-family: 'Open Sans Condensed', sans-serif;
}
header .counter h2 span{
	font-weight: 700;
}
header .counter ul li{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	margin-left: 10px;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
}
header .counter ul li span{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}
header .actions{
	float: right;
}
header .actions ul.navigation{
	float: left;
	margin-top: 10px;
}
header .actions ul.navigation li{
	display: inline-block;
	margin-right: 30px; 
}
header .actions ul.navigation li a{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	border-bottom: solid 1px transparent;		
}		
header .actions ul.navigation li a:hover,		
header .actions ul.navigation li a:focus{		
		border-bottom: solid 1px #fff;		
		text-decoration: none;		
}
header .actions .language{
	float: left;
	display: inline-block;
	border-right: solid 1px #eaeaea;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 80px;
	background-image: url("../images/flags-sprite.png");
	background-repeat: no-repeat;
	cursor: pointer;
}
.flag-contact{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 64px;
	height: 42px;
	background-image: url("../images/flags-sprite.png");
	background-repeat: no-repeat;
	border: solid 1px #dadada;
}
.contact-details .flag-contact{
	right: auto;
	top: 0;
	left: 10px;
}
/*.flag-contact::before{
	content: "";
	position: absolute;
	left: -62px;
	top: -42px;
	width: 0; 
	height: 0; 
	border-top: 80px solid transparent;
	border-bottom: 0 solid transparent; 
	border-right: 80px solid #fff; 
	 -ms-transform: rotate(20deg); 
    -webkit-transform: rotate(20deg); 
	transform: rotate(32deg); 
	-moz-box-shadow: 5px 0 1px -4px #b0b0b0;
	-webkit-box-shadow: 5px 0 1px -4px #b0b0b0;
	box-shadow: 5px 0 1px -4px #b0b0b0;
}
.contact-details .flag-contact::before{
	border-right: 80px solid #f1f1f1; 
}*/
header .actions .language,
header .actions .language.pt{
	background-position: 0 0;
}
header .actions .language.argentina{
	background-position: 0 -50px;
}
header .actions .language.bolivia{
	background-position: 0 -250px;
}
header .actions .language.brasil{
	background-position: 0 -300px;
}
header .actions .language.chile{
	background-position: 0 -350px;
}
header .actions .language.colombia{
	background-position: 0 -400px;
}
header .actions .language.costa-rica{
	background-position: 0 -450px;
}
header .actions .language.cuba{
	background-position: 0 -500px;
}
header .actions .language.ecuador{
	background-position: 0 -600px;
}
header .actions .language.elsalvador{
	background-position: 0 -550px;
}
header .actions .language.guatemala{
	background-position: 0 -700px;
}
header .actions .language.honduras{
	background-position: 0 -850px;
}
header .actions .language.mexico{
	background-position: 0 -950px;
}
header .actions .language.nicaragua{
	background-position: 0 -1000px;
}
header .actions .language.panama{
	background-position: 0 -1050px;
}
header .actions .language.peru{
	background-position: 0 -1150px;
}
header .actions .language.puertorico{
	background-position: 0 -1200px;
}
header .actions .language.republica-dominicana{
	background-position: 0 -1250px;
}
header .actions .language.uruguay{
	background-position: 0 -1400px;
}
header .actions .language.venezuela{
	background-position: 0 -1450px;
}
header .actions .language .glyphicon{
	font-weight: 400;
	font-size: 11px;
}
header .actions .language:hover{
	text-decoration: none;
}
.lang-dropdown .dropdown-menu{
	width: 600px;
	padding: 15px 20px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
header .actions .login-logout{
	float: left;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin: 10px 0 0 20px;
	border-bottom: solid 1px transparent;
}
header .actions .login-logout:hover,		
header .actions .login-logout:focus{
	tborderext-decoration: none;
	-bottom: solid 1px #fff;
}
/* city list */
.city-list li{
	float: left;
	width: 32%;
	margin: 5px 0;
}
.white-box .city-list{
	margin: 15px;
}
.white-box .city-list li{
	width: 25%;
}
.city-list li:first-child{
	margin: 0;
}
.dropdown-menu .city-list li:first-child{
	margin: 5px 0;
}
.white-box .city-list li:nth-child(4n+1){
	clear: left;
}
.lang-dropdown .dropdown-menu .city-list li:nth-child(3n+4){
	clear: left;
}
.city-list li a{
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #4e4e4e;
}
/**********************************************************
 *					Footer
 **********************************************************/
footer{
	
}
.footer-first{
	display: none;
	position: relative;
	padding: 10px 0;
	background: #fff;
	border-bottom: solid 1px #dcdcdc;
	border-top: 1px solid #ECEBEB;
}
.footer-first::before {
	border-bottom: 1px solid #fff;
	bottom: -2px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}
/* Breadcrumb */
.footer-first .breadcrumb{
	color: #707070;
	background-color: transparent;
   -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
.footer-first .breadcrumb > li + li::before {
	color: #707070;
	content: "";
	padding: 0;
}
.footer-first .breadcrumb > li{
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
	background: url("../images/breadcrumb-arrow.png") no-repeat 0 50%;
}
.footer-first .breadcrumb > li:first-child{
	background: none;
	padding: 0;
}
.footer-first .breadcrumb li a{
	 color: #707070;
	 text-decoration: none;
}
.footer-first .breadcrumb li:first-child a{
	display: block;
	position: relative;
	top: 4px;
	width: 28px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/breadcrumb-home.png") no-repeat 0 0;
}
.footer-first .breadcrumb li.current a,
.footer-first .breadcrumb li a:hover{
	color: #000;
}
.footer-second{
	background: #fff;
	padding: 20px 0 30px;
}
.footer-second ul{
	text-align: center;
}
.brasil-footer.footer-second ul{
	text-align: left;
}
.footer-second li{
	list-style-type: none;
	padding: 0;
	margin: 0 5%;
	display: inline-block;
}
.brasil-footer.footer-second li{
	display: block;
	margin: 5px 0;
}
.footer-second li:first-child{
	display: block;
}
.footer-second li a{
	display: inline-block;
	color: #969696;
	text-decoration: underline;
}
.brasil-footer.footer-second li a{
	text-decoration: none;
}
.footer-second li a:hover{
	color: #000;
	text-decoration: none;
}
.footer-social{
	border-left: solid 1px #dcdcdc;
}
.find-out-more .follow a.social-icons,
.footer-second li a.social-icons{
	padding: 4px 0 6px 35px;
	background-image: url("../images/footer-social-icons-sprite.png");
	background-repeat: no-repeat;
}
.find-out-more .follow a.social-icons{		
	float: left;		
	width: 24px;		
	height: 24px;		
	text-indent: -9999px;		
	overflow: hidden;		
	padding: 0;		
	margin-right: 10px;		
}
.find-out-more .follow a.social-icons.fb,
.footer-second li a.fb{
	background-position: 0 0;
}
.footer-second li a.google{
	background-position: 0 -100px;
}
.footer-second li a.twitter{
	background-position: 0 -200px;
}
.find-out-more .follow a.social-icons.youtube,
.footer-second li a.youtube{
	background-position: 0 -300px;
}
.footer-second li a.flickr{
	background-position: 0 -400px;
}
.footer-second li a.instagram{
	background-position: 0 -500px;
}
/* hover */
.find-out-more .follow a.social-icons.fb,
.footer-second li a.fb:hover{
	background-position: 0 -50px;
}
.footer-second li a.google:hover{
	background-position: 0 -150px;
}
.footer-second li a.twitter:hover{
	background-position: 0 -250px;
}
.find-out-more .follow a.social-icons.youtube,
.footer-second li a.youtube:hover{
	background-position: 0 -350px;
}
.footer-second li a.flickr:hover{
	background-position: 0 -450px;
}
.footer-second li a.instagram:hover{
	background-position: 0 -550px;
}
.footer-second li strong{
	font-size: 20px;
	color: #4e4e4e;
	display: block;
	margin: 0 0 20px;
}
.brasil-footer.footer-second li strong{
	font-size: 14px;
	margin: 0;
}
.footer-third{
	padding: 10px 0;
	color: #a1a1a1;
	font-size: 12px;
}

/**********************************************************
 *					Main nav
 **********************************************************/
.main-navigation-container .logo-box{
	position: relative;
	float: left;
	height: 130px;
	background: #fff;
	z-index: 11;
	-webkit-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
}
.main-navigation-container .logo-box::after{
	content: "";
	position: absolute;
	right: -80px;
	top: 0;
	width: 0; 
	height: 0; 
	border-top: 0 solid transparent;
	border-bottom: 130px solid transparent; 
	border-left: 80px solid #fff;
}
.main-navigation-container .logo-box::before{
	content: "";
	position: absolute;
	right: -82px;
	top: 0;
	width: 0; 
	height: 0; 
	border-top: 0 solid transparent;
	border-bottom: 131px solid transparent; 
	border-left: 82px solid #f1f1f1;
}
.main-navigation-container .logo-box-white-bkg{
	position: absolute;
    top: 0;
    left: -98%;
    width: 100%;
    height: 130px;
    background: #fff;
	z-index: 11;
	-webkit-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
}
.main-navigation .container{
	position: relative;
}
.main-navigation-container .logo{
	position: relative;
	display: block;
	background-image: url("../images/logo-2021.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 295px;
	height: 60px;
	margin-top: 5px;
}
.pt .main-navigation-container .logo{
	/*width: 242px;
	background-image: url("../images/mw-logo-br.png");*/
	background-image: url("../images/logo-br.png");
	width: 255px;
}
.main-navigation-container .logo img{
	max-width: 100%;
	width: 100%;
}
.main-navigation-container .logo .country{
	position: absolute;
	right: 0px;
	bottom: -25px;
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
}
.main-navigation{
	height: 75px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
}
.main-navigation ul{
	float: right;
	margin-top: 25px;
}
.main-navigation li{
	float: left;
	margin-left: 40px;
}
.main-navigation li:first-child{
	margin-left: 0;
}
.main-navigation li a{
	position: relative;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #4e4e4e;
	font-weight: 700;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	border-bottom: solid 1px transparent;
}
.main-navigation li a::before{
	color: #F1F1F1;
    content: " / ";
    font-size: 31px;
    font-weight: 300;
    left: -29px;
    position: absolute;
    top: -8px;
}
.main-navigation li:first-child a::before{
	content: "";
}
.main-navigation li.active a{
	color: #f68b1f;
	border-bottom: solid 1px transparent;
}
.main-navigation li a:hover{
	border-bottom: solid 1px #4e4e4e;
}
.main-navigation li.active a:hover{
	border-bottom: solid 1px transparent;
}
.main-navigation li a:focus{
	color: #4e4e4e;
	border-bottom: solid 1px #4e4e4e;
}

/* Sub navigation */
.sub-navigation-container{		
	margin: -55px 0 0;		
}
.sub-navigation{
	text-align: center;
	height: 40px;
	background: #f18800;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.2);
}
.sub-navigation li{
	display: inline-block;
}
.sub-navigation li a{
	position: relative;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0 25px;
}
.sub-navigation li.active a::before{
	content: "";
	position: absolute;
	left: -15px;
	top: 0;
	width: 0; 
	height: 0; 
	border-top: 40px solid transparent;
	border-bottom: 0 solid transparent; 
	border-right: 15px solid #ec6707; 
}
.sub-navigation li.active a::after{
	content: "";
	position: absolute;
	right: -15px;
	top: 0;
	width: 0; 
	height: 0; 
	border-top: 0 solid transparent;
	border-bottom: 40px solid transparent; 
	border-left: 15px solid #ec6707; 
}
.sub-navigation li a:hover{
	text-decoration: underline;
}
.sub-navigation li.active a{
	background: #ec6707;
}
.sub-navigation li.active a:hover{		
	text-decoration: none;		
}
/**********************************************************
 *					Main container
 **********************************************************/
.main-container{
	padding: 20px 0 0;
}
.main-container.no-p{
	padding: 0;
}
.main-container .container,
.poster-container .container{
	position: relative;
}
.main-content.full{
	padding: 40px 0;
}
.white-box{
	position: relative;
	background: #fff;
	padding: 15px;
	border: 1px solid #ECEBEB;
}
.border-box{
	border: solid 1px #dcdcdc;
}
.border-box.no-border{
	border: none;
}
.border-image{
   border: solid 1px #dcdcdc; 
}
.border-bottom{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #dcdcdc;
}
.poster-container{
	position: relative;
	top: -73px;
}
.poster-container .info{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.poster-container ~ .container{
	margin-top: -53px;
}
/* video-highlight-container */
.video-highlights-container,
.hightlight-flexslider-container{
	position: relative;
	top: -54px;
}
.sub-navigation-container ~ .video-highlights-container{
	top: -15px;
}
.video-highlights-container video{
	width: 100%;
	display: block;
	margin: 0px auto;
}
.video-highlights-container img{
	width: 100%;
}
.video-highlights-container .info,
.hightlight-flexslider .info{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.video-highlights-container .container,
.hightlight-flexslider .container{
	position: relative;
}
.poster-container .become-move-agent,
.video-highlights-container .become-move-agent,
.hightlight-flexslider .become-move-agent{
	display: none;
	z-index: 70;
    position: absolute;
	right: 0;
	top: 75px;
	width: 150px;
}
.hightlight-flexslider .become-move-agent{
	display: block;
}
.poster-container .become-move-agent .link-content,
.video-highlights-container .become-move-agent .link-content,
.hightlight-flexslider .become-move-agent .link-content{
	display: inline-block;
	text-align: center;
	width: 160px;
    height: 160px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: #5cb200;
	box-sizing: border-box;
	 -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	z-index: 100;
    position: relative;
    padding-top: 55px;
    -webkit-transition: all cubic-bezier(0.7, 0, .3, 1) .4s;
    transition: all cubic-bezier(0.7, 0, .3, 1) .4s;
}
.hightlight-flexslider .become-move-agent .link-content{
	padding-top: 65px;
}
.poster-container .become-move-agent .link-content.br{
	padding-top: 60px;
}
.poster-container .become-move-agent.sticky .link-content.br{
	padding-top: 114px;
}
.poster-container .become-move-agent:hover .link-content,
.video-highlights-container .become-move-agent:hover .link-content,
.hightlight-flexslider .become-move-agent:hover .link-content{
	text-decoration: none;
}
.poster-container .become-move-agent .sign-up-text,
.video-highlights-container .become-move-agent .sign-up-text,
.hightlight-flexslider .become-move-agent .sign-up-text{
	display: block;
	font-size: 17px;
	line-height: 23px;
	-webkit-transition: all cubic-bezier(0.7, 0, .3, 1) .4s;
    transition: all cubic-bezier(0.7, 0, .3, 1) .4s;
}
.poster-container .become-move-agent .border,
.video-highlights-container .become-move-agent .border,
.hightlight-flexslider .become-move-agent .border{
    border-radius: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
    height: 90%;
    border: 2px solid #fff;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
.pulse {
    -webkit-animation: pulse 3s cubic-bezier(0.7, 0, .3, 1) infinite forwards;
    animation: pulse 3s cubic-bezier(0.7, 0, .3, 1) infinite forwards;
}
/* sticky button */
.poster-container .become-move-agent.sticky,
.video-highlights-container .become-move-agent.sticky{
	position: fixed;
	top: -110px;
	left: 73%;
}
.poster-container .become-move-agent.sticky .border,
.video-highlights-container .become-move-agent.sticky .border{
	display: none;
}
.poster-container .become-move-agent.sticky .link-content,
.video-highlights-container .become-move-agent.sticky .link-content{
	padding-top: 113px;
    width: 190px;
    height: 190px;
    line-height: 18px;
    font-size: 14px;
}
.poster-container .become-move-agent.sticky .sign-up-text,
.video-highlights-container .become-move-agent.sticky .sign-up-text{
	font-size: 18px;
}
/* text over video */
.video-highlights-container .text,
.hightlight-flexslider .text{
	position: relative;
	margin-top: 170px;
}
.video-highlights-container .text .date,
.hightlight-flexslider .text .date{
	display: inline-block;
	position: relative;
	color: #ec6707;
	font-weight: 700;
	font-size: 22px;
	padding: 2px 10px;
	margin: 0 0 5px;
	background: rgba(255,255,255,0.9);
}
.video-highlights-container .text .date::after,
.hightlight-flexslider .text .date::after{
	content: "";
	position: absolute;
	right: -10px;
	top: 0;
	width: 0; 
	height: 0; 
	border-top: 0 solid transparent;
	border-bottom: 35px solid transparent; 
	border-left: 10px solid rgba(255,255,255,0.9); 
}
.video-highlights-container .text .date::before,
.hightlight-flexslider .text .date::before{
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	width: 0; 
	height: 0; 
	border-top: 35px solid transparent;
	border-bottom: 0 solid transparent; 
	border-right: 10px solid rgba(255,255,255,0.9); 
}
/* chrome fix */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.video-highlights-container .text .date::before,
	.hightlight-flexslider .text .date::before{
		border-top: 34px solid transparent;
	}
}
.video-highlights-container .text .title,
.hightlight-flexslider .text .title{
	display: inline-block;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	background: rgba(54,54,54,0.8);
	padding: 5px 20px;
	margin-bottom: 5px;
}
/* Flag list */
.flags-container{		
	margin-top: -80px;		
	border: solid 1px #ecebeb;		
}
.flags-list li{
	float: left;
	width: 32%;
	margin: 5px 0;
}
.flags-list li a.republica-dominicana{
	margin: 5px 0 0;
}
.white-box .flags-list{
	margin: 15px;
}
.white-box .flags-list li{
	width: 25%;
}
.flags-list li:first-child{
	margin: 0;
}
.dropdown-menu .flags-list li:first-child{
	margin: 5px 0;
}
.white-box .flags-list li:nth-child(4n+1){
	clear: left;
}
.lang-dropdown .dropdown-menu .flags-list li:nth-child(3n+4){
	clear: left;
}
.flags-list li a{
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #4e4e4e;
	font-weight: 700;
	padding-left: 50px;
	min-height: 30px;
	height: 30px;	
	position: relative;
}
.flags-list li a span.text{
	font-size: 12px;
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flags-list li a.flag .flag-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 28px;
	display: inline-block;
	background-image: url("../images/flags-small-sprite.png");
	background-repeat: no-repeat; 
	border: solid 1px #dadada;
}
.logo-box .flag{
	float: right;
	margin-top: 25px;
	display: block;
	width: 42px;
	height: 28px;
	background-image: url("../images/flags-small-sprite.png");
	background-repeat: no-repeat; 
	border: solid 1px #dadada;
}
.flags-list li a.flag.la .flag-img,
.logo-box .flag.la{
	background-position: 0 0;
}
.flags-list li a.flag.argentina .flag-img,
.logo-box .flag.argentina{
	background-position: 0 -32px;
}
.flags-list li a.flag.bolivia .flag-img,
.logo-box .flag.bolivia{
	background-position: 0 -161px;
}
.flags-list li a.flag.brasil .flag-img,
.logo-box .flag.brasil{
	background-position: 0 -194px;
}
.flags-list li a.flag.chile .flag-img,
.logo-box .flag.chile{
	background-position: 0 -225px;
}
.flags-list li a.flag.colombia .flag-img,
.logo-box .flag.colombia{
	background-position: 0 -258px;
}
.flags-list li a.flag.costa-rica .flag-img,
.logo-box .flag.costa-rica{
	background-position: 0 -290px;
}
.flags-list li a.flag.cuba .flag-img,
.logo-box .flag.cuba{
	background-position: 0 -322px;
}
.flags-list li a.flag.ecuador .flag-img,
.logo-box .flag.ecuador{
	background-position: 0 -387px;
}
.flags-list li a.flag.elsalvador .flag-img,
.logo-box .flag.elsalvador{
	background-position: 0 -355px;
}
.flags-list li a.flag.guatemala .flag-img,
.logo-box .flag.guatemala{
	background-position: 0 -451px;
}
.flags-list li a.flag.honduras .flag-img,
.logo-box .flag.honduras{
	background-position: 0 -548px;
}
.flags-list li a.flag.mexico .flag-img,
.logo-box .flag.mexico{
	background-position: 0 -613px;
}
.flags-list li a.flag.nicaragua .flag-img,
.logo-box .flag.nicaragua{
	background-position: 0 -645px;
}
.flags-list li a.flag.panama .flag-img,
.logo-box .flag.panama{
	background-position: 0 -677px;
}
.flags-list li a.flag.peru .flag-img,
.logo-box .flag.peru{
	background-position: 0 -741px;
}
.flags-list li a.flag.puertorico .flag-img,
.logo-box .flag.puertorico{
	background-position: 0 -774px;
}
.flags-list li a.flag.republica-dominicana .flag-img,
.logo-box .flag.republica-dominicana{
	background-position: 0 -806px;
}
.flags-list li a.flag.uruguay .flag-img,
.logo-box .flag.uruguay{
	background-position: 0 -903px;
}
.flags-list li a.flag.venezuela .flag-img,
.logo-box .flag.venezuela{
	background-position: 0 -935px;
}
/* Info 3 boxes */
.info-3-boxes li .info,
.partners-list .info{
	color: #4e4e4e;
	background: #fff;
	border: 1px solid #ECEBEB;
	padding: 15px 20px;
}
.info-3-boxes li .info{		
	min-height: 150px;		
}
.partners-list .info{
	min-height: 257px;
	border: none;
	padding: 0 20px 15px;
}
.partners-list.without-text .info{
	min-height: 80px;
}
.info-3-boxes li .info h3,
.partners-list .info h3{
	color: #4e4e4e;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 10px;
}
.partners-list .info h3{		
	text-align: center;		
}
.info-3-boxes li .info p,
.partners-list .info p{
	font-size: 14px;
	margin: 0;
}
.partners-list .image{
	background: #fff;
	text-align: center;
	padding: 20px 0;
}
.partners-list{
	margin-bottom: 0!important;
}
.partners-list li{
	margin-bottom: 20px;
}
.partners-list .isca-svg{
	width: 35%;
    margin: 74px 0 70px;
}
/* Highlights */
.highlights-container{
	height: 70px;
	background: #cdcdcd;
}
.highlights-container .container{
	position: relative;
}
.highlights-container .nwm-logo-white-bkg{
    position: absolute;
    top: 0;
	left: -95%;
    width: 100%;
	height: 70px;
	background: #fff;
}
.highlights-container .nwm-logo{
	outline: none;
	position: relative;
	float: left;
	width: 252px;
	height: 70px;
	background: #fff url("../images/semana-muevela.jpg") no-repeat 0 center;
}
.pt .highlights-container .nwm-logo{
	background: #fff url("../images/semana-move-br.jpg") no-repeat 0 center;
}
.highlights-container .nwm-logo::after{
	content: "";
	position: absolute;
	right: -45px;
	top: 0;
	width: 0; 
	height: 0; 
	border-top: 0 solid transparent;
	border-bottom: 70px solid transparent; 
	border-left: 45px solid #fff; 
}
.highlights-container .text{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 17px 0 0 200px;
}

/* Partners / Logos */
.logos-container .white-box{
	padding: 0;
    overflow: hidden;
}
.logos-container li{
	margin-bottom: 20px;
}
.logos-container.brasil-logos li {
    margin-bottom: 25px;
}
.logos-container .isca-svg{
	width: 23%;
    margin-top: 47px;
}
.logos-container .isca-svg.three-in-l{
	width: 35%;
}
.logos-container .isca-svg.four-in-l{
	width: 45%;
}
/* Gallery */
.gallery-container{
	margin-bottom: 50px;
}
/**********************************************************
 *                    Events page
 **********************************************************/
/* Switch view */
.switch-view .site-button{
	height: 30px;
	line-height: 25px;
	text-transform: none;
	font-weight: 300;
}
/* filter by */
.filter-events-by{
	border-top: solid 1px #dcdcdc;
    padding: 20px 0 0;
}
.filter-events-by.no-border{
	border: none;
	padding: 0;
}
.filter-events-by select{
	float: left;
}
.filter-events-by select option{
	padding: 0 10px;
}
.filter-events-by select option.pt{
	display: none;
}
.pt .filter-events-by select option.pt{
	display: block;
}
.pt .filter-events-by select option.es{
	display: none;
}
.search-events-by{
	width: 100%;
    overflow: hidden;
    position: relative;
}
.search-events-by input[type="text"]{
    background: #fff;
    border: solid 1px #ccc;
	border-width: 1px 0 1px 1px;
    border-radius: 0;
    color: #a5a5a5;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    height: 38px;
    margin: 0;
    padding: 0 40px 0 10px;
    width: 100%;
}
.search-events-by input[type="submit"]{
    background: url("../images/icons-sprite.png") no-repeat scroll 100% 10px #fff;
    border: solid 1px #ccc;
	border-width: 1px 1px 1px 0;
    border-radius: 0;
    height: 38px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
/**********************************************************
 *                 Upcoming events list 
 **********************************************************/
.upcoming-events .white-box{
	margin-bottom: 20px;
	overflow: hidden;
}
.upcoming-events .white-box .image{
	position: relative;
	display: block;
	margin: -15px -15px 10px;
}
.upcoming-events .white-box .image img{
	width: 100%;
	border-bottom: solid 1px #dcdcdc;
}
.date-month{
	color: #ec6707;
}
.upcoming-events .white-box .date-month{
	font-size: 9px;
}
.date-day{
	display: block;
	text-align: center;
	color: #ec6707;
	font-weight: 800;
}
.upcoming-events .white-box .date-day{
	font-size: 40px;
	line-height: 40px;
}
.upcoming-events .white-box .date span{
	display: block;
	font-weight: 800;
	font-size: 24px;
}
a.title{
	display: inline-block;
	color: #000;
}
.upcoming-events .white-box .title{
	display: inline-block;
	height: 38px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	font-weight: 800;
	text-transform: uppercase;
    padding-top: 4px;
}
.upcoming-events .white-box p{
	margin-bottom: 5px;
	font-size: 12px;
	height: 35px;
	overflow: hidden;
}
.upcoming-events .white-box .location{
    display: block;
	font-size: 12px;
	font-weight: 700;
}
/**********************************************************
 *                    Event detailed page
 **********************************************************/
.event-image{
	margin-top: -74px;
    border-bottom: solid 1px #dcdcdc;
}
.event-image img.pt{
	display: none;
}
.pt .event-image img.pt{
	display: block;
}
.pt .event-image img.es{
	display: none;
}
body.with-subnav .event-image{		
	margin-top: -35px;		
}
.event-details .date-month{
	font-size: 11px;
}
.event-details .date-day{
	font-size: 45px;
	line-height: 45px;
}
.event-details .date-year{
	display: block;
	font-size: 30px;
	line-height: 40px;
    color: #ec6707;
}
.event-details h1.title{
	font-size: 31px;
	line-height: 34px;
	font-weight: 700;
	margin: 0;
}
.event-details .location{
	font-size: 31px;
	line-height: 34px;
}
.event-details .ma-name{
	border-top: 1px solid #ECEBEB;
	padding-top: 10px;
	margin-top: 10px;
}
.event-details .ma-name,
.event-details .organization-name{
	display: block;
	font-size: 18px;
	color: #393939;
}
.event-details .organization-name.pt,
.pt .event-details .organization-name{
	display: none;
}
.pt .event-details .organization-name.pt{
	display: block;
}
.event-images-list{
	overflow: hidden;
	border: solid 1px #dcdcdc;
	border-width: 1px 0;
	padding: 20px 0 0;
}
/* Location/time */
.event-location-time{
    color: #393939;
    font-size: 18px;
}
.event-location-time .item{
    padding-left: 100px;
    margin-bottom: 10px;
	min-height: 76px;
}
.event-location-time .heading{
    display: block;
    font-size: 21px;
    font-weight: 700;
}
.event-location-time .location{
    background: url("../images/location-time-icon.png") no-repeat 0 5px;
}
.event-location-time .time{
    background: url("../images/location-time-icon.png") no-repeat 0 -295px;
}
/* Now We Move map */
.mwm-map{
	position: relative;
}
.mwm-map .info{
	position: absolute;
	left: 10%;
	top: 30%;
	padding-bottom: 10px;
	text-align: center;
	background: #fff;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}
.mwm-map .info span{
	display: block;
	font-weight: 700;
}
.mwm-map .info .country{
	font-size: 24px;
	background: #dcdcdc;
	padding: 10px 0;
}
.mwm-map .info .city{
	font-size: 22px;
	color: #f37021;
	padding: 10px 0;
}
.mwm-map .info .events{
	font-size: 27px;
	color: #f37021;
	padding: 10px 0;
}
.mwm-map .info .agents{
	font-size: 18px;
	color: #fff;
	background: #f39325;
	padding: 10px 0;
	margin-bottom: 15px;
}
.mwm-map .info .orange-box{
	font-size: 20px;
	color: #fff;
	background: #f39325;
	padding: 0 0 5px;
	margin: 10px 20px;
}
.mwm-map .info .people{
	color: #010101;
	margin: 0 10% 15px;
}
.mwm-map .info .people span{
	font-size: 24px;
	color: #fff;
	background: #898989;
	padding: 10px 0;
	margin-top: 5px;
}
/**********************************************************
 *              Become move agent 
 **********************************************************/
.gray-box{
    background: #eeeceb;
    border: solid 1px #dfdede;
    padding: 15px;
    margin-bottom: 40px;
}
.gray-box span{
    display: block;
}
.gray-box .number{
    color: #f37021;
    font-size: 38px;
    font-weight: 700;
    border-bottom: solid 1px #c2c1c0;
    padding: 0 0 5px;
    margin: 0 0 10px;
}
.gray-box .text{
    color: #575757;
    font-size: 20px;
}
/**********************************************************
 *						ABC Tags
 **********************************************************/
.abc-tags{
	padding: 0;
	margin: 0 0 40px;
}
.abc-tags li{
	float: left;
	margin-left: 1px;
}
.abc-tags li a{
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	padding: 3px 0;
	width: 40px;
	text-align: center;
	position: relative;
}
.abc-tags li a:hover,
.abc-tags li.current a{
	/*color: #f68b1f;*/
	color: #fff;
	background: #f37021;
	text-decoration: none;
}
.abc-tags li a:hover::after,
.abc-tags li.current a::after{
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -9px;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid #f37021;
}
/* results */
.abc-tags-results li{
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
}
.abc-tags-results li:first-child{
	margin-left: 0;
}
.abc-tags-results li a{
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	padding: 5px 10px;
}
.abc-tags-results li a.color-1{
	background: #d7d7d7;
}
.abc-tags-results li a.color-2{
	background: #c2c2c2;
}
.abc-tags-results li a.color-3{
	background: #a1a1a1;
}
.abc-tags-results li a.color-4{
	background: #919191;
}
.abc-tags-results li a.color-5{
	background: #555;
}
/**********************************************************
 *				Move week 
 **********************************************************/
.find-out-more{
	background: #fff;		
	padding: 0 0 22px;		
	border: 1px solid #ECEBEB;
}
.find-out-more .logo{
	width: 100%;
	height: 300px;
	position: relative;
	text-align: center;
}
.find-out-more .logo img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*.find-out-more .logo span{
	position: absolute;
	right: 40px;
	bottom: 5px;
}*/
.find-out-more .site{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 0 10px;
	margin: 23px 20px 0 0;
}
.find-out-more .follow{		
	float: left;		
	padding: 0 0 0 20px		
}		
.find-out-more .follow span{		
	display: block;		
	text-transform: uppercase;		
	color: #4e4e4e;		
	font-weight: 700;			
	font-size: 14px;			
	margin: 0 0 10px;			
}
.moving-europe-container{
	min-height: 750px;
	padding: 30px 0;
	background: #fff url("../images/europe-map.png") no-repeat 100% 0;
}
.moving-europe-container .info{
	width: 30%;
	margin-top: 100px;
}
.moving-europe-container .info li{
	border-bottom: solid 1px #7d7e7e;
	padding: 0 0 10px;
	color: #4e4e4e;
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
}
.moving-europe-container .info li span{
	display: block;
	color: #f37021;
	font-size: 50px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}
/* Orange counter */		
.global-info-counter{		
	position: relative;		
}		
.global-info-counter .text-over{		
	position: absolute;		
	left: 0px;		
	top: 50%;		
	margin-top: -50px;		
	width: 100%;		
}		
.global-info-counter .text-over span{		
	display: block;		
}		
.global-info-counter .text-over h1.big-heading{		
	font-size: 70px;		
	color: #fefefe;		
	font-weight: 800;		
	margin: 0;		
}		
.global-info-counter .text-over h2.medium-heading{		
	font-size: 35px;			
	color: #fff;		
	font-weight: 300;		
	margin: 0;		
}		
.global-info-counter .text-over .part span.inline-block,
.global-info-counter .text-over .static-part span.inline-block{		
	display: inline-block;		
	font-size: 20px;		
}		
.global-info-counter .text-over .part span.inline-block span,
.global-info-counter .text-over .static-part span.inline-block span{		
	display: block;		
	text-align: center;		
}		
.global-info-counter .text-over .part span.inline-block span.number,
.global-info-counter .text-over .static-part span.inline-block span.number{		
	font-size: 50px;		
	font-weight: 700;		
}		
.global-info-counter .text-over .part span.text,
.global-info-counter .text-over .static-part span.text{		
	border-top: solid 1px #fff;		
	font-weight: 300;		
}		
.global-info-counter .text-over .part,
.global-info-counter .text-over .static-part{		
	color: #fff;		
}		
/* mobile */		
.global-info-counter-mobile{		
	background: #f37021;		
	color: #fff;		
	padding-top: 10px;		
	padding-bottom: 10px;		
	text-align: center;		
}		
.global-info-counter-mobile .col-xs-12{		
	margin: 5px 0;		
	font-weight: 300;		
}		
.global-info-counter-mobile span.number{		
	font-size: 20px;		
	font-weight: 700;		
}
/**********************************************************
 *				Contact list/detailed
 **********************************************************/
.contacts-list li{
	position: relative;
	overflow: hidden;
	color: #4e4e4e;
	font-size: 16px;
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}
.contacts-list li:first-child{
	margin-top: 0;
}
.profile-img,
.contact-details .profile-img,
.contacts-list .profile-img{
	text-align: center;
}
.profile-img img,
.contact-details .profile-img img,
.contacts-list .profile-img img{
	 -webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.contact-details .name,
.contacts-list .name{
	display: inline-block;
	color: #4e4e4e;
	font-size: 24px;
	font-weight: 700;
}
.contacts-list a.name{
	color: #F68B1F;
}
.contact-details .name{
	font-size: 40px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.contact-details .site .glyphicon,
.contacts-list .site .glyphicon{
	color: #ACACAC;
	font-size: 14px;
}
.contact-details .organisation,
.contact-details .position,
.contacts-list .country,
.contacts-list .email-phone{
	display: block;
	margin: 0 0 3px;
}
.contacts-list .more-info,		
.contacts-list .country,		
.contacts-list .email-phone{		
	line-height: 24px;		
}		
.contacts-list .site{		
	margin: 0 0 3px;		
}		
.contacts-list .position{		
	display: block;		
}		
.contacts-list .country{		
	color: #999;		
	margin: 0 0 20px;		
}		
.contacts-list .email-phone span{		
	font-size: 14px;		
	color: #acacac;		
}
.contact-details .organisation,
.contact-details .position{
	font-size: 20px;
	text-transform: uppercase;
}
.contacts-list .view-profile{
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 18px;
	background: #acacac;
	padding: 10px 15px;
}
.contacts-list .view-profile:hover{
	text-decoration: none;
	color: #4e4e4e;
	background: #fff;
	border: solid 1px #acacac
}
/* details */
.contact-details .info{
	padding-top: 50px;
	margin-top: 30px;
}
/**********************************************************
 *				Resources
 **********************************************************/
.resources-list li{
	margin-bottom: 20px;
}
.resources-list li .white-box{
	display: block;
	position: relative;
	min-height: 300px;
}
.resources-list li .title{
	display: block;
	color: #50504f;
	font-weight: 700;
}
.resources-list .image{
	display: block;
	margin: 0 0 15px;
}
.resources-list .download{
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #4e4e4e;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.resources-list .download .glyphicon{
	margin-right: 5px;
}
.resources-list .download:hover{
	text-decoration: none;
	color: #F68B1F;
}
.resources-list .download:hover .glyphicon{
	color: #f68b1f; 
}
.resources-list li .white-box:hover,
.resources-list li .white-box:hover .title,
.resources-list li .white-box:focus,
.resources-list li .white-box:focus .title{
	text-decoration: none;
}
.resources-list li .white-box:hover .download{
	text-decoration: none;
	color: #F68B1F;
}
/**********************************************************
 *				Country list
 **********************************************************/
.country-list .white-box{
	min-height: 320px;
	margin-bottom: 20px;
	background: #fff url("../images/country-icon.png") no-repeat 95% 95%;
}
.country-list .white-box .image{
	position: relative;
	display: block;
	margin: -15px -15px 10px;
}
.country-list .white-box .image img{
	width: 100%;
	border-bottom: solid 1px #dcdcdc;
}
.country-list .title{
	float: left;		
	display: block;		
	width: 72%;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	font-weight: 800;
}
.country-list .title:hover{		
	color: #f68b1f; 		
	text-decoration: none;		
}
.country-list .title-flag{
	position: relative;
	margin: 0 0 30px;
}
.country-list .flag-contact{
	top: 4px;
	right: 0;
	border: 1px solid #DADADA;
}
.event-quantity{
	position: absolute;		
	bottom: 10px;		
	left: 15px;
	color: #a9a9a9;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}
.event-quantity span{
	display: block;
	color: #4e4e4e;
	font-size: 24px;
}

/**********************************************************
 *				Newsletter
 **********************************************************/
.newsletter{
	min-height: 750px;
	padding: 30px 0;
	background: url("../images/europe-map.png") no-repeat 100% 0;
}
.newsletter .site-button{
	margin-top: 24px;
}

/* map home page */
.map-filter{
	background: #fff;
	padding: 20px 0;
	border: 1px solid #ECEBEB;
	border-width: 1px 0;
}
/**********************************************************
 *				Move Agent
 **********************************************************/
.move-agent-slider p{
	font-size: 14px;
}
.move-agents-list .white-box{
	min-height: 190px;
}
.move-agents-list.bulgaria .white-box{
	min-height: 225px;
}
.move-agents-list li{
	margin-bottom: 20px;
}
.move-agents-list li:nth-child(2n+1){
	clear: left;
}
.move-agents-list .profile-img img{
	 -webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.move-agents-list span{
	display: block;
	margin: 0 0 5px;
}
.move-agents-list .organisation{
	height: 58px;
	overflow: hidden;
}
.move-agents-list span.glyphicon{
	display: inline-block;
	font-size: 14px;
	color: #ACACAC;
}
.move-agents-list .email-phone{
	color: #f68b1f;
}
/**********************************************************
 *				News listing 
 **********************************************************/
.news-list li{
	margin-bottom: 20px;
}
.news-list .white-box .image{
	position: relative;
	display: block;
	margin: -15px -15px 10px;
}
.news-list .white-box .image img{
	width: 100%;
	border-bottom: solid 1px #dcdcdc;
}
.news-list .white-box .date{
	display: block;
	color: #a9a9a9;
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}
.news-list .white-box h3{
	font-weight: 700;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
}
.news-list .white-box .type{
	display: block;
	color: #a9a9a9;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}
/* Flexslider fix */
.text-page .flex-direction-nav li{
	list-style-type: none;
}
.text-page .gallery-carousel .slides li,
.text-page .gallery-carousel .flex-control-nav {
	margin: 0;
	
}

/* Pagination */
.pagination{
	margin: 20px 0 30px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #666;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > li > a,
.pagination > li > span {
	color: #888;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #888;
	background-color: #f7f7f7;
	border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**********************************************************
 *                   Gmap
 **********************************************************/
.gmap-container{
	width: 100%;
	position: relative;
	padding-bottom: 20%; 
	height: 600px;
	overflow: hidden;
}
.gmap-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.event-detailed-page .gmap-container{
	height: 350px;
}

/* Google bubble */
.google-bubble{
	width: 260px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.google-bubble span{
	display: block;
}
.google-bubble .title{
	color: #ec6707;
	font-size: 18px;
	line-height: 20px;
}
.google-bubble .organization-name{
	color: #bbb;
	font-size: 16px;
}
.google-bubble .date-time,
.google-bubble .date-day{
	color: #bbb;
	font-size: 14px;
	font-weight: 400;
}
.google-bubble a:hover{
	text-decoration: none;
}

/* Workshop box */
.workshop-box a{
	display: block;
}
.workshop-box img{
	width: 100%;
	height: auto;
}

/* Banner logos Brasil */
.banner-logos,
.hightlight-container{
	margin-top: -34px;
}
.banner-logos a{
	display: block;
	position: relative;
}
.banner-logos .banner-info,
.hightlight-container .banner-info{
	position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
}
.banner-logos .banner-info .container,
.hightlight-container .banner-info .container{
	position: relative;
	display: block;
	text-align: center;
}
.banner-info .btitle{
	display: inline-block;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	background: rgba(54,54,54,0.8);
	padding: 5px 20px;
}
.banner-info .btext{
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: rgba(54,54,54,0.8);
	padding: 20px;
	margin: 20px 0 0;
	text-align: left;
}
.banner-logos .image-credit,
.hightlight-container .image-credit{
	position: absolute;
    right: 8px;
    bottom: 5px;
    color: #fff;
    font-size: 12px;
	font-weight: 600;
} 
.video-highlights-container .become-move-agent .link-content.brlink{
	padding-top: 50px;
}
.video-highlights-container .become-move-agent.sticky .link-content.brlink{
	font-size: 15px;
    padding-top: 111px;

}
.video-highlights-container .become-move-agent .link-content.brlink span{
	display: block;
}
/* responsive iframe */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}