body, html {
    color: #fff;
    font-family: Tahoma;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

ul {
    margin-left: 0
}

.header-social ul {
    overflow: auto;
}

.missions {
    padding: 0 !important;
}

.preiom {
    padding: 0 !important;
}

.noleft {
    padding-left: 0 !important;
}

.textsocial {
    color: #f7921c;
    font-weight: bold;
}

.header-social-footer {
    float: none !important;
    padding-top: 10px !important;
    padding-left: 0 !important;
}

.header-social-footer ul {
    padding-left: 4px;
}

.header-social ul li {
    list-style-type: none;
    float: left;
}

.header-social ul li a i {
    background: #205D7A;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    margin-right: 3px;
    padding-top: 15%;
    transition: all 0.2s ease-in-out;
}

.header-social .fa {
    font-size: 19px !important;
}

.header-social .fa-facebook {
    background: #3b5998
}

.header-social .fa-linkedin {
    background: #007bb6
}

.header-social .colortube {
    background: #b31217
}

.header-social .google-plus {
    background: #dd4b39
}

.header-social ul li a i:hover {
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
    opacity: .8;
}

/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
    border-radius: 0;
}

.glyphicon-chevron-left {

}

.glyphicon-chevron-right {

}

.carousel-caption {
    background-color: rgba(255,255,255,0.7);
    bottom: 10% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    z-index: 10;
    padding: 10px !important;
    color: #f7921c!important;
    text-align: left;
    border-radius: 0;
}

.carousel-caption h3 {

    color: #dd4b39 !important;
    text-shadow:
            -1px -1px 0 #fff,
            1px -1px 0 #fff,
            -1px 1px 0 #fff,
            1px 1px 0 #fff !important;
    font-size: 30px !important;
    font-weight: bold !important;
}

.carousel-caption p {
    color: #dd4b39 !important;
    text-shadow:
            -1px -1px 0 #fff,
            1px -1px 0 #fff,
            -1px 1px 0 #fff,
            1px 1px 0 #fff !important;
    font-size: 24px !important;
    font-weight: bold !important;
}
.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    text-align: right;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

/* ------------------- Section Styling - Not needed for carousel styling ------------------- */
.section-white {
    padding: 10px 0;
}

.section-white {
    background-color: #fff;
    color: #555;
    padding: 0 !Important;
}

@media screen and (min-width: 768px) {

    .section-white {
        padding: 1.5em 0;
    }

}

@media screen and (min-width: 992px) {

    .container {
        max-width: 930px;
    }

}

ul.nav li.dropdown:hover > ul.dropdown-menu {

}

a.menu-active {
    color: #f39314 !important;
}

.footerphones a {
    font-weight: bold;
}

.footerphones a:hover {
    text-decoration: none !important;
    color: #f7921c;
}

.container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container h1 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 12px;
    margin: 0;
}

.container p {
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
}

.container-light-black {
    background-color: #34343c;
}

.container-footer {
    background-color: #34343c;
    background-image: url("/images/elephant-pattern.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.container-dark-grey {
    background-color: #e4e9e7;
    color: #484a43;
}

.container-grey {
    background-color: #ebebec;
    color: #484a43;
}

.container-light-grey {
    background-color: #f2f4f3;
    color: #484a43;
}

.container-green {
    background-color: #98bd3d;
    background-image: url("/images/elephant-pattern.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.container-blue {
    background-color: #00aeef;
    background-image: url("/images/elephant-pattern.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.container-green h1, .container-green p {
    color: #ffffff;
}

.container-blue h1, .container-blue p {
    color: #ffffff;
}

.container-white {
    background-color: #ffffff;
    color: #484a43;
}

.container-dark-grey h1, .container-light-grey h1 {
    color: #98bd3d;
}

.container-grey h1, .container-white h1 {
    color: #f7921c;
}

.container-white p, .container-dark-grey p, .container-grey p, .container-light-grey p {
    color: #484a43;
}

.header, .menu, .submenu, .footer, .banner, .block {
    margin: 0 auto;
    padding: 0;
}

.block-elephant {
    padding-bottom: 50px;
    padding-top: 10px;
}

.header {
    height: 64px;
}

.logo {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.logo a {
    margin: 0;
}

.logo a img {
    border: 0;
    margin: 14px 0 0 0;
    padding: 0;

}

.menu {
    height: 144px;
    width: 800px;
    float: right;
    text-align: right;
}

.menu ul {
    border: 0;
    margin: 0;
}

.menu ul li {
    list-style: none;
    height: 86px;
    display: inline-block;
    border: 0;
    padding-top: 58px;
    background-image: none;
    margin-left: 38px;
}

.menu ul li:hover {
    background-image: url("/images/menu-active.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.menu ul li:hover > a {
    color: #98bd3d;
}

.menu ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #00aeef;
    text-decoration: none;
}

.submenu {
    height: 50px;
    color: #7a7a80;
}

.page-title {
    float: left;
    height: 36px;
    padding-top: 14px;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

.page-title a {
    font-size: 16px;
    font-weight: bold;
    color: #7a7a80;
    text-decoration: underline;
}

.page-title a:hover {
    color: #f7921c;
    text-decoration: none;
}

.banner {
}

.banner-photo {
    float: left;

    margin: 0;
    padding: 0;
}

.banner-photo img {
    margin: 0;
    padding: 0;
    border: 0;
}

.banner-slogan {
    float: right;
    text-align: left;
}

.banner-slogan span {
    font-size: 20px;
    font-weight: bold;
    color: #f39314;
    text-transform: uppercase;
    padding: 0 6px;
    margin: 2px 0;
    line-height: 26px;
    display: inline-block;
    height: 26px;
}

.banner-slogan p {
    font-size: 14px;
}

.banner-slogan .big {
    font-size: 24px !important;
}

.header-slogan {
    text-align: justify;
    float: left;
    color: white;
}

.header-slogan a {
    color: white;
    font-weight: bold;
}

.header-slogan a:hover {
    color: #ffb24d;
    text-decoration: none;
}

.header-slogan h6 {
    font-size: 14px;
    font-weight: bold;
    color: #5cb85c;
    margin-top: 13px;
    margin-bottom: 4px;
}

.header-slogan span {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
}

.header-social {
    float: left;
    padding-top: 15px;
    padding-left: 15px;
}

.header-lang {
    float: right;
    padding-top: 14px;
    padding-left: 15px;
}

.header-search {
    /*width: 300px;*/
    float: right;
    padding: 0;
    text-align: right;
}

.header-search input {
    height: 36px;
    width: 150px;
    margin: 14px 3px 0 0;
    color: #000000;
    background-color: #ffffff;
    font-size: 14px;
    border: 0;
    padding: 1px 5px;
    vertical-align: top;
}

.header-search button {
    width: 36px;
    height: 36px;
    color: #fffffe;
    background-color: #7a7a80;
    font-size: 14px;
    font-weight: bold;
    margin: 14px 0;
    border: 1px solid #7a7a80;
}

.header-login {
    /*width: 235px;*/
    float: right;
    padding: 0;
    text-align: right;
}

.header-login a {
    display: inline-block;
    margin: 20px 0;
    color: #ffffff;
    text-decoration: none;
}

.header-login a:hover {
    color: #f7921c;
    text-decoration: none;
}
.footer {
    height: 130px;
}

.footer-text {
    float: left;
    width: 70%;
    padding-top: 15px;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    padding-bottom: 15px;
}

.footer-button {
    float: right;
    padding-top: 15px;
}

.gallery-container {
    width: 192px;
    float: left;
    margin: 0;
    padding: 0;
}

.gallery-container h2 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 12px;
    margin: 0;
    color: #f7921c;
    text-align: center;
}

.gallery-container p {
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding-bottom: 19px;

}

.gallery-spacer {
    /*
    width: 78px;
    */
    width: 210px;
    height: 200px;
    float: left;
    margin: 0;
    padding: 0;
}

.gallery-image {
    text-align: center;
    margin: 0 auto;
}

.gallery-image img {
    margin-top: 10px;
    margin-left: 4px;
    border-radius: 3px 0 3px 0;
    border: 0;
}

.news-block {
    background-color: #f3f3f3;
    height: auto;
    width: 100%;
    margin: 9px 0;
    padding: 0;
    border-radius: 5px;
}

.news-date {
    width: 70px;
    height: 70px;
    background-color: #f0ad4e;
    border: 1px solid #eea236;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
}

.news-date h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 4px 0 0 0;
}

.news-text {

}

.news-text strong, .news-text b {
    font-weight: bold;
    color: #f7921c;
}

.news-text p {
    font-weight: normal;
    color: #34343c;
    margin: 6px 6px 6px 6px;
}

.news-text a {
    font-weight: normal;
    color: #34343c;
    text-decoration: none!important;
}

.request-form {
    float: left;
    width: 654px;
    margin: 0;
    padding: 0;
}

.request-form table {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.request-form table td {
    padding: 0;
}

.request-form input, .request-form textarea {
    border: 0;
    padding: 10px 0;
    text-indent: 10px;
    margin-bottom: 22px;
    width: 100%;
}

.request-calendar {
    float: right;
    width: 277px;
}

.faq-form {
    margin: 0;
    padding: 0;
}

.faq-form table {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.faq-form table td {
    padding: 0;
    vertical-align: top;
}

.faq-form ol {

}

.faq-form li {
    margin-bottom: 10px;
    color: #ffffff;
}
.faq-form li p {
    padding-bottom: 0 !important;
}

input.form-white, textarea.form-white {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #98bd3d;
    padding: 10px 0;
    text-indent: 10px;
    margin-bottom: 22px;
    width: 100%;
}

select.form-white {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #98bd3d;
    padding: 9px 10px 9px 6px;
    margin-bottom: 22px;
    width: 100%;
}

input.form-white-blue, textarea.form-white-blue {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #00adef;
    padding: 10px 0;
    text-indent: 10px;
    margin-bottom: 22px;
    /*border-radius: 5px;*/
    width: 100%;
    border-color: #adadad;
}

select.form-white-blue {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #00adef;
    padding: 9px 10px 9px 6px;
    margin-bottom: 22px;
    width: 100%;
    /*border-radius: 5px;*/
    border-color: #adadad;
    color: darkgrey;
}

select.media-order {
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    color: #7a7a80;
    border: 1px solid #98bd3d;
    padding: 4px 5px 4px 5px;
    margin-bottom: 2px;
    width: 175px;
}

select.media-category {
    font-family: Tahoma;
    font-weight: bold;
    color: #7a7a80;
    border: 1px solid #98bd3d;
    padding: 4px 5px 4px 5px;
    margin-bottom: 2px;
}

.main-video {
    float: left;
    width: 322px;
    padding: 0 !important;
}

.main-articles {
    float: left;
    padding: 0 !important;
    margin-top: 10px;
}

.main-video h2, .main-articles h2 {
    font-size: 20px;
    font-weight: bold;
    color: #f7921c;
    margin-top: 0;
    margin-bottom: 10px;
}

.main-video h4 {
    font-size: 14px;
    font-weight: bold;
    color: #f7921c;
    margin: 0;
}

.main-video p {
    text-align: justify;
}

.article-header {
    width: 100%;
    border-radius: 5px;
    background: #ebebec;
}

.article-header h4 {
    padding: 6px 6px 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #f7921c;
    margin: 0;
}

.article-header p {
    padding: 0 6px 7px 10px;
    margin: 0;
}

.article-header a {
    text-decoration: none;
}

.header-gray {
    background-color: #f2f4f3;
}

.header-graynext {
    background-color: #f2f4f3;
}

.spacer-bottom {
    height: 70px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.spacer-bottom-small {
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.block-left {

    margin: 0;
    padding: 0;

}

.block-right {

    margin: 0;
    padding: 0;

}

.clear {
    clear: both;
    width: 100%;
    height: 0;
}

.table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.table td, .table th {
    color: #34343c;
    font-size: 14px;
}

.btn {
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    margin: 0;
    padding-left: 26px;
    padding-right: 26px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.button-green {
    color: #ffffff;
    background-color: #98bd3d;
    border: 1px solid #98bd3d;
}

.button-green:hover {
    background-color: #b2ce4d;
    border: 1px solid #b2ce4d;
    color: #fff;
}

.button-blue {
    color: #ffffff;
    background-color: #f2f4f3;
    border: 1px solid #f2f4f3;
}

.button-blue:hover {
    background-color: #5bd8ff;
    border: 1px solid #5bd8ff;
    color: #fff;
}

.button-orange {
    color: #ffffff;
    background-color: #f7921c;
    border: 1px solid #f7921c;
}

.button-orange:hover {
    background-color: #ffae3a;
    border: 1px solid #ffae3a;
    color: #fff!important;
}

.button-white {
    color: #98bd3d;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.button-white:hover {
    background-color: #f2f4f3;
    border: 1px solid #f2f4f3;
}

.button-white-green {
    color: #98bd3d;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.button-white-green:hover {
    background-color: #f2f4f3;
    border: 1px solid #f2f4f3;
}

.button-white-blue {
    color: #00adef;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.button-white-blue:hover {
    background-color: #f2f4f3;
    border: 1px solid #f2f4f3;
}

.button-white-orange {
    color: #f7921c;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.button-white-orange:hover {
    background-color: #f2f4f3;
    border: 1px solid #f2f4f3;
}

.button-white-black {
    color: #34343c;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.button-white-black:hover {
    background-color: #f2f4f3;
    border: 1px solid #f2f4f3;
}

.button-pdf {
    text-indent: 24px;
    background-image: url("/images/pdf_icon.gif");
    background-position: 26px center;
    background-repeat: no-repeat;
}

.button-search {
    height: 34px!important;
}

h1.list-header {
    color: #f7921c !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-transform: none !important;
    padding-bottom: 3px !important;
}

h4.list-header {
    color: #7b7b80 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding-top: 0;
    padding-bottom: 14px;
    margin: 0;
}

h4.list-header span {
    text-decoration: underline;
}

h5.list-header {
    color: #98bd3d !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0;
}

h5.list-header span {
    text-decoration: underline;
}

.list-image {
    margin-top: 6px;
    margin-bottom: 14px;
    border: 0;
    max-height: 200px;
}

.content-image {
    float: left;
    margin: 4px 14px 14px 0;
    border: 0;
    max-height: 200px;
}

.choicetype {
    padding-top: 25px;
    padding-bottom: 15px;
}

.choicetype label {
    color: #fff;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
}
.choicetype select {
    font-size: 16px;
}
.categories {
    padding-bottom: 15px;
    font-size: 20px;
    letter-spacing: 1px;
}

.categories a {
    color: #f0f0f0;
    text-decoration: none;
    font-weight: normal;
}

.categories a:hover {
    text-decoration: underline;
}

.categories-active {
    font-weight: bold;
}

.sendRequest {
    display: none;
}

.expandAnswer {
    margin-bottom: 30px;
}

.answer-body {
    display: none;
    margin-bottom: 30px;
}

.icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-position: left top;
    background-repeat: no-repeat;
}

.icon-facebook {
    background-image: url("/images/fb.jpg");
}

.icon-facebook:hover {
    background-image: url("/images/fb_hover.jpg");
}

.icon-vkontakte {
    background-image: url("/images/vk.jpg");
}

.icon-vkontakte:hover {
    background-image: url("/images/vk_hover.jpg");
}

.icon-gplus {
    background-image: url("/images/gplus.jpg");
}

.icon-gplus:hover {
    background-image: url("/images/gplus_hover.jpg");
}

.icon-livejournal {
    background-image: url("/images/lj.jpg");
}

.icon-livejournal:hover {
    background-image: url("/images/lj_hover.jpg");
}

.icon-youtube {
    background-image: url("/images/yt.jpg");
}

.icon-youtube:hover {
    background-image: url("/images/yt_hover.jpg");
}

.staff {
    min-height: 363px;
}

.staff-left {
    text-align: right;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.staff-left p {
    padding-left: 252px;
    text-align: right;
}

.staff-right {
    text-align: left;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.staff-right p {
    padding-right: 252px;
    text-align: left;
}

.date-picker, .birthday-picker {
    background-image: url("/images/ico-calendar.png");
    background-position: 97.8% center;
    background-repeat: no-repeat;
}

.input-error {
    border: 1px solid #ff0000 !important;
}

.search-form {
    width: 100%;
}

.search-form td {
    padding: 150px 10px;
    text-align: center;
}

.text-middle {
    font-size: 18px !important;
}

.text-big {
    font-size: 18px !important;
}

.text-hidden {
    display: none;
}

.readMore {
    margin-top: 20px;
}

.partners-block {
    float: left;
    height: 165px;
    margin: 5px 5px 0 0;
    border: 1px solid #98bd3d;
}

.block-short {
    width: 163px;
}

.block-medium {
    width: 330px;
}

.block-long {
    width: 497px;
}

.placeholder {
    color: #aaa;
}

.article-subheader {
    float: left;
    width: 920px;
}

.share {
    float: right;
    text-align: right;
    width: 75px;
}

.twitter {
    opacity: 0.5;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/images/share.icons.png") no-repeat scroll -42px 0 transparent;
}

.twitter:hover {
    opacity: 1;
    background: url("/images/share.icons.png") no-repeat -42px -21px;
}

.twitter:active {
    opacity: 1;
    background: url("/images/share.icons.png") no-repeat -42px -42px;
}

.facebook {
    opacity: 0.5;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/images/share.icons.png") no-repeat scroll 0 0 transparent;
}

.facebook:hover {
    opacity: 1;
    background: url("/images/share.icons.png") no-repeat 0px -21px;
}

.facebook:active {
    opacity: 1;
    background: url("/images/share.icons.png") no-repeat 0px -42px;
}

.vkontakte {
    opacity: 0.5;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/images/share.icons.png") no-repeat scroll -21px 0 transparent;
}

.vkontakte:hover {
    opacity: 1;
    background: url("/images/share.icons.png") no-repeat -21px -21px;
}

.vkontakte:active {
    opacity: 1;
    background: url("/images/share.icons.png") no-repeat -21px -42px;
}

.googleplus {
    opacity: 0.5;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/images/share.icons.png") no-repeat scroll -63px 0 transparent;
}

.googleplus:hover {
    opacity: 1;
    background: url("/images/share.icons.png") no-repeat -63px -21px;
}

.googleplus:active {
    opacity: 1;
    background: url("/images/share.icons.png") no-repeat -63px -42px;
}

.pdf {
    text-align: left;
    padding: 30px 0;
}

.article table {
    border-collapse: collapse !important;
    border: 1px solid gray !important;
    margin-bottom: 10px;
}

.article table td {
    padding: 5px !important;
    border: 1px solid gray !important;
    vertical-align: top;
}

.article p, .article ul li, .article ol li {
    font-size: 14px;
}

.price {
    width: 100%;
    border: 0;
    margin: 10px 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.price td, .price th {
    padding: 3px 0;
    border-bottom: 1px solid #777777;
}

.price tr {
    background-color: #ffffff;
}

.price tbody tr:hover {
    background-color: #f0f0f0;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}
.staff-thumbnail {
    width: 350px;
    height: 350px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    line-height: 350px;
}
.staff-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    text-align: center;
}
.staff-image {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 20px;
    float: left;
}
.staff-content {

}
.staff-content h1 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    font-size: 20px;
}