@charset "UTF-8";

[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}


body{
	font-family:'Open Sans',sans-serif;
	/* font-family:'Century Gothic',sans-serif; */
	font-size:16px;
	line-height:1.5em;
	overflow-x:hidden;
	/* background:url(../images/bg.png); */
}

h1 {
	font-size: 1.7em;
	line-height:1.4em;
}
h2 {
	font-size: 1.5em;
	line-height:1.3em;
}
h3 {
	font-size: 1.3em;
	line-height:1.1em;
}
img{
	height:auto !important;
}
a{
	color:#274B66;
	color:#000;
}
a:hover{
	color:#74b300;
}
.hidden{
	display:none;
}
.image100{
	width: 100% !important;
	height: auto !important;
}

.item-images img{
	margin:15px 0;
}

.hid{
	display:none;
}
.page-home .maincontainer{
	/* display:none; */
}
.bg-color{
	background:#fff;
}
.bg-color2{
	background:#e2e2e2;
}
.color1{
	color:#000;
}
.color2{
	color:#7699b5;
}



.btn{
	background-color:#b20000;
	background-image:none;
	padding:10px 50px;
	border:none;
	border-radius:0;
	color:#fff;
	text-shadow:none;
}
.btn:hover,.btn:focus,.btn:active{
	background-color:#b20000;
	color:#fff;
}
.btn.v2{
	background-color:transparent;
	background-image:none;
	padding:10px 50px;
	border:1px solid #b20000;
	border-radius:0;
	color:#b20000;
	text-shadow:none;
}
.btn.v2:hover,.btn.v2:focus{
	background-color:transparent;
	color:#b20000;
}


.maincontainer-inside{
	padding:0 25px;
}

.center td,.center th{
	text-align:center;
}

.img-100{
	width: 100% !important;
	height: auto !important;
}
.img-max-100-i{
	max-width: 100% !important;
	height: auto !important;
}
.img-into-max-100 img{
	max-width: 100%;
	height: auto;
}
.img-into-max-100 p > img{
	max-width: 100% !important;
	height: auto !important;
}
.img-into-max-100-i img{
	max-width: 100%;
	height: auto;
}
.bg-image{
	background-repeat:no-repeat;
	background-position:center center;
	
	background-size: cover; /* contain; */
	background-repeat: no-repeat;
	
	display:block;
	height:250px;
}

.bg-image.contain{
	background-size: contain; /* ; */
}

/* animate */

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* end animate */

/* menu */
.inline-menu{
	margin-left:-12px;
	margin-bottom:10px;
}
.inline-menu li{
	display:inline;
	color:#333;
}
.inline-menu li:before{
	content:'|';
}
.inline-menu li:first-child:before{
	display:none;
}
.inline-menu li a{
	display:inline-block;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	color:#a3d2e2;
	text-decoration:none;
	padding:0 12px;
}
.inline-menu  li.active a,.inline-menu  a:hover{
	text-decoration:underline;
	background:transparent;
	color:#fff;
}

.footer-bg .inline-menu li{
	color:#a3d2e2;
}
.footer-bg .inline-menu li a{
	color:#a3d2e2;

}
.footer-bg .inline-menu  li.active a,.footer-bg .inline-menu  a:hover{

	background:transparent;
	color:#ccc;
}

.icons{
	margin-bottom:0;
}
.icons li{
	/* display:inline; */
	float:left;
	width:12%;
}
.icons li a{
	display:block;
	text-align:center;
	color:#000;
	font-size:18px;
	
	position:relative;
}
.icons li a img, .icons li .nav-header img {
	width:90%;
	height:auto;
	
	box-sizing:border-box;
	border-radius:50%;
	
	border:2px solid #74b300;
}
.icons li a:hover{
	background:transparent;
	color:#b20000;
}
.icons > li.active > a, .icons li li.active > a{
	background:transparent;
	color:#7699b5;
	color:#b20000;
}
.icons li a span{
	display:block;
	margin-top:10px;
	

}
.icons li .image-title{
	/* display:block;
	margin-top:10px;
	
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height:1.5em;
	text-shadow: none;
	text-transform: none;
	text-align:center; */
}

.icons .nav-header {
	padding:0px;
	display:block;
	text-align:center;
}


.icons.hor li{
	/* display:inline; */
	float:none;
	width:auto;
	/* margin-bottom:10px; */
	clear:both;
	
}

.icons.hor li a img {
	width:50px;
	height:auto;
	
	box-sizing:border-box;
	border-radius:50%;
	
	border:2px solid #74b300;
	
	float:left;
	margin-right:10px;
	
	display:none;
}
.icons.hor li a{
	overflow:hidden;
	text-align:left;
}
.icons li li a{
	display:block;
	text-align:center;
	
	font-size:16px;
	
	position:relative;
}
.icons li ul{
	margin-top:5px;
}
.icons.hor li .image-title{
	text-align:left;
	margin-top:7px;
	margin-bottom:7px;
}

.sidebar-inside .head1{
	text-align:left;
	/* border-bottom:1px solid #ddd;
	padding-bottom:4px; */
	margin-bottom:15px;
}

.moduletable-cat{
	padding:15px;
	background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.icons.hor > li > a {
    padding-left:20px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
}
.icons.hor > li > a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 6px;
}
.icons.hor li li{
	margin-left:30px;
	margin-bottom:4px;
	
}
/* end menu */

/* modules */
.position-slider{
	position:relative;
}
.moduletable-skidka{
	position:absolute;
	bottom:-25px;
	right:50px;
	z-index:10;
}

.head1{
	text-align:center;
	font-size:24px;
	line-height:34px;
	margin-bottom:15px;
	margin-top:0;
}

.big2{
	font-size:30px;
	line-height:34px;
	vertical-align:center;
}

.moduletable-shagi{
	text-align:center;
	margin-top:75px;
}

.moduletable.mod h3, .mod2 h3{
	text-transform:uppercase;
	text-align:center;
	margin-top:0;
}

.moduletable.mod, .mod2{
	padding:25px 15px;
	
	background:#d9d9d9;
	
	box-shadow:1px 2px 2px 1px #999;
	-webkit-box-shadow:1px 2px 2px 1px #999;
	-moz-box-shadow:1px 2px 2px 1px #999; 
	
	margin-bottom:25px;
}

.m1{
	font-size:20px;
	line-height:24px;
	color:#5d5d5d;
	padding-top:5px;
	width:33%;
}
.m2{
	
	/* margin-left:15px; */
	width:33%;
}
.m3{
	font-size:20px;
	line-height:24px;
	color:#74b300;
	/* margin-left:15px; */
	padding-top:5px;
	padding-left:50px;
	/* width:33%; */
	float:left;
}
.m4{
	font-size:26px;
	line-height:30px;
	color:#7699b5;
	margin-left:0px;
	padding-top:15px;
	/* text-align:right; */
	float:right;
	/* width:33%; */
}
.line2{
	clear:both;
}

.custom-big1{
	font-size:50px;
	line-height:54px;
	
	margin-bottom:35px;
}


.b1{
	font-size:14px;
	/* color:#5d5d5d; */
}
.b2{
	
	margin-left:30px;
}
.b3{
	font-size:16px;
	/* color:#74b300; */
	/* margin-left:30px; */
}
.b4{
	font-size:16px;
	/* color:#fff; */
	/* margin-left:30px; */
}
/* end modules */

.sidebar-inside{
	padding:25px 0;
}
.content-inside{
	padding:25px 0;
}

/* header */

.header-bg{
	/* background:#d7dfea; */
}
.header-1{
	padding:20px 0px 5px;
	color:#274B66;
	font-weight:bold;
}
.moduletable-logo{
	padding:0 0px;
}
.logo-desc{
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}

.header-2{
	padding:15px 0px 20px;
	font-size:18px;
	line-height:22px;
}
.moduletable-adres{
	padding:0 10px;
}
.phone{
	font-size:24px;
	font-weight:bold;
}

.header-3{
	padding:35px 0px 20px;
}
.moduletable-adres2{
	padding:0 10px;
}

.header-4{
	padding:10px 0px 20px;
}
.moduletable-call{
	padding:0 10px;
	text-align:center;
}

.moduletable-call h4{
	font-size:24px;
	line-height:26px;
	margin-bottom:5px;
	color:#009036;
}
.abutton:link,.abutton:visited{
	
	background:#ff0000;
	/* text-transform:uppercase; */
	/* font-weight:bold; */
	display:inline-block;
	padding:6px 15px;
	text-decoration:none;
	color:#fff;
	border-radius:6px;
	/* border:2px solid #fff; */
	margin-top:12px;
	
	
	/* box-shadow:1px 2px 2px 1px #67737c;
	-webkit-box-shadow:1px 2px 2px 1px #67737c;
	-moz-box-shadow:1px 2px 2px 1px #67737c;  */
	
	font-size:14px;
	line-height:20px;
}
.abutton:hover{
	/* background:#0e4470; */
}

.header-bg .abutton{
	margin-top:0px;
	margin-bottom:10px;
}
/* end header */


/* menu */
.moduletable.menu{
}
.moduletable.menu ul{
}
.moduletable.menu li{
}
.moduletable.menu a{
}
.moduletable.menu li.active a,.moduletable.menu li a:hover{
	
}
/* end menu */


/* banner */

.position-banner{
	background: url(../images/banner.jpg) no-repeat top center;
	
	background-size: cover; /* contain; */
	background-repeat: no-repeat;
}
.moduletable-banner{
	height:400px;
}

/* end banner */


/* moduletable-slider */
.slider-wrapper{
	position:relative;
}
.moduletable-slider{
	z-index:9;
}
.nivo-controlNav{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	z-index:10;
	
}
div.moduletable-slider .nivoSlider{
	z-index:9;
	margin:0;
}
/* end moduletable-slider */



/* position-block */

.position-block{
	padding:45px 0;
}

/* end position-block */


/* bottom-row */

.bottom-row-bg{
	background:#d9d9d9;
	padding:25px 0;
}


/* li-inrow */

.bottom-row-bg .jdvrecordsset-inside{
	padding:20px;
	background:#0057a3;
	color:#fff;
}

.bottom-row-bg .abutton:link,.bottom-row-bg .abutton:visited{
	
	box-shadow:1px 2px 2px 1px #333;
	-webkit-box-shadow:1px 2px 2px 1px #333;
	-moz-box-shadow:1px 2px 2px 1px #333; 
	
	display:block;
	text-align:center;
}

.bottom-row-bg .jdvrecordsset h3{
	text-transform:uppercase;
	text-align:center;
	margin:0 0 20px;
}

/* end li-inrow */


/* end bottom-row */

/* soc */
.custom-soc{
	padding-top:8px;
}
/* end soc */

.well{
	background:#eff5fc;
	border-color:#dfecfa;
}
.pull-none.item-image{
	text-align:center; 
	margin-bottom:20px;
}
.pull-none.item-image img{
	max-width:50%;
	height:auto;
}
.page-header {
	margin-top:0;
}
.page-header h1{
	margin-top:0;
}


/* navbar */
#main-menu{
	display:table;
	/* width:100%; */
	margin:0 auto;
}
#main-menu > ul{
	display:table-row;
	float:none;
}
#main-menu > ul > li{
	display:table-cell;
	float:none;
}
#main-menu > ul > li a{
	text-align:center;
}
.navbar .brand {
	/* padding: 10px 20px; */
	/* font-family:'Open Sans Condensed',sans-serif; */
	/* font-size:30px; */
	color:#fff;
}
.brand img{
	width:auto;
	/* height:44px; */
	margin-right:12px;
}


.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #7699b5;
	background-image: -moz-linear-gradient(top, #7699b5, #7699b5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7699b5), to(#7699b5));
	background-image: -webkit-linear-gradient(top, #7699b5, #7699b5);
	background-image: -o-linear-gradient(top, #7699b5, #7699b5);
	background-image: linear-gradient(to bottom, #7699b5, #7699b5);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7699b5', endColorstr='#ff7699b5', GradientType=0);
	*zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
		  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar .nav > li > a {
	padding: 15px 20px;
	/* height:44px;
	line-height:44px; */
	color:#fff;
	font-size:22px;
	text-shadow: none;
	
	/* text-transform:uppercase; */
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff15f;
  
  color: #fff;
  
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #7699b5;
  
  background-color: #7699b5;
  
  -webkit-box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.125);
          box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.125);
}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
	margin-left:5px;


}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #fff;
	background-color: #7699b5;
	
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.nav ul {
	/* display:none;  */
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #7699b5, #7699b5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7699b5), to(#7699b5));
	background-image: -webkit-linear-gradient(top, #7699b5, #7699b5);
	background-image: -o-linear-gradient(top, #7699b5, #7699b5);
	background-image: linear-gradient(to bottom, #7699b5, #7699b5);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7699b5', endColorstr='#ff7699b5', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #7699b5, #7699b5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7699b5), to(#7699b5));
	background-image: -webkit-linear-gradient(top, #7699b5, #7699b5);
	background-image: -o-linear-gradient(top, #7699b5, #7699b5);
	background-image: linear-gradient(to bottom, #7699b5, #7699b5);
	background-repeat: repeat-x;
	outline: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7699b5', endColorstr='#ff7699b5', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999999;
}
/* end navbar */

/* article-info */

.article-info-term{
	display:none;
}
dl.article-info{
	color:#828c99;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:15px;
}
.article-info dd{
	display:inline;
	display:inline-block;
	margin-right:15px;
	margin-left:0px;
	font-style:italic;
	font-size:.9em;
}
.article-info dd span{

}

/* end article-info */

/* chrono */
.fa.fa-asterisk{
	color:#999 !important;
}
.gtooltip.gvalidation-error-tip {
	background-color: #666;
	border: 1px solid #ccc;
}
.gvalidation-error-tip .gtooltip-arrow {
	border-color: #666 transparent transparent;
}
.gvalidation-error-tip .gtooltip-arrow-border {
	border-color: #ccc transparent transparent;
}
.chrono_credits{
	display:none;
}


#submitbutton {
	background: #74b300;
	border: 1px solid #939aa2;
	box-sizing: border-box;
	border-radius:4px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 36px;
	line-height: 18px;
	margin-top: 5px;
	padding: 8px 25px;
	text-decoration: none;
	/* text-transform: uppercase; */
}


.moduletable-callup h4 {
	text-align: center;
	
}
.moduletable-callup input, .moduletable-callup textarea {
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 6px;
	width: 100%;
	height:35px;
}
.moduletable-callup .submitbutton{
	margin-bottom:0;
}

.custom-obr{
	text-align:center;
}
.callsidebar {
	text-align: center;
	/* margin:0 auto;
	width:300px;
	display:block !important; */
}
.callsidebar h4 {
	text-align: center;
	margin:25px 0;
}
.callsidebar input, .callsidebar textarea {
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 6px;
	width: 100%;
	height:45px;
}
.callsidebar textarea {

	height:75px;
}
.callsidebar .submitbutton{
	margin-bottom:0;
	height:45px !important;
}




/* inlineform */
.moduletable-inlineform{
	text-align: center;
}
.moduletable-inlineform h4 {
	color: #369144;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 10px;
	text-align: center;
}
.moduletable-inlineform div {
	display: inline;
}
.moduletable-inlineform input, .moduletable-inlineform textarea {
	box-sizing: border-box;
	font-size: 16px;
	height: 36px;
	line-height: 18px;
	margin: 0 10px;
	padding: 8px;
}

/* inbanner */
.custom-banner{
	background:#3a9e46;
	padding:25px;
	float:right;
	border-radius:10px;
	margin-top:45px;
	margin-right:15%;
	
	max-width:80%;
	min-width:250px;
}
.custom-banner h4 {
	color: #fff;
	text-align:center;
}
.custom-banner input, .custom-banner textarea {
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 6px;
	width: 100%;
	height:40px;
}
.custom-banner .submitbutton{
	margin-bottom:0px;
	padding:15px 15px;
}

/* end chrono */


/* footer */
.footer-bg{
	padding:20px 0;
	/* border-top:1px solid #999; */
	background:#382d3d;
	color:#a3d2e2;
}

.footer-bg .custom-logo{
	font-size:12px;
}
.footer-bg .line1{
	padding-top:10px;
}
.footer-bg a{

	color:#a3d2e2;
}
.moduletable-adres-footer{
	/* font-size:14px; */
}
.footer-1, .footer-3{
	padding-top:15px;
}
/* end footer */





/* leftmenu */

.navbar-left{
	padding-left:20px;
	padding-right:20px;
}
.navbar-left .navbar-collapse.in {
    overflow-y: hidden;
}

.moduletable-leftmenu h3{
	margin:0 0 15px;
	color:#000;
	text-transform:uppercase;
	
	text-align:center;
	min-height:48px;
	
	background-color:#c3c3c3;
	color:#000;
	padding:15px;
}

.moduletable-leftmenu{
	background-color:#efefef;
	
}
.moduletable-leftmenu ul{
	padding:15px;
	/* padding-top:0; */
}
.moduletable-leftmenu li{
	display: block;
    position:relative;
    
}
.moduletable-leftmenu ul > li:first-child a{
	margin-top:0;
}
.moduletable-leftmenu ul > li:last-child a{
	margin-bottom:0;
}

.moduletable-leftmenu a{
	
	background: #fff;
	color:#000;
    box-sizing: border-box;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 0px;
    border: 1px solid #8080804a;
    text-transform: uppercase;
	
	position:relative;
	
	display:block;
	padding:5px 0;
	padding: 10px;
	padding-right:25px;
}

/* li.deeper > a:after{
	content:'\f054';
	position:absolute;
	right:5px;
	top:10px;
	
	color:#ee1c25;
	
	font-family:'FontAwesome';
} */
.moduletable-leftmenu li > .arrow{
	display:block;
	position:absolute;
	right:10px;
	top:12px;
	
	color:#ee1c25;
	
	font-family:'Font Awesome 5 Free';
	z-index:1001;
	cursor:pointer;
}

.moduletable-leftmenu li.active a,.moduletable-leftmenu li a:hover{
	color:#ee1c25;
	text-decoration:none;
	background-color:#fff;
}
.moduletable-leftmenu li:hover > a{
	color:#ee1c25;
	text-decoration:none;
	background-color:#fff;
}
.moduletable-leftmenu li ul {
	position:absolute;    
	opacity:0;
	left:-9999px;
	width:300px;
	background-color:#efefef;
	z-index:11;
}
/* .moduletable-leftmenu li:hover ul,  */.moduletable-leftmenu li.jsHover ul { 
	  /*
	opacity:1;
   
	right:-300px;
	left:auto;
	top:-10px;
	
	-webkit-transition:0.25s linear opacity;
	transition:0.25s linear opacity;
        -moz-transition:0.25s linear opacity;
        -o-transition:0.25s linear opacity; */
}
.moduletable-leftmenu li.jsHover > .arrow { 
	transform: rotate(90deg);
	
	-webkit-transition:0.25s linear all;
	transition:0.25s linear all;
		-moz-transition:0.25s linear all;
		-o-transition:0.25s linear all;
}


.moduletable-leftmenu li li{
	/* margin-left:20px; */
}
.moduletable-leftmenu li.active li a{

	
	color:#000;
}
.moduletable-leftmenu li.active li.active a,.moduletable-leftmenu li.active li a:hover{
	color:#ee1c25;
}


/* end leftmenu */




/* media */
@media (min-width: 480px) {
	body {
		padding-top: 0;
	}
	.position-form-indent{
		padding:0 25px;
	}
}
@media (max-width: 979px) {
	body {
		padding-top: 0;
	}
	.position-slider{
		margin:0 -20px;
	}
	.footer-bg,.block-row-1{
		margin:0 -20px;
		padding:20px;
	}
	.footer-bg .b4,.footer-bg .b3{
		text-align:center;
		float:none;
	}
	.custom-logo,.custom-adres,.custom-call,.custom-soc{
		text-align:center !important;
		
	}
	.header-1,.header-2,.header-3{
		background:transparent;
	}
	.m1,.m4,.m3{
		float:none;
		width:100%;
		text-align:center !important;
		padding:0px 0;
	}
	.m3{
		padding-bottom:10px;
	}
	.custom-call{
		text-align:left;
		float:none;
		width:350px;
		display:inline-block;
		margin:10px auto;
	}
	.icons li {
		/* display: inline; */
		float: none;
		width:75%;
		margin:20px auto;
	}
	#main-menu {
	  display: block;
	  margin: 0 auto;
	}
	.footer-bg{
		text-align:center;
	}
	.footer-bg .custom-call,.footer-bg .share42init{
		display:inline-block;
		text-align:center;
		padding:0px;
	}
	.footer-bg .phone{
		display:inline-block;
		text-align:left;
		/* padding:0px; */
	}
	
	.jdvrecord-set{
		float:none;
		width:75%;
		margin:0 auto;
	}
}
@media (min-width: 980px) {
	body {
		/* padding-top: 0; */
	}
	
}