html{
	overflow-x: hidden;
	min-height:100%;
	height: 100%;
}

body {	
	width:100%;
	height: 100%;
}

img {
	max-width: 100%;
}

a{ 
	color: #3F3F3F;
}
a:hover{ 
	color: #3F3F3F;
	text-decoration:none !important;
}
a:focus {
	outline:none;
	outline-offset:0;
}

h4, .h4 {
    font-size: 25px;
	 font-family: 'Abhaya Libre', serif;
	color:#005cb9;
}

h4 a {
    font-size: 25px;
	 font-family: 'Abhaya Libre', serif;
	color:#005cb9 !important;
}

.circle {
  background-color: #005cb9;
  color: white;
  text-align: center;
  position: relative;
  border-radius: 50%;
  min-width: 170px;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Abhaya Libre', serif;
  font-size: 26px;
}

.circle:after {
  content: '';
  padding-top: 100%;
  display:table;
}

.tagdiv {
	margin-top: 0px;
	margin-bottom: 20px;
	display: inline-block;
}

.tagsl {
	float: left;
}

.tagstxt {
	font-family: 'Abhaya Libre', serif;
	color:#000;
	background-color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0,92,185, 1);
    overflow-x: hidden;
    transition: 0.5s;
	z-index: 999999 !important;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay  ul > li {
	list-style: none;
    text-align: left;
}

.overlay  ul > li > a {
	text-align: left;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    /*display: inline-block !important;*/
    transition: 0.3s !important;
	font-family: 'Abhaya Libre', serif;
	position: relative;
    z-index: 1;
	padding: 10px 20px 10px 0px;
}

/*.overlay  ul > li > a:focus {
    color: #000;
	background-color: #fff;
}*/


.overlay  ul >.current-menu-item > a{
	text-decoration: underline;
}


.overlay  ul > li > a:hover{
    text-decoration: underline !important;
}

.overlay .closebtn {
    font-size: 55px;
    font-family: 'Abhaya Libre', serif;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    box-sizing: initial;
    line-height: 38px;
    color: #fff;
    right: 30px;
    position: absolute;
    top: 70px;
	z-index: 999999;
}

div.wpcf7-mail-sent-ok {
	font-family: 'Abhaya Libre', serif !important;
    border: none !important;
	background-color: darkolivegreen;
	color:#fff;
	padding: 5px 10px !important;
    font-size: 17px;
    text-align: center;

}


.titulocircle {
	font-family: 'Abhaya Libre', serif !important;
	font-size: 20px;
}

.homecircle {
	min-width: 250px;
	font-size: 45px; 
	background-size: cover; 
	padding: 10px;
	background-position: center; 
}

.menudiv {
	position: relative;
    z-index: 9;
    background-color: #fff;
}

.socioshome {
	padding: 60px 0px; 
	background-color: #fff;
	text-align: center;
}

.sociosnome {
	padding-top: 20px; 
	font-family: 'Lato', sans-serif;
	color:#000;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}

.black {
	color:#000 !important;
}

.titulopagina {
	font-family: 'Abhaya Libre', serif;
	font-size: 24px;
	line-height: 1.4;
	color:#005cb9;
	margin-bottom: 20px;
	font-weight: 700;
}

.textopaginanot {
	font-family: 'Lato', sans-serif;
	color:#000;
	font-size: 16px;
	line-height: 1.4;
	padding-right: 80px;
}

.textopagina {
	font-family: 'Lato', sans-serif;
	color:#000;
	font-size: 16px;
	line-height: 1.4;
	padding-right: 180px;
}

.textopagina ul {
	padding-left: 20px;
}

.textopagina ul li {
	margin-bottom: 10px;
}


.textopagina p {
	margin: 0 0 30px;
}

.textopagina blockquote {
	font-family: 'Abhaya Libre', serif !important;
    font-weight: 700 !important;
    padding: 10px 0px !important;
    font-size: 34px !important;
    margin: 20px 0px 0px 0px !important;
    border: none !important;
    /* font-style: italic; */
    /* margin-bottom: 40px; */
    color: #005cb9;
}

#menu-areas {
	padding-left: 0px;
}

#menu-areas li{
	list-style: none;
}

#menu-areas li a{
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color:#000;
	text-decoration: none;
}

#menu-areas li a:hover{
	text-decoration: underline;
}

#menu-areas .current-menu-item a {
	text-decoration: underline;
}

.areassidebar {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color:#000;
}

.areassidebar a{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color:#000;
	text-decoration: none;
}

.areassidebar a:hover{
	text-decoration: underline;
}


.headepagina {
	position: relative;
    z-index: 1;
    top: 0px;
    left: 0;
    width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	height: 300px;
	background-position: center;
	
}

.paddingpagina {
	padding: 100px 0px;
	background-color: #f6f6f6;
}

.headehero {
	position: relative;
    z-index: 1;
    top: 0px;
    left: 0;
    width: 100%;
	padding-left: 0px;
	padding-right: 0px;

	
	/*margin-top: -140px;*/
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	/*box-shadow: 
		inset 0 0 0 0 rgba(200,95,66, 0.4),
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);*/
		
	/*-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;*/
	background-size: cover;
    max-height: 185px;
    min-height: 185px;
    max-width: 185px;
	cursor: pointer;
}

.ch-itemsingle {
	max-height: 285px !important;
    min-height: 285px !important;
    max-width: 285px !important;
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {
color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    font-size: 11px;
    margin: 0 10px;
    padding: 60px 0 0 0;
    /* height: 89px; */
    /*height: 89px;*/
    font-family: 'Lato', sans-serif;
    /* text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3); */
    text-align: center;
    line-height: 1.5;
}

.ch-info p {
	color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 10px;
    font-size: 12px;
    /*border-top: 1px solid rgba(255,255,255,0.5);*/
	text-align: center;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Lato', sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
    box-shadow: inset 0 0 0 110px rgba(116,116,116, 0.8), inset 0 0 0 0px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}



.categoria {
	font-family: 'Lato', sans-serif;
	color:#fff;
	margin-bottom: 10px;
	font-size: 13px;
	font-style: italic;
}

.titulocom {
	font-family: 'Abhaya Libre', serif;
	color:#fff;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: bold;
}

.datacom {
	font-family: 'Lato', sans-serif;
	color:#fff;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.1em;
}

.textocom {
	font-family: 'Lato', sans-serif;
	color:#fff;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5em;
}

.descricaocom {
	font-family: 'Lato', sans-serif;
	color:#fff;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.3em;
}

#s {
	border:none;
	font-family: 'Lato', sans-serif;
	color:#000;
	font-weight: 700;
	font-size: 12px;
}

#s:focus {outline:0;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000;
	font-family: 'Lato', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#000;
	font-family: 'Lato', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#000;
	font-family: 'Lato', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color:#000;
	font-family: 'Lato', sans-serif;
}

.pesquisa {
	float: left;
}

.linguasdiv {
	font-family: 'Lato', sans-serif;
	color: #000;
    font-size: 12px;
    font-weight: 700;
    width: 120px;
    float: left;
}

.linguasdiv a:hover {
	text-decoration: none !important;
	color:#000;
}

.linguasdiv .activeling {
	font-weight: bold;
	color:rgba(0,0,0,1.00);
}

.linguasdiv a {
	color:#000;
	transition: all .4s ease;
	padding-right: 15px;
}

.linguasdiv a:last-child {
	padding-right: 0px;
}


input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

#searchsubmit {
	background-image: url(../images/icon_search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    text-indent: -99999px;
    border: none;
    width: 23px;
}

.padheader {
	padding-top: 30px;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    position: fixed;
}

.footer {
	padding: 30px 0px;
	font-family: 'Lato', sans-serif;
	color:#000;
	font-size: 11px;
}

.parallax { 
    /* The image used */

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxtop {
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;	
}
/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1166px) {
    .parallax, .parallaxtop {
        background-attachment: scroll;
    }
}

.inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.titulo {
	font-size: 1.2vw;
}

.hashtags {
	font-size: 1.2vw; 
	position: absolute; 
	bottom: -5px;
}


/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 80vh;
}
.fade-carousel .carousel-inner .item {
    height: 80vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #F7323F;
    border-color: #F7323F;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    /*text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);*/
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
	font-family: 'Abhaya Libre', serif;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

.fade-carousel .carousel-inner .item:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
}

/********************************/
/*            Overlay           */
/*******************************
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}*/

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*.fade-carousel .slides .slide-1 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
}*/

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}


/*header*/

.logobind {
	max-width: 175px;
}


.frasedestaque {
	font-family: 'Abhaya Libre', serif;
	font-size: 40px;
	line-height: 1.2em;
}

.texto {
	font-family: 'Lato', sans-serif;
}

.headerdiv {
	height: 60px;
    text-align: right;
    float: right;
}


/* MENU */

.navbar-default {
    background-color: transparent !important;
    border: none !important;
}

.navbar-default .navbar-nav>li>a {
    color: #000 !important;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: 700;
	transition: all .5s ease;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;
	background-color: #005cb9 !important;
}

/*.nav>li>a:first-child {
    padding-left: 0px !important;
}*/

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 30px !important;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
    margin-top: 60px;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.current-menu-ancestor>a {
    color: #fff !important;
	background-color: #005cb9 !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
        color: #fff !important;
	background-color: #005cb9 !important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #000 !important;
    text-decoration: none;
    background-color: #fff !important;
}

.textoshare {
	font-family: 'Lato', sans-serif;
	color:#000;
	font-size: 12px;
}

.textomapa {
	font-family: 'Lato', sans-serif;
	color:#000;
	font-size: 16px;
	line-height: 1.4;
}

.areasequipa ul {
	padding-left: 10px;
    padding-top: 5px;
}

.areasequipa ul li {
	list-style: none;
}

.areasequipa ul li a {
	color:#005cb9;
}

.wpcf7-form input, textarea {
    font-family: 'Lato', sans-serif;
	color:#000;
	font-size: 14px;
	padding: 5px 10px;
	width: 100%;
	max-width: 400px;
	background-color: #fff;
}

.wpcf7-form input[type=checkbox] {
    font-family: 'Lato', sans-serif;
	color:#000;
	font-size: 14px;
	padding: 5px 15px !important;
	width: 20px !important;
	background-color: #fff;
}



span.wpcf7-list-item { display: block; margin:0px !important;}

.wpcf7-form input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
	background-color: #000 !important;
	font-family: 'Lato', sans-serif !important;
	color:#fff !important;
	max-width: 200px !important;
	font-size: 14px !important;
	border: none !important;
	transition: all .4s ease;
}

.wpcf7-form input[type=submit]:hover {
	background-color: #fff !important;
	font-family: 'Lato', sans-serif !important;
	color:#000 !important;
	max-width: 200px !important;
	font-size: 14px !important;
	border: none !important;
}

.wpcf7-form input[type=submit]:focus {
	outline: none !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
	font-family: 'Lato', sans-serif !important;
	color:#f7323f !important;
	font-size: 14px !important;
} 

a:focus {
	outline: none !important;
}

div.wpcf7-response-output {
    margin: 2em 0 !important;
    padding: 0px;
}

span.wpcf7-not-valid-tip {
    font-family: 'Lato', sans-serif !important;
	color:#f7323f !important;
	font-size: 14px !important;
}

#map, #map2 {
    min-height: 400px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
	color: #fff !important;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	transition: all .4s ease;
}

.dropdown-menu { 
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 18px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-color: rgba(57,57,57,.7)
}

button, select:focus {
    outline: none !important;
}

.iconmobile {
		display: none;
	}

.pagination { 
	width: 100%;
	font-family: 'Abhaya Libre', serif;
}

.pagination .current {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    color: #005cb9 !important;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
    font-family: 'Abhaya Libre', serif;
}

.pagination .page-numbers {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    color: #000;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
    font-family: 'Abhaya Libre', serif;
}

.pagination .next {
	font-family: 'Abhaya Libre', serif;
	background-color: #005cb9;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
	margin-left: 10px;
}

.pagination .prev {
	font-family: 'Abhaya Libre', serif;
	background-color: #005cb9;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
	margin-right: 10px;
}

/* Large desktop */
@media (min-width: 1300px) {
  .container {
    width: 1280px;
  }

}

@media (max-width: 1200px) {
	.nav>li>a {
    padding: 10px 20px !important;
	}
}


@media (max-width: 991px) {
	.textopagina {
    	padding-right: 0px;
	}
	
	.overlay-content {

    margin-top: 120px;
}
	
	#bs-main-navbar {
		display: none;
	}
	
	.iconmobile {
		display: block;
		position: absolute;
		right: 0px;
		top: 70px;
	}
	
	#hidemobile {
		display: none;
	}
	
	.headerdiv {
    height: auto;
    text-align: right;
    float: right;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	.textopagina {
    	padding-right: 20px;
	}
	
	.wrapper2col	{
		padding-top: 58%;
	}
	.wrapper3col	{
		padding-top: 58%;
	}
	.wrapper4col	{
		padding-top: 58%;
	}

	.titulo {
		font-size: 2.6vw;
	}

	.hashtags {
		font-size: 2.2vw; 
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.dropdown-menu {
		position: relative !important;
		box-shadow: none !important;
		border: none !important;
		background: none !important;
	}
	
	.dropdown-menu>li>a {
		font-size: 16px !important;
        padding: 5px 0px !important;
	}
	
	.linguasdiv {
    width: 100%;
    margin-left: 5px;
    margin-top: 15px;
}
	
	.padheader {
    padding-top: 10px;
}
	
	.wrapper2col	{
		padding-top: 120%;
	}
	.wrapper3col	{
		padding-top: 120%;
	}
	.wrapper4col	{
		padding-top: 120%;
	}
	
	.titulo {
		font-size: 5.6vw;
	}
	
	.hashtag {
		font-size: 4.2vw; 
		position: absolute; 
		bottom: 0px;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	.textopaginanot {
	    padding-right: 15px;
	}
	
	.ch-itemsingle {
    max-height: 240px !important;
    min-height: 240px !important;
    max-width: 240px !important;
    margin-bottom: 30px;
}
	
	#searchsubmit {
    top: 0px;
    position: absolute;
	}
	
	.linguasdiv {
    text-align: left;
}
	
	.iconmobile {
    top: 25px;
	right: -15px;
}
	
	.headerdiv {
    top: 10px;
    position: absolute;
}
	

}
/* end device media queries */

/* Internet Explorer 8+ (Media Query) */
@media screen\0 {

}


