/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, strike, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Roboto', sans-serif;
	background-color:#FFF;
}
.wrapper {
	min-width: 320px;
	max-width: 1280px;
	margin: 0 auto;
}
.greybg {
	background-color:#f7f9fa;

	padding: 50px 0;
}

.whitebg {
	background-color:#fff;
	padding: 50px 0;
}
.flex {
	display: flex;
}
.dal {
	width: 50%;
	flex-direction: column;
}
.dali {
	width: 64%;
	flex-direction: column;
}
.dari {
	width: 30%;
	flex-direction: column;
}
.dar {
	width: 45%;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom:-5px;
	text-align: center;
}
.owl-carousel .owl-item {
	display: flex;
	align-items: center;
}
.itm {
    max-width:100%;
    height:320px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    margin: 0 auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.itm a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
}
.content .itm a img {
   	max-height: 100%;
	max-width: 100%;
	width: auto;
	padding: 0;
}
.itm a:hover > .ovv i {
    transition: all 0.3s ease;
    transform: scale(1);
}
.itm .ovv i {
    font-size: 50px;
    color: #fff;
    left: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}
.itm .ovv {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.owl-theme .owl-nav .owl-prev:before {
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	text-indent: 0;
	width: 40px;
	height: 40px;
	display: block;
	content:"\f177";
	color:#32a8c1;
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	top:5px;
}
.owl-theme .owl-nav .owl-next:before {
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	text-indent: 0;
	width: 40px;
	height: 40px;
	display: block;
	content:"\f178";
	color:#32a8c1;
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	top:5px;
}
.gvideo {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    align-items: stretch;
}
.gfoto {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    align-items: stretch;
}
.content .lic2 img {
	padding: 0;
	max-width: 100%;
	max-height: 100%;
}
.grid {
    display: grid;
    grid-gap: 30px;
	margin-bottom: 30px;
}
.grid a {
	text-decoration: none;
}
.gvideo .ftm {
    border-bottom: 3px solid #32a8c1;
    padding: 0px;
    box-shadow: 0 10px 26px rgb(27 27 27 / 14%);
}
.gfoto .ftm {
    border-bottom: none;
    padding: 0px;
    box-shadow: 0 10px 26px rgb(27 27 27 / 14%);
}
.span-col-4 {
    grid-column: span 6 / auto;
}
.span-col-3 {
    grid-column: span 4 / auto;
}
.vidimg_con {
    position: relative;
    max-height: 210px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.content .gvideo .ftm a img {
    width: 100%;
    height: auto;
    max-width: 100%;
	padding: 0;
}
.vid_des {
    padding: 20px 20px;
}
.vid_des h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}
.content .vid_des p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0 !important;
}
.owl-carousel4.owl-theme .owl-nav .owl-prev:before {
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	text-indent: 0;
	width: 40px;
	height: 40px;
	display: block;
	content:"\f177";
	color:#949fc4;
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	
}
.owl-carousel4.owl-theme .owl-nav .owl-next:before {
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	text-indent: 0;
	width: 40px;
	height: 40px;
	display: block;
	content:"\f178";
	color:#949fc4;
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	
}
.owl-carousel5.owl-theme .owl-nav .owl-prev:before {
font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    text-indent: 0;
    width: 50px;
    height: 60px;
    display: block;
    content: "\f053";
    color: #949fc4;
    font-size: 40px;
    line-height: 60px;
    position: absolute;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
	left: -10px
	
}
.owl-carousel5.owl-theme .owl-nav .owl-next:before {
font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    text-indent: 0;
    width: 50px;
    height: 60px;
    display: block;
    content: "\f054";
    color: #949fc4;
    font-size: 40px;
    line-height: 60px;
    position: absolute;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
	
}
.owl-carousel5 .owl-next:hover:before {
	transform: translateX(-10px); 
	transition:all 0.3s ease;
	color:#566dab !important;
}
.owl-carousel5 .owl-next:before {
	transition:all 0.3s ease;
	transform: translateX(0px); 
}
.owl-carousel5 .owl-prev:hover:before {
	transform: translateX(10px); 
	transition:all 0.3s ease;
	color:#566dab !important;
}
.owl-carousel5 .owl-prev:before {
	transition:all 0.3s ease;
	transform: translateX(0px); 
}
.dipslide {
	background-color: #eef1f3;
	padding: 30px 30px 50px 30px;
}
.content .dipslide a {
	position: relative;
	top:3px;
	color:#343e58;
}
.content.contentin {
	padding: 0 360px 0 0;
	position: relative;
}
.content.contentin h1 {
	margin-top: 30px;960
}
.right-sidebar #map {
	margin-top: 0;
	height: 300px;
}
.sb {
	justify-content: space-between;
}
.aboutbl {
	padding-bottom: 0;
}
/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	width:100%;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 54px;
	padding: 0 35px;
	line-height: 54px;
	font-size: 16px;
	color: #fcfcfc;
	background:#32a8c1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.nav > li > .zapis {
	background:#279ab2;
}
.nav > li:hover > a { background:#279ab2; }
.nav > li:hover > .zapis { background:#2491A8; }
.nav > li:first-child > a {

	border-left: none;
}
.zapis i {
	position: relative;
	font-size:22px;
	margin-right:15px;
	top:1px;
}
/* Search Form */
.nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.nav > li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #999999;


	background: #372f2b;

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nav > li.nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #372f2b url(../img/search-icon.png) no-repeat center center;

	

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 50px;
	left: 0;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background:#279ab2;
	border-radius: 0 0 3px 3px;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 20%;
	padding: 2.5%;
}

.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #372f2b;
	text-transform: uppercase;
}

.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li a {
	display: block;
	line-height: 26px;

	font-weight: bold;
	font-size: 13px;
	color: #888888;
}

.nav .nav-column li a:hover { color: #666666; }

.nav li.more span{
	background-color:#279ab2;
	padding:19px 10px 19px 10px;
	display:block;
	color:#fff;
	cursor:pointer;
}
.nav li.more {
	position:relative;
    width:60px;
    text-align: center;

    display: none;
}
.nav li.more:hover ul#overflow {
    opacity: 1;
    visibility: visible;
}

.nav li.more {
	padding:0 !important;}

.nav #overflow {
	position:relative;
    opacity: 0;
    visibility: hidden;
    position: absolute;
	right: 0;
	z-index:1000;
    text-align: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.nav #overflow li {
    float: none;
	
}
.nav #overflow li a {
	display:block;
    background: #279ab2;
	color:#fff;
	padding:15px 25px;
	font-size:14px;
    white-space: nowrap;
}
.nav #overflow li a span {
	padding: 0;
}
.nav #overflow li i {
	display: none;
}
.nav #overflow li a:hover {
    background: #279ab2;
}



/* Header
-----------------------------------------------------------------------------*/
.header {
	
	height: 168px;
	margin-bottom:0px;
	
}
.rnf {
	display: inline-block;
	vertical-align:top;
	float: right;
	margin-left: 50px;
	margin-top: 27px;
	
}
.rnf.nomobile p {
	font-size: 16px !important;
}
.rnf p {
	color:#32a8c1;
	font-size: 21px;
	line-height: 32px;
}
.rnf i {
	font-size: 14px;
	color: #b5c0c2;
	font-style: normal;
}
.rnf a {
	color:#32a8c1;
	text-decoration: none;
}
.logo {
	float:left;
	color:#322c27;
	text-decoration:none;
	font-size:22px;
	margin:22px 0px 21px 0;
	}
.logo img {
	margin-top:7px;
	display:inline-block;
	vertical-align:top;
	}
.logo span {
	margin-top:40px;
	margin-left:20px;
	display:inline-block;
	vertical-align:top;}
.slab {
	color:#eb4d29;
	text-decoration:none;
	border:1px solid #efbaae;
	display:inline-block;
	vertical-align:top;
	float:right;
	font-size:22px;
	font-weight:500;
	margin-top:25px;
	padding:13px 18px 15px 18px;
transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;}
.slab i {
	font-size:15px;}
.slab:hover {border:1px solid #eb4d29;}
.dtxt {
    overflow: hidden;
    position: relative;
    max-height:280px;
}
.dtxt:after {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 68%);
    content: '';
    height: 100px;
    left: 0;
}
.mnav {
    width: 100%;
	position: absolute;
    height: 54px;
	top:110px;
	z-index: 9998;
	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-color:#32a8c1;
	border-bottom: 3px solid #37b9d5;
}
.imgs {
	background-repeat: no-repeat;
	background-position: top center;
	height: 422px;
	color: #fff;
}
.imgs p {
	width:857px;
	display: block;
	font-size:35px;
	color:#343e58;
	font-weight:400;
	line-height: 45px;
	margin-top: 120px;
}
.imgs .mbtn {
	clear: both;
	display:flex;
	justify-content:center;
	align-items: center;
	width: 258px;
	text-align: center;
	border-radius:3px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding:15px 0px;
	margin-top: 30px;
	font-size: 16px;
	text-transform:uppercase;
	transition:all 0.3s ease;
	margin-right:0px;
}
.imgs .mbtn i {
	font-size: 27px;
	transition:all 0.3s ease;
}
.imgs .mbtn span {
	margin-right: 30px;
}
.imgs .mbtn:hover {
	background-color:#38B2CC;
}
.imgs .mbtn:hover > i {
	transition:all 0.3s ease;
	transform: translateX(10px); 
}
.mbtn {
	background-color:#32a8c1;
	clear: both;
	display:flex;
	justify-content:center;
	align-items: center;
	width:auto;
	text-align: center;
	border-radius:3px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	padding:12px 30px;
	margin-top:0px;
	font-size: 14px;
	text-transform:none;
	transition:all 0.3s ease;
	min-width: 120px;
	margin-right:20px;
	border:1px solid #32a8c1;
}

.content .mbtn.wbtn {
	background-color:#fff;
	color:#32a8c1;
}
.mbtn i {
	font-size: 22px;
	transition:all 0.3s ease;
}
.mbtn span {
	margin-right:15px;
}
.mbtn:hover {
	background-color:#38B2CC;
}
.content .mbtn.wbtn:hover {
	background-color:#38B2CC;
	color: #fff;
}

.mbtn:hover > i {
	transition:all 0.3s ease;
	transform: translateX(10px); 
}
.content .mbtn {
	color: #fff;
}
/* Middle
-----------------------------------------------------------------------------*/
/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
	font-family: 'FuturaDemiC';
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px !important;
	font-size: 14px;
	line-height: 23px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.of-form .lnlk {
	max-width: 300px;
	margin: 30px auto;
}

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #ffc80f;
  position: absolute;
  left: 1px;
  top: 0px;
  opacity: 1;
	
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 11px;
    top: -6px;
    left: 6px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(35deg);
    transform: rotate(45deg);
}
/*Radio styles*/
input[type="radio"] { display: none; }

input[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
	font-family: 'FuturaDemiC';
  margin-bottom: 5px !important;
	font-size: 14px;line-height: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.cal {
	position: relative;
	width: 100%;
}
.datepicker-here + i {
	position: absolute;
	right: 10px;
	color:#C3C3C3;
	top:9px;
	font-weight: 300;
	font-size: 22px;
}

input[type="radio"] + label:before {
  content: '';
  display: block;
	
  width: 24px;
  height: 24px;
	border-radius: 20px;
  border: 2px solid #ffc80f;
  position: absolute;
  left: 2px;
  top: 2px;
  opacity:1;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="radio"]:checked + label:before {
 width: 12px;
    left: 8px;
    top: 7px;
    height: 12px;
    border-radius: 20px;
    border: 2px solid #fecc26;
    opacity: 1;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #ffc80f;
    background-color: #ffc80f;


}
.content h1 {
	font-size:20px;
	line-height:30px;
	display: block;
	clear:both;
	color:#32a8c1;
	margin-bottom:30px;
	margin-top: 0px;
	font-weight:400;}
.aboutbl .content h1 {
	margin-top: 40px;
}
.content p {
	color:#343e58;
	font-size:16px;
	line-height:22px;
	margin-bottom:20px;}
.content .cbtn {
	margin-top:10px;
	margin-bottom:20px;
	color:#eb4d29;
	text-decoration:none;
	border:1px solid #ffb5a4;
	border-radius:2px;
	display:inline-block;
	padding:12px 0;
	margin-right:10px;
	min-width:168px;
	text-align:center;
		transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	}
.content .cbtn:hover {
	border:1px solid #eb4d29;
	background-color:#eb4d29;
	color:#fff;}
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.content {
	padding: 0 0 0 0;
}

.raztbl {
	display:table;
	height: 140px;
	text-align: center;
	width:80%;
	margin: 0 auto;
}
.raztbltd {
	font-size: 16px;
	line-height: 22px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.raz {
	position: relative;
	text-decoration: none;
	color: #343e58;
	width: 20%;
	margin:0 20px;
	display: inline-block;
	vertical-align:top;
	background-color:#fff;
	text-align: center;
	border-bottom:4px solid #32a8c1;
	transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
		box-shadow:0 0 62px rgba(55,68,71,0.2);
}
.raz:hover {
	
	border-color: #3cbfdb;
	box-shadow:0 0 62px rgba(55,68,71,0.25);
}
.wr_cr {

	margin:0 auto;
	display:block;
	text-align: center;
	
}
.rzdl {
	margin-top: 50px;
}
.znt {
	position: absolute;
	bottom:0;
	left:0;
}
.content .morech {
	border:1px solid #b2def0;
	text-align:center;
	margin-top: 20px;
	padding: 15px 20px;
	border-radius:3px;
	color:#00a2d7;
	font-size: 14px;
	display: block;
	width: 150px;
	text-decoration:none;
	transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
}
.content .morech:hover {
	background-color:#e8f8ff;
}
#map {
	max-width:100%;
	min-width:290px;
	position:relative;
	z-index:900;
	margin-top:26px;
	height:446px;
	display:block;
	margin-bottom:10px;}
/* Middletn
-----------------------------------------------------------------------------*/
.middletn {
	width: 100%;
	position: relative;
	margin-bottom:30px;
}
.middletn:after {
	display: table;
	clear: both;
	content: '';
}
.containertn {
	width: 100%;
	float: left;
	overflow: hidden;
}
.contenttn {
	border:1px solid #e0e0e0;
	height:53px;
	padding: 0 0 0 146px;
}

.left-sidebartn {
	float: left;
	width: 132px;
	margin-left: -100%;
	position: relative;
	color:#fff;
	height:55px;
	font-size:18px;
	background-color:#eb4d29;
	
	
}
.middlesl {
	width: 100%;
	position: relative;
	margin-bottom:20px;
}
.middlesl:after {
	display: table;
	clear: both;
	content: '';
}
.containersl {
	width: 100%;
	float: left;
	overflow: hidden;
}
.contentsl {

	padding: 0 414px 0 0;
}

.left-sidebarsl {
	float: left;
	width: 414px;
	margin-left: -414px;
	position: relative;
	color:#fff;

	
}

.middleob {
	width: 100%;
	position: relative;
	margin-bottom:10px;
}
.middleob:after {
	display: table;
	clear: both;
	content: '';
}
.containerob {
	width: 100%;
	float: left;
	overflow: hidden;
}
.contentob {

	padding: 0 310px 0 0;
}

.left-sidebarob {
	float: left;
	width: 285px;
	margin-left: -285px;
	position: relative;

	
}


.left-sidebartn span {
	display:block;
	width:100%;
	text-align:center;
	padding:18px 0 15px 0;}
.content .topnews {
	font-size:16px;
	line-height:53px;
	color:#322c27;
	background-color:#fff;
	display:block;
	z-index:100;
	position:relative;
	text-decoration:none;}
.tndt {
	color:#009ee0;
	margin-right:10px;
	display:inline-block;}
.topnewsslider {
	height:53px;
	overflow:hidden;}
.tnshadow {
	background-image:url(../images/tnshadow.png);
	background-repeat:no-repeat;
	display:block;
	right:72px;
	position:absolute;
	z-index:400;
	top:1px;
	height:52px;
	width:89px;
}
.imgcon {
	display:inline-block;
	vertical-align:top;
	float:left;}
.ib {
	width:372px;
	background-color:#fff;
	height:228px;
	overflow:hidden;
	padding:20px;
	border:1px solid #e0e0e0;
	color:#322c27;
	display:inline-block;
	vertical-align:top;
	float:left;}
.content .ib h1 {
	margin-bottom:20px;
	display:block;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	}
.rzh {
	width:47%;
	margin-right:3%;
	display:inline-block;
	vertical-align:top;}
.rzh i {
	font-size:14px;
	line-height:26px;
	display:block;
	margin-bottom:20px;}
.rzh span, .maps span {
	text-transform:uppercase;
	font-weight:700;
	display:block;
	margin-bottom:15px;
	font-size:14px;
	}
.rzh span {
	background-image:url(../images/rezh.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding:0 0 0 22px;
	}
.maps span {
	background-image:url(../images/map.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding:0 0 0 17px;}
.maps {
	width:48%;
	display:inline-block;
	vertical-align:top;}
.content .morep {
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0;
	width:100%;
	text-align:center;
	display:block;
	color:#34a160;
	text-decoration:none;
	border:2px solid #34a160;
		transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;}
.morep:hover {
	background-color:#34a160;
	color:#fff;}

.prgrmsslider {
	padding:20px;
	display:inline-block;
	max-height:285px;
	text-align:center;
	border:1px solid #e0e0e0;}
.prgrmsa {
	margin:0 auto;
	display:block;
	text-align:center;}
.prgrmsa img {
	margin:0 auto;
	max-height:240px;
	width:auto;}
.prgrmsslider .item {
	display:block;
	height:285px;
	text-align:center;
	margin:0 auto;}
.admins {
	margin:0 auto;
	text-align:center;}
.admins .item {
	margin:0 auto;}
.adf {
	width:100%;
	display:block;
	text-align:center;}
.adf img {
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;}
.admins {
	width:88%;}
.aname {
	font-size:14px;
	color:#322c27;
	display:block;
	line-height:18px;
	margin-bottom:5px;}
.adol {
	font-size:14px;
	line-height:18px;
	clear:both;
	display:block;
	color:#a0a0a0;}
	
.onws {
	display:inline-block;
	width:67%;
	text-decoration:none;
	margin-right:2%;
	margin-bottom:30px;}
.onws span {
	display:block;
	font-size:22px;
	line-height:28px;
	color:#322c27;
	margin-bottom:10px;}
.onws i {
	font-size:16px;
	color:#919191;}
.content .onws img {
	padding:0;
	max-width:100%;
	height:auto;
	margin-bottom:10px;}
.nwsmr {
	display: inline-block;
	vertical-align:top;
	width:30%;
		height:400px;
	}
.nwsmra {
	text-decoration:none;
	margin-bottom:15px;
	border-bottom:2px solid #fff;
	padding:0 10px 5px 0;
	display:block;
		transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;}
.nwsmra:hover {border-bottom:2px solid #ffd69b;}
.nwsmra span {
	display:block;
	line-height:18px;
	padding:0 10px 0 0;
	font-size:14px;
	color:#322c27;
	margin-bottom:5px;}
.nwsmra i {
	color:#a1a1a1;
	font-size:14px;}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 300px;
	margin-left: -300px;
	position:sticky;
	top:90px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 86px;
	background: #fff;
	color:#747e80;
	font-size:14px;
	line-height:18px;
	
}
.footer .co {
	float:left;}
.footer .co2 {
	margin-top: 20px;
	clear: both;
	float:left;}
.footer .rbix {
	text-decoration:none;
	color:#747e80;
	float:right;}
	
.ogr_vis {
	height: 200px;
}
.styler {
	outline: none;
	margin-bottom: 20px;
	width: 100%;
	
	font-family: 'Roboto', sans-serif;
	padding: 10px 9px;
	border: 1px solid #CCC;
	background-color: #fff;
	border-radius: 1px;
	font-size: 16px;
	color:#333f57;
}
.popup h2 {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #333f57;
}
input::placeholder, select::placeholder {
	color:#333f57;
}
.mm-search input::placeholder {
	color:#b4cacf !important;
}
#bell2 {
	max-width: 700px;
}
.datep {
	position: relative;
}
.datep:after {
	position: absolute;
	right: 4px;
	top:8px;
	width: 30px;
	height: 30px;
	content: "\f133";
	display: block;
	z-index: 199000;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 22px;
}
.jq-selectbox__dropdown ul {
	max-height: 150px !important;
}
textarea::placeholder {
	color:#333f57;
}
.popup form .formdis{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.popup form input, .popup form select, .datep {
	width: 49% !important;}
.popup form textarea {
	width: 100%;
}
.popup ul, .popup p {
	margin-bottom: 20px;
	color:#333f57;
}
.popup ul label {
	color:#AEB4C0;
	margin-right: 20px;
	width: 100px;
}
.popup ul li {
	display: flex;
	margin-bottom: 10px;
}
.popup ul .bb span {
	    color: #32a8c1;
	font-weight: 600;
	font-size: 18px;
}
.popup form .datep input {
	width: 100% !important;
}
.wh_btn.mbtn {
	margin: 0 auto;
	max-width: 200px;
	font: 16px/22px 'Roboto', sans-serif;
	font-weight: 400;
	padding:15px 30px;
	cursor: pointer;
	
}
.app {
	position:relative;

	padding:15px 15px 0px 15px;
	border-top:1px solid #e0e0e0;
	border-left:4px solid #e3e3e3;
	border-bottom:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	background-color:#FFF;
	margin-bottom:25px;}
.tapp span {
	font-size:12px;
	margin-bottom:15px;
	display: inline-block;
	float:left;
	color:#322c27;}
.sh {
	display: inline-block;
	float:right;
	margin-right:1px;
	background-color:#CCC;
	margin-top:-3px;
	width:20px;
	height:20px;
	background-image:url(../images/appm.png);
	background-repeat:no-repeat;
	background-position:center center;}
	

.apps {border-right:none;
text-align:left;
display:inline-block;
width:204px !important;
min-width:204px;}
.appb {
	vertical-align:top;
	text-indent:-9999px;
	background-color:#dbdbdb;
	border:0;
	width:46px;
	margin-left:-4px;
	height:46px;
	outline:none;
	background-image:url(../images/a2r.png);
	background-repeat:no-repeat;
	cursor:pointer;
		
	background-position:20px center;}
.appb:hover {
	background-color:#999;}
	
	
.elappb {
	vertical-align:top;
	background-color:#34a160;
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	border:0;
	display:block;
	margin-bottom:20px;
	width:100%;
	height:48px;
	outline:none;
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}	
.elappb span {
	display:block;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	color:#69ca90;
	clear:both;}
.elappb:hover {
	background-color:#3cb76e;}	
.styler:hover {border-top:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	background-color:#f9f9f9;}
.styler:focus {border-top:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	background-color:#fff;
	}
.load {
	display:block
	width:300px;
	height:200px;}
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader {
  margin: 60px auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(245,165,31, 0.2);
  border-right: 1.1em solid rgba(245,165,31, 0.2);
  border-bottom: 1.1em solid rgba(245,165,31, 0.2);
  border-left: 1.1em solid #f5a51f;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.muicon {
	color: #2f2f2f;
	font-size: 14px;
	background-image: url( ../images/ch_nag_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 42px;
	line-height: 18px;
}
.muicon2 {
	color: #ed1c24;
	font-size: 24px;
	font-weight: 700;
	background-image: url( ../images/ch_raex.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 80px 0 0px;
	line-height: 18px;
}
.muicon3 {
	color: #2f2f2f;
	font-size: 13.5px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 0px;
	line-height: 18px;
	margin-top: 20px;
}
.mutext {
	margin-top: 25px;
	color: #a3a3a3;
	font-size: 12px;
	line-height: 16px;
}
.mu {
	background-position:right top;
	background-repeat:no-repeat;
	padding:0 0 0 0;
	margin-bottom:20px;}
.mu h3 {
	color:#322c27;
	font-size:26px;
	padding:10px 0 0 0;
	margin-top:0px;
	margin-bottom:10px;}
.mu span {
	font-weight:400;
	font-size:16px;
	line-height:20px;
	color:#a1a1a1;}
.buttons {
	padding:20px 0;
	display:block;}	
.bttns {
	display:inline-block;
	padding:10px;
	width:278px;
	border:1px solid #e0e0e0;
	margin-bottom:15px;
		 -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;}
.bttns:hover {
	color:#ffb244;
	border:1px solid #ffb244;}
.bttns:hover > span {color:#ffb244;}
.bttns span {
		 -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
	margin-left:10px;
	font-size:20px;
	color:#322c27;
	width:220px;
	margin-top:13px;
	float:left;
	display:inline-block;
	vertical-align:top;}
.bttns img {
	float:right;
	display:inline-block;
	vertical-align:top;}
.fb_ul {
	margin-bottom:20px;}	
.fb_ul li a {
	font-size:14px;
	padding:5px 0;
	line-height:18px;
	display:block;
	color:#fff;}
.fb_ul li a:hover {
	opacity:0.8;}
.fb_ul li span {
	font-size:22px;
	font-weight:700;
	color:#0e341d;
	display:block;
	margin:10px 0;}
.content .fb_ul {
	display:inline-block;
	margin-top:20px;
	margin-bottom:20px;}
.content .fb_ul li {	list-style-type:none;}	
.content .fb_ul li a {
	font-size:14px;
	padding:10px 0;
	line-height:18px;
	display:block;
	color:#322c27;}
.content .fb_ul li a:hover {
	opacity:0.8;}
.content .fb_ul li span {
	font-size:22px;
	font-weight:700;
	color:#0e341d;
	display:block;
	margin:15px 0;}
.nav .submen {
	display:block;
	margin:30px 20px 20px 20px;
	}
.nav .submen li {
	margin:0 20px 10px 0;
	display:block;}
.nav .submen li a {
	display:block;
	border-radius:3px;
	font-size:14px;
	padding:15px 20px;
	border:1px solid #3BB4CD;
	color:#fff;
		 -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;}
.nav .submen li a:hover {
	background-color:#32a8c1;}
	


.navb {
	color:#a1a1a1;
	margin-top:0px;
		border:1px solid #e0e0e0;
		padding:20px;
	margin-bottom:10px;}
.content .navb a, .navb i, .content .navb p{
	color:#a1a1a1;
	display:inline-block;
	vertical-align:top;
	margin-bottom:0;
	margin-right:5px;
	margin-left:0;
	padding:0;
	font-size:14px;}
.content .navb p {
	margin-top:-2px;}
.navb a:hover {
	text-decoration:none;}


.content h2 {
	margin-bottom:20px;
	color:#32a8c1;
	font-size:18px;
	line-height:22px;
	font-weight:400;}
.content a {
	color:#32a8c1;}
.content a:hover {
	text-decoration:none;}
.content img {
	padding:10px 30px;}
.content .bx-wrapper img {
	padding:0;}
.content ul {
	margin-left:20px;
	font-size:14px;
	color:#626262;
	line-height:20px;
	margin-bottom:20px;}
.content ol {
	color:#626262;
	margin-left:20px;
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;}
.content ul li {list-style-type:disc;}
.content ol li {list-style-type:decimal;}

.content table tr td {	font-size:14px;
	line-height:20px;
	padding:7px;}
.content table tr th {	font-size:14px;
	line-height:20px;
	
	background-color:#ecf1f1;
	padding:7px;}
.content table tr{
	border-bottom:1px solid #ede6dc;
}
.content table {
	color:#626262;
	margin:20px 0;}	
	.content .bxslider {
	margin-left:0;}
	
.headerm.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footerm.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}

.headerm a
{
	display: none;
	width: 23px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 37px;
	right: 20px;
	background-color:#31a7c0;
	border-radius: 5px;
}
.headerm a:before,
.headerm a:after
{
	content: '';
	display: block;
	background: #fff;
	height: 3px;
}
.headerm a span
{
	background: #fff;
	display: block;
	height: 3px;
	margin: 4px 0;
}
#menu:not( .mm-menu ){display:none}

.clearlogo {
	display:none;
	background-color:#fff;
	width:1px;
	height:1px;
	clear:both;}
.mev {
	display:none;}


.content .sotr {
	display:block;
	margin-bottom:25px;}
.content .sotr img {
	padding:0;}
	
.simg {
	width:20%;
	padding:0 0 0 10px;
	margin-right:2%;
	display:inline-block;
	vertical-align:top;}
.simg img {
	max-width:100%;
	height:auto;}
.sinf {
	width:76%;
	display:inline-block;
	vertical-align:top;}
.content .snm {
	margin-top:10px;
	font-size:20px;}
.content .spam {
	font-size:14px;
	margin-bottom:5px;
	color:#666;}
	
.content .itemlist {
	width:30%;
	text-decoration:none;
	margin-right:3%;
	margin-bottom:20px;
	display:inline-block;
	-moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;}
.content .itemlist:hover {
	opacity:0.8;}
.content .itemlist img {
	padding:0;
	max-width:100%;
	height:auto;}
.content .ilp {
	font-size:16px;
	line-height:22px;
	margin-bottom:5px;
	margin-top:15px;}
.content .ild {
	font-size:14px;
	color:#999;}
.content .pager {
	margin:35px 0 15px 0;}
.content .pager a, .content .pager i {
	margin:0;
	padding:0;}
.content .pager i {background:#ffb244;
padding:6px 12px 6px 12px;
border-radius:2px;
	font-size:14px;
	line-height:16px;
	color:#fff;
	box-shadow:inset 0 -1px 3px rgba(0,0,0,0.2);
	margin:5px 7px 5px 0;}
.content .pager a {
	margin:5px 7px 5px 0;
	display:inline-block;
	color:#2f2f2f;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
	padding:5px 10px 5px 10px;
	border-radius:2px;
	box-shadow:0 2px 2px rgba(119,119,119,0.4);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	}
.content .pager a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fcfcfc+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */}	


.content .dtp {
	margin-top:-15px;
	color:#999;
	font-size:16px;}
.pdrw {
	display:inline-block;
	vertical-align:top;
	width:47.5%;
	margin-bottom:30px;
	margin-right:2%;}
.pdrt {
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-bottom:17px;
	margin-right:0%;}
.content .podricon {
	display:block;
	text-decoration:none;
	color:#322c27;
	font-size:16px;
	line-height:22px;
	background-image:url(../images/podricon.png);
	background-repeat:no-repeat;
	background-position:20px center;
	padding:25px 20px 25px 80px;
	border:1px solid #e0e0e0;
	border-bottom:4px solid #e0e0e0;
	-moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;}
.content .podricon:hover {border-bottom:4px solid #32a8c1;}
.ssld {
	margin-bottom:0px;
}
.content .dwnldicon {
	display:block;
	text-decoration:none;
	color:#322c27;
	font-size:14px;
	line-height:20px;
	background-image:url(../images/dwnld.png);
	background-repeat:no-repeat;
	background-position:20px center;
	padding:15px 20px 15px 65px;
	border:1px solid #e0e0e0;
	border-bottom:4px solid #e0e0e0;
	-moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;}
 .content .dwnldicon:hover {border-bottom:4px solid #32a8c1;}
.content .dicon {
	display:block;
	text-decoration:none;
	color:#322c27;
	font-size:16px;
	line-height:22px;
	background-image:url(../images/dicon.png);
	background-repeat:no-repeat;
	background-position:20px center;
	padding:25px 20px 25px 80px;
	border:1px solid #e0e0e0;
	border-bottom:4px solid #e0e0e0;
	-moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;}
.content .dicon:hover {border-bottom:4px solid #ffb244;}
.content .lic {
	text-decoration:none;
	-moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin:0 auto;
  text-align:center;
  margin-bottom:20px;
  display:inline-block;}
.content .lic:hover {
	opacity:0.8;}
.content .redicon {
	display:block;
	text-decoration:none;
	color:#322c27;
	font-size:16px;
	line-height:22px;
	text-align:center;
	color:#eb4d29;
	border:1px solid #e0e0e0;
	border-bottom:4px solid #e0e0e0;
	-moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-bottom:0px;}
  
 .content .redicon span {background-image:url(../images/redicon.png);
	background-repeat:no-repeat;
	background-position:20px center;
	display:inline-block;
	padding:20px 20px 20px 60px;}
.content .redicon:hover {border-bottom:4px solid #eb4d29;}
.content .aricon {
	display:block;
	text-decoration:none;
	color:#322c27;
	font-size:16px;
	line-height:22px;
	text-align:center;
	color:#eb4d29;
	border:1px solid #e0e0e0;
	border-bottom:4px solid #e0e0e0;
	-moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-bottom:0px;}
  
 .content .aricon span {background-image:url(../images/aricon.png);
	background-repeat:no-repeat;
	background-position:20px center;
	display:inline-block;
	padding:20px 20px 20px 60px;}
.content .aricon:hover {border-bottom:4px solid #eb4d29;}
.faqform {
    padding: 20px 20px 20px 20px;
    text-align: center;
    background-color: #fff;
	margin-top:20px;
	border:1px solid #e0e0e0;
	margin-bottom:20px;
	
}

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display:block;
  width:314px;
  font-size: 16px;
  margin:0 auto;
  margin-top: 0px;
  margin-bottom:30px;
}
.file-upload-input {
  width: 134px;
  color:#1e3685;
  font-size: 16px;
  padding: 12px 17px;
  border: none;
  border-top:2px solid #e0e0e0;
	border-left:2px solid #e0e0e0;
	border-bottom:2px solid #e0e0e0;
  background-color: #fff;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
  /* IE 9 Fix */
}
.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 14px 20px 13px 20px;
  border: none;
  margin-left: -1px;
  outline:none;
  background-color: #cccccc;font-family: 'Roboto', sans-serif;
  float: left;
  /* IE 9 Fix */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
	width:100%;
  position: relative;
  margin-bottom: 5px;
}


.file-upload-input:hover, .file-upload-input:focus {
  background-color: #fff;
  outline: none;
  border-top:2px solid #d2d2d2;
	border-left:2px solid #d2d2d2;
	border-bottom:2px solid #d2d2d2;
	box-shadow:inset 0 0px 5px rgba(11,28,86,0.1);
}


.file-upload-button:hover {
  background-color: #2fb464;
}

.znpes {
	text-align:center;
	margin:0 auto;
	clear:both;
	cursor:pointer;
	font-weight:bold;
	border:none;
	text-decoration:none;font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:16px;
	padding:10px 30px 10px 30px;
	margin-top:15px;
	margin-bottom:20px;
	background-color:#32a8c1;
	width:312px;
	font-weight:500;
	text-transform:uppercase;
-webkit-transition: color, background-color ease-out 0.3s;
	-moz-transition: color, background-color ease-out 0.3s;
	-o-transition: color, background-color ease-out 0.3s;
	transition: color, background-color ease-out 0.3s;}
.znpes:hover{
	color:#fff;
	background-color:#3BBED9;}
.kod {
	clear:both;
	margin:0 auto;
	text-align:left;
	display:block;
	vertical-align:top;
	padding:15px 0 0 0;
	width:313px;}
#captchaimage {
	width:132px;
	margin-right:15px;
	vertical-align:top;
	display:inline-block;}
#captchaimage img {
	padding:0;
	border-top:2px solid #d5dfff;
	border-left:2px solid #d5dfff;
	border-bottom:2px solid #d5dfff;
	border-right:2px solid #d5dfff;
	vertical-align:top;
	max-width:100%;
	height:auto;}
.faqform .styler {
	margin:0 auto;
	min-width:300px;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:16px;
	height:auto;
	background-color:#FFF;
	color:#000;
	border-top:2px solid #e0e0e0;
	border-left:2px solid #e0e0e0;
	border-bottom:2px solid #e0e0e0;
	border-right:2px solid #e0e0e0;
	padding:9px 0 10px 10px;
	outline:none;
	display:block;
	margin-bottom:15px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;}
.faqform .styler:hover {border-top:2px solid #d2d2d2;
	border-left:2px solid #d2d2d2;
	border-bottom:2px solid #d2d2d2;}
.faqform .styler:focus {border-top:2px solid #cccccc;
	border-left:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	box-shadow:inset 0 0px 5px rgba(11,28,86,0.1);}

	
.faqform .styler::-webkit-input-placeholder       {text-indent:none;   transition: none;}
.faqform .styler::-moz-placeholder                {text-indent:none;   transition: none;}
.faqform .styler:-moz-placeholder                 {text-indent:none;   transition: none;}
.faqform .styler:-ms-input-placeholder            {text-indent:none;   transition: none;}
.faqform .styler:focus::-webkit-input-placeholder {text-indent:0; transition: none;}
.faqform .styler:focus::-moz-placeholder          {text-indent:0; transition: none;}
.faqform .styler:focus:-moz-placeholder           {text-indent:0; transition: none;}
.faqform .styler:focus:-ms-input-placeholder      {text-indent:0; transition: none;}


.content .vopros{
		margin:20px 0;
	background-repeat:no-repeat;
	background-position:15px 15px;
	background-image:url(../images/voprosicon.png);
	padding:15px 15px 15px 55px;
	color:#a2361e;
	background-color:#fef7ed;
	margin-bottom:10px;}
	.content .vopros p {color:#a2361e;
	font-style:normal;
	margin-bottom:5px;
	}
	.content .vopros i {
		font-style:normal;
		margin-bottom:10px;
		display:block;
		color:#a2361e;
		font-size:16px;
		}
		
.content .otvet{
		margin:20px 0;
	background-repeat:no-repeat;
	background-position:15px 15px;
	background-image:url(../images/otveticon.png);
	padding:15px 15px 15px 55px;
	color:#124a28;
	background-color:#e3f6ea;
	margin-left:30px;
	margin-bottom:30px;
	display:block;}
	.content .otvet i {
		margin-bottom:10px;
		display:block;
		color:#124a28;
		font-size:16px;
		font-style:normal;}
.content .otvet p {
	margin-bottom:0;}
.content .otziv {
	margin-left:0px;}
	
.fixul {
	width:59%;
	font-size:14px;
	margin-bottom:10px;
	display:inline-block;
	float:left;
	clear:both;
	color:#34a160;
	border:1px solid #f4f4f4;
	padding:15px 15px;}
	
.fixd {
	width:14%;
	font-size:14px;
	margin-bottom:10px;
	display:inline-block;
	float: right;
	color:#34a160;
	border:1px solid #f4f4f4;
	padding:15px 15px;}
	
.rubik-loader {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/Preloader_3.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.wrload {
	width:100%;
	height:100%;
	display:block;
	left:0;
	top:0;
	background-color:rgba(255,255,255,0.9);
	position:absolute;
	z-index:400;

	-moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
	}
.raspt {
	margin:20px 0;
	font-size:14px;}
.tr {
	text-align:center;
	border-bottom:1px solid #ededed;}
.td {
	padding:5px 0;
	width:30%;
	text-align:left;
	display:inline-block;}
.uchastok {
	clear:both;
	display:block;
	font-size:24px;}
.uchastok span {
	border:1px solid #34a160;
	color:#34a160;
	margin:5px 0;
	padding:5px 10px;
	margin-left:10px;
	display:inline-block;}
.kab {
	color:#7d7d7d;
	font-size:16px;
	margin-bottom:20px;}
	
.kab span {

	color:#7d7d7d;
	margin:0px 0;
	padding:0 0 3px 0;
	margin-left:3px;
	display:inline-block;}
.spec {
	display:inline-block;
	color:#7d7d7d;
	width:30%;
	font-size:12px;}
.sname {
	font-size:14px;
	line-height:20px;
	width:50%;
	vertical-align:top;
	display:inline-block;}
.content .tpns {
	margin-bottom:20px !important;
	line-height:22px !important;}
/* SLABO
-----------------------------------------------------------------------------*/

.slabo .logo {
	line-height:30px !important;
	font-size:26px;}
.slabo .nav > li > a {
	font-size:20px;}
.slabo .nav #overflow li a {
	font-size:18px;}
.slabo .nav li.more span {
	padding:17px 10px;
	font-size:20px;}
.slabo .left-sidebartn {
	font-size:20px;}
.slabo .content .topnews {
	font-size:20px;}
.slabo .mu h3 {
	font-size:33px;}
.slabo .mu span {
	font-size:20px;}
.slabo .content .ib h1 {
	font-size:22px;
	margin-bottom:10px;
	line-height:24px;}
.slabo .rzh span, .slabo  .maps span {
	font-size:18px;}
.slabo .rzh i {
	font-size:18px;}
.slabo .tapp span {
	font-size:12px;}
.slabo .styler {
	font-size:18px;}
.slabo .content h1 {
	font-size:32px;}
.slabo .content p {
	font-size:18px;
	line-height:24px;}
.slabo .adol {
	font-size:18px;}
.slabo .aname {
	font-size:18px;
	line-height:22px;}
.slabo .onws span {
	font-size:28px;}
.slabo .nwsmra span {
	font-size:18px;
	line-height:24px;}
.slabo .nwsmra i {
	font-size:18px;}
.slabo .onws i {
	font-size:18px;}
.slabo .footer {
	font-size:18px;}
	
/* Raspisanie 04 05 2017
-----------------------------------------------------------------------------*/
.right-sidebar .dipslide {

}
.right-sidebar .itm {
	height: 180px;
}
.right-sidebar .itm a {
	display: flex;
	overflow: visible;
	height: 180px;
}
.right-sidebar .owl-carousel .owl-item img {
	height: 100% !important;
	max-height: 100%;
	max-width: 100%;
	width: auto !important;
}
.right-sidebar .morelink {
	position: relative;
	top:5px;
	color:#32a8c1;
	
}
.right-sidebar a:hover {
	text-decoration: none;
}
.right-sidebar h1 {
	color:#32a8c1;
	padding:20px 20px;
	font-weight:400;
}
.raspi {
	box-shadow:0 0 62px rgba(55,68,71,0.2);
	border-left:5px solid #32a8c1;
	padding:0px;
	margin-bottom:30px;}
.raspin {
	box-shadow:0 0 62px rgba(55,68,71,0.2);
	border-left:none;
	padding:0px;
	margin-bottom:30px;}
.raspi .app {
	border:0;
	padding:0;
	margin-bottom:0;}
.raspi .apps {
	font-size:12px;
	width:190px !important;
	min-width:190px !important;}
.raspi .mu {
	}
.h3n {
	font-size: 16px;
	color: #3d3d3d;
	border-bottom:4px solid #ebf0f1;
	padding: 20px 20px 20px 60px;
	background-image: url(../images/ch_news_bg.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.raspin_wr {
	padding: 20px;
}
.newss {
	display: block;
	border-bottom:1px solid #e5eaeb;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
.newss:last-child {border-bottom:none;}
.newss:hover > i {color: #0799c4;}
.newss:hover > p {color: #3d3d3d;}
.newss i {
	color: #54b0cb;
	font-style: normal;
	margin-bottom: 7px;
	display: block;transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
}
.newss p {
	color: #757575;
}
/*-----------------------------------------------------------------------------*/	
.telmob {
	display: none;
}	

/* 19042022 */
.maop {
	display:flex;
	float: right;
	align-items: center;
	margin-right: 0px;
	margin-top: 27px;
}
.maop img {
	margin-right:15px;
}
.maop span {
	font-size: 14px;
	line-height: 20px;
    color: #b5c0c2;
    font-style: normal;
	position: relative;
	margin-top: 5px;
}

 @media screen and (max-width: 1300px) {
	 .greybg {
		 max-width: 100%;
		 min-width: 260px;
	 }
	 .whitebg {
   max-width: 100%;
		 min-width: 260px;
}
	 .dar {
		 position: relative;
		 margin-bottom: 0;
	 }
	 .dar img {
		 max-height: 100%;
		width: auto;
		 position:absolute;
		 right: 0;
		 bottom:-50px;
	 }
	 .aboutbl .content h1 {
    margin-top:0px;
}
	 .aboutbl {
    padding-bottom: 50px;
}
	 .wrapper {
	min-width: 280px;
	max-width: 1240px;
	margin: 0 auto;
	padding:0 20px;
}

	 .nav > li > a {
		 padding: 0 30px;
	 }
	 }
@media screen and (max-width: 1100px) {

	.raz:nth-child(2) {
    margin: 0;
		margin-bottom: 30px;
}
	.wr_cr {
		display: flex;
		justify-content:center;
		text-align: center;
		flex-wrap: wrap;
	}
		.raz {width: 47.3%;
		margin-bottom: 30px;
		margin-right: 1% !important;
		margin-left: 1% !important;
}
	.nomobile {
		display: none;
	}
	.nav > li > a {
		 padding: 0 15px;
	 }
		.simg {
	width:30%;
	padding:0 0 0 0px;
	margin-right:2%;
	display:inline-block;
	vertical-align:top;}

.sinf {
	width:67%;
	display:inline-block;
	vertical-align:top;}
	.content .itemlist {
		width:46%;}
	.pdrw {
		margin-right:0;
		width:100%;
		margin-bottom:10px;}
	
	.logo span {
		line-height:24px;
		margin-top:30px;
		width:70%;}
.slabo .logo span {
		line-height:33px;
		margin-top:10px;
		width:70%;}
	.logo {
	
	float:left;
	color:#322c27;
	text-decoration:none;
	font-size:20px;
	}	
	
	.content .cbtn {
		position:relative;
		float:left;
	margin-top:5px;
	margin-bottom:5px;
	color:#eb4d29;
	text-decoration:none;
	border:1px solid #ffb5a4;
	border-radius:2px;
	padding:10px 0;
	margin-right:10px;
	min-width:168px;
	text-align:center;
		transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	}
	
	
	.onws {
	display:inline-block;
	width:46%;
	text-decoration:none;
	margin-right:2%;
	margin-bottom:30px;}

.nwsmr {
	display: inline-block;
	vertical-align:top;
	width:50%;
		height:250px;
	}
	
	}
	
	@media screen and (max-width: 960px) {	
		.maop {
    display: flex;
    float: right;
    align-items: center;
    margin-right: 20px;
    margin-top: 0px;
}
		
		.maop span {
    font-size: 12px;
    line-height: 18px;
    color: #b5c0c2;
    font-style: normal;
    position: relative;
    margin-top: 0px;
}
		.middle {
			position: inherit;
		}
		.right-sidebar {
			padding-top: 30px;
		}
		.header .wrapper {
			display: flex;
			justify-content: space-between;
		}
		.bgmobb {
				background-image: url(../images/kp_slide.jpg);
	background-position:center center;
	background-size: cover;}
		.dari {
    width:100%;
    flex-direction: column;
}
		.dali {
    width:100%;
    flex-direction: column;
}
		.wrapper.flex {
			flex-direction: column;
		}
		.dal {
    width: 100%;
    flex-direction: column;
}
		.dar {
			width: 100%;
			margin-bottom: -5px;
		}
		.dar img {
			position: relative;
			margin-top: -90px;
		}
		.rnf {

	margin-left: 30px;
	margin-top: 35px;
	
}
.rnf p {
	color:#00a3d9;
	font-size: 16px;
	line-height: 22px;
}
.rnf i {
	font-size: 12px;
	color: #b5c0c2;
	font-style: normal;
}
		.ssld {
			display: none;
		}
	.header {
	
	height:110px;
	
	padding: 0 60px 0 0;
	border-bottom:10px solid #32a8c1;
	
}
	.slab {
		display:none;}
	.mnav {
		display:none;}
		.headerm a {
		display:block;}
	.content {
	padding: 0 0 50px 0;
}
.right-sidebar {
	clear:both;
	display:block;
	float: none;
	width: 100%;
	margin-left:0px;
	position:inherit;
}
.app {
	margin:0 auto;
	width:500px;
	margin-bottom:20px;}
.apps {
	width:435px !important;
	}
.bttns {
	width:515px;
	margin:0 auto;
	text-align:left;
	margin-bottom:20px;
	}
.buttons {
	text-align:center;
	margin:0 auto;}
.banners {
	text-align:center;}	
		.content.contentin {
	padding: 0 0 0 0;
	position: relative;
}
	}
	
	@media screen and (max-width: 800px) {	
		.maop {
			display: none;
		}
		.footer .rbix {
    text-decoration: none;
			display: block;
    color: #747e80;
    float: none;
			margin-top: 20px;
}
		.footer .co2 {
    margin-top: 20px;
    clear: both;
    float: none;
			display: block;
}
		.footer .co {
    float:none;
			display: block;
}
	
		.rzdl {
			margin-top: 25px;
		}
			

	

	
	}
	@media screen and (max-width: 600px) {	
		.span-col-4 {
    grid-column: span 12 / auto;
}
		.footer .rbix {
			margin-top: 10px;
		}
		.raz {width: 100%;
			margin-bottom: 20px;
}

.raz:nth-child(2) { margin-left:0; margin-right:0; }
.raz:nth-child(5) { margin-left:0; margin-right:0;}
.raz:nth-child(odd) { margin-right:0;}
		.raz:nth-child(2) {
			margin-bottom: 20px;
		}
		
		.raz:nth-child(5) {
			margin-bottom: 20px;
		}

		
	.simg {
	width:45%;
	padding:0 0 0 10px;
	margin-right:2%;
	display:inline-block;
	vertical-align:top;}

.sinf {
	width:45%;
	display:inline-block;
	vertical-align:top;}
		.onws {
	display:inline-block;
	width:100%;
	text-decoration:none;
	margin-right:0%;
	margin-bottom:30px;}

.nwsmr {
	display: inline-block;
	vertical-align:top;
	width:100%;
		height:250px;
	}
	
	
	.content .topnews {
	font-size:16px;
	line-height:43px;
	height:43px;
	overflow:hidden;
	color:#322c27;
	background-color:#fff;
	display:inline-block;
	z-index:100;
	position:relative;
	text-decoration:none;}
.mev {
	color:#fff;
	font-weight:700;
	padding:12px 10px 10px 10px;
	text-align:center;
	font-size:22px;
	display:block;}
	.left-sidebartn span {
	display:none;
	width:100%;
	text-align:center;
	padding:15px 0 15px 0;}
.contenttn {
	border:1px solid #e0e0e0;
	height:44px;
	padding: 0 0 0 55px;
}
.topnewsslider .slick-prev {
	height:43px !important;}
.topnewsslider .slick-next {
	height:43px !important;}
.tnshadow {
	height:43px;}

.left-sidebartn {
	float: left;
	width: 45px;
	margin-left: -100%;
	position: relative;
	color:#fff;
	height:45px;
	font-size:14px;
	background-color:#eb4d29;
	
	
}
	.mainslider {
		display:none !important;}
	.logo {
	float:left;
	color:#322c27;
	text-decoration:none;
	font-size:18px;
	font-weight:500;
	}
	.logo span {
		width:65%;
	margin-top:18px;
	margin-left:20px;
	display:inline-block;
	vertical-align:top;}
	
	.contentob {

	padding: 0 0 30px 0;
}

.left-sidebarob {
	float:none;
	width:100%;
	margin-left:0;
	margin-top:50px;
	position: relative;
	display:block;
	clear:both;

	
}
	.content .cbtn {
	margin-top:5px;
	margin-bottom:10px;
	color:#eb4d29;
	float:none;
	text-decoration:none;
	border:1px solid #ffb5a4;
	border-radius:2px;
	display:inline-block;
	padding:12px 0;
	margin-right:10px;
	width:30%;
	min-width:30%;
	text-align:center;
		transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	}
	}
	
	@media screen and (max-width: 568px) {
			.fb_ul div {
			width:100% !important;
			padding:0 !important;
			margin:0 !important;}
		.bttns span {
					width:170px;
					font-size:16px;}
				.tapp span {
	font-size:10px;
	margin-bottom:15px;
	display: inline-block;
	float:left;
	color:#322c27;}
				.app {
	margin:0 auto;
	width:240px;
	margin-bottom:20px;}
.apps {
	min-width:177px;
	width:177px !important;
	}
.bttns {
	width:252px;
	margin:0;
	text-align:left;
	margin-bottom:20px;
	}
.buttons {
	text-align:center;
	margin:0 auto;}
		.content .cbtn {
	margin-top:5px;
	margin-bottom:10px;
	color:#eb4d29;
	float:none;
	text-decoration:none;
	border:1px solid #ffb5a4;
	border-radius:2px;
	display:block;
	padding:12px 0;
	margin-right:0;
	width:99%;
	min-width:99%;
	text-align:center;
		transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
			-webkit-transition: all 0.3s 0.0s ease;}
		.app {
	margin:0 auto;
	width:80%;
	margin-bottom:20px;}
.apps {
	width:80% !important;
	}
.bttns {
	width:85%;
	margin:0 auto;
	text-align:left;
	margin-bottom:20px;
	}
.buttons {
	text-align:center;
	margin:0 auto;}
	
		.logo {
	float:left;
	color:#322c27;
	text-decoration:none;
	font-size:16px;
	}
		.rnf {
			margin-left: 0px;
			margin-right: 20px;
		}
		.footer .rbix {
			margin-bottom: 20px;
		}
.logo span {
	margin-top:10px;
	margin-left:10px;
	display:inline-block;
	vertical-align:top;}
			
				.nomobile {
			margin-left: 0px;
					display: none;
		}
			
			
	}
	
	
	@media screen and (max-width: 430px) {
		.faqform .styler {
			width: 100%;
			min-width: 100%;
			box-sizing: border-box;
		}
		.faqform {
			box-sizing: border-box;
		}
		
		.tablecon {
			overflow-x: auto;
			margin-bottom: 30px;
		}
		.tablecon table {
			width: 1000px;
		}
		.content img {
			display: block;
			max-width: 100%;
			width: 100%;
			height: auto;
		}
		
		.popup form input, .popup form select, .datep {
    width: 100% !important;
}
		.wbtn {
			padding: 16px 30px;
		}
		.mbtn {
			margin-right: 0;
			margin-bottom: 20px;
		}
		.dbtn.flex {
			flex-direction: column;
			
		}
		.dar {
			
		}
		.whitebg.aboutbl {
			padding-bottom: 0;
		}
		.dar img {
   margin-top: 0;
			max-width: 100%;
    width: auto;
			height: auto;
    position:relative;
    right: 0;
    bottom: 0px;
}
		.content {
    padding: 0 0 30px 0;
}
		.dipslide {
    background-color:transparent;
    padding:0;
}
		
	.right-sidebar .dipslide {
    background-color: #eef1f3;
    padding: 30px 30px 50px 30px;
}
		.greybg {
			padding: 30px 0;
		}
		.whitebg {
			padding: 30px 0;
		}
		.telmob {
			position: relative;
			background-color:#31a7c0;
			width:45px;
			height:40px;
			border-radius: 5px;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			right: 0px;
			top: 37px;
			text-decoration: none;
			color: #fff;
			z-index: 1;
		}
		#menu {
			z-index: 2;
		}
		.rnf p {
	color:#00a3d9;
	font-size: 16px;
	line-height: 22px;
}
.rnf i {
	font-size: 12px;
	line-height: 14px;
	width: 150px;
	display: block;
	color: #b5c0c2;
	font-style: normal;
}
		.header {
			height: 110px;
		}
	.rnf {
			display: none;
		}
		.content .lic {
			width:100%;
			text-align: center;
			margin:0 auto;
			}
		.content .lic img {
			max-width: 100%;
			width: auto !important;
			margin: 0 auto;
			height: auto;
		}
		.content .itemlist {
		width:100%;
		margin-right:0;}
			.simg {
	width:100%;
	padding:0 0 0 0px;
	margin-right:0%;
	display:inline-block;
	vertical-align:top;}

.sinf {
	width:100%;
	display:inline-block;
	vertical-align:top;}
		.content .cbtn {
	margin-top:5px;
	margin-bottom:10px;
	color:#eb4d29;
	float:none;
	text-decoration:none;
	border:1px solid #ffb5a4;
	border-radius:2px;
	display:block;
	padding:12px 0;
	margin-right:0;
	width:99%;
	min-width:99%;
	text-align:center;
		transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	}
		.middletn {
			display:none;}

		.content h1 {
			font-size:22px;
			margin-bottom:15px;}
	.logo {
	float:left;
	color:#322c27;
	text-decoration:none;
	font-size:16px;
	width: 70%;
	margin-top:35px;

	}
		.logo img {
			max-width: 100%;
			height: auto;
			margin: 0;
		}

.logo span {
	margin-top:18px;
	margin-left:0px;
		line-height:20px;
	display:inline-block;
	width:90%;
		font-weight:600;
	vertical-align:top;}	
	


.footer .rbix {
	float:left;
	clear:both;
	margin-top:10px;}
	
		}
		
			@media screen and (max-width: 375px) {
				
						

	
	.custom-file-upload {
  display:block;
  width:235px;
  font-size: 16px;
  margin:0 auto;
  margin-top: 0px;
  margin-bottom:30px;
}
.file-upload-input {
  width: 80px;
  color:#1e3685;
  font-size: 16px;
  padding: 10px 17px;
  border: none;
  border-top:2px solid #e0e0e0;
	border-left:2px solid #e0e0e0;
	border-bottom:2px solid #e0e0e0;
  background-color: #fff;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
  /* IE 9 Fix */
}
.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 14px 15px 13px 15px;
  border: none;
  margin-left: -1px;
  outline:none;
  background-color: #cccccc;font-family: 'Roboto', sans-serif;
  float: left;
  /* IE 9 Fix */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.znpes {
	text-align:center;
	margin:0 auto;
	clear:both;
	width:233px;
	}

	
		}
		
		@media screen and (max-width: 360px) {
			
			.telmob {
				right: 15px;
			}
			.logo {
    float: left;
    color: #322c27;
    text-decoration: none;
    font-size: 16px;
    width: 65%;
    margin-top: 37px;
}
			
}
			@media screen and (max-width: 320px) {
				.telmob {
    right: 55px;
}
				
				.logo {
    float: left;
    color: #322c27;
    text-decoration: none;
    font-size: 16px;
    width: 55%;
    margin-top: 40px;
}
				

				.bttns span {
					width:170px;
					font-size:16px;}
				.tapp span {
	font-size:10px;
	margin-bottom:15px;
	display: inline-block;
	float:left;
	color:#322c27;}
				.app {
	margin:0;
	width:240px;
	margin-bottom:20px;}
.apps {
	min-width:177px;
	width:177px !important;
	}
.bttns {
	width:252px;
	margin:0;
	text-align:left;
	margin-bottom:20px;
	}
.buttons {
	text-align:left;
	margin:0 auto;}
.footer .rbix {
	float:left;
	clear:both;
	margin-top:10px;}
				}
				
				
