#body_cont{max-width:1170px; margin:0 auto; background:#FFF;}
.clear{clear:both;}
.col-1,
.col-2,
.col-2i,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 26.666666666666664%;
}
.col-2i {
  width: 20%;
}
.col-3 {
  width: 25%;
}
footer .col-3 {
  width: 30%; margin-right:5%;
}
.col-4 {
  width: 30.33333333333333%;
  margin:0 1.5%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
/* Reset Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
background: rgba(226,226,226,1);
background: -moz-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(204,204,204,1) 42%, rgba(219,219,219,1) 46%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(42%, rgba(204,204,204,1)), color-stop(46%, rgba(219,219,219,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(204,204,204,1) 42%, rgba(219,219,219,1) 46%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(204,204,204,1) 42%, rgba(219,219,219,1) 46%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(204,204,204,1) 42%, rgba(219,219,219,1) 46%, rgba(254,254,254,1) 100%);
background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(204,204,204,1) 42%, rgba(219,219,219,1) 46%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );	
	
	
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #c4c5c7;
  height: 25px;
  font-size: 12px;
  padding: 5px;
  color: #5f6062;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: none;
}
/* Float & Align
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.float-left {
  float: left  !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/* Clearfix
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
/* Links
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* Typography
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Framework TYPO
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.story {
  line-height: 1.5;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: none;
}
.story table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.story table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th {
  font-weight: bold;
}
.story pre,
.story code {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 15px 10px 0px;
}
.story address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story blockquote {
  font-style: italic;
  border-left: 2px dotted #9b9b9b;
  padding-left: 15px;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story .wp-caption {
  box-shadow: 1px 1px 2px #bebebe;
  width: auto;
}
.story .wp-caption p.wp-caption-text {
  background: #ffffff;
  text-align: center;
  color: #a1a1a1!important;
  margin: 0!important;
}
.story dl {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 20px 10px 0px;
}
.story dl dt {
  width: 150px;
  float: left;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-transform: uppercase;
}
.story dl dd {
  margin-left: 160px;
  margin-bottom: 10px;
  line-height: 18px;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* Flexslider Default Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.flexslider {
  position: relative;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  position: relative;
}
/* Clearfix for the .slides element
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* Fonts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.center {
  margin: 0 auto;
  padding: 0 5%;
}
html {
  overflow-x: hidden;
}
/* Header
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
header.top {
  width: 100%;
  height: 50px;
  background-color: #2C759E;
}
header.top .time {
  line-height: 50px;
  color: #fff;
  font-size: 12px;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
  float: left;
}
header.top .right {
  float: right;
  background:#236e96;
  
}
header.top .right .block {
  height: 50px;
  float: left;
}
header.top .right .social {
  border-left: 1px solid #17628a;
  border-right: 1px solid #17628a;
}
header.top .right .social .share span{
  margin-left: 10px;
}
header.top .right .social a {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  line-height: 50px;
  margin: 0 20px;
}
header.top .right .social a:hover {
  color: #B4CB9F;
}
header.top .right .lang-e {
  border-right: 1px solid #17628a;
}
header.top .right .lang-e a {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 700;
  font-size: 12px;
  color: #fde200;
  line-height: 50px;
  margin: 0 20px;
  text-transform: uppercase;
}
header.top .right .lang-e a:hover {
  color: #ff7e69;
}
header.top .right .lang-n {
  border-right: 1px solid #17628a;
  line-height: 50px;
  color: #fff;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 700;
  font-size: 12px;
  padding: 0 9px;
}
header.top .right .search {
  border-right: 1px solid #17628a;
}
header.top .right .search form {
  height: 50px;
  position: relative;
  margin:0 20px;
}
header.top .right .search input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 27px;
  width: 179px;
  margin: 0 9px;
  border: 0;
  background-color: #2C759E;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 11px;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  padding-right: 20px;
}
header.top .right .search input[type='search']::-webkit-search-cancel-button {
  display: none;
}
header.top .right .search input[type="search"]::-ms-clear {
  display: none;
}
header.top .right .search input[type='submit'] {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  background: url("images/search.png") no-repeat center;
}
/* Header
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
header.main {
  width: 100%;
  background: #fff;
  margin: 10px 0;
}
header.main .center {
  height: 98px;
  position: relative;
  width:85%;
}
header.main .logo {
  position: absolute;
  background: url("images/logo.png") no-repeat center;
  width: 33%;
  height: 87px;
  left: 0;
  margin-top:10px;
}
header.main .logo a {
  width: 100%;
  height: 100%;
  display: block;
}
header.main nav {
  position: absolute;
  height: 33px;
  right: 0;
  top: 50%;
  margin-top: -16px;
}
header.main nav > ul > li {
  display: inline-block;
  position: relative;
}
header.main nav > ul > li > a {
  display: block;
  font-family: 'PT Sans', 'sans-serif';
  font-size: 15px;
  color: #38383f;
  line-height: 31px;
  text-align: center;
  padding: 0 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header.main nav > ul > li:hover > a,
header.main nav > ul > li.active > a {
  color: #fff;
  background: #f65339;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 -2px 0 0 #d8422a;
}
header.main nav > ul > li:hover > ul {
  display: block;
}
header.main nav > ul > li ul {
  display: none;
  position: absolute;
  width: 208px;
  left: 0;
  top: 40px;
  z-index: 10;
  background: #2C759E;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header.main nav > ul > li ul:before {
  left: 0;
  top: -10px;
  content: '';
  position: absolute;
  background: url("images/triang.png") no-repeat 25% bottom;
  width: 100%;
  height: 10px;
}
header.main nav > ul > li ul li:first-child > a {
  border-top: 1px solid #FFF;
}
header.main nav > ul > li ul li > a {
  display: block;
  font-family: 'PT Sans', 'sans-serif';
  font-size: 13px;
  color: #fff;
  padding: 8px 13px;
  border-top: 1px solid #236E96;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header.main nav > ul > li ul li > a:hover {
  background: #72a248;
  border-top: 1px solid #72a248;
}
header.main #mobile-button {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  background: url("images/menu.jpg") no-repeat center;
  background-size: 80%;
  cursor: pointer;
}
header.main #mobile-menu {
	width:40%;
  display: none;
  min-width: 140px !important;
  z-index: 100;
  position: absolute;
  right: -1px;
  top: 80%;
  padding: 20px;
  background: #2C759E;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header.main #mobile-menu ul li {border-bottom:1px solid #5a94b4; margin-bottom:10px; padding-bottom:7px;}
header.main #mobile-menu ul li a:hover{background:#5a94b4;}
header.main #mobile-menu li a {
  font-family: 'PT Sans', 'sans-serif';
  font-size: 15px;
  color:#FFF;
  line-height: 20px;
  padding:0 10px;
}
header.main #mobile-menu ul ul {
  display: none;
  padding: 10px 0 0;
}
header.main #mobile-menu ul ul li
{border-bottom:none;}

header.main #mobile-menu ul ul li a {
  padding-left: 25px;
  font-size: 13px;
}
/* Control Nav
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
#slider .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 14px;
  text-align: center;
}

#photo-slider .flex-control-nav {
  width: 100%;
  bottom: 14px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #b7ae96;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #f2c32f;
}
.flex-control-paging li a.flex-active {
  background: #f2c32f;
  cursor: default;
}
/* Slider
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
#slider {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
#slider .slides li {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
}
#slider .slides li img {
  width: 100.1%;
}
#slider .slides li .text1 {
  width: 340px;
  height: 64px;
  position: absolute;
  bottom: 94px;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
  font-size: 46px;
  color: #fff;
  text-transform: uppercase;
  background: #2C759E;
  text-align: center;
  left: 50%;
  margin-left: -170px;
}
#slider .slides li .text2 {
  width: 220px;
  height: 42px;
  line-height: 40px;
  position: absolute;
  bottom: 41px;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
  font-size: 23px;
  color: #fff;
  background: rgba(0, 0, 0, 0.73);
  text-align: center;
  left: 50%;
  margin-left: -110px;
}
#slider .slides li.flex-active-slide {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
#slider .flex-viewport {
  overflow: hidden; !important;
}
#slider .flex-direction-nav {
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 100%;
}
#slider .flex-direction-nav .flex-prev {
  position: absolute;
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.6) url("images/left.png") no-repeat center;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider .flex-direction-nav .flex-prev:hover {
  background: rgba(0, 0, 0, 0.4) url("images/left.png") no-repeat center;
}
#slider .flex-direction-nav .flex-next {
  position: absolute;
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.6) url("images/right.png") no-repeat center;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider .flex-direction-nav .flex-next:hover {
  background: rgba(0, 0, 0, 0.4) url("images/right.png") no-repeat center;
}
/* Info
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section.info {
  padding: 40px 0;
}
section.info.i2 {
  padding: 40px 0 0;
}
section.info.i2 .center {
  padding-bottom: 55px;
  border-bottom: 1px solid #ececec;
}
section.info .col-4{
  text-align: center;
}


section.info .col-4:nth-child(3n+1) {
  padding-right: 60px;
}
section.info .col-4:nth-child(3n+2) {
  padding-left: 30px;
  padding-right: 30px;
}
section.info .col-4:nth-child(3n+3) {
  padding-left: 60px;
}
section.info .col-4 .icon {
  width: 72px;
  height: 72px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 1px #c2c2c2;
  -moz-box-shadow: 0 0 0 1px #c2c2c2;
  box-shadow: 0 0 0 1px #c2c2c2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px auto;
}

section.info .col-4 .icon:hover {
	  -webkit-box-shadow: 0 0 0 1px #f65339;
  -moz-box-shadow: 0 0 0 1px #f65339;
  box-shadow: 0 0 0 1px #f65339;
  transition:ease-out 0.5s;
}

section.info .col-4 .icon.i1 {
  background: url("images/i1.png") no-repeat center;
}
section.info .col-4 .icon.i2 {
  background: url("images/i2.png") no-repeat center;
}
section.info .col-4 .icon.i3 {
  background: url("images/i3.png") no-repeat center;
}
section.info .col-4 h3, section.info .col-4 h3 a{
  font-family: 'PT Sans', 'sans-serif';
  font-weight: 700;
  font-size: 18px;
  color: #404148;
  padding: 0;
  text-transform: none;
  margin-bottom: 10px;
}
section.info .col-4 p {
  font-family: 'PT Sans', 'sans-serif';
  font-size: 12px;
  color: #8c8d95;
  margin-bottom: 0;
}

/*inside

*/
section.inside_base{
 padding: 40px 0;
 background:#FFF;
 border-top: 5px solid #F0F0F0;
 border-bottom:5px solid #2c75a2;

 }
.inside_left{width:65%; float:left;}
.inside_left, .inside_left p{color: #62625D;
font-size: 13px;
line-height: 24px;
font-family: "Open Sans","sans-serif";
font-weight: 400;}

.inside_left h1{font-size:20px; margin-bottom:10px; padding-bottom:10px; border-bottom:1px dotted #CCCCCC;}
.inside_left h3{font-size:17px; margin-top:15px; margin-bottom:5px; color:#000; text-transform:none;}
.inside_left li{margin-left:12px; list-style-image:url(images/strel.png);}
.inside_left a{color:#2c75a2;}
.inside_left a:hover{color:#333;}
.play-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom:10px;
}

.play-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.inside_left img{float:left; margin-right:10px; margin-top:7px;}
.inside_right{width:30%; float:right; padding-left:2%; border-left:1px solid #F0F0F0;  }
.inside_right h1{font-size:18px; color:#2c75a2}
.inside_right ul li{font-size:15px; padding-left:5px; margin:10px 0 10px 14px; list-style-image:url(images/right_list.gif)}
.inside_right ul li a{ color:#333;}
.inside_right ul li a:hover{ color:#f65339;}
.prg_loop{background:#eeeded; padding:10px; margin-bottom:15px;}
.frm1{width:100%; float:left;}
.frm1 input, .frm1 textarea, .frm1 submit {width:60%; height:25px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    color: #999;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	float:auto;
}
.frm1 textarea{height:200px;}
.frm1 .short_input{width:30%;}
.inside_left .error, .error{color:#d8422a; font-weight:700;}
.audio_player{background:url(images/radio_bg.jpg) no-repeat; width:320px; padding-top:160px;}
.img_loop{width:27%; border:#eeeded 7px solid; float:left; margin-right:2.5%; margin-top:20px;}
.img_loop img{width:100%; height:auto; margin-top:0; border-radius:3px;}
/* News
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section.news {
  padding: 60px 0;
  position: relative;
  background:#F0F0F0;
  width: 100%;
  height:100%;
}
section.news h3 {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 700;
  font-size: 24px;
  color: #1e1d1c;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
}
section.news .news {
  padding-right: 30px;
}
section.news .news section {
  margin-bottom: 25px;
}
section.news .news section .time {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
  font-size: 12px;
  color: #b5b5b5;
  padding-left: 15px;
  background: url("images/time.png") no-repeat center left;
  margin-bottom: 5px;
}
section.news .news section a {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 700;
  font-size: 16px;
  color: #2C759E;
  text-transform: none;
  margin: 0;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.news .news section a:hover {
  color: #88c452;
}
section.news .news section p {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
  font-size: 12px;
  color: #62625D;
}
section.news .news .info {
  border-bottom: 1px dotted #dbdbdb;
  padding: 10px 0;
}
section.news .news .info .reply,
section.news .news .info .comment,
section.news .news .info .tag {
  height: 16px;
  line-height: 16px;
  float: left;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
  font-size: 9px;
  color: #999999;
  margin-right: 15px;
}
section.news .news .info .reply {
  background: url("images/reply.png") no-repeat center left;
  padding-left: 22px;
}
section.news .news .info .comment {
  background: url("images/chat.png") no-repeat center left;
  padding-left: 22px;
}
section.news .news .info .tag {
  font-size: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #a7a7a7;
  padding: 0 5px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.news .news .more {
  display: inline-block;
  width: 150px;
  height: 30px;
  background: #f65339;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 0 0 #d8422a;
  -moz-box-shadow: 0 2px 0 0 #d8422a;
  box-shadow: 0 2px 0 0 #d8422a;
  text-align: center;
  line-height: 30px;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.news .news .more:hover {
  -webkit-box-shadow: 0 0px 0 0 #d8422a;
  -moz-box-shadow: 0 0px 0 0 #d8422a;
  box-shadow: 0 0px 0 0 #d8422a;
}
section.news .about {
  padding-right: 15px;
}
section.news .about a{ color:#2C759E;}

section.news .about img {
  width: 100%;
  margin-bottom: 25px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.news .about p {
  color: #62625D;
  font-size: 13px;
  line-height: 24px;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
}
section.news .photos h3 {
  padding-left: 13px;
  position: relative;
}
section.news .photos h3 .control {
  display: block;
  position: absolute;
  top: 23%;
  right: 10px;
}
section.news .photos h3 .control span {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
section.news .photos h3 .control span:hover {
  background-color: #ffd801;
}
section.news .photos h3 .control .left {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #2C759E;
  background-image: url("images/left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
}
section.news .photos h3 .control .right {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #2C759E;
  background-image: url("images/right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
}
section.news #photo-slider {
  padding-left: 15px;
}
section.news #photo-slider a {
  position: relative;
  display: block;
  overflow: hidden;
}
section.news #photo-slider a .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) url("images/photo-search.png") no-repeat center;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
section.news #photo-slider a:hover > .mask {
  opacity: 1;
}
section.news #photo-slider img {
  width: 100%;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.news #photo-slider .col-6 {
  width: 48%;
  margin-bottom: 10px;
}
section.news #photo-slider .col-6:nth-child(2n+1) {
  padding-right: 5px;
}
section.news #photo-slider .col-6:nth-child(2n+2) {
  padding-left: 5px;
}
/* Bottom
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.bottom {
  padding: 30px 0;
  background: #2c75a2;
  position: relative;
}
section.bottom .top-border {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -83px;
  width: 165px;
  height: 7px;
  background: #ffd800;
}
section.bottom h2 {
    color: #fff;
    text-align: center;
    font-family: "Open Sans","sans-serif";
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.11);
    text-transform: uppercase;
}
section.bottom .col-4:nth-child(1) {
  padding-right: 30px;
}
section.bottom .col-4:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}
section.bottom .col-4:nth-child(3) {
  padding-left: 30px;
}
section.bottom img {
  width: 100%;
}
section.bottom .img {
  position: relative;
}
section.bottom .play {
    left: 45%;
    position: absolute;
    top: 35%;
}

section.bottom .play a {
  display: inline-block;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  width: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.bottom .play a:hover {
  color: #000;
}
/* Footer
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
footer .line {
  width: 100%;
  padding: 18px 0;
  background: #232323;
}

footer .line .copy {
  font-family: "PT Sans","sans-serif";
  font-weight: 300;
  font-size: 11px;
  color:#FFF;
text-align: right;
float: left;
width: 55%;
}
footer .line .powered {
  font-family: "PT Sans","sans-serif";
  font-weight: 300;
  font-size: 11px;
   color:#FFF;
text-align: right;
float: right;
width: 45%;
}
footer .line .powered a{color:#FFF;}
footer .line .powered a:hover{color:#999;}
footer .line .copy span , footer .line .powered span {
  font-family: "PT Sans","sans-serif";
  font-weight: 700;
  font-size: 14px;

}
footer .footer {
  padding: 50px 0;
  background: #C0D8E6;
}
footer .footer .col-4:nth-child(1) {
  padding-right: 30px;
}
footer .footer .col-4:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer .col-4:nth-child(3) {
  padding-left: 30px;
}
footer .footer .social {
  margin-top: 25px;
}
footer .footer .social a {
  display: inline-block;
  margin-right: 15px;
  width: 24px;
  height: 24px;
}
footer .footer .social .twitter {
  background: url("images/twits.png") no-repeat center;
}
footer .footer .social .facebook {
  background: url("images/ft-facebook.png") no-repeat center;
}
footer .footer .social .google {
  background: url("images/ft-google.png") no-repeat center;
}
footer .footer .social .flickr {
  background: url("images/ft-flickr.png") no-repeat center;
}
footer .footer .social .youtube {
  background: url("images/ft-youtube.png") no-repeat center;
}
footer .footer .contacts .phone {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
  font-size: 15px;
  color: #292929;
  margin-bottom: 12px;
  background: url("images/phone.png") no-repeat 1.5% center;
  padding-left: 25px;
}
footer .footer .contacts .phone span {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 600;
  font-size: 12px;
}
footer .footer .contacts .adress {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
  font-size: 15px;
  color: #292929;
  margin-bottom: 10px;
  background: url("images/world.png") no-repeat 1% 10%;
  padding-left: 25px;
  font-size: 12px;
}
footer .footer .contacts .adress span {
  font-size: 16px;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 600;
  display: block;
}
footer .footer .contacts .email {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
  font-size: 12px;
  color: #292929;
  background: url("images/email.png") no-repeat center left;
  padding-left: 25px;
}
footer .footer h3 {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 600;
  font-size: 18px;
color: #2c75a2;
  text-transform: none;
}
footer .footer p {
  font-family: 'PT Sans', 'sans-serif';
  font-size: 12px;
  color: #292929
}
footer .footer .quick a{
  width: 100%;
  padding:2px 10px;
  float: left;
  color: #292929;
  font-family: "PT Sans","sans-serif";
  font-size: 12px;
}
footer .footer .quick a:hover{  color: #2c75a2;}
footer .footer .quick a i{
  color: #2c75a2;
  margin-right: 5px; font-size:18px;
}
footer .footer .twits h3 {
  background: url("images/twits.png") no-repeat left;
  padding-left: 35px;
}
footer .footer .twit {
  margin-bottom: 20px;
}
footer .footer .twit p {
  margin-bottom: 0px;
}
footer .footer .twit .name {
  font-family: 'PT Sans', 'sans-serif';
  font-size: 12px;
  color: #54bee6;
}
footer .footer .twit .name span {
  color: #555555;
}


section.blog .pagination {
  margin-bottom: 40px;
}
section.blog .pagination a {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  border: 1px solid #e1e1e1;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
  font-size: 13px;
  color: #484849;
  text-align: center;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.blog .pagination a:hover {
  background: #e1e1e1;
}
section.blog .pagination .active {
  border: none;
  border-top: 2px solid #d8422a;
  background: #f65339;
  color: #fff;
  line-height: 24px;
}
section.blog .pagination .active:hover {
  background: #f65339;
}
section.blog .pagination .left {
  border: none;
  background: #70a346 url("images/pag-left.png") no-repeat center;
}
section.blog .pagination .left:hover {
  background: #70a346 url("images/pag-left.png") no-repeat center;
  opacity: 0.7;
}
section.blog .pagination .right {
  border: none;
  background: #70a346 url("images/pag-right.png") no-repeat center;
}
section.blog .pagination .right:hover {
  background: #70a346 url("images/pag-right.png") no-repeat center;
  opacity: 0.7;
}

div.pagination {padding: 10px; margin: 3px;font-size:12px;}
div.pagination a {padding: 3px 10px; margin: 2px; border: 1px solid #1a5a8e; text-decoration:none; font-weight:bold; text-decoration: none; color:#00619d; border-radius:3px;}
div.pagination a:hover, div.pagination a:active { border: 1px solid #1a5a8e; color: #f65339;	text-decoration:none; font-weight:bold; border-radius:3px;}
div.pagination span.current { padding: 3px 10px; margin: 3px; border: 1px solid #f65339; font-weight:bold; background-color: #f65339; color: #FFF; border-radius:3px;}
div.pagination span.disabled {padding:3px 10px; margin: 2px; border: 1px solid #bbbbbb; text-decoration:none;font-weight:bold; color: #828481; border-radius:3px;}
.disyes800, .disyes550{display:none;}

/* Desktop
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@media (max-width: 1150px) {
  .center {
width: 90%;
  }
  header.main .logo {
background-size:100% auto;

  }
  header.main nav > ul > li > a {
    font-size: 14px;
    padding: 0 14px;
  }
  #slider {
    width: 95%; margin:0 auto;
  }
  section.info .col-4 .icon {
    float: none;
    margin: 0 auto 10px;
  }
  section.info .col-4 h3 {
    text-align: center;
  }
  section.info .col-4 p {
    text-align: center;
  }
  section.donate #line {
    width: 800px;
  }
  section.donate .col-6.but a {
    width: 350px;
    font-size: 20px;
  }
  section.news .news .info .tag {
    margin-top: 10px;
  }
  section.news .news .more {
    width: 100%;
  }
  section.bottom .text {
    top: 40%;
  }
  section.bottom .text h3 {
    font-size: 13px;
  }
  section.you-help .col-4 form #submit {
    width: 100%;
  }
  section.cause .causes h3 {
    font-size: 12px;
  }
  section.donate-text .col-4 form #submit {
    width: 100%;
  }
  section.blog article.big .info.events .calendar,
  section.blog article.big .info.events .location {
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    margin-bottom: 10px;
  }
  aside.blog .recent-events > h3,
  aside.blog #photostream > h3,
  aside.blog .video > h3 {
    font-size: 25px;
  }
  aside.blog .recent-events .item .col-9 .title,
  aside.blog #aside-dynamic .content .col-9 .title {
    font-size: 14px;
  }
  aside.blog #aside-dynamic .content .col-9 .info .date,
  aside.blog #aside-dynamic .content .col-9 .info .comments {
    height: 18px;
    line-height: 18px;
    font-size: 10px;
  }
  aside.blog .recent-events .item .col-9 .info .calendar {
    font-size: 10px;
    background: none;
    padding-left: 0;
  }
  aside.blog {
    padding-left: 0;
  }
  aside.blog #aside-dynamic .menu > div {
    display: block;
    width: 100%!important;
    float: none;
    border: 0!important;
  }
  section.blog article.big .info,
  section.blog article.big .date {
    font-size: 10px;
    line-height: 18px;
  }
  section.blog .img,
  section.blog .frame,
  section.blog .img-big {
    width: 100%;
    height: auto;
  }
  section.blog article.small .info {
    font-size: 10px;
  }
  section.blog article.small .info div {
    margin-bottom: 5px;
  }
  section.blog article.big .info div {
    margin-right: 10px;
    padding-right: 10px;
  }
  section.blog article.small iframe {
    height: 122px;
  }
  .gallery .menu > a {
    font-size: 12px;
  }
  aside.blog .video {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
header.main nav > ul > li > a{
font-size: 13px;
padding: 0px 10px;
}
.col-6 {
    width: 40%;
}
.col-3{
	width:30%;

}
}


/* Tablets
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 850px) {
.disyes800{display:block; float:left; width:100%; margin-bottom:15px; border-bottom: 1px dotted #DBDBDB;}
.disno800{display:none;}
header.main .logo{width:45%;}

  header.main #mobile-button {
    display: block;
  }
.frm1 input, .frm1 textarea{width:90%;}

  header.top .right .social,
  header.top .right .lang-e 
  header.top .right .lang-n {
    display: block;
  }
  header.top .right .social a{
    margin: 0 25px;
  }
  header.main nav,
  header.top .time,
  header.top .right .search{
    display: none;
  }
  section.info .col-4:nth-child(3n+1) {
    padding-right: 30px;
  }
  section.info .col-4:nth-child(3n+2) {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.info .col-4:nth-child(3n+3) {
    padding-left: 30px;
  }
  section.info .col-4 h3 {
    font-size: 14px;  }

 
  section.news .about,
  section.news .news,
  section.news .photos {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  section.news .photos h3 {
    padding-left: 0;
  }
  section.news .news .more {
    margin-top: 0;
  }
  section.news .news .info .tag {
    margin-top: 0;
  }
  section.news #photo-slider .col-6:nth-child(2n+1),
  section.news #photo-slider .col-6:nth-child(2n+2),
  section.news #photo-slider {
    padding: 0;
  }
  section.news #photo-slider .col-6:nth-child(2n+1) .flex-control-nav,
  section.news #photo-slider .col-6:nth-child(2n+2) .flex-control-nav,
  section.news #photo-slider .flex-control-nav {
    display: none;
  }
  section.news #photo-slider .col-6 {
    width: 33.333333333333%;
    padding: 0 5px !important;
  }
  section.news .photos h3 .control {
    right: 0;
  }
    footer .line .links {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer .line .links a {
    margin-right: 15px;
  }
  footer .line {
    text-align: center;
 
  }
  footer .footer .col-4 {
    width: 100%;
    padding: 0!important;
    margin-bottom: 40px;
  }
  footer .footer .col-4:last-child {
    margin-bottom: 0;
  }
  section.top-page-nav .navi {
    display: none;
  }
  section.contacts .col-7,
  section.contacts .col-5 {
    width: 100%;
    padding: 0!important;
    margin-bottom: 20px;
  }
  section.management .peoples .col-3 {
    width: 50%;
    padding: 0 20px!important;
    margin-bottom: 20px;
  }
  section.org-details .col-4 {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  section.org-details .col-4:last-child {
    margin-bottom: 0;
  }
  section.you-help .col-8 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  section.you-help .col-4 {
    width: 100%;
    padding-left: 0;
  }
  section.cause .causes > .col-4 {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 30px;
  }
  section.donate-text .col-8 {
    width: 100%;
    padding-right: 0;
  }
  section.donate-text .col-4 {
    width: 100%;
    padding-left: 0;
  }
  aside.blog {
    display: none;
  }
  section.blog {
    width: 100%;
    padding: 0;
  }
  section.blog article.small .title {
    font-size: 14px;
  }
  section.blog article.small .info div {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 0 !important;
  }
  section.top-page-nav h2 {
    font-size: 35px;
  }
}
@media (max-width: 700px) {
 header.main .logo{width:55%;}
 footer .col-2{ width:40%;}
 footer .twits{display:none;}
section.bottom .col-4 {
width: 60%;
margin: 0px 20% 15px;
padding: 0 !important;
  }
.inside_left{float:none; width:100%;}
.inside_right{display:none;}


 }
/* Mobile
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 550px) {
 header.main .logo{width:70%;}
.disyes550{display:block;}
.disno550{display:none;}
header.main #mobile-menu { width:65%;}

  footer .col-2{ width:90%; margin:0 auto;}
  footer .col-3{width:90%; margin:15px auto;}
.img_loop{ 
width: 43%;
margin-right: 2.5%;
} 
  #slider {
	  display:none; 
  }
  header.top .tel {
    font-size: 14px;
  }
  header.top .right .name {
    display: none;
  }
  header.top .right .search {
    border-right: 0;
  }
  header.top .right .search input[type='search'] {
    width: 128px;
  }
  section.info .col-4 {
    width: 100%;
    padding: 0!important;
    margin-bottom: 15px;
  }
  #slider .flex-direction-nav .flex-next {
    right: 3px;
  }
  #slider .flex-direction-nav .flex-prev {
    left: 3px;
  }
  section.donate #line {
    width: 260px;
  }
  section.donate .col-6.but a {
    font-size: 14px;
    width: 240px;
  }
  section.donate .col-6.text h4 {
    font-size: 16px;
  }
  .col-2i {
    width: 100%;
  }
  section.how-help h2 {
    font-size: 20px;
  }
  section.how-help .c1,
  section.how-help .c2,
  section.how-help .c3,
  section.how-help .c4 {
    width: 100%;
  }
  section.how-help .col-6.line {
    display: none;
  }
  section.how-help .more {
    width: 100%;
  }
  section.news #photo-slider .col-6 {
    width: 50%;
  }
  section.contacts .col-5 form #submit {
    width: 100%;
  }
  section.contacts .col-7 > a {
    font-size: 13px;
  }
  section.management .peoples .col-3 {
    width: 100%;
    padding: 0!important;
  }
  section.management h2 {
    font-size: 30px;
  }
  section.blog article.small {
    width: 100%;
    padding: 0 !important;
  }
  section.blog article.big .date {
    display: none;
  }
  section.blog article.big .title {
    font-size: 14px;
  }
  .gallery .photos .col-6 {
    width: 100%;
    padding: 0!important;
  }
  .gallery .menu > a {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #a8ca8a;
  }
  section.top-page-nav h2 {
    font-size: 30px;
  }
}
@media (max-width: 450px) {

section.bottom .col-4 {
width: 90%;
margin: 0px 5% 15px;
padding: 0 !important;
}
.img_loop{
width: 90%;
float:none;
}

}

