/*   
Theme Name: care54
*/

*{
margin: 0;
padding: 0;
border: 0;
}

html {
overflow-y: scroll;
}

body {
overflow-x: hidden;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

@font-face {
font-family: montserratbold;
src: url(font/montserrat-bold.otf);
}

@font-face {
font-family: montserrat;
src: url(font/montserrat-regular.ttf);
}

@font-face {
font-family: bebas;
src: url(font/bebas.ttf);
}

#wrap {
margin: 0 auto;
width: 100%;
max-width: 2000px;
min-width: 300px;
overflow-x: hidden;
background: white;
font: 17px montserrat;
line-height: 1.4;
color: #000;
}

img {
padding: 0;
margin: 0;
border: 0;
max-width: 100%;
height: auto;
}

p {
margin: 0 0 1em 0;
}

#header {
width: 100%;
}

header {
margin: 0 auto;
width: 100%;
max-width: 1200px;
height: 120px;
position: relative;
}

#logo {
position: absolute;
left: 1px;
top: 10px;
width: 140px;
}

#lang {
position: absolute;
left: 350px;
top: 47px;
}

#lang a {
font: 21px bebas;
color: #333;
text-decoration: none;
}

#phone {
position: absolute;
right: 1px;
top: 35px;
padding: 0 0 0 37px;
background: url(img/phone.png) no-repeat;
background-size: 35px auto;
background-position: 0 5px;
}

#phone a {
font: 21px bebas;
color: #333;
text-decoration: none;
display: block;
}

.red {
color: #FE0267;
}

#callback {
position: absolute;
right: 350px;
top: 47px;
}

#callback a {
font: 18px bebas;
color: #fff;
text-decoration: none;
padding: 15px 20px;
border-radius: 25px;
background: #FE0267;
}

#menu {	
background: #1A48C0;
}

.center {
margin: 0 auto;
width: 100%;
max-width: 1200px;
}

#opportinity .center {
display: grid;
grid-gap: 10px 4%;
grid-template-columns: 22% 22% 22% 22%;
text-align: center;
}

#service .center {
display: grid;
grid-gap: 30px 5%;
grid-template-columns: 30% 30% 30%;
text-align: center;
}

#service .center div {
background: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);	
}

#service h2 {
font: 45px/38px montserratbold;
color: #333;
margin: 0 0 50px 0;
text-align: center;
}

#service img {
display: block;	
}

#service p {
font: bold 20px montserrat;
color: #333;
margin: 20px 0 20px 0;
}

#service a {
text-decoration: none;	
}

.mymail {
padding: 50px 0 40px 0;
background: #1A48C0;
}

.mymail .center {
max-width: 1000px;
}

.mymail p {
font: italic 18px montserrat;
color: #fff;
margin: 0 0 20px 0;
text-align: center;
}

.result {
margin: 20px 0 0 0;
color: #333;
}

.mailform {
display: grid;
grid-gap: 10px 1.5%;
grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}

.mymail input {
border: 1px solid #ccc;
border-radius: 25px;
background: #fff;
padding: 12px;
font: 20px montserrat;
margin: 0 0 10px 0;
display: block;
width: 100%;
text-align: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.mymail button {
border-radius: 25px;
background: #FE0267;
color: #fff;
padding: 12px;
margin: 0 0 10px 0;
display: block;
cursor: pointer;
text-align: center;
width: 100%;
height: auto;
font: 20px montserrat;
}

#homegallery h2 {
font: 45px/38px montserratbold;
margin: 0 0 80px 0;
text-align: center;
}

#ingallery {
display: grid;
grid-gap: 0 0;
grid-template-columns: 50% 50%;
text-align: center;
}

#homegallery img {
display: block;	
}

.links {
text-align: center;
margin: 30px 0 0 0;
}

.links a {
font: 18px bebas;
color: #fff;
background: #FE0267;
padding: 15px 25px;
border-radius: 35px;
text-decoration: none;
display: inline-block;
}

.about {
display: grid;
grid-gap: 10px 0;
grid-template-columns: 50% 50%;
}

.about img {
display: block;	
}

.text {
background: #1A48C0;
padding: 0 70px 0 70px;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: flex;
align-items: center;
}

.about h2 {
color: #fff;
font: 45px/38px montserratbold;
text-align: left;
margin: 0 0 40px 0;
}

.about input {
border: 1px solid #ccc;
border-radius: 25px;
background: #fff;
padding: 12px;
font: 20px montserrat;
margin: 0 0 30px 0;
display: block;
width: 100%;
text-align: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.about button {
border-radius: 25px;
background: #FE0267;
color: #fff;
padding: 12px;
margin: 0 0 10px 0;
display: block;
cursor: pointer;
text-align: center;
width: 100%;
height: auto;
font: 20px montserrat;
}

#news {
padding: 50px 0 50px 0;
}

#news h2 {
font: 45px/38px montserratbold;
color: #333;
margin: 0 0 50px 0;
text-align: center;
}

#news > .center > div {
margin: 0 0 40px 0;
background: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

#news .center div a {
display: grid;
grid-gap: 0 4%;
grid-template-columns: 48% 48%;
text-decoration: none;
}

.newstitle {
display: flex;
align-items: center;	
}

#news h3 {
font: 25px montserratbold;
color: #333;
margin: 0 0 10px 0;
text-align: left;
}

#news .center div {
background: #fff;	
}

#news img {
display: block;	
}

#news p {
color: #333;
margin: 20px 0 20px 0;
}

.more {
font: 18px/25px montserratbold !important;
text-decoration: underline;
}

section {
margin: 0 auto;
width: 100%;
max-width: 1200px;
padding: 0 0 20px 0;
}

h1 {
margin: 30px 0 20px 0;
font: 40px/40px montserratbold;
text-align: center;
}

h2 {
margin: 20px 0 20px 0;
font: 35px/35px montserratbold;
text-align: center;
}

h3 {
margin: 20px 0 20px 0;
font: 30px/30px montserratbold;
text-align: center;
}

#banner img {
display: block;	
}

#myfooter {
width: 100%;
padding: 100px 0 0 0;
background: #1A48C0;	
}

#myfooter p {
font: 18px montserratbold;
color: #FE0267;
text-transform: uppercase;
}

#myfooter a {
font: 16px montserrat;
color: #fff;
text-decoration: none;
}

footer {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 0 100px 0;
display: grid;
grid-gap: 10px 4%;
grid-template-columns: 22% 22% 22% 22%;
}

footer ul li {
list-style: none;
}

footer a {
font: 16px montserrat;
text-decoration: none;
display: block;
margin: 0 0 15px 0;
}

#copy {
padding: 5px 0 25px 0;
background: #1A48C0;
text-align: center;
}

#copy p {
font: 12px montserrat;
margin: 0 0 0 0;
padding: 20px 0 0 0;
color: #fff;
}

#copy a {
font: 12px montserrat;
text-decoration: none;
}

#gallery {
display: grid;
grid-gap: 10px 2%;
grid-template-columns: 32% 32% 32%;
text-align: center;
}

#catalog {
display: grid;
grid-gap: 10px 2%;
grid-template-columns: 32% 32% 32%;
text-align: center;
}

#catalog p {
font: 20px montserrat;
color: #000;
padding: 10px 0 0 0;
margin: 0 0 0 0;
}

#catalog a {
text-decoration: none;
}

table {
border-collapse: collapse;
width: 100%;
}

td, tr {
border: 1px solid #333;
padding: 3px;
}

img.alignright {
float: right;
margin: 0 10px 3px 5px;
}

img.alignleft {
float: left;
margin: 0 10px 3px 0;
}

img.aligncenter {
display: block;
margin: 0 auto;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.error {
color: red;
}

.clear {
width: 100%;
height: 1px;
clear: both;
}

.myvideo {
position: relative;
padding: 30px 0 56.25% 0;
height: 0;
overflow: hidden;
border: 1px solid #ccc;
}

.myvideo iframe,.myvideo object,.myvideo embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

article ul, article ol {
margin: 0 0 0 20px;
}

article ul li, article ol li {
margin: 0 0 10px 0;
}

#inline { display: none; width: 280px; overflow-x: hidden; }

#inline h3 { 
text-align: left;
}

label { margin-bottom: 9px; font-family: Georgia, serif; color: #646464; font-size: 1.2em; }

.txt { 
display: inline-block; 
color: #676767;
width: 240px; 
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
border: 1px dotted #ccc;
font-size: 1.2em;
line-height: 1.4em;
}

.txt:focus { border-style: solid; border-color: #bababa; color: #444; }

input.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus { border-color: #973d3d; color: #a35959; }

#send { 
color: #fff;
display: block;
cursor: pointer;
padding: 5px 11px;
font: bold 12px;
border-radius: 5px;
background: #00A501;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
font-family: bebas;
width: 100%;
max-width: 1232px;
margin: 0 auto;
z-index: 9;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 20px;  
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
cursor: pointer;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 200px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: #333333;
z-index: 999999999999999999;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
}
#cssmenu.small-screen.align-center > ul {
  text-align: left;
}
#cssmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#cssmenu.small-screen > ul > li {
  float: none;
}
#cssmenu.small-screen ul ul li a {
  padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
  color: #fff;
  background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
  color: #fff;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
#cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  content: '';
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #fff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
  background: #262626;
}
#cssmenu.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  background: #fff;
}
#cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}

/* Preload images */
body:after {
  content: url('img/close.png') url('img/loading.gif') url('img/prev.png') url('img/next.png');
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('img/loading.gif') no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url('img/prev.png') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('img/next.png') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('img/close.png') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nivoSlider {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
width: 100%;
}

.nivoSlider img {
position: absolute;
top: 0px;
left: 0px;
max-width: none;

}

.nivo-main-image {
display: block !important;
position: relative !important; 
width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
z-index: 6;
display: none;
background: white; 
filter: alpha(opacity=0); 
opacity: 0;
}

.nivo-slice {
display: block;
position: absolute;
z-index: 5;
height: 100%;
top: 0;
}

.nivo-box {
display: block;
position: absolute;
z-index: 5;
overflow: hidden;
}

.nivo-box img {
display: block;
}

.nivo-directionNav a {
position: absolute;
top: 45%;
z-index: 9;
cursor: pointer;
}

.nivo-prevNav {
left: 0px;
}

.nivo-nextNav {
right: 0px;
}

.theme-default .nivoSlider {
position: relative;
background: #fff url(img/loading.gif) no-repeat 50% 50%;
}

.theme-default .nivoSlider img {
position: absolute;
top: 0px;
left: 0px;
display: none;
}

.theme-default .nivoSlider a {
border: 0;
display: block;
}

.nivo-controlNav {
text-align: center;
padding: 20px 0;
position: absolute;
left: 45%;
bottom: 10px;
}

.theme-default .nivo-controlNav a {
display: inline-block;
width: 44px;
height: 44px;
background: url('img/dot.png') no-repeat;
text-indent: -9999px;
border: 0;
margin: 0 2px;
cursor: pointer;
}

.theme-default .nivo-controlNav a.active {
background-position: 0 -44px;
}

.theme-default .nivo-directionNav a {
display: block;
width: 40px;
height: 40px;
background: url('img/ar.png') no-repeat;
text-indent: -9999px;
border: 0;
opacity: 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
background-position: -40px 0;
right: 15px;
}

.theme-default a.nivo-prevNav {
left: 15px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
background: none;
margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
display: block;
width: 120px;
height: auto;
}

@media only screen and (max-width:1200px){
article, .center {
width: 96%;
padding: 0 2% 0 2%;	
}
}

@media only screen and (max-width:900px){
header {
margin: 0 auto;
width: 100%;
max-width: 1200px;
height: 120px;
position: relative;
}
#logo {
position: absolute;
left: 1px;
top: 5px;
width: 100px;
}
#lang {
top: 90px;
left: 1px;	
}
#phone {
position: absolute;
right: 1px;
top: 15px;
padding: 0 0 0 0;
background: transparent;
}
#phone a {
font: 22px bebas;
}
#callback {
position: absolute;
right: 1px;
top: 85px;
}
#callback a {
font: 12px montserrat;
padding: 10px 15px;
}
#opportinity .center {
display: grid;
grid-gap: 10px 2%;
grid-template-columns: 49% 49%;
text-align: center;
}
}

@media only screen and (max-width:800px){
.mymail {
padding: 30px 0 30px 0;
}
.result {
margin: 20px 0 0 0;
color: #333;
}
.mailform {
display: grid;
grid-gap: 30px 0;
grid-template-columns: 100%;
}
.mymail input {
border: 1px solid #ccc;
border-radius: 25px;
background: #fff;
padding: 12px;
font: 20px montserrat;
margin: 0 0 10px 0;
display: block;
width: 100%;
text-align: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mymail button {
border-radius: 25px;
color: #fff;
padding: 12px;
margin: 0 0 10px 0;
display: block;
cursor: pointer;
text-align: center;
width: 100%;
height: auto;
font: 20px montserrat;
}
footer {
display: grid;
grid-gap: 10px 2%;
grid-template-columns: 49% 49%;
width: 98%;
margin: 0 auto;
}
footer ul li {
list-style: none;
}	
}

@media only screen and (max-width:600px){
#service .center {
display: grid;
grid-gap: 15px 0;
grid-template-columns: 100%;
text-align: center;
}
#service h2, #homegallery h2 {
font: 35px/38px montserratbold;
margin: 0 0 20px 0;
}
.about {
display: grid;
grid-gap: 0 0;
grid-template-columns: 100%;
}
.text {
padding: 20px;
display: block;
}
.about h2 {
font: 35px/38px montserratbold;
text-align: center;
margin: 0 0 20px 0;
}
#news {
padding: 30px 0 30px 0;
}
#news .center div a {
display: grid;
grid-gap: 0 0;
grid-template-columns: 100%;
text-decoration: none;
}
.newstitle {
padding: 10px;
-moz-box-sizing: border-box;
box-sizing: border-box;	
}
#news h2 {
font: 35px/38px montserratbold;
color: #333;
margin: 0 0 20px 0;
text-align: center;
}
#gallery {
display: grid;
grid-gap: 10px 0;
grid-template-columns: 100%;
text-align: center;
}
#catalog {
display: grid;
grid-gap: 10px 0;
grid-template-columns: 100%;
text-align: center;
}
footer {
display: grid;
grid-gap: 30px 0;
grid-template-columns: 100%;
}
h1 {
margin: 30px 0 20px 0;
font: 30px/30px montserratbold;
text-align: center;
}
h2 {
margin: 20px 0 20px 0;
font: 25px/25px montserratbold;
text-align: center;
}
h3 {
margin: 20px 0 20px 0;
font: 20px/20px montserratbold;
text-align: center;
}
}