
/*! start css: /html/css/reset.css */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
small, strike, strong, sub, sup, tt, var,
b, 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 css */
/*! start css: /html/css/main.css */
* {
    box-sizing: border-box;
    font-weight: normal;
}

body {
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #ecf1f5;
}

a {
    color: #e34234;
    text-decoration: none;
}

a:link {
    color: #e34234;
    text-decoration: none;
}

a:visited {
    color: #e34234;
}

a:hover {

}

a:active  {
    color: #e34234;
}

a img {
    border: none;
}

strong {
    font-weight: bold;
}


img {
    max-width: 100%;
    height: auto;
}

#header {
    background-color: #71b908;
    padding-top: 35px;
}

#footer {
    max-width: 1250px;
    margin: 30px auto;
    color: #020202;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #fcfdfd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #fcfdfd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #fcfdfd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #fcfdfd); /* Standard syntax */
    min-height: 65px;
    line-height: 65px;
}

.logo {
    display: flex;
    justify-content: center;
}

.logo img {
    vertical-align: middle;
    max-width: 139px;
    width: 100%;
    height: auto;
    padding: 18px 0 0 0;
}

.logo h2 {
    font-size: 3.4em;
    color: #ffa000;
    font-weight: bold;
    display: inline;
    text-shadow:-1px -1px 0 #748181, 1px -1px 0 #748181, -1px 1px 0 #748181, 1px 1px 0 #748181;
    padding-left: 20px; 
}

.slider {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 40px;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #fcfdfd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #fcfdfd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #fcfdfd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #fcfdfd); /* Standard syntax */
}

.threeboxes {
    max-width: 1250px;
    margin: 0 auto;
    padding: 30px 40px;
    background: #fcfdfd; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fcfdfd, #f6f8fa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fcfdfd, #f6f8fa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fcfdfd, #f6f8fa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fcfdfd, #f6f8fa); /* Standard syntax */
}

.info {
    max-width: 1250px;
    margin: 30px auto;
    padding: 30px 40px;
    background: #ffffff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #f6f8fa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #f6f8fa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #f6f8fa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #f6f8fa); /* Standard syntax */
}

.leftmenu ul {
    display: inline-block;
}

.leftmenu li {
    background-color: #e91546;
    border-bottom: 1px solid #fff;
    max-height: 49px;
    line-height: 49px;
    max-width: 270px;
    vertical-align: middle;
    list-style-image: url('assets/img/arrow.png');
}

.leftmenu li:last-child {
    border-bottom-right-radius:30px;
}

.leftmenu li > a {
    color: #ffffff;
    font-size: 2.0em;
    padding-left: 40px;
}

.leftmenu li:before {
    content: url('assets/img/arrow.png');
    position: relative;
    top: 3px;
    left: 20px;
}

.leftmenu li:hover {
    background-color: #ffa000;
}

.redbutton:after, .bluebutton:after, .orangebutton:after, .greenbutton:after {
    content: url('assets/img/arrow.png');
    position: relative;
    top: 5px;
    left: 10px;
}

.redbutton, .bluebutton, .orangebutton, .greenbutton {
    display: inline-block;
    width: 155px;
    line-height:45px;
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
    vertical-align: middle;
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}

.redbutton:hover, .bluebutton:hover, .orangebutton:hover, .greenbutton:hover {
    background-color: #ffa000;
}

.redbutton {
    background-color: #e91546;
}

.bluebutton {
    background-color: #1295d4;
	margin: 30px 0 10px 0;
}

.orangebutton {
    background-color: #fc6f22;
	margin: 22px 0 10px 0;
}

.greenbutton {
    background-color: #71b908;
	margin: 56px 0 10px 0;
}

.newsbutton:after {
    content: url('assets/img/arrow.png');
    position: relative;
    top: 5px;
    left: 10px;
}

.newsbutton {
    display: inline-block;
    width: 130px;
    line-height:45px;
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
    vertical-align: middle;
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    margin: 20px 0;
    background-color: #e91546;
}

.newsbutton:hover {
    background-color: #ffa000;
}

.first {
    padding: 0 15px 0 0;
}

.first h2 {
    background-color: #1295d4;
    font-size: 2.0em;
    color: #ffffff;
    border-bottom-right-radius:30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}

.first p, .second p, .third p {
    font-size: 1.6em;
    color: #0B0C0C;
    line-height: 20px;
    min-height: 310px;
    padding-top: 15px;
}

.second {
    padding: 0 15px;
}

.second h2 {
    background-color: #fc6f22;
    font-size: 2.0em;
    color: #ffffff;
    border-bottom-right-radius:30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}

.third {
    padding: 0 0 0 15px;
}

.third h2 {
    background-color: #71b908;
    font-size: 2.0em;
    color: #ffffff;
    border-bottom-right-radius:30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}

p.intro {
    color: #e91546;
    padding: 20px 0;
    line-height: 20px;
}

.program {
    padding: 0 15px 0 0;
}

.program h4 {
    font-size: 1.6em;
    color: #7b868f;
    padding-bottom: 20px;
}

.program time {
    font-size: 1.6em;
    color: #7b868f;
    font-weight: bold;
}

.program p {
    color: #e91546;
    font-size: 1.6em;
    padding-bottom: 30px;
}

.useful {
    padding: 0 15px;
}

.useful ul {
    display: block;
    vertical-align: middle;
}

.useful li {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #e0e8ed;
}

.useful li:last-child {
    border-bottom: none;
}

.useful li > a {
    color: #e91546;
    font-size: 1.6em;
    padding-left: 10px;
    font-weight: bold;
}

.useful li > a:hover {
    text-decoration: underline;
}

.useful li:before {
    content: url('assets/img/smallarrow.png');
    position: relative;
    top: 0px;
    left: 0px;
}

.newshome {
    padding: 0 0 0 15px;
}

.newshome img {

}

.newspic  {
    border: 1px solid #e91546;
    max-width: 110px;
    width: 100%;
    height: auto;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    -webkit-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
}

.newspic:hover {

    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

.singlenew {
    padding-bottom: 12px;
}

.singlenew  time {
    font-size: 1.6em;
    color: #7b868f;
}

.singlenew  h4  a {
    color: #e91546;
    font-size: 1.6em;
    text-decoration: underline;
}

.singlenew  h4  a:hover {
    text-decoration: none;
}



.program h3, .useful h3, .newshome  h3{
    color: #e91546;
    font-size: 2.8em;
    font-weight: bold;
    padding: 40px 0;
}

.textpage {
    font-size: 1.6em;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 40px;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #fcfdfd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #fcfdfd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #fcfdfd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #fcfdfd); /* Standard syntax */
}

.textpage p {
    padding: 0 0 8px 0;
    line-height: 24px;
    color: #111111;
}

.textpage h1 {
    padding: 20px 0;
    font-size: 2.0em;
    color: #9ab300;
}

.textpage h2 {
    padding: 16px 0;
    font-size: 1.4em;
    color: #e34234;
}

.textpage h3 {
    font-size: 1.4em;
    padding: 6px 0;
    color: #e34234;
}

.textpage h4 {
    font-size: 1.2em;
    padding: 6px 0;
    color: #000;
}

.textpage h5 {
    font-size: 1.2em;
    padding: 6px 0;
    color: #000;
}

.textpage ul {
    padding: 0 0 0 16px;
}

.textpage li {
    padding: 6px 0;
    list-style-type: circle;
    color: #e34234;
}

.textpage img {
    margin: 0 20px 20px 0;
    -webkit-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    border: 1px solid #fff;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.textpage img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    -webkit-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
}

.news {
    font-size: 1.6em;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 40px;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #fcfdfd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #fcfdfd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #fcfdfd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #fcfdfd); /* Standard syntax */
}

.news p {
    padding: 0 0 8px 0;
    line-height: 24px;
    color: #111111;
}

.news h1 {
    padding: 20px 0;
    font-size: 2.0em;
    color: #9ab300;
}

.news h2 {
    padding: 12px 0 8px 0;
    font-size: 1.4em;
    color: #e34234;
}

.news h2 > a {
    color: #e34234;
}

.news ul {
    padding: 0 0 0 16px;
}

.news li {
    padding: 6px 0;
    list-style-type: circle;
    color: #e34234;
}

.news img {
    margin: 0 10px 10px 0;
    -webkit-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    float: left;
    width: 200px;
    height: 200px;
    border: 1px solid #fff;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.news img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    -webkit-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
}

.singlenews {
    font-size: 1.6em;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 40px;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #fcfdfd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #fcfdfd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #fcfdfd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #fcfdfd); /* Standard syntax */
}

.singlenews p {
    padding: 0 0 8px 0;
    line-height: 24px;
    color: #111111;
}

.singlenews h1 {
    padding: 20px 0;
    font-size: 2.0em;
    color: #9ab300;
}

.singlenews h2 {
    padding: 10px 0;
    font-size: 1.6em;
    color: #e34234;
}

.singlenews h3 {
    font-size: 1.4em;
    padding: 6px 0;
    color: #e34234;
}

.singlenews h4 {
    font-size: 1.2em;
    padding: 6px 0;
    color: #000;
}

.singlenews h5 {
    font-size: 1.2em;
    padding: 6px 0;
    color: #000;
}

.singlenews h2 > a {
    color: #e34234;
}

.singlenews ul {
    padding: 0 0 0 36px;
}

.singlenews li {
    padding: 6px 0;
    list-style-type: none;
    color: #e34234;
}

.singlenews li > a {
    text-decoration: underline;
}

.singlenews li > a:hover {
    text-decoration: none;
}

.singlenews img {
    margin: 0 10px 10px 0;
    -webkit-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    border: 1px solid #fff;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.singlenews img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    zoom: 1;
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    -webkit-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
    box-shadow: 0px 0px 8px rgba(227, 66, 52, 1.0);
}

.contacts {
    font-size: 1.6em;
    padding: 20px 0;
    color: #e91546;
}

.contacts h1 {
    padding: 0 0 20px 0;
    font-size: 1.8em;
    color: #9ab300;
}

.contacts input {
    width:40%;
    display:block;
    border: 1px solid #fff;
    font-size: 1.2em;
    color: #000;
    background-color: #F0F0F0;
    padding: 5px;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    margin: 5px 0 10px 0;
    -webkit-box-shadow: 0px 0px 8px rgba(113, 185, 8, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(113, 185, 8, 1.0);
    box-shadow: 0px 0px 8px rgba(113, 185, 8, 1.0);

}

.contacts input:focus {
    color: #fff;
    border: 1px solid #fff;
    background-color: #71b908;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    -webkit-box-shadow: 0px 0px 8px rgba(113, 185, 8, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(113, 185, 8, 1.0);
    box-shadow: 0px 0px 8px rgba(113, 185, 8, 1.0);
}

.contacts label {
    font-size: 1.1em;
    padding: 0;
    margin: 0;
}

.contacts textarea {
    width:80%;
    display:block;
    border: 1px solid #fff;
    height: 200px;
    font-size: 1.2em;
    color: #000;
    background-color: #F0F0F0;
    padding: 5px;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    -webkit-box-shadow: 0px 0px 8px rgba(154, 179, 0, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(154, 179, 0, 1.0);
    box-shadow: 0px 0px 8px rgba(154, 179, 0, 1.0);
    margin: 5px 0 10px 0;
}

.contacts textarea:focus {
    color: #fff;
    border: 1px solid #fff;
    background-color: #9ab300;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
    -webkit-box-shadow: 0px 0px 8px rgba(154, 179, 0, 1.0);
    -moz-box-shadow: 0px 0px 8px rgba(154, 179, 0, 1.0);
    box-shadow: 0px 0px 8px rgba(154, 179, 0, 1.0);
}

.contacts p {
    padding: 0 0 10px 0;
    line-height: 30px;
}

.pagination {
    font-size: 1.5em;
    padding: 20px 0;
}

.pagination a {
    padding: 10px;
    color: #e91546;
}

.pagination a:hover {
    color: #71b908;
}

.active_tnt_link {
    padding: 10px;
    color: #71b908;
}

.activepage {
    color: #000;
    padding: 0 10px 0 0;
}

.gcategory {
    color: #999;
}

.green {
    background-color: #9ab300;
    min-height: 45px;
    line-height: 45px;
    text-align: right;
    font-size: 1.6em;
}

.green img {
    vertical-align: middle;
    margin-left: 2px;
}

.wrap {
    max-width: 1250px;
    margin: 0 auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    min-height: 220px;
    padding: 0 40px;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #eaf0f5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #eaf0f5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #eaf0f5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #eaf0f5); /* Standard syntax */
}

.google-maps {
    position: relative;
    padding-bottom: 280px;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

input.button {
    width: 200px;
    border-radius: 5px;
    color: #fff;
    background-color: #e91546;
    padding: 8px;
    font-size: 18px;
    line-height: 1.667;
    text-align: center;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;	
}

input.button:hover {
    background: #71b908;
    cursor: pointer;
}

.center {
    text-align: center;
}

.readmore {

}

#copyright {
    font-size: 1.6em;
    color: #7b868f;
    padding-left: 25px;
}

#design {
    float: right;
    font-size: 1.6em;
    padding-right: 25px;
}

#design a {
    color: #e91546;
}

.row:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.col-1 {
    width:8.33%;
    float:left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-2 {
    width:16.66%;
    float:left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-3 {
    width: 25%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-4 {
    width: 33.33%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-5 {
    width: 41.66%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-6 {
    width: 50%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-7 {
    width: 58.33%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-8 {
    width: 66.66%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;}

.col-9 {
    width: 75%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;}

.col-10 {
    width: 83.33%; float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-11 {
    width: 91.66%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.col-12 {
    width: 100%;
    float: left;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

@media only screen and (max-width: 1150px) {
    .leftmenu li > a {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 968px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }

    #header {
        padding: 0;
    }

    #footer {
        line-height: 20px;
    }

    .rslides_container {
        display: none;
    }

    .slider {
        padding: 0 10px 10px 10px;
    }

    .logo {
        display: inline;
    }

    .logo h2 {
        display: none;	
    }

    .logo img {
        text-align: center;
        display: block;
        margin: 0 auto;
        padding: 10px 0;
    }

    .leftmenu li {
        max-width: 100%;
    }

    .leftmenu li > a {
        font-size: 1.6em;
        padding-left: 40px;
    }

    .useful li > a {
        font-size: 1.4em;
    }

    .first, .second, .third {
        padding: 0;
    }

    .first h2, .second h2, .third  h2 {
        font-size: 1.6em;
    }

    .friends {
        height: 180px;
    }

    .friends article {
        padding: 5px;
        text-align: center;
    }

    .friends h1 {
        color: #b3a8ae;
        font-size: 2.0em;
        padding: 10px;
        text-align: center;
    }

    .friends span {
        color: #9ab300;
        font-size: 3.0em;
    }

    .info {
        padding: 0 10px;
    }

    .useful {
        padding: 0;
        margin: 0;
    }

    .newshome {
        padding: 0;
        margin: 0;
    }

    .threeboxes {
        padding: 0 10px;
    }

    .wrap {
        padding: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .textpage {
        text-align: left !important;
        padding: 0 10px;
    }

    .textpage p {
        text-align: left !important;
    }

    .textpage img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .news img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .contacts {
        padding: 10px;
    }

    .contacts  input{
        width: 100%;
    }

    .contacts  textarea{
        width: 100%;
    }

    .news {
        padding: 0 10px;
    }

    .singlenews {
        padding: 0 10px;
    }

    #copyright {
        font-size: 1.4em;
        padding: 0 5px;
    }
}
.threeboxes p{
    min-height: 0px;
}
.news-gallery{
    max-height: 300px;
    text-align: center;
}
.news-gallery img{
    max-height: 300px; 
}
.partners{
    text-align: center;
    max-width: 1250px;
    margin: 30px auto;
    padding: 30px 40px;
    background: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #f6f8fa);
    background: -o-linear-gradient(#ffffff, #f6f8fa);
    background: -moz-linear-gradient(#ffffff, #f6f8fa);
    background: linear-gradient(#ffffff, #f6f8fa);
} 
.flex-direction-nav{display: none;}
.home-partner-logo{
    max-width: 120px;
    max-height: 150px;
}
.partners h1{
      color: #e91546;
    font-size: 3.4em;
    font-weight: bold; 
}


/*! end css */
/*! start css: /html/css/menu.css */
#cssmenu,
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 98;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Arial, Helvetica, sans-serif;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 20px;
  font-size: 2.2em;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  background-color: #e34234;
  border-right: 1px solid #fff;
  border-bottom: 5px solid #ffa000;
}

#cssmenu > ul > li:last-child  > a {
	 border-right: none;
}

#cssmenu > ul > li:hover > a {
  color: #fff;
  background-color: #ffa000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 26px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #9ab300;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 23px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #9ab300;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: #9ab300;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #333333;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

a.active {
	background-color: #e91546 !important;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #73797d;
	font-size: 16px;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #333;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #e34234;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 24px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 4px solid #e34234;
    border-bottom: 4px solid #e34234;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    background: #e34234;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 6px;
    width: 19px;
    background: #e34234;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
	height: 6px;
    background: #e34234;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 56px;
    width: 56px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #9ab300;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 28px;
    right: 22px;
    width: 10px;
    height: 2px;
    display: block;
    background: #9ab300;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 24px;
    right: 26px;
    display: block;
    width: 2px;
    height: 10px;
    background: #9ab300;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}



/*! end css */
/*! start css: /html/css/slider.css */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  border-top-right-radius:30px;
  }
  
 .rslides_container {
  position: relative;
  float: left;
  width: 100%;
  } 
  
.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("assets/img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("assets/img/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }  


/*! end css */

.post-loop {
	margin-bottom: 20px;
}

.content {

}


/* WP */
.widget {
	margin-bottom: 20px;
}

.widget-title {

}

.widget ul {

}

.widget li {

}

.widget a {

}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}