*, :focus {
    outline: -webkit-focus-ring-color none 0;
}
body {
    background: #ffffff none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #6d6d6d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
}
body.tmpl-component {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-align: center;
    padding: 0;
    min-width: 0;
}
body.scroll-no.device-mobile-yes, body.scroll-no.device-table-yes {
    overflow: hidden;
}
#overlay-layer.active {
    z-index: 10002;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.alert-danger, .alert-error {
  background-color: #fff;
  border-color: #fff;
  color: #b94a48;
}
div#system-message-container {
    padding: 25px;
}
.tmpl-component div#system-message-container {
    padding: 0;
}
#system-message-container .alert .close {
  display: none;
}
#system-message-container h4.alert-heading {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    margin: 0 auto 20px;
}
#system-message-container .alert-message {
    color:  #000000;
    font-size: 16px;
    text-align: center;
}
#system {
	display: none;
}
.alert-message a.btn {
    width: 200px;
    margin: 15px auto 0;
    padding: 0;
}

img {
	max-width: 100%;
	max-height: 100%;
}
h1, p.h1 {
    font-size: 20px;
    color: #465355;
    padding: 0;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 20px;
}
h2, p.h2 {
    font-size: 20px;
    color: #465355;
    padding: 0;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 20px;
}
h3, p.h3 {
    font-size: 18px;
    color: #465355;
    padding: 0;
    font-weight: bold;
    line-height: 24px;
	text-align: left;
    text-transform: uppercase;
	margin: 0 0 20px;
}
h4, p.h4 {
	color:  #465355;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	padding: 0;
	margin: 0 0 15px;
	text-align: left;
}
h5, p.h5 {
    color: #465355;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 15px;
	padding: 0;
	text-align: left;
	font-style: italic;

	}
h6, p.h6, ol > li.h6 {
    color: #465355;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px;
	padding: 0;
	text-align: left;
}
p {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
}
ul {
	margin: 0;
	padding: 0;
}
.article-body ul {
    list-style-position: outside;
    list-style-type: square;
    padding: 0 0 0 15px;
    margin: 10px 0 10px 0px;
}
.article-body li {
    padding: 0;
    line-height: 18px;
    margin: 0;
}
a, .page-header a{
	color: #00e0f0;
    text-decoration: none;
    outline: none;
	transition: background-color 300ms ease, color 300ms ease;
	-moz-transition: background-color 300ms ease, color 300ms ease;
	-webkit-transition: background-color 300ms ease, color 300ms ease;   
}
a:active, a:visited, a:focus{
  color: #00e0f0;  
  border: none;
}
a:hover, .page-header a:hover{
  color: #6C8185;
  text-decoration: none;  
}
a.switcher {
	display: none;
}
a.menu-toggler {
    display: none;
}
.popover {
    background: #f6f6f6;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    width: 20%;
    padding: 15px;
}
h3.popover-title {
    color: #000;
    font-size: 16px;
    text-align: left;
    margin: 0 0 10px;
    font-weight: 500;
}
.popover .arrow {
    position: absolute;
    left: -20px;
    top: calc(50% - 10px);
    background: transparent;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent #f6f6f6 transparent transparent;
    border-style: solid;
}
a#back-top {
    font-weight: bold;
    line-height: 40px;
    bottom: 20px;
    right: 20px;
    background: #00e0f0;
    width: 46px;
    height: 46px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    position: fixed;
}
#overlay-layer.active {
    z-index: 30000000002;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.filter-wrap {
    margin-bottom: 40px;
}
.control-group {
    margin-bottom: 15px;
}
.control-label {
    margin-bottom: 10px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #f3f3f3 !important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #fff;
}
sub {
    bottom: 0.25em;
}
.btn, a.btn, input.btn, button.btn {
    background: #f6f6f6;
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 50px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
}
.btn:hover, a.btn:hover, input.btn:hover, button.btn:hover {
	color: #000000;
    background: #d0d0d0;
	box-shadow: none;
	border: 1px solid #d0d0d0;
	background-position: 0 0;

}
.btn.btn-primary, a.btn.btn-primary, input.btn.btn-primary, button.btn.btn-primary {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 40px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    text-shadow: none;
    font-weight: normal;
}
.btn.btn-primary:hover, a.btn.btn-primary:hover, input.btn.btn-primary:hover, button.btn.btn-primary:hover {
	color: #ffffff;
    background: #2c2c2c;
	border: 1px solid #2c2c2c;
	box-shadow: none;
	background-position: 0 0;

}
.btn-1, a.btn-1, input.btn-1, button.btn-1 {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding: 0 40px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    text-shadow: none;
    font-weight: normal;
}
.btn-1:hover, a.btn-1:hover, input.btn-1:hover, button.btn-1:hover {
	color: #000000;
    background: #ffffff;
	box-shadow: none;
	border: 1px solid #000000;
	background-position: 0 0;

}
textarea, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #000000;
    height: 32px;
    line-height: 32px;
    padding: 2px 0 2px 15px;
    text-shadow: none;
    font-style: italic;
    width: 100%;
}
textarea {
    line-height: 19px;
	font-size: 15px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
	border-color: #000;
}
textarea.required.invalid, input.required.invalid, input.fielderror[type="text"], input.fielderror[type="password"], input.fielderror[type="email"], textarea.fielderror {
  border-color: #f00;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.navigation {
    margin: 0 0 50px;
    padding: 0 0 10px;
}
.breadcrumb {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.breadcrumb > li {
    display: inline-block;
    float: left;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.breadcrumb > li > a, .breadcrumb > li > span {
    box-sizing: border-box;
    color: #000000;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0 5px 0 0;
    vertical-align: middle;
    white-space: nowrap;
}
.breadcrumb > li > a:hover {
	color: #6f6f6f;
}
span.divider:after {
    content: "\e055";
    font-family: onlinewebfonts;
    font-size: 12px;
}
.breadcrumb > li:first-child {
	display: none;
}

/*пагинация*/
.pagination {
    text-align: center;
}
.pagination > ul , .pagination_top > ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.pagination > ul:after, .pagination_top > ul:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.pagination > ul > li, .pagination_top > ul > li {
    display: inline-block;
    float: left;
    margin: 0 1px;
}
.pagination > ul > li > span, .pagination > ul > li > a,
.pagination_top > ul > li > span, .pagination_top > ul > li > a {
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
    line-height: 30px;
    font-weight: 400;
    width: 30px;
    height: 30px;
    background: #f6f6f6;
}
.pagination .pagination-next > a, .pagination .pagination-prev > a,
.pagination_top .pagination-next > a, .pagination_top .pagination-prev > a,
.pagination > ul > li.pagination-start > a, .pagination > ul > li.pagination-end > a,
.pagination_top > ul > li.pagination-start > a, .pagination_top > ul > li.pagination-end > a {
    font-family: onlinewebfonts;
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    font-weight: bold;
    background: #f6f6f6;
}
.pagination-next > a:after, .pagination-next > a:after {
    content: "\e04f";
}
.pagination-prev > a:after, .pagination-prev > a:after {
    content: "\e052";
}
.pagination > ul > li.pagination-start > a:after, .pagination_top > ul > li.pagination-start > a:after  {
	content: "\e09e";
	font-weight: normal;
}
.pagination > ul > li.pagination-end > a:after, .pagination_top > ul > li.pagination-end > a:after  {
	content: "\e09d";
	font-weight: normal;
}

.pagination > ul > li > a:hover, .pagination > ul > li > span,
.pagination_top > ul > li > a:hover, .pagination_top > ul > li > span {
    color: #fff;
    background: #000;
}
.pagination > ul > li.pagination-prev > span, .pagination > ul > li.pagination-next > span,
.pagination_top > ul > li.pagination-prev > span, .pagination_top > ul > li.pagination-next > span,
.pagination > ul > li.pagination-start > span, .pagination_top > ul > li.pagination-start > span,
.pagination_top > ul > li.pagination-end > span, .pagination > ul > li.pagination-end > span {
  display: none;
}

/*header*/
#header {
    border-top: 8px solid #455354;
}
.header-top-line {
    background: #72878C;
    padding: 40px 0 0 0;
}
.logo {
    float: left;
    width: 50%;
    text-align: left;
    margin: 0 0 10px;
    padding-left: 10px;
}
.header-phone {
    float: right;
    width: 50%;
    text-align: right;
    padding: 48px 0 0;
}
.header-phone i {
    font-size: 28px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    color: #455354;
}
.header-phone a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: .6px;
}

/*menu*/
.main-menu {
	width: 100%;
	margin: auto;
	max-width: 940px;
}
.main-menu ul.menu {
    margin: 0;
    padding: 0;
}
.main-menu ul.menu li {
    position: relative;
    list-style: none;
    width: 156px;
    display: inline;
    float: left;
    vertical-align: bottom;
    height: 100px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.main-menu ul.menu li {
    position: relative;
    list-style: none;
    width: 16.666666%;
    display: inline;
    float: left;
    vertical-align: bottom;
    height: 100px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.main-menu ul.menu li:first-child {
    border-left: none;
    border-top: 1px solid #fff;
}
.main-menu ul.menu > li > a {
    color: #465355;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    display: inline;
    float: left;
    text-align: center;
    text-transform: uppercase;
    border-left: 0;
    width: 100%;
    background-color: #F1F2F3;
    height: 98px;
    line-height: 100px;
    padding: 2px 0 0 0;
    position: relative;
}
.main-menu ul.menu > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
	background-color: #ccc;
	
}
.main-menu ul.menu > li > a:hover, .main-menu ul.menu > li.active > a {
    color: #fff;
    background: #00e0f0;
}
.main-menu ul.menu > li > a:hover::before, .main-menu ul.menu > li.active > a:before {
	display: none;
}
/*banner*/
.banner  {
    margin: 10px 0 0;
}
.m_banner {
    width: 100%;
    margin: auto;
	background: #72878C;
}
.m_banner .vt_nivo_slider {
    width: 940px;
    margin: auto;
}
.banner .box-container {
    border-top: 8px solid #667a7b;
}
.theme-default .nivoSlider {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 423px;
	width: 630px;
    margin: 0;
	overflow: visible;
}
.nivo-caption {
    position: absolute;
    bottom: 0px;
    color: #8e9498;
    z-index: 8;
    opacity: 1;
    right: -310px;
    top: 0;
    background: #00e0f0;
    width: 310px;
    padding: 130px 65px 0 65px;
    height: 100%;
    z-index: 10;
    left: auto;
}
.nivo-caption .nivo-heading {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.theme-default .nivo-caption a.readmore_slider {
    background: #4debf5;
    color: #fff;
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    display: block;
    text-decoration: none;
    float: left;
    text-align: left;
    text-transform: none;
    padding: 0 19px;
    text-transform: uppercase;
    font-style: normal;
    border-bottom: none;
    margin-top: 24px;
	font-weight: normal;
}
.theme-default .nivo-caption a.readmore_slider:hover  {
    background: #f3f3f3;
    color: #222;
	border: none;
}
.slider-wrapper.theme-default {
    position: relative;
}
.theme-default .nivo-controlNav {
    position: absolute;
    margin-left: 0px;
    background: none;
    padding: 20px 12px;
    left: 6px;
    bottom: 8px;
}
.theme-default .nivo-controlNav a {
    display: inline-block;
    color: #fff;
    width: 22px;
    height: 22px;
    text-indent: 0;
    border: 0;
    margin-bottom: 0;
    margin-right: 6px;
    padding: 3px 6px;
    background: none;
	background-color: #55676b;
}
.theme-default .nivo-controlNav a.active, .theme-default .nivo-controlNav a:hover {
    background: none;
	background-color: #00ccf1;
}
.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

/*center*/

.center-1 {
	padding: 50px 0 0;
}
.center-1 .newsflash {
    border-bottom: 8px solid #ebedee;
    padding: 0 0 45px;
}
.center-1 .newsflash ul {
    display: block;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
}
.center-1 .newsflash ul li {
    float: left;
    width: 25%;
    display: block;
    padding: 0 10px 30px 10px;
    position: relative;
}
.center-1 .newsflash .newsflash-title {
    font-size: 18px;
    color: #465355;
    padding: 0 0 8px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebedee;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
    min-height: 53px;
}
.center-1 .newsflash .newsflash-text {
    font-size: 12px;
    line-height: 20px;
}
.center-1 .newsflash a.readmore {
    display: block;
    position: absolute;
    bottom: 6px;
    left: 10px;
    font-style: italic;
    text-decoration: underline;
}

/*content*/
span.br {
    display: block;
}
.content {
    padding: 40px 0 50px;
}

.article-body::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.article-body .img-float-left {
    float: left;
    margin: 0 25px 15px 0;
}
.article-body .img-float-right {
    float: right;
    margin: 0 0 15px 25px;
}
.tmp_left_menu .article-body, .tmp_left_menu  .category-desc {
    background: #f2f4f3;
    padding: 35px;
}
.tmp_left_menu .left-col {
    float: left;
    width: 40%;
    padding: 0 40px 0 0;
}
.tmp_left_menu .right-col {
    float: left;
    width: 60%;
}
.tmpl_preparati .page-header h1,  .tmp_left_menu  .category-desc .page-header h1 {
    color: #3fe0f2;
}
.tmp_left_menu.stati .block-intro {
    margin: 0;
    border: 1px solid #d8d8d8;
    padding: 30px;
    color: #6c8185;
    background-color: #6d8287;
}
.tmp_left_menu.stati .block-intro .block-intro-img {
    text-align: center;
    margin: 0 0 15px;
}
.tmp_left_menu.stati .block-intro .block-intro-img img {
    border: 1px solid #d8d8d8;
}
.tmp_left_menu.stati .block-intro .block-intro-text {
	text-align: left;
	color: #fff;
}

.blog.tmp_one_column .item {
    float: left;
    width: 33.333333%;
    padding: 10px;
}
.blog.tmp_one_column .one-col {
    margin-right: -10px;
    margin-left: -10px;
}
.blog.tmp_one_column .item-wrap {
    border: 1px solid #d8d8d8;
    text-align: center;
    padding: 29px 29px 8px 29px;
    height: 100%;
}
.blog.tmp_one_column .item-wrap:hover {
    background: #6d8286;
    color: #fff;
}
.blog.tmp_one_column .item-wrap:hover .readmore-link {
	color: #fff;
}
.blog.tmp_one_column .item-image {
    margin: 0 0 15px;
}
.blog.tmp_one_column .item-image img {
    border: 1px solid #d8d8d8;
}
.blog.tmp_one_column .item-text {
	text-align: left;
    margin: 0 0 15px;
}
.adress-span {
    margin: 0 0 25px;
}
.adress-span p {
    font-size: 13px;
    margin: 0 0 3px;
}
.name-span p {
    font-size: 16px;
    margin: 0 0 3px;
}

.readmore {
	text-align: right;
}
.readmore-link {
    font-style: italic;
    text-decoration: underline;
    font-size: 12px;
}
.left-modul p.h3 {
    line-height: 20px;
    font-size: 16px;
}
.left-modul ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.left-modul ul.menu li {
    list-style: none;
	padding: 0 0 0 15px;
}
.left-modul ul.menu li.parent {
    list-style: none;
    padding: 20px 0 0 0;
}
.left-modul ul.menu li span {
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.left-modul ul.menu li a {
    color: #000;
}
.left-modul ul.menu .nav-child li.active a, .left-modul ul.menu li a:hover {
    color: #00ccf0;
}

table {
    border-collapse: collapse;
    margin: 20px 0 15px;
}
tr, td {
    padding: 5px;
    vertical-align: top;
}
td {
    border: 1px solid #6d6d6d;
}
/*contact form*/
p.h2.margin-l {
    margin-left: 110px;
}
.pweb-labels-inline form.pwebcontact-form .pweb-field-container {
    margin-bottom: 30px;
}
.pweb-labels-inline form.pwebcontact-form .pweb-label {
    clear: both;
    float: left;
    width: 90px;
    text-align: right;
    margin-right: 15px;
    font-size: 14px;
}
.pweb-bg-white form.pwebcontact-form label, .pweb-bg-white form.pwebcontact-form .pweb-separator-text, .pweb-bg-white form.pwebcontact-form .pweb-msg, .pweb-bg-white form.pwebcontact-form .pweb-chars-counter, .pweb-bg-white form.pwebcontact-form .pweb-uploader, .pweb-bg-white .pwebcontact-box .pweb-dropzone {
    color: #6d6d6d;
}
.pweb-form-blue form.pwebcontact-form input.pweb-input, .pweb-form-blue form.pwebcontact-form select, .pweb-form-blue form.pwebcontact-form textarea {
    background: #f0f1f2;
    color: #6d6d6d;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 5px;
    margin: 0;
}
.pweb-form-blue form.pwebcontact-form input.pweb-input:focus, .pweb-form-blue form.pwebcontact-form select:focus, .pweb-form-blue form.pwebcontact-form textarea:focus {
    border-color: #c0c0c0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.pweb-form-blue form.pwebcontact-form input.invalid.pweb-input, .pweb-form-blue form.pwebcontact-form select.invalid, .pweb-form-blue form.pwebcontact-form textarea.invalid {
    border-color: #f00 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
form.pwebcontact-form .pweb-field-container.pweb-field-buttons {
    text-align: right;
}
.pweb-form-blue form.pwebcontact-form button, .pweb-form-blue form.pwebcontact-form .btn {
    color: #fff !important;
    text-shadow: none;
    border: none;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 0px 10px 0;
    background: #1cd7ff;
    display: inline-block;
    margin-top: 5px;
    text-transform: uppercase;
}
.pweb-form-blue form.pwebcontact-form button:hover, .pweb-form-blue form.pwebcontact-form .btn:hover {
    background-color: #465355;
	color: #fff;
}
.pweb-alert {
    position: fixed;
    z-index: 1060;
    top: 10%;
    left: 0;
    width: 80%;
    max-height: 400px;
    margin: auto;
    overflow: auto;
    background-color: #fcf8e3;
    -moz-box-shadow: 0 0 5px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0, 0.2);
    box-shadow: 0 0 5px rgba(0,0,0, 0.2);
    right: 0;
    max-width: 500px;
}
.pweb-alert.alert {
    padding: 20px 35px 20px 14px;
    margin-bottom: 20px;
    text-shadow: none;
    background-color: #fff;
    border: 1px solid #1cd7ff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pweb-alert.alert-success {
    color: #1cd7ff;
    background-color: #fff;
    border-color: #1cd7ff;
}

/*bottom*/
.bottom-1 .moduletable {
    margin: 0 0 50px;
    border-top: 8px solid #EBEDEE;
    padding: 50px 0 0;
}
.bottom-1 p.h2 {
    text-align: left;
    margin-bottom: 50px;
}
.bottom-1 .video_box_container {
    width: 700px;
    margin: auto;
    position: relative;
    height: 315px;
}
.bottom-1 .video_prew, .video_next {
    height: 100%;
    width: 64px;
    position: absolute;
    text-align: center;
    color: #fff;
	left: 0;
	top: 0;
}
.bottom-1 .video_next {
    right: 0;
    left: auto;
}
.bottom-1 .video_prew a, .video_next a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    background: #00e0f0;
    position: relative;
}
.bottom-1 .video_prew a i, .video_next a i {
    vertical-align: middle;
    font-size: 32px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    line-height: 32px;
    left: 0;
    right: 0;
    vertical-align: middle;
}
.bottom-1 div#video_box {
    width: 100%;
    padding: 0 64px;
    height: 100%;
}
.bottom-1 iframe#video1 {
    border: none;
    width: 100%;
    height: 100%;
    display: block;
}

/*footer*/
footer#footer {
    background: #ebedee;
    width: 100%;
    margin: auto;
    color: #bbb;
    padding: 0 0 15px 0;
}
.footer-menu {
    border-top: 8px solid #d3d5d6;
}
.footer-menu ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}
.footer-menu ul li {
    list-style: none outside none;
    margin: 0;
    padding: 40px 0 0 10px;
    float: left;
    width: 16.666666%;
}
.footer-menu ul li:first-child {
	padding-left: 0;
}
.footer-menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #9eabad;
    font-size: 12px;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #DBDDDE;
    padding: 6px 0 3px 9px;
}
.footer-menu ul li:hover a, .footer-menu ul li.active a {
    color: #fff;
	background: #00e0f0;
}
.footer-middle {
    padding: 60px 0 0;
	font-size: 13px;
}
.footer-1 {
    float: left;
}
.footer-2 {
    float: right;
    width: 220px;
}
.footer-bottom {
    padding: 30px 0 0;
	font-size: 13px;
	text-align: right;
}
.copyright {
    float: right;
    width: 220px;
    text-align: left;
}
a.m_call_button {
    position: fixed;
    bottom: 22px;
    left: 15px;
    background: #00e0f0;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 31px;
	z-index: 3000000;
}


/*----------------------------------------------------------------------------------------*/
/*-----------------------------------------media------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
@media (min-width: 1600px) {
	
}

@media (min-width: 1360px) {
 
}

@media (min-width: 1280px) {
 
}

@media (min-width: 1024px) {
 
}

@media (max-width: 1680px) {

}

@media (max-width: 1599px) {
	
}

@media (max-width: 1359px) {
	
}

@media (max-width: 1279px) {
	
}

@media (max-width: 1024px) {
	
}

@media (max-width: 989px) {
	
	p.h2.margin-l {
		margin-left: 0;
	}
	.m_banner {
		margin: 0;
		background: #72878C;
		padding: 10px 0 0;
		width: 100%;
		max-width: 100%;
	}
	.m_banner .vt_nivo_slider {
		width: 100%;
		margin: auto;
	}
	.m_banner .banner .box-container {
		border-top: none;
		padding: 0;
	}
	.m_banner .theme-default .nivoSlider {
		height: auto;
		padding-right: 0;
		margin: 0;
		width: 100%;
	}
	.m_banner .theme-default .nivo-controlNav {
		padding: 20px 12px;
		left: 6px;
		bottom: 147px;
		top: auto;
	}
	.m_banner .nivo-caption {
		position: relative;
		bottom: 0px;
		z-index: 8;
		opacity: 1;
		right: 0;
		top: 0;
		background: #00e0f0;
		width: 100%;
		padding: 20px;
		height: 100%;
		z-index: 10;
		left: auto;
	}
	.m_banner .nivo-caption .nivo-heading {
		font-size: 18px;
		line-height: 22px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.center-1 .newsflash ul li {
		width: 50%;
		margin-bottom: 30px;
	}
	.center-1 .newsflash .newsflash-title {
		min-height: 0;
	}
	.blog.tmp_one_column .item {
		width: 50%;
	}
	
}

@media (max-width: 767px) {
	body {
		padding-top: 54px;
	}
	#header {
		border-top: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 30000000003;
	}
	div#main-menu {
		position: fixed;
		left: 0;
		top: 54px;
		width: 0px;
		overflow: hidden;
		z-index: 30000000003;
	}
	div#main-menu.open {
		width: 100%;
		/*max-width: 415px;*/
		background: #fff;
		height: 100vh;
		transition: width 300ms ease;
		-moz-transition: width 300ms ease;
		-webkit-transition: width 300ms ease;
	}
	a.menu-toggler {
		float: left;
		font-size: 35px;
		color: #fff;
		margin: 0 35px 0 0;
		line-height: 38px;
		width: 30px;
		display: block;
	}
	a.menu-toggler:before {
		content: "\f0c9";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	a.menu-toggler.open:before {
		content: "\f00d";
	}
	a.sidebar-close {
		padding: 0 15px;
		color: #fff;
		font-size: 37px;
		line-height: 53px;
		display: block;
		border-bottom: 1px solid #ccc;
		background: #72878C;
	}
	a.header-phone-button {
		float: right;
		font-size: 28px;
		color: #72878C;
		margin: 0;
		line-height: 39px;
		background: #fff;
		border-radius: 50%;
		display: block;
		width: 36px;
		height: 36px;
		text-align: center;
	}
	.m_header .header-phone {
		position: fixed;
		right: 0;
		top: 54px;
		background: #fff;
		padding: 12px 0;
		width: 0;
		overflow: hidden;
		   transition: width 300ms ease;
		-moz-transition: width 300ms ease;
		-webkit-transition: width 300ms ease;
	}
	.m_header .header-phone.open {
		width: 257px;
	}
	.m_header .header-phone a {
		color: #72878C;
		padding: 0 20px;
		vertical-align: middle;
		line-height: 28px;
		height: 30px;
		overflow: hidden;
		display: block;
	}
	.m_header .header-phone i {
		font-size: 28px;
		vertical-align: middle;
		margin: 0 5px 0 0;
		color: #00e0f0;
		line-height: 28px;
	}
	.header-top-line {
		padding: 8px 0 0;
	}
	.logo {
		float: left;
		width: auto;
		text-align: left;
		margin: 0;
		max-width: 214px;
	}
	.m-header-phone {
		text-align: center;
		border-bottom: 2px solid #ccc;
	}
	.m-header-phone i {
		font-size: 37px;
		vertical-align: middle;
		margin: 0 10px 0 0;
		color: #00e0f0;
		line-height: 60px;
	}
	.m-header-phone a {
		color: #6d6d6d;
		font-family: 'Oswald', sans-serif;
		font-size: 24px;
		font-weight: 400;
		line-height: 60px;
		vertical-align: middle;
		display: block;
	}
	.main-menu > div {
		padding: 0px 0 25px;
		height: calc(100% - 54px);
		overflow-y: auto;
	}
	.main-menu ul.menu li, .main-menu ul.menu li:first-child {
		width: 100%;
		display: block;
		float: none;
		height: auto;
		border-left: none;
		border-top: none;
		border-bottom: 2px solid #ccc;
	}
	.main-menu ul.menu > li > a:before {
		display: none;
	}
	.main-menu ul.menu > li > a {
		font-size: 16px;
		font-weight: bold;
		display: block;
		float: none;
		width: 100%;
		height: auto;
		line-height: 60px;
		padding: 0;
		background-color: #fff;
	}
	.main-menu ul.menu > li > a:hover {
		background: #fff;
		color: #465355;
	}
	.m_banner {
		padding: 0;
	}
	.tmp_left_menu .left-col {
		float: none;
		width: 100%;
		padding: 0;
	}
	.tmp_left_menu .right-col {
		float: none;
		width: 100%;
	}
	.tmp_left_menu .left-modul {
		max-height: 0;
		overflow: hidden;
		transition: max-height 500ms ease;
		-moz-transition: max-height 500ms ease;
		-webkit-transition: max-height 500ms ease;
	}
	.tmp_left_menu .left-modul.open {
		max-height: 3000px;
		overflow: hidden;
	}
	.tmp_left_menu .left-modul .moduletable {
		padding: 0 0 30px;
	}
	a.left-menu-toggler {
		display: block;
		color: #6d6d6d;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: bold;
		padding: 0 20px;
		border: 1px solid #ccc;
		line-height: 56px;
		margin-bottom: 30px;
	}
	a.left-menu-toggler i {
		color: #3fe0f2;
		margin-right: 20px;
		font-size: 19px;
		line-height: 56px;
	}
	.left-modul ul.menu li {
		margin: 10px 0;
	}
	.left-modul ul.menu li a {
		font-size: 16px;
	}
	.blog.tmp_one_column .item {
		float: none;
		width: 100%;
	}
	.readmore {
		text-align: left;
	}
	.article-body .img-float-right, .article-body .img-float-left {
		float: none;
		margin: 15px 0;
	}
	.center-1 .newsflash ul li {
		width: 100%;
		float: none;
	}
	.bottom-1 .video_box_container {
		width: 100%;
		height: 315px;
	}
	.bottom-1 div#video_box {
		padding: 0 0 64px;
	}
	.bottom-1 .video_prew, .video_next {
		height: 64px;
		width: 50%;
		top: auto;
		bottom: 0;
		border-top: 2px solid #fff;
	}
	.video_prew {
		border-right: 1px solid #fff;
	}
	.video_next {
		border-left: 1px solid #fff;
	}
	.bottom-1 .video_prew a i, .video_next a i {
		top: auto;
		margin-top: 0;
		line-height: 64px;
	}
	.footer-top {
		display: none;
	}
	.footer-1 {
		float: none;
		margin-bottom: 20px;
	}
	.footer-2 {
		float: none;
	}
	.footer-bottom {
		text-align: left;
	}
		.copyright {
		float: none;
		width: auto;
		text-align: left;
	}
}

@media (max-width: 480px) {
	td {
		display: block;
	}
	a.menu-toggler {
		line-height: 38px;
		margin: 0 18px 0 0;
	}
	.header-top-line {
		padding: 8px 0;
	}
	.logo {
		float: left;
		width: auto;
		text-align: left;
		max-width: 165px;
		margin: 0;
	}
	h1, p.h1, h2, p.h2 {
		font-size: 19px;
	}
	.tmp_left_menu .article-body, .tmp_left_menu .category-desc {
		padding: 35px 15px;
	}
	.pweb-labels-inline form.pwebcontact-form .pweb-field-container {
		margin-bottom: 12px;
	}
	.pweb-labels-inline form.pwebcontact-form .pweb-label {
		float: none;
		width: auto;
		text-align: left;
	}
	.m_banner .nivo-caption {
		height: 147px;
	}
	.m_banner .theme-default .nivo-controlNav {
		bottom: 147px;
	}
}

@media (max-width: 376px) {
	
}

@media (max-width: 320px) {
	
}

}	
 


 
 
 
 
  