/*
==== Cores NYCOOL ====
Dourado  R=229 G=191 B=100  rgba(229,191,100,1)
Dourado Escuro  R=186 G=150 B=77  rgba(186,150,77,1)
Preto R=0 G=0 B=0 (op: 5 , 10 , 30 , 70, 90)
Branco R=255 G=255 B=255
Cinza R=0 G=0 B=0 A=0.1
Cinza do traço R=0 G=0 B=0 A=0.3

NOTAS:
o dourado escuro é só utilizado dentro da opção ‘about us’
Barra topo: preto10
Traço: preto30
*/


/* ===== MaIN ===== */
html,body{
	padding:0;
	margin:0;
	/*font-family: 'LatoWeb';
	font-weight: 300;*/

	font-size:14px;
	background-color:#fff;
	color:#000;
	font-family: "LatoWeb";
	font-style: normal;
}

h1,h2,h3,h4,h5
{
	text-align:center;
	text-transform: uppercase;
}

a,
a:hover,
a:active,
a:focus {
  outline: 0;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding:0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}

div#navbar{
	padding: 0;
}
.container{
	max-width:900px; /* 900px */
	margin:0 auto;
	/*padding:0;*/
}

/*.pane-viewny-panel-pane-1{
	margin-bottom: 20px;
}*/

.gmnoprint div div,
.gmnoprint div div a{
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.titledesc{
	/* vertical-align: middle; */
	height: 130px;
	top: 0;
	position: absolute;
	margin-top: 30px;
	vertical-align: middle;
	/* line-height: 40px; */
	display: table;
	}
	.descbox{
		/* margin-top: 15%; */
/* height: 90px; */
/* line-height: 43px; */
display: table-cell;
vertical-align: middle;
	}

.field-item img{
	width:100%;
	height:auto;
}

.page-header{
	border:none;
}

/*h1.page-header
{
	font-size:11px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}*/

h1.page-header,
span.pane-title{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    background-color: #fff;
    padding: 5px 26px;
    /*z-index: 999;*/
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: inline-block;
}

.bordertitle{
	width: 100%;
	border-top: 1px solid rgb(229,229,229);
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-top: -12px;
}
/*
.region-content{
	margin-top:35px;
}*/

/*h1.page-header:before,
h1.page-header:after {
    border-top: 1px solid rgba(0,0,0,0.3);
    display: block;
    height: 1px;
    content: " ";
    width: 35%;
    position: absolute;
    left: 0;
    top: 8px;
}
h1.page-header:after {
   right: 0;
   left: auto;
}*/

.form-type-password-confirm .form-type-password{
	width:100%;
	padding-left:0;
	padding-right:0;
}

div.password-help{
	display: none;
	visibility: hidden;
}
span.glyphicon-remove{
	display: none;
	visibility: hidden;
}

/* ERROR PAGES */
.errorpage{
	text-transform: uppercase;
}

.errorpage .error-img{
	width: 100%;
	margin-bottom: 40px;
}
.errorpage .error-img img{
	max-width: 100%;
}
.error-desc{
	margin-bottom: 40px;
}
.error-desc h4{
	font-size:22px; /*11points*/
	text-transform:uppercase;
}
.error-desc h4:after{
	border-bottom: 1px solid rgb(229,191,100);
    border-bottom: 1px solid rgba(229,191,100,1);
    display: block;
    height: 1px;
    content: " ";
    width: 50px;
    position: relative;
    margin:0 auto;
	margin-top:10px;
}
.error-sentence p{
	text-align: center;
}
/* /ERROR PAGES */


.navbar.container>.container{
	margin:0 auto;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:visited
{
	color: rgb(0,0,0);
	padding-bottom: 4px;
	letter-spacing: 0.18em;
}

.navbar-default .navbar-nav > .active
{
	background-color: transparent;
}
.nav>li>a:focus{
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:visited
{
	color:rgb(0,0,0);
	background-color:transparent;
	border-bottom:2px solid rgb(229,191,100);
}
.navbar-default .navbar-nav > li:last-child > a,
.navbar-default .navbar-nav > li:last-child > a:hover,
.navbar-default .navbar-nav > li:last-child > a:focus,
.navbar-default .navbar-nav > li:last-child > a:active,
.navbar-default .navbar-nav > li:last-child > a:visited {
    color: rgb(0,0,0);
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
{
	color:rgb(0,0,0);
	background-color:transparent;
	border-bottom:2px solid rgb(229,191,100);
}

.dropdown:hover .dropdown-menu{
	display:inherit;
	border:none;
}
.dropdown-menu{
	border-radius: 0;
	padding: 0 15px 15px 15px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:active,
.dropdown-menu > .active > a:visited
{
	color: rgb(229,191,100);
	background-color:transparent;
	border: 0;
}



/* ===== VIEWS ===== */
.views-row{
	padding:10px;
	text-align:center;
	position:relative;
	margin-bottom:30px;
	margin-top: 10px;
}

.field-content > img{
	max-width:100%;
	margin:0 auto;
}

.panel-pane .pane-content{
	padding-top: 13px;
	padding-bottom: 17px;
}

.share-group .pane-content{
	display: inline-flex;
	text-align: center;
	margin-top: 0;
}
.pane-simplenews-1 .pane-content{
	margin-top: 0;
}

.readmoreblock{
	display: inline-block;
	background-color: #fff;
	width: 196px;
	height: 250px;
	padding: 22px;
	position: relative;
}

.readmoreblock div{
	/*padding:5px;*/
	text-transform: uppercase;
}
.readmoreblock div a{
	text-decoration:none;
}
.view-view-blog-home .view-content .views-row .views-field-nothing,
.view-viewny .view-content .views-row .views-field-nothing{
	position: absolute;
	top:50%;
	left:0;
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:180px;
	margin-top:-125px;
}
.typeny{
	margin-bottom: 25px;
	/*margin-top:22px;*/
}
.typeny a{
	font-size:11px; /* 10points*/
	color:rgb(229,191,100);
	color:rgba(229,191,100,1);
	letter-spacing: 0.25em;
	font-family: 'LatoWeb';
	font-weight: bold;
}
.typeny a:hover, .typeny a:active{
	color:rgb(0,0,0);
	color:rgba(0,0,0,1);
}

.titleny{
	/*margin-top: 10px;*/
	margin-bottom: 15px;
	width: 152px;

}
.titleny a{
	font-size:13px; /* 11points*/
	color:rgb(0,0,0);
	color:rgba(0,0,0,1);
	letter-spacing: 0.25em;
	font-family: 'LatoWebBold';
	font-weight: normal;
}
.titleny a:hover, .titleny a:active{
	color:rgb(204,204,204);
	color:rgba(204,204,204,1);
}

.articlenytitle:after{
	border-bottom: 1px solid rgb(229,191,100);
    border-bottom: 1px solid rgba(229,191,100,1);
    display: block;
    height: 1px;
    content: " ";
    width: 50px;
    position: relative;
    margin:0 auto;
	margin-top:17px;
}

.descny{
	font-size:10px; /* 7points*/
	width:154px;
	margin:0 auto;
	letter-spacing: 0.25em;
	padding: 0 5px;
	line-height: 16px;
	font-family: 'LatoWebMedium';
	font-weight: normal;
}
.linkny{
	/*position:absolute;
	bottom:-42px;
	margin:0 auto;
	width:154px;
	font: 'LatoWeb';
	font-weight: normal;*/

	position: absolute;
	bottom: 50px;
	margin: 0 auto;
	width: 154px;
	font: 'LatoWeb';
	font-weight: normal;

}
.linkny a{
	color: black;
	font-family: 'LatoWebSemibold';
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding: 7px 20px;
	border: solid 1px;
	border-color: #bebebe;
	text-decoration: none;
}
.linkny a:hover,.linkny a:active{
	color: white;
	background-color: #bebebe;
	font-family: 'LatoWebSemibold';
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding: 7px 20px;
	border: solid 1px;
	border-color: #bebebe;
	text-decoration: none;
}


/* ===== REGION TOP HEADER ===== */
.topheader{
	background-color: rgb(240,240,240);
    text-transform: uppercase;
    /*padding:5px;*/
	margin:0;
	top:0;
	/*height:55px;*/
	position:relative;
	display:block;
	font-size:12px; /* 9 points*/
	line-height:55px;
	    letter-spacing: 0.1em;
			font-weight: 400;
			z-index: 998;
}
ul.language-switcher-locale-url{
	list-style-type:none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0px;
	text-align: right;
}
ul.language-switcher-locale-url li{
	display: inline;
}
ul.language-switcher-locale-url li:first-child:after{
	content:' | ';
}
ul.language-switcher-locale-url li a{
	text-decoration: none;
	color:#000;
	text-transform: uppercase;
}
ul.language-switcher-locale-url li a:hover{
	color:rgb(204,204,204);
}



#block-block-1{
	display: inline;
}
.social-links {
    clear: both;
		display: flex;
}
.social-links a {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 4px 0px;
    /*background: url(../img/icons_redes2.png) 0 0;
    background-size: 116px 73px;*/
}
/*.social-links a:hover{background-position:0 -49px;}*/
/* pinterest*/
.social-links a.twi:hover{background: url(../img/icons/icon-1_over.png) 0 0; background-size: cover;}
.social-links a.twi{background: url(../img/icons/icon-1.png) 0 0; background-size: cover;}

/* pinterest*/
.social-links a.pint:hover{background: url(../img/icons/icon-3_over.png) 0 0; background-size: cover;}
.social-links a.pint{background: url(../img/icons/icon-3.png) 0 0; background-size: cover;}

/* instagram*/
.social-links a.inst:hover{background: url(../img/icons/icon-4_over.png) 0 0; background-size: cover;}
.social-links a.inst{background: url(../img/icons/icon-4.png) 0 0; background-size: cover;}

/* facebook */
.social-links a.face{background: url(../img/icons/icon-2.png) 0 0; background-size: cover;}
.social-links a.face:hover{background: url(../img/icons/icon-2_over.png) 0 0; background-size: cover;}

/*  title */
 .social-links .title {
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
		margin-right: 5px;
}

/*SHARE GOLD*/
.ssocial-links {
    clear: both;
		line-height: 33px;
    display: inline-flex;
}
/*  title */
 .ssocial-links .title {
    font-family: 'LatoWeb';
		font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
		line-height: 40px;
}
.ssocial-links a {
    display: inline-block;
    margin: 0 8px;
    /*background: url(../img/gold_icons.png) 0 0;
		background-size: 200px 125px;*/
		width: 40px;
		height: 40px;
}
.ssocial-links a.stwi{ background: url(../img/icons/article/icon-1.png); background-size: cover; }
.ssocial-links a.stwi:hover{ background: url(../img/icons/article/icon-1_hover.png); background-size: cover; }
/* pinterest*/
.ssocial-links a.spint{ background: url(../img/icons/article/icon-3.png); background-size: cover; }
.ssocial-links a.spint:hover{ background: url(../img/icons/article/icon-3_hover.png); background-size: cover;  }

/* instagram*/
.ssocial-links a.sinst{ background: url(../img/icons/article/icon-4.png); background-size: cover; }
.ssocial-links a.sinst:hover{ background: url(../img/icons/article/icon-4_hover.png); background-size: cover;  }

/* facebook */
.ssocial-links a.sface{ background: url(../img/icons/article/icon-2.png); background-size: cover; }
.ssocial-links a.sface:hover{ background: url(../img/icons/article/icon-2_hover.png); background-size: cover; }




/* Login / Register*/
#block-block-2 a{
	text-decoration:none;
	color:#000;
	border:none;
}

#block-block-2 a:hover{
	color:rgb(229,191,100);
	outline: none;
}

/*
REGISTER SELECT
*/

#edit-pass-pass1{
	margin-top: -15px;
}
#user-register-form .field-type-list-text{
	overflow: hidden;
	border: 1px solid rgb(204,204,204);
	display: none;
}

#user-register-form .field-type-list-text .form-item{
	margin-top: 0px;
}


#user-register-form .field-type-list-text .form-select{
	width: 120%;
	max-width: 120%;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.15em;
	color: #555;
	background: url("../img/logo_arrow.png") no-repeat;
	background-position: 80%;
	margin-top: 0px;
}

.form-checkboxes{
	margin-left: 10px;

}

#edit-field-chose-list{
	margin-top: 0px;
}

/* ===== HOME SLIDESHOW ===== */
.homeslideshow {
	width:100%;
	padding:0;
	margin:0;
}
.flexslider .flex-viewport ul li{
	position:relative;
}
.flexslider{
	border:0;
}
.flex-direction-nav{
	display:none;
}
.flex-caption{
	position: absolute;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
		min-height: 45px;
		height: auto;
    margin-top: -65px;
}
/*.flex-caption h4{
	font-size:24px;
	font-family: 'LatoWeb';
	font-weight: 300;
	max-width:60%;
	margin:0 auto;
	color: #fff;
	letter-spacing:1px;
}*/
.flex-caption p{
	font-size:28px; /* 24points*/
	font-family: 'LatoWebLight';
	font-weight: normal;
	max-width:640px;
	margin:0 auto;
	color: #fff;
	letter-spacing:1px;
	text-shadow: 2px 2px 7px rgb(0,0,0);
	text-transform: uppercase;
	/*text-shadow: 2px 2px rgba(0,0,0,0.3);*/
}

.flex-caption p a{
	color:#fff;
	text-decoration: none;
}

.flex-caption p a:hover{
	color: rgb(204,204,204);
	color: rgba(255,255,255,0.7);
}

.flex-control-nav{
	z-index:999;
	width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
	margin-bottom:5px;
	/* margin-bottom:1%; */
}

.flex-control-nav li a{
	border: none;
	background-color: rgba(255,255,255,0.5);

}
.flex-control-nav li a::-moz-focus-inner,
.flex-control-nav li a::-moz-focus-inner:active,
.flex-control-nav li a::-moz-focus-inner:focus
 { border: 0; outline: 0; }

.flex-control-nav li a:hover,
.flex-control-nav li a:active,
.flex-control-nav li a.flex-active{
	background-color: #fff;
	border:none;
	outline: 0;
}
/* ===== /HOME SLIDESHOW ===== */

/*header#navbar {
	text-align:center;
	background-color:transparent;
	margin-top:34px;
	border:none;
	font-weight:300;
	text-transform: uppercase;
	display:inline;
}*/
div#navbar {
	text-align:center;
	background-color:transparent;
	margin-top:34px;
	border:none;
	font-weight:300;
	text-transform: uppercase;
	display:inline;
}

.logop{
	padding: 60px 0;
	max-width: 650px;
	margin: 0 auto;
	float: none;
}

a.logo{
	padding:0;
}
a.logo img{
	padding-top:40px;
	padding-bottom:40px;
	max-width:100%;
	margin:0 auto;
	background-size: 100%;

}

a.logo img:hover {
    content: url('../img/logo_bycoolworld_hover.png');
}

nav{
	display:inline-block;
}
.navbar-header{
	width:100%;
}
.navbar .logo{
	margin:0 auto;
	margin-right: 0;
padding-left: 0;
padding-right: 0;
}
ul.menu {
	text-align:center;
	width:100%;
	margin:0 auto;
}

ul.menu li {
	text-align:center;
	display:inline-block;
	padding:15px 25px;
}

ul.menu li a{
	padding:0;
	background-color:transparent;
	border-bottom:2px solid rgb(229,191,100);
	border-bottom:2px solid rgba(229,191,100,0);
}

ul.menu li a:active, ul.menu li a:hover{
	border-bottom:2px solid rgb(229,191,100);
	border-bottom:2px solid rgba(229,191,100,1);
	background-color:transparent;
}

ul.dropdown-menu{
	box-shadow: 0;
	outline: 0;
}
ul.dropdown-menu li{
	padding: 10px;
}
ul.dropdown-menu li a{
	border-bottom:0;
	font-size: 12px;
}
ul.dropdown-menu li a:hover{
	border-bottom:0;
	color: rgb(229,191,100);
}



/* SEARCH FORM */
.btn-custom {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'LatoWeb';
  font-weight:300;
  /*color: rgb(139,139,139);*/
  background-color: transparent;
  text-decoration: none;
	height: 14px;
	width: 14px;
	top:0;
	left:0;
	/*padding:3px;*/
	line-height: 8px;

}
.btn-icon{
	position: absolute;
	height: 14px;
	width: 14px;
	top:0;
	right:2px;
	background: url('../img/icons/lupa.png');
	background-size: cover;
}
.btn-icon:hover {
  text-decoration: none;
	/*color: rgb(229,191,100);*/
	background: url('../img/icons/lupa_hover.png');
	background-size: cover;
}

.input-group input[type="text"]{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
		-webkit-box-shadow: none;
		 -moz-box-shadow: none;
		 box-shadow: none;
	height: 24px;
	border: none;
	background-color: transparent;
	width: 105px;
	position: absolute;
	right:0;
	-webkit-transition-property: width; /* Safari */
		-moz-transition-property: width;
		-o-transition-propert: width;
	    transition-property: width;
		text-transform: uppercase;
		border-radius: 0;
		margin-top:5px;
		font-family: "LatoWeb";
		font-weight: normal;
		letter-spacing: 0.1em;
		font-size: 12px;
		color: rgb(0,0,0);
		margin-right: 15px;
}
.input-group:hover > input[type="text"],
.input-group:focus > input[type="text"],
.input-group input[type="text"]:focus,
.input-group input[type="text"]:hover {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
		width: 100%;
		background-color: #fff;
		color: rgb(0,0,0);
		text-transform: uppercase;
		margin-right: 0;
}
.input-group input[type="text"]::-webkit-input-placeholder {
   color: rgb(0,0,0);
	 text-transform: uppercase;
	 opacity: 1;
}
.input-group input[type="text"]::-moz-placeholder { /* Firefox 18- */
   color: rgb(0,0,0);
	 text-transform: uppercase;
	 opacity: 1;
}
.input-group input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(0,0,0);
	 text-transform: uppercase;
	 opacity: 1;
}
.input-group input[type="text"]::-ms-input-placeholder {
   color: rgb(0,0,0);
	 text-transform: uppercase;
	 opacity: 1;
}

::-webkit-input-placeholder { letter-spacing: 0.15em; }
::-moz-placeholder { letter-spacing: 0.15em; } /* firefox 19+ */
:-ms-input-placeholder { letter-spacing: 0.15em; } /* ie */
input:-moz-placeholder { letter-spacing: 0.15em; }


/* ========== FOOTER ========== */
/* FOOTER MAIN */
.footer{
	background-color:#000;
	width:100%;
	clear: both;
}
.footertop{
	padding:20px 0 ;
}

/* NEWSLETTER SUBSCRIVE BOOL*/

.form-type-checkbox .control-label{
	color: #aeaeae;
}


/* NEWSLETTER SUBSCRIVE */
#block-simplenews-1{
	width:100%;
	max-width:425px;
	text-align:center;
	margin:0 auto;

}
#block-simplenews-1 .block-title{
	 display:none;
 }
#block-simplenews-1 p{
	width:100%;
	font-size:11px; /* 9 points*/
	letter-spacing:1px;
	text-transform:uppercase;
	color:#fff;
	line-height: 18px;
}
 #block-simplenews-1 .simplenews-subscribe div{
	display:inline-flex;
	*display: inline; /*IE*/
	zoom: 1; /*IE*/
 }
#block-simplenews-1 .simplenews-subscribe div div label{
  display:none;
}
#block-simplenews-1 .simplenews-subscribe div div input{
    text-align: left;
    font-size: 10px;
    height: 28px;
    border-radius: 0;
    color: #000;
    border: none;
    letter-spacing: 0.15em;
		display: inline-block;
}
.region-footer #block-simplenews-1 .simplenews-subscribe div div input{
	width:245px;
	max-width:245px;
}

#block-simplenews-1 .form-item-mail {
	width:245px;
	max-width:245px;
	padding:0;
	top:0;
}
#simplenews-block-form-1 .form-item-mail .form-control{
	text-align:left;
	font-size:10px; /* 8 points*/
	height:28px;
	border-radius:0;
	color:#000;
	border:none;
	letter-spacing: 0.15em;
	width: -moz-calc(100% - 135px);
    width: -webkit-calc(100% - 135px);
    width: -o-calc(100% - 135px);
    width: calc(100% - 135px);
}
.home-newsletter div p{
	margin:0 0 0 0;
}

form div button.form-submit{
	padding: 6px 22px;
    text-align: center;
    margin-left: 10px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 0;
    top: 0;
    color: #000;
    background-color: rgb(204,204,204);
    border: 1px solid transparent;
    letter-spacing: 0.15em;
		display: inline-block;
		height: 28px;
}

form div button.form-submit:hover{
	color:rgb(255,255,255);
	background-color:rgb(0,0,0);
	border:1px solid rgb(0,0,0);
	outline: none;
}

#simplenews-block-form-1--2 div button.form-submit:hover,
#simplenews-block-form-1--2 div button.form-submit:focus,
#simplenews-block-form-1--2 div button.form-submit:active,
#simplenews-block-form-1--2 div button.form-submit:visited,
.home-newsletter .simplenews-subscribe div button.form-submit:hover,
.home-newsletter .simplenews-subscribe div button.form-submit:focus,
.home-newsletter .simplenews-subscribe div button.form-submit:active,
.home-newsletter .simplenews-subscribe div button.form-submit:visited{
	color:rgb(255,255,255);
	background-color:rgb(0,0,0);
	border:1px solid rgb(229,191,100);
	outline: none;
}

.pane-block .pane-content form div button.form-submit:hover,
.pane-block .pane-content form div button.form-submit:focus,
.pane-block .pane-content form div button.form-submit:active,
.pane-block .pane-content form div button.form-submit:visited{
	color:rgb(255,255,255);
	background-color:rgb(0,0,0);
	border:1px solid rgb(0,0,0);
	outline: none;
}

/* /NEWSLETTER SUBSCRIVE */

/* FOOTER BOTTOM */

.footerbottom{
	border-top:1px solid rgb(128,128,128);
	border-top:1px solid rgba(255,255,255,0.4);
	padding: 60px 0;
	font-size:12px; /* 9 points*/
	color:#fff;
	text-transform:uppercase;
	font-family: 'LatoWeb';
	font-weight: 300;
	letter-spacing: 2px;
}
.region-footer-bottom #block-views-view-nytype-block h2{
	text-transform:uppercase;
	font-size:17px; /* 10 points*/
	font-family: 'LatoWeb';
	font-weight: 300;
	letter-spacing: 2px;
	text-align:left;
	margin:0 0 30px 0;
}
.region-footer-bottom  #block-views-view-nytype-block .view-view-nytype .view-content .views-row{
	text-transform:uppercase;
	font-size:12px; /* 9 points*/
	font-family: 'LatoWeb';
	font-weight: 300;
	letter-spacing: 2px;
	text-align:left;
}
.region-footer-bottom  #block-views-view-nytype-block div.view-view-nytype div.view-content div.views-row{
	margin-bottom:5px;
}
.region-footer-bottom  #block-views-view-nytype-block div.view-view-nytype div.view-content div.views-row div.views-field span.field-content a{
	text-decoration:none;
	color:#fff;
}
.region-footer-bottom  #block-views-view-nytype-block div.view-view-nytype div.view-content div.views-row div.views-field span.field-content a:hover{
	color:rgb(229,191,100);
}
.region-footer-bottom  #block-menu-block-1 h2{
	text-transform:uppercase;
	font-size:17px; /* 10 points*/
	font-family: 'LatoWeb';
	font-weight: 300;
	letter-spacing: 2px;
	text-align:left;
	margin:0 0 30px 0;
}
.region-footer-bottom  #block-menu-block-1 div ul{
	text-align:left;
	padding:0;
}
.region-footer-bottom  #block-menu-block-1 div ul li{
	text-transform:uppercase;
	font-size:12px; /* 9 points*/
	font-family: 'LatoWeb';
	font-weight: 300;
	letter-spacing: 2px;
	padding:0;
	display:block;
	text-align:left;
}
.region-footer-bottom  #block-menu-block-1 div ul li a{
	text-decoration:none;
	color:#fff;
	border:none;
	margin-bottom:5px;
}
.region-footer-bottom  #block-menu-block-1 div ul li a:hover{
	color:rgb(229,191,100);
}

.region-footer-bottom #block-block-6 h2{
	text-transform:uppercase;
	font-size:17px; /* 10 points*/
	font-family: 'LatoWeb';
	font-weight: 300;
	letter-spacing: 2px;
	text-align:left;
	margin:0 0 30px 0;
}
.region-footer-bottom #block-block-6 ul{
	text-align:left;
	padding:0;
}
.region-footer-bottom #block-block-6 ul li{
	text-transform:uppercase;
	font-size:12px; /* 9 points*/
	font-family: 'LatoWeb';
	font-weight: normal;
	letter-spacing: 0.15em;
	padding:0;
	display:block;
	text-align:left;
	/*margin-bottom:5px;*/
}
.region-footer-bottom  #block-block-6 ul li a{
	text-decoration:none;
	color:#fff;
	border:none;
	font-family: 'LatoWeb';
	font-weight: normal;
	letter-spacing: 0.15em;
}
.region-footer-bottom  #block-block-6 ul li a:hover{
	color:rgb(229,191,100);
}


/*BUTTONS*/
.btn-bottom{
	text-align: center;
}
.btn-bottom a{
	width:80%;
	/*float:left;*/
	text-align: center;
	border:1px solid rgb(229,191,100);
	color:#fff;
	background-color: #000;
	font-size: 12px; /*9points*/
	text-decoration: none;
	padding:10px 10px;
	margin-bottom: 20px;
	display: inline-block;
}
.btn-bottom a:hover{
	color:#000;
	background-color: rgb(229,191,100);
}


/* /FOOTER BOTTOM */

/* FOOTER COPY */
.region-footer-copy{
	color:#fff;
	font-size:11px; /* 8 points*/
}
.region-footer-copy #block-block-3 p{
	letter-spacing: 0.15em;
	font-size: 9px;
	text-transform: uppercase;
}
.region-footer-copy #block-block-3 p a {
	color:#fff;
	text-decoration:none;
}
.region-footer-copy #block-block-3 p a:hover {
	color:rgb(229,191,100);
}
/* ========== /FOOTER ========== */


/* ========== PAGE CONTACT ========== */
.greybg{
	background-color:rgb(242,242,242);
	background-color:rgba(0,0,0,0.05);
}

.contactcss{
	text-align:center;
	padding-top:30px;
	padding-bottom:50px;
}
.contactcss div p a{
	text-decoration: none;
	color: rgb(0,0,0);
}
.contactcss div p a:hover{
	color: rgb(229,191,100);
}
.webform-client-form{
	max-width:80%;
	min-width:300px;
	margin:0 auto;
}



.panel-pane h2.pane-title:after {
	border-bottom: 1px solid rgb(229,191,100);
    border-bottom: 1px solid rgba(229,191,100,1);
    display: block;
    height: 1px;
    content: " ";
    width: 50px;
    position: relative;
    margin:0 auto;
	margin-top:17px;
}
h2.pane-title{
	font-size:15px; /*11points*/
	text-transform:uppercase;
}
.home-newsletter .pane-content p{
	max-width: 50%;
	float:left;
}
.home-newsletter .pane-content form{
padding-left: 10px;
}
.pane-content p{
	font-size:14px; /*11points*/
	letter-spacing: 0;
}
.form-actions button.webform-submit{
	padding: 8px 40px;
	height: auto;
	letter-spacing: 0.15em;
	font-size: 14px;
	margin-top: 20px;
}



/* ========== /PAGE CONTACT ========== */


/* ===== PAGE PRIVACY POLICY ===== */
.privacybody,
.termsbody{
	background-color:rgb(242,242,242);
	background-color:rgba(0,0,0,0.05);
	padding:30px 45px 60px 45px;
	text-align:left;
	font-size:15px; /* 11points*/
	margin-top: 35px;
}
.privacybody h4,
.termsbody h4{
	margin-top:40px;
	margin-bottom:20px;
	font-size:15px; /* 11points*/
	text-align:left;
	text-transform: uppercase;
	line-height: 1.8em;
}
.termsbody h2{
	text-align: left;
	margin-top:40px;
}
.privacybody p,
.termsbody p{
	margin-top:20px;
	margin-bottom:20px;
	font-size:14px; /* 11points*/
	letter-spacing: 0;
	text-align: left;
}
.privacybody ul,
.termsbody ul,
.termsbody ol,
.privacybody ul li,
.termsbody ul li,
.termsbody ol li{
	font-size:14px; /* 11points*/
	letter-spacing: 0;
	text-align: left;
}
/* ===== /PAGE PRIVACY POLICY ===== */

/* ===== PAGE HISTORY ===== */
.history{
	margin-top:30px;
	margin-bottom:60px;
	font-size:15px; /* 11points*/
}
.history img{
	width:100%;
	height:auto;
	margin:0 auto;
}
.history h3{
	margin-top:60px;
	margin-bottom:60px;
	font-size:22px; /*16points*/
	line-height: 1.8em;
	letter-spacing: 0.15em;
}
.history p{
	font-size:16px; /*12points*/
}

.historycontent{
	max-width:80%;
	margin:0 auto;
}
.historycontent p{
	text-align: left;
	letter-spacing: 0;
	font-size: 14px;
}
.historycontent h3:after {
	border-bottom: 1px solid rgb(204,204,204);
    border-bottom: 1px solid rgba(204,204,204,1);
    display: block;
    height: 1px;
    content: " ";
    width: 50px;
    position: relative;
    margin:0 auto;
	margin-top:17px;
}
/* ===== /PAGE HISTORY ===== */


/* ===== PAGE WHATS COOL ===== */
.whatscool{
	margin-top:30px;
	margin-bottom:60px;
	padding:0;
	text-align:center;
	letter-spacing:1px;
}

.whatscool img{
	width:100%;
	height:auto;
	text-align:center;
	margin-top:60px;
}
.whatscoolcontent{
	max-width:80%;
	margin:0 auto;
	text-align:left;
}

.whatscoolcontent h2{
	margin-top: 70px;
	font-size: 24px;
	line-height: 35px;
}

.whatscoolcontent p,
.whatscoolcontent ul,
.whatscoolcontent ul li{
	font-size:14px;
	letter-spacing: 0;
	text-align: left;
}
.whatscool ul li{
	padding: 5px 0 5px 0;
}

.whatscool h3:after {
	border-bottom: 1px solid rgb(204,204,204);
    border-bottom: 1px solid rgba(204,204,204,1);
    display: block;
    height: 1px;
    content: " ";
    width: 50px;
    position: relative;
    margin:0 auto;
	margin-top:17px;
}
.whatscool h3:last-child:after{
	border:none;
	content:"";
}
.whatscool h3{
	max-width:100%;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:34px;
	line-height: 1.5em;
	font-size: 20px;
	letter-spacing: 0.15em;
	line-height: 1.8em;
}
/* ===== /PAGE WHATS COOL ===== */


/* ===== PAGE SURVIVAL KIT ===== */
.survivalkit{
	margin-top:30px;
	margin-bottom:60px;
	padding:0;
	text-align:center;
	letter-spacing:1px;
}
.survivalkit img{
	width:100%;
	height:auto;
	text-align:center;
}
.survivalkit img:first-child{
	margin-top:10px;
}
/*.survivalkit img.map{
	width:50%;
	height:auto;
	text-align:center;
	margin-top:60px;
}*/

.mapdiv{
	width: 100%;
	/* max-width: 60%; */
	height: auto;
	text-align: center;
	/* margin-top: 60px; */
	padding: 0;
	margin: 0 auto;
	text-align: center;
	/* left: 25%; */
	overflow: hidden;
	background-color: rgb(252,248,239);
	padding: 80px;
	padding-bottom: 120px;
	position: relative;
}
.maptext{
	border: 1px solid red;
	width: 100%;
	height: 40px;
	color:#000;
}

.map{
	/*border: 1px solid transparent;*/
	/*margin: 0 auto;
	padding: 0;*/
	margin: 0 auto;
	/*width: 426px;
    height: 1232px;*/
		background-size: auto;
		margin-bottom: 40px;
		width: 276px;
	    height: 800px;
}

.mapmore-btn{
	width: 100%;
	margin-top: 40px;
	position: relative;
}
.mapmore-btn a{
	padding:10px 30px;
	text-align:center;
	font-size: 14px; /* 8 points / 11px */
	text-transform:uppercase;
	border-radius:0;
	top:0;
	color:#000;
	background-color:rgb(229,191,100);
	border:1px solid transparent;
	text-decoration: none;
	display: inline-block;
}
.mapmore-btn a:hover,
.mapmore-btn a:active,
.mapmore-btn a:focus{
	color:rgb(255,255,255);
	background-color:rgb(0,0,0);
	border:1px solid rgb(0,0,0);
	text-decoration: none;
}

/*.tooltiptext{
	position: absolute;
	margin-top:60px;
	width:100%;
	height: 40px;
	border:1px solid red;
}
.tooltip{
	position: absolute;
	top:0px;
	left:0px;
}*/

.tooltip{
width: 500px;
}
.tooltip-inner:before{
	content: " ";
	border-top: 1px solid #000;
	width: 50px;
	position: absolute;
	top: 10px;
	left:0;
	/*text-shadow: 1px 1px 2px #fff;*/
}
.tooltip-inner{
	border-radius: 0;
	background-color: transparent;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: left;
	padding-left: 60px;
	text-shadow: 1px 1px 1px #fff;
}
.tooltip-arrow{
	display: none;
}

.survivalkitcontent{
	max-width:80%;
	margin:0 auto;
	text-align:left;
	margin-bottom:60px;
}

.survivalkitcontent p{
	font-size: 14px;
	letter-spacing: 0;
	text-align: left;
}

.survivalkitcontent h3:after {
	border-bottom: 1px solid rgb(229,191,100);
    border-bottom: 1px solid rgba(229,191,100,1);
    display: block;
    height: 1px;
    content: " ";
    width: 50px;
    position: relative;
    margin:0 auto;
	margin-top:17px;
	text-transform: uppercase;
}
.survivalkitcontent h3{
	max-width:80%;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:34px;
	font-size: 20px;
	letter-spacing: 0.15em;
	line-height: 1.8em;
}


/* ===== /PAGE SURVIVAL KIT ===== */

.nycontent{
	font-size:16px; /*12points*/
	max-width:100%;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:34px;
	letter-spacing:2px;
	padding: 0 10%;
}
.field-items .field-item:nth-child(2),
.field-items .field-item:nth-child(3) {
	max-width:50%;
	display:inline-block;
}

.view-display-id-panel_pane_2 .view-content .views-row .views-field .field-content{
	width:100%;
}
.view-display-id-panel_pane_2 .view-content .views-row .views-field .field-content img{
	width:100%;
	/*object-fit: cover;*/
	margin:0 auto 0px 0px; 
}
.view-display-id-panel_pane_2 .view-content .views-row:nth-child(2) ,
.view-display-id-panel_pane_2 .view-content .views-row:nth-child(3) ,
.view-display-id-panel_pane_2 .view-content .views-row:nth-child(5) ,
.view-display-id-panel_pane_2 .view-content .views-row:nth-child(6) {
	display:inline-block;
	width:49.5%;
}

.view-display-id-panel_pane_2 .view-content .views-row:nth-child(2) .views-field .field-content img,
.view-display-id-panel_pane_2 .view-content .views-row:nth-child(3) .views-field .field-content img,
.view-display-id-panel_pane_2 .view-content .views-row:nth-child(5) .views-field .field-content img,
.view-display-id-panel_pane_2 .view-content .views-row:nth-child(6) .views-field .field-content img{
	width:100%;
	/*object-fit: cover;*/
	margin:0 auto;
}

.view-display-id-panel_pane_2 .view-content .views-row .views-field-nothing{
	position: absolute;
	top:50%;
	left:0;
	text-align:center;
	vertical-align:middle;
	width:100%;
	/*height:130px;*/
	margin-top:-95px;
}

.view-display-id-panel_pane_2 .view-content .ny-node-h .views-row .views-field-nothing .field-content .readmoreblock,
.view-id-view_blog_home .view-content .ny-node-h .views-row .views-field-nothing .field-content .readmoreblock{
	width: 370px;
	height: 190px;
}
.view-display-id-panel_pane_2 .view-content .ny-node-h .views-row .views-field-nothing .field-content .readmoreblock .titleny,
.view-display-id-panel_pane_2 .view-content .ny-node-h .views-row .views-field-nothing .field-content .readmoreblock .descny,
.view-display-id-panel_pane_2 .view-content .ny-node-h .views-row .views-field-nothing .field-content .readmoreblock .linkny,
.view-id-view_blog_home .view-content .ny-node-h .views-row .views-field-nothing .field-content .readmoreblock .titleny,
.view-id-view_blog_home .view-content .ny-node-h .views-row .views-field-nothing .field-content .readmoreblock .descny,
.view-id-view_blog_home .view-content .ny-node-h .views-row .views-field-nothing .field-content .readmoreblock .linkny{
	width: 326px;
}

.view-display-id-panel_pane_2 .view-content .ny-node-h .views-row .views-field-nothing .field-content .readmoreblock .linkny,
.view-id-view_blog_home .view-content .ny-node-h .views-row .views-field-nothing .field-content .readmoreblock .linkny{
	bottom: 25px;
}

.view-display-id-panel_pane_2 .view-content .ny-node-h .views-row .views-field-nothing .field-content .readmoreblock .descny{
	position: absolute;
    top: 50%;
    margin-top: -9px;
}
.view-display-id-panel_pane_2 .view-content .ny-node-v .views-row .views-field-nothing .field-content .readmoreblock .descny{
	position: absolute;
    top: 45%;
    margin-top: -9px;
}

.view-display-id-panel_pane_2 .view-content .views-row .views-field .field-content .readmoreblock .titledesc .descbox .linkny a{
	font-size:12px; /* 9points*/
}

.panels-flexible-region{
	width:100%;
}

/* ================================== */
/* ========= NY NODE IMAGES ========= */
/* ================================== */
.ny-node-h{
	height: auto;
	margin: 0 auto;
	text-align: center;
	/*padding: 10px;*/
	padding: 15px 0;
}
.ny-node-h .views-row{
  margin:0;
}
.ny-node-h .field-image {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.ny-node-h img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
/* IMAGENS ARTIGOS */
.ny-article-v img{
	width:100%;
}
/*.ny-article-v:nth-child(1),
.ny-article-v:nth-child(3),
.ny-article-v:nth-child(5),
.ny-article-v:nth-child(7){
	padding: 15px 15px 15px 0;
}
.ny-article-v:nth-child(2),
.ny-article-v:nth-child(4),
.ny-article-v:nth-child(6),
.ny-article-v:nth-child(8){
	padding: 15px 0 15px 15px;
}*/
/* /IMAGENS ARTIGOS */

/*
.view-view-blog-home div .ny-node-v:nth-child(1),
.view-view-blog-home div .ny-node-v:nth-child(3){
	padding:15px 0px 15px 15px;
}
.view-view-blog-home div .ny-node-v:nth-child(2),
.view-view-blog-home div .ny-node-v:nth-child(5){
	padding:15px 15px 15px 0;
}

.view-display-id-panel_pane_2 div .ny-node-v:nth-child(1),
.view-display-id-panel_pane_2 div .ny-node-v:nth-child(3){
	padding:15px 0px 15px 15px;
}
.view-display-id-panel_pane_2 div .ny-node-v:nth-child(2),
.view-display-id-panel_pane_2 div .ny-node-v:nth-child(5){
	padding:15px 15px 15px 0;
}*/

.ny-node-v{
	height: auto;
	margin: 0 auto;
	text-align: center;
}
/*.ny-node-v:nth-child(1),
.ny-node-v:nth-child(3),
.ny-node-v:nth-child(5){
	padding:15px 15px 15px 0;
}
.ny-node-v:nth-child(2),
.ny-node-v:nth-child(4),
.ny-node-v:nth-child(6){
	padding:15px 0px 15px 15px;
}
.ny-node-v:nth-child(1),
.ny-node-v:nth-child(2){
	padding-top:0px;
}
.ny-node-v:nth-child(5),
.ny-node-v:nth-child(6){
	padding-bottom:0px;
}*/
.ny-node-v .views-row{
  margin:0;
}
.ny-node-v .field-image{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.ny-node-v img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


/* SIMPLENEWS PANE-BLOCK */
.home-newsletter{
	padding: 20px;
	background-color: rgb(229,229,229);
	background-color: rgba(0,0,0,0.1);
	margin-top: 40px;
	text-transform: uppercase;
}
.home-newsletter .pane-content{
	width:100%;
}
.pane-simplenews-1 p{
	font-size: 10px; /* 7.5 points */
	padding: 0;
	letter-spacing: 1px;
}
.pane-simplenews-1 form{
	padding: 0;
	width: 50%;
    float: left;
}
.pane-simplenews-1 form div{
	width:100%;
}
.pane-simplenews-1 form div div{
	text-align: center;
	margin:0 auto;
}
.pane-simplenews-1 form div div input,
.pane-simplenews-1 form div div button{
	float:left;
}
.pane-simplenews-1 form div div.form-item-mail label{
	display: none;
}


/* ========= APP ========= */
.app-download{
	width: 100%;
	height: 320px;
	background: url(../img/app/backapp.png);
	background-size: cover;
	/*object-fit: cover;*/
}

/*.pane-block{
	margin-top: 40px;
	text-align: center;
}*/
.panel-pane{
	margin: 35px 0;
}
.panel-pane:first-child{
	margin-top: 0;
}
.home-page{
	text-align: center;
}

.pane-block-8 .pane-content{
	margin-top: 20px;
}

span.pane-title{
	border:none;
}
/*
span.pane-title
{
	font-size:15px;
	text-transform: uppercase;
}
span.pane-title:before,
span.pane-title:after {
    border-top: 1px solid rgba(0,0,0,0.3);
    display: block;
    height: 1px;
    content: " ";
    width: 35%;
    position: absolute;
    left: 0;
    top: 8px;
}
span.pane-title:after {
   right: 0;
   left: auto;
}*/


.app-download .app-phone-img{
	width:33%;
	height: 100%;
}
.app-download .app-phone-img img{
	width: 100%;
	max-width:210px;
	height: auto;
	bottom:0;
	left:20px;
	position: absolute;
}

.app-download .app-rest{
	width:67%;
	height: 100%;
	text-align: center;
	color:#fff;
}


.app-download .app-rest h3{
	position: absolute;
	font-size: 29px;
	margin-top:15%;
	width:100%;
	padding:5px;
}
.app-download .app-rest p{
	position: absolute;
	font-size: 24px;
	margin-top:30%;
	width:100%;
	padding:5px;
}

.app-download .app-rest .linksa{
	width:100%;
	display: block;
	position: absolute;
	left: 0;
	text-align: center;
	margin: 0 auto;
	bottom: 60px;
}
.app-download .app-rest a.a-playstore{
	height: 38px;
	width: 120px;
	float:left;
	text-align: center;
	padding: 5px;
	background-image: url(../img/app/playstore.png);
	background-size: 120px 38px ;
	margin-left: 120px;
	margin-right: 10px;
}
.app-download .app-rest a.a-appstore{
	height: 35px;
	width: 120px;
	float:left;
	text-align: center;
	padding: 5px;
	background-image: url(../img/app/appstore.png);
	background-size: 120px 35px ;
	margin-left: 10px;
}
/*
.panel-pane{
	margin-top: 40px;
}*/

.view-view-instagram-thumbs .view-content,
.view-view-blogthumbnails .view-content{
	/*margin-top:30px;*/
}

/*.pane-content .view-id-view_blogthumbnails{
	margin-top: 45px;
}*/

#block-views-view-nytype-block div div.view-content{
	margin-top:0;
}
.view-id-view_blogthumbnails .view-content{
	width:100%;
	height: auto;
}
.view-id-view_blogthumbnails .view-content .views-row{
	/*height: 200px;*/
	position: relative;
	width:20%; /* ?? */
	float:left;
	display: inline-block;
	padding: 2px;
}
.view-id-view_blogthumbnails .view-content .views-row .views-field{
	/*position: absolute;*/
    width: 100%;
}
.blogthumb .blogthumb-img a img{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.blogthumb .blogthumb-title{
	padding:10px 10px;
	line-height: 1.2em;
}
.blogthumb .blogthumb-title a{
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	text-align: center;
	font-family: 'LatoWeb';
	font-weight: normal;
	letter-spacing: 0.15em;
}
.blogthumb:hover > .blogthumb-title a{
	color:rgb(229,191,100);
}


/* ========== INSTAGRAM ========== */
.view-view-instagram-thumbs .view-content{
	width:100%;
	height: auto;
}
.view-view-instagram-thumbs .view-content .views-row {
	/* height: 160px; */
 position: relative;
 width: 20%;
 float: left;
 display: inline-block;
 margin: 0;
 /* margin-bottom: 10px; */
 padding: 2px;
	}

.instagram-thumbs .instathumb-tag{
	margin-top: -60%;
	position: absolute;
	text-align: center;
	width: 100%;
	background-color: transparent;
	display: -webkit-box;
    display: flex;
}
.instagram-thumbs .instathumb-tag p{
	display: none;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #000;
	background-color: #fff;
	padding:15px 10px;
	width: auto;
	height: auto;
	letter-spacing: 0.25em;
	font-family: 'LatoWebLight';
	font-weight: normal;
}

/*.instagram-thumbs:hover > .instathumb-tag p{
	display: block;
}*/

/*.instagram-thumbs .instathumb-tag p{
	display: block;
}*/

/*.instagram-thumbs .instathumb-img{
	padding: 5px;
}*/
.instagram-thumbs .instathumb-img img{
	/*object-fit: cover;*/
	width: 100%;
	height: auto;
	/*opacity: 0.8;*/
}
/*.instagram-thumbs .instathumb-img img:hover{
	opacity: 1;
}*/

/* BLOG SLIDE */

/* START */
.blog-slideshow-img div:nth-child(2){
	width: 100%;
height: 100%;
background-color: transparent;
background-color: rgba(0,0,0,0.8);
margin-top: -367px;
z-index: 1081;
/* padding: 158px; */
position: relative;
}


.pane-view-blog-ranking-panel-pane-1{
	margin-top:-437px;
	visibility: hidden;
}

.blog-ranking-slide .views-field-nothing{
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 180px;
	margin-top: 0;
}

.blog-ranking-slide{
	/*height: 367px;*/
	max-height: none;
}
.blog-ranking-slide .blog-slideshow{
	width: 100%;
	height: 100%;
}
.blog-slideshow .blog-slideshow-img{
	padding-right: 30px;
	/*height: 367px;*/
	/*max-height: 100%;*/
	overflow: hidden;
}
.blog-slideshow .blog-slideshow-img img{
	width: 100%;
	height: auto;
	max-height: 367px;
}
.blog-slideshow .blog-slideshow-content{
	/*min-height: 367px;*/
	height: 367px;
	/*max-height: 100%;*/
	padding: 15px;
	background-color: rgb(242,242,242);
	/*overflow: auto;*/
}

.blog-slideshow .blog-slideshow-content .blog-slideshow-content-title{
	text-align: center;
}
.blog-slideshow .blog-slideshow-content .blog-slideshow-content-title h5{
	text-transform: uppercase;
}
.blog-start div div div .blog-slideshow .blog-slideshow-content .blog-slideshow-content-title h5{
	line-height: 1.8em;
	letter-spacing: 0.15em;
}
.blog-slideshow-after  div div div .blog-slideshow .blog-slideshow-content .blog-slideshow-content-title h5{
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.15em;
}
.blog-start div div div .blog-slideshow .blog-slideshow-content .blog-slideshow-content-title h5:after{
	border-bottom: 1px solid rgb(229,191,100);
    border-bottom: 1px solid rgba(229,191,100,1);
    display: block;
    height: 1px;
    content: " ";
    width: 50px;
    position: relative;
    margin:0 auto;
	margin-top:17px;
}
.blog-ranking-slide .blog-slideshow .blog-slideshow-content .blog-slideshow-content-title h5:after{
	content: none;
}
.blog-slideshow .blog-slideshow-content .blog-slideshow-content-name{
	text-align: center;
}
.blog-slideshow .blog-slideshow-content .blog-slideshow-content-desc{
	text-align: left;
	overflow: auto;
	height: 210px;
}

.blog-slideshow-content-desc p{
	margin-top: 12px;
}

#views_slideshow_controls_text_view_blog_ranking-panel_pane_1 .views-slideshow-controls-text-previous{
	position: absolute;
	left: 0;
	margin-top: -200px;
	z-index: 999;
	margin-left: -30px;
	/*visibility: hidden;*/
	content: url(../img/previous.png);
	height: 20px;
}


#views_slideshow_controls_text_view_blog_ranking-panel_pane_1 .views-slideshow-controls-text-next{
	position: absolute;
	right: 0;
	margin-top: -200px;
	z-index: 999;
	margin-right: -30px;
	/*visibility: hidden;*/
	content: url(../img/next.png);
	height: 20px;
}
#views_slideshow_controls_text_view_blog_ranking-panel_pane_1 .views-slideshow-controls-text-previous:hover{
	height: 25px;
	margin-top: -205px;
}
#views_slideshow_controls_text_view_blog_ranking-panel_pane_1 .views-slideshow-controls-text-next:hover{
	height: 25px;
	margin-top: -205px;
}

#views_slideshow_controls_text_view_blog_ranking-panel_pane_1 .views_slideshow_controls_text_pause{
	display: none;
}

.views-slideshow-controls-bottom .views-slideshow-slide-counter{
	position: absolute;
	right:10px;
	text-align: right;
	bottom: 10px;
	z-index: 999;
	font-size: 12px;
	letter-spacing: 0.15em;
}

.share-group{
	text-align: left;
}


/* ====== SEE MORE BUTTON ====== */
/*.seemore{
	margin-top:-40px;
}*/
.seemore a.btn-seemore{
  background-color: #fff;
  color: rgb(0,0,0);
  color: rgba(0,0,0,1);
  border: 1px solid rgb(229,191,100);
  border: 1px solid rgba(229,191,100,1);
  padding: 7px 20px;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 0.25em;
  font-family: 'LatoWebSemibold';
  font-weight: normal;
	text-transform: uppercase;
}
.seemore a.btn-seemore:hover{
	color:#fff;
	border: 1px solid rgb(229,191,100);
	background-color: rgb(229,191,100);
}


/* === PAGINATION === */
ul.pagination{
  border-radius: 0;
  border:none;
	width:100%;
	text-align: center;
}
ul.pagination > li{
	display: inherit;
}

ul.pagination li{
  color:#000;
	text-transform: uppercase;
}
ul.pagination > li > a,
ul.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: rgb(229,191,100);
    cursor: default;
    background-color: transparent;
    border-color: transparent;
    border:none;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: rgb(229,191,100);
    background-color: transparent;
    border-color: transparent;
    border:none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}




/* MODAL FORM */
.modal-content{
	-webkit-box-shadow:none;
	 -moz-box-shadow: none;
	box-shadow:none;
	border:none;
	border-radius: 0;
}

.modal-content form div .form-item input{
	border: 1px solid rgb(204,204,204);
}
.modal-content form div .form-item input[type=text],
.modal-content form div .form-item-mail input[type=text],
.modal-content form div .form-item-pass input[type=password],
.modal-content form div .form-item-pass div div input[type=password]{
	width:100%;
	max-width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

#edit-field-chose-list-und{

	padding: 10px 0px;
}
#edit-field-newsletter .control-label{
	letter-spacing: 0em;
}

.modal-content form div .form-item label.control-label{
	display: none;
}
.modal-content form div .form-type-checkbox label.control-label{
	display: inline-block;
	letter-spacing: 0.15em;
}
.modal-content .recover-link a{
	text-decoration: none;
	color:#000;
	font-size: 11px;
	letter-spacing: 0;
}
.modal-content form div fieldset div .help-block{
	display: none;
}
.modal-content .recover-link a:hover{
	color:rgb(229,191,100);
}
.ctools-use-modal-processed div div button.form-submit{
	width: 100%;
	padding: 15px 45px;
	margin: 0 auto;
	height: auto;

}

.ctools-use-modal-processed div div button.form-submit:hover,
.ctools-use-modal-processed div div button.form-submit:active,
.ctools-use-modal-processed div div button.form-submit:focus,
.ctools-use-modal-processed div div button.form-submit:visited{
	color:rgb(255,255,255);
	background-color:rgb(0,0,0);
	border:1px solid rgb(0,0,0);
}

.ctools-use-modal-processed div div button.form-submit,
.fb-btn-custom a{
	font-size: 12px;
	letter-spacing: 0.15em;
}

/*.facelogin{
}*/

.or{
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.fb-btn-custom{
	width: 100%;
	padding: 15px 45px;
	text-align: center;
	background-color: #3b5b9b;
	color:#fff;
}
.fb-btn-custom:hover{
	background-color: #304e8a;
}
.fb-btn-custom a{
	width: 100%;
	padding-top: 15px ;
	padding-bottom: 15px ;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
}
.fb-btn-custom a:hover{
	background-color: #304e8a;
}
.modal-forms-modal-content{
	border-radius: 0;
}

div.modal-forms-modal-content .popups-container{
	border-radius: 0;
	padding: 60px 180px 120px 180px;
}


/* ================ SEARCH RESULTS ================ */
.search-results{
	padding: 0;
}
.search-wrapper{
	text-align: center;
	min-height: 400px;
	max-height: none;
	padding: 15px;
	margin-bottom: 30px;
}
.search-img{
	margin-bottom: 15px;
}
.search-img img{
	width: 100%;
	height: auto;
}
.search-content .search-title{
	margin-bottom: 15px;
	line-height: 1.2em;
	/*height: 70px;*/
}
.search-content .search-title span{
	font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    text-align: center;
    font-family: 'LatoWeb';
    font-weight: normal;
    letter-spacing: 0.15em;
}

.search-content .search-title span:after {
	border-bottom: 1px solid rgb(229,191,100);
    border-bottom: 1px solid rgba(229,191,100,1);
    display: block;
    height: 1px;
    content: " ";
    width: 50px;
    position: relative;
    margin:0 auto;
	margin-top:10px;
}
.search-content .search-snippet{
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	letter-spacing: 0;
}
.search-content .search-link{
	margin: 0 auto;
	text-align: center;
	/*position: absolute;
	bottom: 20px;*/
}
.search-content .search-link a{
	/*font-size: 8px;
	font-weight: 500;
	text-decoration: none;
	color:#000;
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid rgb(229,191,100);
	margin: 0 auto;
	text-align: center;*/

	background-color: #fff;
	 color: rgb(0,0,0);
	 color: rgba(0,0,0,1);
	 border: 1px solid rgb(229,191,100);
	 border: 1px solid rgba(229,191,100,1);
	 padding: 7px 20px;
	 text-decoration: none;
	 font-size: 8px;
	 letter-spacing: 0.25em;
	 font-family: 'LatoWebSemibold';
	 font-weight: normal;
	 text-transform: uppercase;
}
.search-content .search-link a:hover,
.search-content .search-link a:focus
{
	/*color:#fff;
	background-color: rgb(229,191,100);*/

	color: #fff;
border: 1px solid rgb(229,191,100);
background-color: rgb(229,191,100);
}


.gmap-location{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}


/*
 * Keyframes
 */
.pane-webform-client-block-66{
	background-color: #f2f2f2;
	padding: 20px;
}


/* MAP ARTICLE */
.article-map{
	width: 100%;
	height: 340px; /* 340 */
	margin-top: 30px;
}

.share-posts{
	margin-top:30px;
}

.region-share-posts section.block{
	margin-top:30px;
	margin-bottom: 60px;
}

#block-views-view-instagram-thumbs-block-1 .view-view-instagram-thumbs{
	margin-top: 35px;
}
#block-views-view-instagram-thumbs-block-1 h2.block-title{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    background-color: #fff;
    padding: 5px 26px;
    z-index: 999;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: inline-block;
}

/*.region-share-posts section h2.block-title:after {
	border-bottom: 1px solid rgb(229,191,100);
    border-bottom: 1px solid rgba(229,191,100,1);
    display: block;
    height: 1px;
    content: " ";
    width: 34px;
    position: relative;
    margin:0 auto;
	margin-top:10px;
}*/
.region-share-posts section h2.block-title{
	font-size:15px; /*11points*/
	text-transform:uppercase;
}

a.contact-link{
	text-decoration: none;
	color:#000;
}
a.contact-link:hover{
	color:rgb(229,191,100);
}

/* ADVERTISE HERE */
.advertise-slogan{
	width:100%;
	position: relative;
}
.advertise-slogan img{
	width:100%;
}

.advertise-slogan-content{
	width: 100%;
	position: absolute;
	top:50%;
	margin-top: -50px;
	color: #fff;
	z-index: 999;
}

.advertise-contact{
	margin: 40px 0;
}

.form-control{
	border-radius: 0;
	border: none;
}

.form-control:focus{
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type=text], input[type=email], textarea.form-textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

input[type=text]:focus, input[type=email]:focus , textarea.form-textarea:focus {
	outline: none;
}
.advertise-contact p{
	font-size: 17px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
p.adv-number{
	font-size: 25px;
	font-weight: 400;
}

div.error{
	color: rgb(229,191,100);
	background-color: transparent;
	text-align: left;
	border-radius: 0;
	border: 0;
	color: #000;
	    font-size: 11px;
}
div.ctools-modal-content a.close{
	color: #000;
}

.error{
	color: #000;
	background-color: transparent;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
}
.error a{
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	    font-size: 11px;
}
.error ul{
	list-style-type: none;
	padding-left: 5px;
}

.has-feedback label ~ .form-control-feedback{
	top: 0;
	right:0;
}
.form-type-password-confirm .form-control-feedback{
	top: 0;
	right:0;
}

/*
* RESPONSIVE MENU
*/
.tohide{
	display:block;
	text-align: center;
}

.top-header-class{
	display: -webkit-inline-box;
	color: #000000;
}

.top-header-class-text{
	/*margin-right: 17px;*/
	margin-top: 10px;
	padding: 0px 10px;
	font-size: 10px;
	font-family: 'LatoWeb';
	letter-spacing: 0.15em;
	line-height: 2;

}

.pane-content .top-header-class .top-header-class-link{
	margin-top: 17px;
}

.tohide a{
	font-size: 10px;
	color: #f8f8f8;
	background-color: #808080;
	font-family: 'LatoWeb';
	padding: 7px 18px ;
	letter-spacing: 0.15em;
	text-decoration: none;
}

.tohide a:hover{

	font-size: 10px;
	color: #f8f8f8;
	background-color: #bebebe;
	font-family: 'LatoWeb';
	padding: 7px 18px ;
	letter-spacing: 0.15em;
}

/*
BODY REGISTER CITY
*/

.field-choose{
	margin-top: 20px;
	border: 1px solid;
	border-color: rgb(204,204,204);
	padding: 6px;
	background: url("../img/logo_arrow.png") no-repeat;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.15em;
	color: #555;
	background-position: 95%;
}

.field-choose button{
	border: none;
	background: white;
	width: 100%;
	text-align: left;
	background-color: rgba(0,0,0,0);
	letter-spacing: 0.15em;

}


/*
MENU 2 RESP
*/


@media screen and (max-width: 768px) {

	.topheader{
		line-height: 14px;
	}
	.top-header-class {
		display: block;
		color: #000000;
		height: auto;
	}

	.top-header-class-text {
		width: 100%;
		overflow: hidden;
		padding: 10px;
	}

	.top-header-class-link{
		width: 100%;
		padding: 15px;
	}

	.col-xs-4{
		width: 100%;
	}

	ul.language-switcher-locale-url {
		text-align: center;
		padding: 10px;
	}


}

.registar-body-home{
	text-align: center;
	background: #f0f0f0;
	margin-top: 30px;
	clear: both;
	margin-bottom: 79px;
}
.registar-body-home .pane-content{
	clear: both;
}


.registar-body-home .top-header-class .top-header-class-link a{
	font-size: 10px;
	color: #f8f8f8;
	background-color: #808080;
	font-family: 'LatoWeb';
	padding: 7px 18px;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;

}

.registar-body-home .top-header-class .top-header-class-link a:hover{

	letter-spacing: 0.15em;
	text-decoration: none;
	font-size: 10px;
	color: #f8f8f8;
	background-color: #bebebe;
	font-family: 'LatoWeb';
	padding: 7px 18px ;
	text-transform: uppercase;


}

.registar-body-home .top-header-class .top-header-class-text{
	margin-right: 17px;
	font-size: 10px;
	font-family: 'LatoWeb';
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: black;
}

/*
FOOTER CONTACT
*/

.footer-contact-class{
	padding: 80px;
}

.footer-contact-class h1{
	margin-bottom: 0px;
	font-size: 14px;
	font-family: 'LatoWeb';
	letter-spacing: 0.15em;
	color: #3c3a3a;
}

.footer-contact-class .footer-contact-body{
	margin-top: 29px;
	margin-bottom: 65px;
}

.footer-contact-class .footer-contact-body p{
	font-size: 13px;
	font-family: 'LatoWeb';
	margin-bottom: 20px;
	color: #3c3a3a;
}

/*
HOME SITES LINK
*/

.home-sites-link .views-field-name{
	margin-top: 39px;
	margin-bottom: 30px;
}

.home-sites-link .views-field-name span{
	color: black;
	text-transform: uppercase;
	font-family: 'LatoWeb';
	font-size: 13.28px;
	letter-spacing: 0.15em;
}

.home-sites-link .views-field-field-link-field a{
	color: black;
	font-family: 'LatoWebSemibold';
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding: 7px 20px;
	border: solid 1px;
	border-color: #bebebe;
	text-decoration: none;
}

.home-sites-link .views-field-field-link-field a:hover{
	color: white;
	background-color: #bebebe;
	font-family: 'LatoWebSemibold';
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding: 7px 20px;
	border: solid 1px;
	border-color: #bebebe;
	text-decoration: none;

}

/*.notvisible{
	visibility: hidden;
}*/

.mobilemenu-btn{
	/*position: absolute;
	top:5px;
	left: 10px;*/
	z-index: 9999;
	text-align: left;
	padding: 5px;
}

.mobilemenu-btn button{
	border:none;
	background-color: transparent;
	color: #000;
}
.mobilemenu-btn button:hover,
.mobilemenu-btn button:active,
.mobilemenu-btn button:focus
{
	color: rgb(229,191,100);
	border:none;
	-moz-box-shadow:    none;
  -webkit-box-shadow: none;
  box-shadow:         none;
	outline: none;
}

.sidebar-offcanvas{
	display: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background-color: transparent;
	border: 0;
}

.toshow{
	display:none;
}





/*.fixedbar{
	position:fixed;
	top:0;
	z-index: 9999;
	background-color: rgb(229,229,229);
}*/





div.pop-up-leave{
	padding-right: 0;
}
.pane-node-webform h2.pane-title,
.pane-webform h2.pane-title{
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 14px;
	margin-bottom: 50px;
	line-height: 1.8em;
}

.pop-up-leave .modal-dialog{
	margin-top:15%;
}
.pop-up-leave .modal-dialog .modal-content{
	padding: 60px 130px;
	border-radius: 0;
	max-width: 690px;
	font-weight: 300;
}

.pop-up-leave .modal-dialog .modal-content .modal-header{
	margin-bottom: 50px;
	border-bottom: 0;
	padding: 0;
}
.pop-up-leave .modal-dialog .modal-content .modal-header h4{
	font-weight: 300;
	font-size: 18px;
	color: rgb(229,191,100);
	letter-spacing: 0.25em;
}
.pop-up-leave .modal-dialog .modal-content .modal-body{
	display: inline-block;
}
.pop-up-leave .modal-dialog .modal-content .modal-body p{
	margin-bottom: 50px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.25em;
	padding: 0;
	font-weight: 400;
	line-height: 1.8em;
}
.pop-up-leave .modal-dialog .modal-content .modal-body form{
	text-align: center;
	display: block;
}
.pop-up-leave .modal-dialog .modal-content .modal-body form div div input{
	width: 290px;
	float:left;
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 0.25em;
	padding: 8px 14px;
	display: inline-block;
}
.pop-up-leave .modal-dialog .modal-content .modal-body form.simplenews-subscribe div button.form-submit{
	float:right;
	font-size: 9px;
	font-weight: 400;
	padding: 10px 14px;
	letter-spacing: 0.25em;
	display: inline-block;
	margin-left: 0;
	height: auto;
}

.footer-map-img{
	background: url(../img/bycoolworld_map.jpg) no-repeat;

	width: 100%;
	background-size:100%;

}

/*button.close {
    -webkit-appearance: none;
    cursor: pointer;
}

button.close {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    filter: alpha(opacity=10);
    opacity: .1;
    position: absolute;
    right: 14px;
    top: 14px;
    border: 0;
    border-radius: 100%;
    background-color: rgb(0,0,0);
    width: 20px;
    height: 20px;
		text-align: center;
}*/

button.close{
	position: absolute;
	right: 14px;
	top: 14px;
	height: 24px;
	width: 24px;
	background: url(../img/icons/closebtn.png);
	background-size: cover;
	opacity: 1;
}

button.close:hover{
	background: url(../img/icons/closebtn_hover.png);
	background-size: cover;
	opacity: 1;
}
button::-moz-focus-inner { border: 0; }
button{ outline:none; }

.searchicon{
	height: 14px;
	width: auto;
	opacity: 1;
}

.socfoot-li a{
	display: table;
}
.socfoot{
	width: 22px;
	height: 22px;
	display: table-cell;
	vertical-align: middle;
}
.socfoot-p{
	display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}
.socfoot-twi{ background: url(../img/icons/footer/icon-1.png); background-size: cover; }
.socfoot-face{ background: url(../img/icons/footer/icon-2.png); background-size: cover; }
.socfoot-pint{ background: url(../img/icons/footer/icon-3.png); background-size: cover; }
.socfoot-inst{ background: url(../img/icons/footer/icon-4.png); background-size: cover; }
.socfoot-li a:hover > .socfoot-twi{ background: url(../img/icons/footer/icon-1_hover.png); background-size: cover; }
.socfoot-li a:hover > .socfoot-face{ background: url(../img/icons/footer/icon-2_hover.png); background-size: cover; }
.socfoot-li a:hover > .socfoot-pint{ background: url(../img/icons/footer/icon-3_hover.png); background-size: cover; }
.socfoot-li a:hover > .socfoot-inst{ background: url(../img/icons/footer/icon-4_hover.png); background-size: cover; }

/* COLORBOX */
#cboxWrapper{
	border-radius:0;
}
#cboxTitle{
	text-transform: uppercase;
	letter-spacing: 0.25em;
}

.ny-article-title div h2.pane-title{
	font-size: 20px;
	letter-spacing: 0.15em;
}
.ny-article-title div h2.pane-title:after{
	margin-top:17px;
}
.ny-article-title div .pane-desc{
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.15em;
	margin-top: 17px;
}
.ny-article-desc{
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.15em;
}

.article-info .pane-content div{
	letter-spacing: 0;
}

.advertise-slogan-title h3{
	font-family: 'LatoWeb';
	font-weight: normal;
	font-size: 24px;
}
.advertise-slogan-title h3:after {
	border-bottom: 1px solid rgb(229,191,100);
    border-bottom: 1px solid rgba(229,191,100,1);
    display: block;
    height: 1px;
    content: " ";
    width: 50px;
    position: relative;
    margin:0 auto;
	margin-top:17px;
}

.advertise-slogan-desc{
	margin-top: 17px;
}
.advertise-slogan-desc p{
	font-family: 'LatoWeb';
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#modalBackdrop{
    height: 100vh;
    width: 100vw;
}

#modalContent{
	top: 50vh;
	margin-top: -150px;
	/*left: 50vw;
	margin-left: -300px;
	*/
}


canvas + .maptip{
	position: absolute;
	margin-left: 55px;
    /*top: -100px;*/
    z-index: 99;
    background: #FFFFAA;
    border: 1px solid #FFAD33;
    /*margin: 0;*/
    width: 250px;
    padding: 20px;
}


/*.maptip{
	position: absolute;
	z-index: 1500;
	font-weight: bold;
	height: auto;
	top:30%;
	right:0px;
	text-transform: uppercase;
}*/

form#user-login div .form-actions button.form-submit{
	width: 100%;
	height: auto;
	padding:15px 12px;
}


#node-4,
#node-11,
#node-3,
#node-68,
#node-69,
#node-70{
	margin-top: 35px;
}

.map-info{
	position: absolute;
	top: 60px;
	right: 100px;
	width: 200px;
	height: auto;
}

.ny-node-v-blog{
	height: 190px;
}

.view-display-id-panel_pane_2 .view-content .ny-node-v-blog .views-row .views-field-nothing .field-content .readmoreblock,
.view-id-view_blog_home .view-content .ny-node-v-blog .views-row .views-field-nothing .field-content .readmoreblock{
	/*width: 370px;*/
	height: 190px;
}
.view-display-id-panel_pane_2 .view-content .ny-node-v-blog .views-row .views-field-nothing .field-content .readmoreblock .titleny,
.view-display-id-panel_pane_2 .view-content .ny-node-v-blog .views-row .views-field-nothing .field-content .readmoreblock .descny,
.view-display-id-panel_pane_2 .view-content .ny-node-v-blog .views-row .views-field-nothing .field-content .readmoreblock .linkny,
.view-id-view_blog_home .view-content .ny-node-v-blog .views-row .views-field-nothing .field-content .readmoreblock .titleny,
.view-id-view_blog_home .view-content .ny-node-v-blog .views-row .views-field-nothing .field-content .readmoreblock .descny,
.view-id-view_blog_home .view-content .ny-node-v-blog .views-row .views-field-nothing .field-content .readmoreblock .linkny{
	/*width: 326px;*/
}
.view-display-id-panel_pane_2 .view-content .ny-node-v-blog .views-row .views-field-nothing .field-content .readmoreblock .linkny,
.view-id-view_blog_home .view-content .ny-node-v-blog .views-row .views-field-nothing .field-content .readmoreblock .linkny{
	bottom: 16px;
}


.descblog p{
	font-size: 10px;
letter-spacing: 0;
line-height: 16px;
font-family: LatoWebMedium;
font-weight: normal;
margin-top: 10px;
}

.start-wrapper{
	width: 100%;
  height: 100%;
  text-align: center;
}
.start-wrapper .blog-slideshow-start-title{
	color: #fff;
	position: relative;
	top: 20%;
	text-transform: uppercase;
	font-size: 35px;
	padding: 5px 20px;
}

a.start-slideshow{
	position: absolute;
left: 50%;
margin-left: -55px;
margin-top: 120px;
z-index: 999;
padding: 10px 30px;
font-weight: 400;
text-decoration: none;
color: #fff;
border: 1px solid rgb(229,191,100);
background-color: transparent;
text-transform: uppercase;
font-size: 11px;
}
a.start-slideshow:hover{
	background-color: rgb(229,191,100);
}


.pane-search-result .pane-content ul{
	text-align: left;
	letter-spacing: 0;
	line-height: 2em;
}

.readmoreblock .descblog{
	position: absolute;
	width: 100%;
	text-align: center;
	display: inline-block;
	left: 0;
	padding: 0 22px;
	top: 35%;
}

.panels-flexible-region-7-center-inside .contactcss{
	margin-top: 35px;
}

.alert-block,
.profile,
#edit-account{
	text-align: left;
    letter-spacing: 0;
    line-height: 2em;
}

#ouibounce-exit-modal .modal{
	overflow: hidden;
}

#ouibounce-exit-modal .modal-body{
	padding: 20px 30px;
    font-size: 12px;
}

#ouibounce-exit-modal .modal .modal-body .newsletter-title{
	color: rgb(229,191,100);
	margin-bottom: 60px;
	border-bottom: 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 0.25em;
	font-weight: 300;
}
#ouibounce-exit-modal .modal .modal-body p{
	margin-bottom: 60px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 3px; /* 0.25em */
	padding: 0;
	font-weight: 400;
	line-height: 1.8em;
	color: #000;
}
#ouibounce-exit-modal .modal .modal-body section form div .form-item input[type=text]{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	border: 1px solid rgb(204,204,204);
	float:left;

	width: -moz-calc(100% - 147px);
    width: -webkit-calc(100% - 147px);
    width: -o-calc(100% - 147px);
    width: calc(100% - 147px);
}

#ouibounce-exit-modal .modal .modal-body section form div button.form-submit{
	    height: 34px;
			font-size: 12px;
			float:right;
}

#ouibounce-exit-modal .modal .modal-body section form div .form-item label{
	display: none;
}


.view-view-blogthumbnails .view-empty{
	display: none;
}

.tooltip-general{
	display: none;
}
.tooltip{
	display:none;
}
.tooltip-map{
	display: block;
}
.btn-bottom a.contextual-links-trigger{
	background: transparent url(/modules/contextual/images/gear-select.png) no-repeat 2px 0;
border: 1px solid transparent;
height: 18px;
margin: 0;
padding: 0 2px;
outline: none;
text-indent: 34px;
width: 28px;
overflow: hidden;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
ul.contextual-links li a{
	border: 0;
	background-color: #fff;
}



.profile,
.user-edit-content{
	background-color: rgb(229,229,229);
	padding: 60px;
}
#edit-timezone{
	display: none;
}



@media screen and (max-width: 1919px) {
	.views-field-field-imageslide .field-content{
		max-height: 450px;
		overflow: hidden;
	}
}

@media screen and (min-width: 1920px) {
	.views-field-field-imageslide .field-content{
		max-height: 730px;
		overflow: hidden;
	}
}

@media screen and (min-width: 768px) and (max-width: 915px) {


	/*.blog-ranking-slide{
		height: 330px;
	}
	.blog-ranking-slide .blog-slideshow{
		height: 330px;
	}
	.blog-slideshow .blog-slideshow-img{
		height: 330px;
	}
	.blog-slideshow .blog-slideshow-img img{
		width: 100%;
		height: 330px;
	}
	.blog-slideshow .blog-slideshow-content{
		height: 330px;
	}*/

	#views_slideshow_controls_text_view_blog_ranking-panel_pane_1 .views-slideshow-controls-text-previous{
		margin-left: -15px;
	}

	#views_slideshow_controls_text_view_blog_ranking-panel_pane_1 .views-slideshow-controls-text-next{
		margin-right: -15px;
	}
	.blog-slideshow-img div:nth-child(2) {
	    width: 100%;
	    height: 100%;
	    background-color: transparent;
	    background-color: rgba(0,0,0,0.8);
	    margin-top: -330px;
	    z-index: 1081;
	    /* padding: 158px; */
	    position: relative;
	}
}
@media screen and (min-width: 916px) {

	/*.blog-ranking-slide{
		height: 367px;
	}
	.blog-ranking-slide .blog-slideshow{
		height: 367px;
	}
	.blog-slideshow .blog-slideshow-img{
		height: 367px;
	}
	.blog-slideshow .blog-slideshow-content{
		height: 367px;
	}*/
	.blog-slideshow .blog-slideshow-content .blog-slideshow-content-desc{
		height: 210px;
	}

}

@media (min-width: 768px){
	.container{
	    width: auto;
	}
}

@media screen and (max-width: 450px) {
	/*.views-field-field-imageslide .field-content{
		min-height: 180px;
	}
	.views-field-field-imageslide .field-content img{
		width: auto;
		height: 180px;
	}*/

	/* !FOCUSED IMAGES */
	/*-----------------------------------------*/
	/*.focuspoint {
		position: relative;
		overflow: hidden;
	}
	.focuspoint img {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		display: block;
		width: auto; height: auto;
		min-width: 100%; min-height: 100%;
		max-height: none; max-width: none;
	}*/

}

.bold{
	font-weight: bold;
}

.whatscoolcontent a{
	color: #000;
    text-decoration: none;
}
.whatscoolcontent a:hover{
	color: #bebebe;
    text-decoration: none;
}



/****** Luís Pereira 12/10/2016 ******/
.home .topheader{
	line-height: 40px;
}

.home .topheader .container{
	max-width: 900px;
}

.home ul.language-switcher-locale-url{
	text-align: center;
}

.home ul.language-switcher-locale-url li a{
	font-size: 9px;
}

.home ul.menu li{
	padding: 0;
	width: 18%;
}

.home ul.menu li:nth-child(-n+4){
	width: 10%;
}

.home ul.menu li a{
	font: 9px/40px "LatoWeb";
	color: #000;
}

/****** Luís Sousa 18/10/16     *****/
 .home .homeslideshow .views-row
 {
	 padding: 0px;
	 margin: 0px;
 }
 
 .home .homeslideshow .home_desc .title
 {
	 font-family: 'LatoWebMedium';
	 font-size: 24px;
	 color: #ffffff;
	 max-width: 480px;
	 text-transform: uppercase;
	 text-align: center;
	 margin: 0 auto;
	 line-height: 40px;
	 letter-spacing: 5px;
 }

body.i18n-pt-pt.home .homeslideshow .home_desc .title
{
	max-width: 525px;
} 

.home .we_do
{
	margin-top: 60px;
}

 .home .homeslideshow .home_desc
 {
	 position: absolute;
	 top: 18%;
	 width: 100%;
	 text-align: center;
 }

 .home .homeslideshow .border
 {
	 height: 1px;
	 background: #fff;
	 width: 112px;
	 margin: 30px auto;
 }

 .home .homeslideshow .description
 {
	 max-width: 452px;
	 margin: 0 auto;
	 font-family: "LatoWeb";
	 font-weight: normal;
	 font-size: 16px;
	 color: #ffffff; 
 }

 .home .homeslideshow
 {
	 width: 100%;
	 padding: 0;
	 margin: 0;
	 max-height: 460px;
	 overflow: hidden;
 }

.home .homeslideshow .views-field-field-main-image img
{
	/*margin-top: -4%;*/
	
}

.home .homeslideshow .btn_contact a.btn_contact_us:hover
{
	background: transparent;
}
.home .homeslideshow .btn_contact a.btn_contact_us
{
	font-family: "LatoWebBold";
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #f9c34b;
	width: 152px;
	text-align: center;
	display: block;
	margin: 55px auto 0 auto;
	line-height: 37px;
	letter-spacing: 3px;
	-webkit-appearance: none;
    border-radius: 0px;
    background: #f9c34b;
    height: 36px;
}

.home .logop
{
	padding: 0px;
}

.home .pane-views-panes .views-field-field-title
{
 	font-family: "LatoWebSemibold";
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	margin: 60px 0px 35px 0px;
	letter-spacing: 3px;
}

.home .pane-views-panes .views-field-field-description-content p
{
	font-size: 15px;
}
.home .pane-views-panes .views-field-field-description-content
{
	font-family: "LatoWeb";
	font-weight: normal;
	color: #000;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
} 

.home .panel-pane
{
	margin: 0px;
	max-width: 275px;
}

.home .views-row
{
	padding: 0px;
	margin: 0px;
}

@media (min-width: 1200px)
{
	.home .we_do .image img
	{
		max-width: 275px;
	}

}

.home .we_do .desc {
	max-width: 555px;
	margin-left: 40px;
}

.home .wedoit .image .views-row
{
	max-width: 192px;

}

.home .wedoit .image .views-row-1 .views-field-field-main-image img
{
	border-right: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}
.home .wedoit .image .views-row-2 .views-field-field-main-image img
{
	border-left: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

.home .wedoit .image .views-row-3 .views-field-field-main-image img
{
	border-top: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}
.home .wedoit .image .views-row-4 .views-field-field-main-image img
{
	border-top: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
}

.home .wedoit .desc .views-field-field-title
{
	margin: 0px 0px 20px 0px;
}

.home .wedoit .desc .views-field-field-description-content
{
	max-width: 480px;
}

.home .wedoit .image 
{
	max-width: 384px;
}
.home .wedoit .desc
{
	max-width: 480px;
	margin-left: 40px;
}
.home .miss_image .views-field-field-main-image img
{
	margin: 0px;
	height: auto;

}

.home .text_miss .views-field-field-description-content
{
	max-width: 435px;
}

.home .text_miss
{
	background: #f0f0f0;
	padding: 40px;
	margin-top: 90px;
	max-width: inherit;
}

.home .text_miss .views-field-field-title
{
	margin: 0px 0px 35px 0px;
}

.home .success_cases
{
	margin-top: 65px;
}

.home .miss_image
{
	margin-top: -226px;
	max-width: inherit;
}

@media (max-width: 767px)
{

	.home .miss_image
	{
		margin-top: inherit;

	}
}


.home .our_team .desc .views-field-field-description-content
{
	max-width: 375px;
}

.home .our_team .image img
{
	max-width: 405px;
	margin: 0px;
}

.home .our_team .image .views-field-field-main-image
{
	margin-top: -66%;
}


@media (max-width: 767px) {

	.home .our_team .image .views-field-field-main-image {
		margin-top: inherit;
	}

	.home .our_team .desc
	{
		padding-left:inherit;
	}
}

.home .main-container
{
	max-width: 900px;
	padding: 0px;
}

.home .contact
{
	background: #f2f2f2;
	max-width: 782px;
	padding: 45px 0px 60px 0px;
	margin-top: 100px;
}

.home .contact .form-actions,
.home .contact .title_contat
{
	text-align: center;
}
.home .contact .title_contat h2
{
	margin-top: 0px;
	font-family: "LatoWebSemibold";
	font-size: 24px;
	color: #000;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.home .contact .border
{
	width: 89px;
	height: 1px;
	background: #cccccc;
	display: block;
	margin: 30px auto;
}


.home .contact .desc{
	font-family: "LatoWeb";
	font-weight: normal;
	font-size: 16px;
	color: #000;
	line-height: 20px;
}

.home .contact .webform-client-form
{
	margin-top: 65px;
}

.home .contact .form-actions button.webform-submit
{
	margin-top: 40px;
}

.home .portfolio_block
{
	background: #000000;
	padding: 60px 0px;
	margin: 100px 0px 60px 0px;
	text-align: center;
}

.home .portfolio_block h2
{
	font-family: "LatoWebSemibold";
	font-size: 24px;
	letter-spacing: 5px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 45px;
}


.home .portfolio_block a.link_our:focus,
.home .portfolio_block a.link_our:hover
{
	text-decoration: none;
}
.home .portfolio_block a.link_our:hover
{
	color:#000;
	background: #ffffff;
}
.home .portfolio_block a.link_our
{
	display: inline-block;
	color: #ffffff;
	font-family: "LatoWeb";
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 3px;
	border: 1px solid #ffffff;
	line-height: 33px;
	text-align: center;
	width: 250px;
	text-transform: uppercase;
}
.home .portfolio_block a.link_our.port
{
	margin-left: 30px;
}
 
.home .success_cases .view-header
{
	text-align: center;
}
.home .success_cases .view-header h2
{
	font-family: "LatoWebSemibold";
	font-size: 24px;
	color: #000;
	letter-spacing: 5px;
}

.home .success_cases .view-header .border
{
	display: block;
	width: 90px;
	height: 1px;
	background: #cccccc;
	margin: 30px auto;
}

.home .success_cases .view-header .desc
{
	font-family: "LatoWeb";
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 60px;
}

.home .success_cases .flexslider .slides
{
	/*height: 155px;*/
	height: 160px;
}
.home .success_cases .flexslider
{
	max-width: 900px;
	margin: 0 auto;
	/*height: 155px;*/
	height: 160px;
}

.home .success_cases .flexslider li
{
	background: #f4f4f4;
}
.home .success_cases .flexslider li img
{
	/*max-height: 155px;*/
	max-height: 160px;
	width: auto;
}

.home .success_cases .flex-direction-nav
{
	display: block;
}

.home .success_cases .flex-direction-nav a.flex-prev
{
	left: 5px;
	background: url(../img/seta_esquerda.png) no-repeat center;
	height: 35px;
	width: 20px;
	display: block;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.home .success_cases .flex-direction-nav a.flex-next
{
	right: 5px;
	background: url(../img/seta_direita.png) no-repeat center;
	height: 35px;
	width: 20px;
	display: block;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.home .success_cases .flex-direction-nav a:before
{
	content: '';

}
.home .success_cases .flex-direction-nav a
{
	display: block;
	opacity: 1;
	visibility: visible;
	font-size: 0px;
}

.home .success_cases .view-content
{
	background: #f4f4f4;
}

.block-responsive-menu .horizontal-menu li.menu-mlid-1213 a:focus,
.block-responsive-menu .horizontal-menu li.menu-mlid-1205 a:focus
{
	text-decoration: none;
}
.block-responsive-menu .horizontal-menu li.menu-mlid-1213 a:hover,
.block-responsive-menu .horizontal-menu li.menu-mlid-1205 a:hover
{
    color: #ffffff;
    background-color: #000000;
    font-family: 'LatoWeb';
    text-decoration: none;
    border-bottom: none !important;
    line-height: 22px;
}
.block-responsive-menu .horizontal-menu li.menu-mlid-1213 a,
.block-responsive-menu .horizontal-menu li.menu-mlid-1205 a
{
	padding-top: 0px;
	padding-bottom: 0px;
	width: 90px;
	color: #fff;
	line-height: 22px;
}
.block-responsive-menu .horizontal-menu li.menu-mlid-1205 a
{
	width: 102px;
}
body.i18n-pt-pt .block-responsive-menu .horizontal-menu li.menu-mlid-1213 a
{
	width: 110px;
}
.block-responsive-menu .horizontal-menu li.menu-mlid-1213,
.block-responsive-menu .horizontal-menu li.menu-mlid-1205
{
	background: #f9c34b;
	margin-left: 30px;
	padding: 0px;
}

.contact_btn_m a.contact_mobile
{
	padding-top: 0px;
	padding-bottom: 0px;
	width: 89px;
	color: #fff;
	line-height: 22px;
	background: #808080;
	display: block;
	font-family: "LatoWebSemibold";
	font-size: 8px;
	text-align: center;
}

.block-responsive-menu .horizontal-menu li a:focus
{
	text-decoration: none;
}
.block-responsive-menu .horizontal-menu li a:hover
{
	text-decoration: none;
	border-bottom: 2px solid rgb(204,204,204);
    line-height: 15px;  
    color: rgb(204,204,204); 
}
.block-responsive-menu .horizontal-menu li a
{
	font-family: "LatoWeb";
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
	text-transform: uppercase;
}

body.i18n-pt-pt .block-responsive-menu .horizontal-menu li a
{
	font-size: 10px;
}

.mm-effect-slide-menu ul li:after
{
	display: none !important;
}
.mm-effect-slide-menu .mm-hasnavbar .mm-navbar
{
	display: none;
}
.mm-effect-slide-menu .mm-hasnavbar ul li a.active
{
	/*color: #808080;*/
}
.mm-effect-slide-menu ul.mm-listview li a
{
	font-family: "LatoWeb";
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	padding: 10px 10px 5px 20px;
}
.mm-effect-slide-menu ul li
{
	border: none;
}

#block-responsive-menu-toggle a .label
{
	display: none;
}

@media (max-width: 767px) {
	ul.language-switcher-locale-url
	{
		padding: 0px;

	}
}

.contact_btn_m
{
	display: none;
}

@media screen and (max-width: 768px){
	.mm-opened .topheader {
		line-height: 14px;
	}

	.home .logop
	{
		padding: 20px 0px;

	}

	.home .topheader
	{
		background: #ffffff;
	}
	.home ul.language-switcher-locale-url
	{
		line-height: 40px;
	}

	.home ul.language-switcher-locale-url li.first:after
	{
		display: none;
	}

	.home ul.language-switcher-locale-url li.first a
	{
		border-right: 1px solid #000000;
		padding-right: 3px;
		margin-right: 3px;
	}
	.contact_btn_m
	{
		display: inline-block;
		margin-top: 10px;
		margin-right: 20px;
		float: right;
	}
}

.responsive-menu-toggle-icon:before
{
	top: 5px;
}
.responsive-menu-toggle-icon span.icon
{
	top: 13px;
}
.responsive-menu-toggle-icon:after
{
	top: 21px;
}

.responsive-menu-toggle-icon:before, .responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon span.icon
{
	width: 30px;
	background: #808080;
}

ul.language-switcher-locale-url li.first:after
{
	content: ' | ';
}
ul.language-switcher-locale-url li.active {
	display: inline;
}

.home ul.language-switcher-locale-url li.active a {
	font-size: 9px;
}

.mm-opening #mm-blocker
{
	background: none;
}

#block-responsive-menu-toggle{
	max-width: 85px;
	margin-top: 10px;
}

@media (max-width: 1100px)
{
	.home .homeslideshow .views-field-field-main-image img
	{
		width: 1200px;
		min-height: 350px;
	}

}

@media (max-width: 1000px)
{
	.home .homeslideshow .home_desc
	{
		top: 15%;
	}
}

.home .homeslideshow .btn_contact a.btn_contact_us:focus,
.home .homeslideshow .btn_contact a.btn_contact_us:hover
{
	text-decoration: none;
}
@media (max-width: 768px) {

	.home .homeslideshow .btn_contact a.btn_contact_us {
		margin: 15px auto 0px auto;

	}

	.home .homeslideshow .btn_contact a.btn_contact_us {
		font-size: 11px;
		width: 150px;
		line-height: 32px;
	}

	.home .homeslideshow .home_desc .title
	{
		font-size: 15px;
		line-height: 26px; 
		padding: 0 5%;
	}
	.home .homeslideshow .description
	{
		font-size: 14px; 
		padding: 0 5%;
	}

	.home .pane-content {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home .pane-views-panes .views-field-field-title
	{
		font-size: 16px;
		margin: 0px 0px 15px 0px;
		line-height: 25px;
	}
	.home .we_do .desc
	{
		max-width: inherit;
		margin-left: 0px;
	}

	.home .pane-views-panes .views-field-field-description-content
	{
		font-size: 13px;
	}

	.home .wedoit .desc .views-field-field-title
	{
		margin: 15px 0px 15px 0px;
	}

	.home .wedoit .desc
	{
		max-width: inherit;
		margin-left: 0px;
	}
	.home .text_miss
	{
		padding: 0px;
	}

	.home .panels-flexible-3 .panels-flexible-row
	{
		padding: 0px;

	}

	.home .miss_image
	{
		background:#f0f0f0;
	}

	.home .contact .title_contat h2
	{
		font-size: 16px;
	}
	.home .contact .desc
	{
		font-size: 13px;
	}

	.home .portfolio_block h2
	{
		font-size: 16px;
	}

	.home .portfolio_block a.link_our
	{
		margin: 0 auto 20px auto;
		display: block;
	}

	.home .portfolio_block a.link_our.port
	{
		margin-left: auto;
	}

	.home .portfolio_block
	{
		padding: 40px 0px;
	}
	.home form div button.form-submit
	{
		background: #000000;
		color: #ffffff;
	}
	.home .portfolio_block
	{
		margin: 0px 0px 30px 0px;
	}

	.home .success_cases .view-header h2
	{
		font-size: 16px;
	}

	.home .success_cases .view-header .desc
	{
		font-size: 13px;
	}
	.home .success_cases .view-header .desc
	{
		margin-bottom: 30px;
	}
	.home .success_cases
	{
		margin-top: 40px;
	}
	.home .our_team .image img
	{
		max-width: 100%;
	}

	.home a.logo img
	{
		padding-left: 5%;
		padding-right: 5%;
	}
	.home .homeslideshow .border
	{
		margin:20px auto;
	}

	.panels-flexible-row-31-2.panels-flexible-row
	{
		padding-bottom: 0px;
		margin-top: 50px;
	}
	
	.home .success_cases .flexslider li img
	{
		max-height: 140px;
	}

	.home .panel-pane {
	    margin: 0px;
	    max-width: inherit;
	}

	.home .homeslideshow .home_desc
	{
		top: 10%;
	}

	body.i18n-pt-pt.home .homeslideshow .description
	{
		padding: 0 2%;
	}
	body.i18n-pt-pt.home .homeslideshow .border {
    	margin: 10px auto;
	}
	.home .wedoit .image
	{
		max-width: inherit;
	}
	.home .wedoit .image .views-row
	{
		max-width: 50%;
	}

	.home .homeslideshow
	{
		margin-top: 10px;
	}
}

@media (max-width: 1000px) and (min-width: 767px) {
	.home .homeslideshow .home_desc .title {
		font-size: 18px;
	}

	.home .homeslideshow .description
	{
		font-size: 14px;
	} 

	.home .homeslideshow .btn_contact a.btn_contact_us
	{
	    margin: 40px auto 0 auto;
	}
	.home .homeslideshow .border
	{
	    margin: 15px auto;
	}
}

@media (max-width: 767px) and (min-width: 435px){
	.home .homeslideshow .home_desc
	{
		top: 15%;
	}
}


#block-responsive-menu-horizontal-menu
{
	padding: 0px; 
}
.panels-flexible-region-31-cant_miss_this_image.panels-flexible-region
{
	width: inherit;
}

body.home .footer-contact-class
{
	padding: 0 80px;
	text-align: center;
}

#block-responsive-menu-toggle,
#block-responsive-menu-horizontal-menu
{
	display: none;
	visibility: hidden;
	opacity: 0;
}
body.home #block-responsive-menu-toggle
{
	display:none;
	visibility: hidden;
	opacity: 0;

}
body.home #block-responsive-menu-horizontal-menu
{
	display:inherit;
	visibility: visible;
	opacity: 1;
}

@media (max-width: 768px) {
body.home #block-responsive-menu-toggle {
    display: block;
    visibility: visible;
    opacity: 1;
	}

	body.home #block-responsive-menu-horizontal-menu
	{	
	display:none;
	visibility: hidden;
	opacity: 0;
	}
}

body.home .topheader.navbar-fixed-top
{
	position: fixed;
	top: 0px;
}
body.home .panels-flexible-row.panels-flexible-row-first
{
	margin-bottom: 49px;
}

body.home .panels-flexible-region.image, 
body.home .panels-flexible-region.desc 
{
	width: inherit;
}

body.home form div button.form-submit:hover
{
	background-color: rgb(204,204,204);
	color: #000;
	border-color: rgb(204,204,204);
}
body.home form div button.form-submit {
    
    color: #fff;
    background-color: #000000;
   
}
 
.home .our_team .panel-pane
{
	max-width: inherit;
}

.region-footer-copy #block-block-3 p a:hover
{
	color: rgb(204,204,204);
}
.home .panels-flexible-row-33-2
{
	padding-bottom: 0px;
}

.home .horizontal-menu > li
{
	padding-left: 9px;
	padding-right: 9px;
}

.home .block-responsive-menu .horizontal-menu li.first
{
	padding-left: 0px;
	padding-right: 9px; 
}

.home .topheader
{
	position: fixed;
	top: 0px;
}

.home .navbar.container>.container
{
	padding-top: 47px;
}

.home .pane-custom.anchor .pane-content
{
	padding: 0px;
}

.home .footer
{
	margin-top: 0px;
}
/*************************************/
