/*
Theme Name: UGA - Theme by Palaj
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
a{
	color: #3485ff;
    text-decoration: none;
}
.pt-cv-readmore{
    color: white !important;
    background-color: #177ee5 !important;
    width: 160px !important;
    line-height: 40px !important;
    padding: 0px !important;
    border: none !important;
	border-radius: 25px !important;
	margin-top: 20px !important; 
}
.pt-cv-readmore:hover {
    transition: 0.15s;
    background-color: #1298ec !important;
    border: none !important;
}
.pt-cv-readmore:active {
    background-color: #134980 !important;
    color: #cdcbcb;
    border: none !important;
}
h4.pt-cv-title{
    color: #177ee5 !important;
}
.pt-cv-title:hover{
    color: #1298ec !important;
	transition: 0.25s ease-out;
}
.pt-cv-title:active{
    color: #535353 !important;
}
.pt-cv-view .pt-cv-title{
	margin-bottom: 15px !important;
}
*{
	font-family: 'Roboto', sans-serif;
}
html{
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-weight: normal;
}
body{
	font-family: 'Roboto', sans-serif;
    margin: 0px auto;   
    padding: 0px; 
    font-size: 14px;
    margin-top: 0!important;

}
header{
    float: left;
    width: 100%;
    background: #f8f8f8;
    height: 150px;
	padding: 25px 0px;
}
.headerspace{
    width: 1200px;
    margin: 0px auto;
}
.wrapper{
    width: 1200px;
    margin: 0px auto;
      display: table;
      height: 100%;
}
.content{
  display: table-row;
  height: 100%;
}
html,
body {
  height: 100%;
}
button{
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 14px;
}
h3{
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}
h4{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}
h5{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}
.logo{
    float: left;
    margin: 0px 0px;
    width: 150px;
    height: 150px;
    border-radius: 170px;
}
img.logo{
    width: 150px;
    height: 150px;
    margin: 0px;
}
.uga{
    float: left;
    max-width: 175px;
    margin: 45px 30px;
}
h3.uga-text{
	font-size: 18px;
	line-height: 20px;
	margin: 0px;
}
.header-links{
    float: right;
}
a.header-link{
    color: #535353;
    line-height: 30px;
    padding: 0px 5px;
}
a.header-link:hover{
    color: #1879da;
}
a.header-link:active{
    color: #333;
}
.ask{
    float: right;
	background: #177ee5; 
	line-height: 30px;  
    margin-left: 25px;
    border-radius: 25px;
    color: white;
	padding: 0px 15px;
}
.ask:hover{
    background: #208ad6;
}
.ask:active{
    background: #1879da; 
}
.ask-icon{
    float: left;
    text-align: left;
}
.ask-text{
    float: left;
    text-align: left;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 10px;
}
.number-icon{
    float: left;
    font-size: 24px;
    line-height: 36px;
    margin-right: 10px;
    color: #177ee5;
}
.number{
    float: right;
    text-align: left;
    font-weight: 500;
    color: #177ee5;
}
.adress{
    float: right;
    text-align: right;
    margin: 9px 0px;
    margin-right: 10px;
}
/*menu*/
ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;

}
.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
ul:after {
    display: block;
    content: ' ';
    clear: both;
    float: none;
}
ul.menu > li {
    float: left;
    color: white;
    position: relative;
    z-index:1000;
}
ul.menu > li > a {
    display: block;
    padding: 0 30px;
    line-height: 60px;
    text-decoration: none;
	color: white;
}
ul.menu > li:hover {
    transition: 0.15s ease-out;
    background-color: #f8f8f8;
    color: #333333;
}
ul.menu > li:hover > a {
	transition: 0.15s ease-out;
    color: #333333;
}
.magazine{
	float: left;
	margin-top: 10px;
	width: 100%;
}
ul.menu > li > a:active {
    background-color: #e7e7e7;
    color: #333333;
}
ul.submenu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
}
ul.submenu > li {
    display: block;
}
ul.submenu > li > a {
    display: block;
    padding: 15px 30px 15px 30px;
    line-height: 18px;
    color: white;
    background-color: #1f1f1f;
	border-bottom: 1px solid #333;
    text-decoration: none;
	width: 120px;
}
ul.submenu > li > a:hover {
    transition: 0.25s ease-out;
    background-color: #535353;
}
ul.submenu > li > a:active{
    background: #333333;
}
.menu-bg{
    float: left;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a64bf+0,248bf2+50,0a64bf+100 */
    background: rgba(21,71,140,1);
    background: -moz-linear-gradient(left, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 50%, rgba(21,71,140,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21,71,140,1)), color-stop(50%, rgba(34,132,229,1)), color-stop(100%, rgba(21,71,140,1)));
    background: -webkit-linear-gradient(left, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 50%, rgba(21,71,140,1) 100%);
    background: -o-linear-gradient(left, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 50%, rgba(21,71,140,1) 100%);
    background: -ms-linear-gradient(left, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 50%, rgba(21,71,140,1) 100%);
    background: linear-gradient(to right, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 50%, rgba(21,71,140,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15478c', endColorstr='#15478c', GradientType=1 );   
    
}
ul.menu > li:hover > ul.submenu {
    display: block;
}
/* --- */
/*extra-nav*/
.icon-nav{
    float: left;
    width: 100%;
	margin-bottom: 25px;
}
.icon-nav-space{
    max-width: 750px;
    margin: 0 auto;
}
li.icon-punkt{
    float: left;
    width: 150px;
    list-style: none;
    padding: 15px 0px;
    color: white;   
}
.icon-space{
    float: left;
    width: 100%;
    height: 50px;
	margin-bottom: 5px;
    text-align: center;
}
.icon-nav-text-space{
    float: left;
    width: 100%;
    line-height: 30px;
    height: 30px;
    margin: 0;
    text-align: center;
}
.icon-bg{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(255,255,255, 0.3);
    margin: 0px auto;
    font-size: 24px;
    line-height: 50px;
}
.icon-punkt:hover{
    color: #e8e8e8;
}
#nav-1.icon-punkt{
    background: #135bbf; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #135bbf 0%, #134f8b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #135bbf 0%,#134f8b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #135bbf 0%,#134f8b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#135bbf', endColorstr='#134f8b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#nav-1.icon-punkt:active{
    background: #1879da;
}
#nav-2.icon-punkt:active{
    background: #ff900d;
}
#nav-3.icon-punkt:active{
    background: #dc2929;
}
#nav-4.icon-punkt:active{
    background: #6ab915;
}
#nav-5.icon-punkt:active{
    background: #2c2929;
}
#nav-2.icon-punkt{
    background: #ffb407; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffb407 0%, #f4690e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffb407 0%,#f4690e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffb407 0%,#f4690e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb407', endColorstr='#f4690e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#nav-3.icon-punkt{
    background: #fd4d4e; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fd4d4e 0%, #eb2d2e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fd4d4e 0%,#eb2d2e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fd4d4e 0%,#eb2d2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4d4e', endColorstr='#eb2d2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#nav-4.icon-punkt{
    background: #8ada5a; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #8ada5a 0%, #65ab11 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #8ada5a 0%,#65ab11 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #8ada5a 0%,#65ab11 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ada5a', endColorstr='#65ab11',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#nav-5.icon-punkt{
    background: #535353; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #535353 0%, #333333 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #535353 0%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #535353 0%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media screen and (min-width: 1024px) and (max-width: 1279px){
    ul > li.extra-nav-li{
        width: 195px;
    }
    ul > li > a > .extra-nav-icon{
        width: 50px;
    }
    ul > li > a > .extra-nav-text{
        width: 145px;
    }
    ul > li.extra-nav-li{
        margin-left: 6px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    ul.extra-nav{
        width: 620px;
    }
    li#bot{
        margin: 0;
        margin-left: 105px;
        margin-top: 5px;
    }
    li#bot2{
        margin-top: 5px;
    }
}
/*--*/
.topnav {
    display: none;
    float: left;
    width: 100%;
    overflow: hidden;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c4a8c+0,2158a5+20,2d6ccc+50,2158a5+80,1c4a8c+100 */
background: #1c4a8c; /* Old browsers */
background: -moz-linear-gradient(left, #1c4a8c 0%, #2158a5 20%, #2d6ccc 50%, #2158a5 80%, #1c4a8c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1c4a8c 0%,#2158a5 20%,#2d6ccc 50%,#2158a5 80%,#1c4a8c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1c4a8c 0%,#2158a5 20%,#2d6ccc 50%,#2158a5 80%,#1c4a8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4a8c', endColorstr='#1c4a8c',GradientType=1 ); /* IE6-9 */
	text-align: center;

}
.topnav a{
    display: inline-block;
    color: white;
    padding: 0px 25px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.topnav a:hover {
    color: #e7e7e7;
	transition: 0.15s ease;
}
.topnav a:active {
    background: #f0f0f0;
    transition: 0.05s;
    color: #535353;
}
.topnav .icon {
    display: none;
}
.slider{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.event{
    float: left;
    width: 400px;
    margin: 160px 35px;

}
.eventtext{
    height: 150px;
    width: 100%;
    background: rgba(0,0,0,0.75);
}
.eventtext:hover{
    transition: 0.25s;
    transition-timing-function: linear;
    background: rgba(0,0,0,0.8);
}
.eventdate{
    float: left;
    width: 180px;
    text-align: center;
    color: white;
    margin: 66px 0px;
}
.eventname{
    float: left;
    width: 220px;
    margin: 48px 0px;
    color: #ffcc00;
}
button.eventbutton{
    float: left;
    width: 220px;
    height: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: 0px 90px;
    color: white;
    font-size: 14px;
    font-weight: 300;
    background: #177ee5;
    opacity: 0.85;
}
button.eventbutton:hover{
    transition: 0.25s ease-out;
    opacity: 1;
}
.extra-nav{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.extra-nav-space{
    width: 1140px;
    margin: 0px auto;
}

.nav{
    float: left;
    margin-left: 10px;
    width: 220px;
    height: 50px;
    color: white;
}
.nav:hover{
    color: #d0d0d0;
    transition: 0.3s ease;
}
a.nav-text{
    float: left;
    width: 150px;
    height: 50px;
    margin: 0px;
    background: rgba(42,42,42,1);
    background: -moz-linear-gradient(left, rgba(42,42,42,1) 0%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(left, rgba(42,42,42,1) 0%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(left, rgba(42,42,42,1) 0%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(left, rgba(42,42,42,1) 0%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to right, rgba(42,42,42,1) 0%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#131313', GradientType=1 );   
    text-align: center;
    line-height: 50px;
}
a.nav-text:active{
    background: #535353;
}
p.nav-2-lines{
    margin: 9px 0px;
    line-height: 16px;
    text-align: center;
}
.mainpage-info-space{
    width: 100%;
    float: left;
}
.nametag{
	float: left;
	line-height: 24px;
    font-size: 18px;
    font-weight: 400;
	border-bottom: 1px solid #999;
	margin-top: 30px;
	margin-bottom: 20px;

}

.infoblock{
    float: left;
    width: 390px;
    height: 340px;
    margin-left: 10px;
    background: #cdcbcb;
}
.infoblock-image-space{
    float: left;
    width: 390px;
    height: 240px;
    background: #1f1f1f;
}
img.info-block-img{
    width: 390px;
}
.infoblock-text-space{
    float: left;
    width: 100%;
    height: 99px;
    border-bottom: 1px solid #cdcbcb;
    background: #f8f8f8;
}
.infoblock-text{
    float: left;
    height: 80px;
    margin: 10px 0px;
    margin-left: 15px;
    width: 290px;
}
.infoblock-button{
    cursor: pointer;
    float: right;
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: 300;
    width: 80px;
    margin: 25px 0px;
    line-height: 50px;
    background: rgba(19,91,191,1);
    background: -moz-linear-gradient(-45deg, rgba(19,91,191,1) 0%, rgba(19,79,139,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(19,91,191,1)), color-stop(100%, rgba(19,79,139,1)));
    background: -webkit-linear-gradient(-45deg, rgba(19,91,191,1) 0%, rgba(19,79,139,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(19,91,191,1) 0%, rgba(19,79,139,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(19,91,191,1) 0%, rgba(19,79,139,1) 100%);
    background: linear-gradient(135deg, rgba(19,91,191,1) 0%, rgba(19,79,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#135bbf', endColorstr='#134f8b', GradientType=1 );
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.infoblock-button:hover{
    color: #9bcdff;
    transition: 0.2s;
}
.infoblock-button:active{
    color: #3680ca;
}
p.infoblock-2-lines{
    margin: 24px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
footer{
    float: left;
    width: 100%;
    color: white;
    background: #0e0e0e;
    margin-top: 50px;
}
.footerspace{
    width: 1200px;
    margin: 0px auto;
}
.footer-left-block{
    float: left;
    width: 275px;
    line-height: 150px;
    text-align: left;
    color: #fff;
    font-weight: 600;
}
.footer-right-block{
    float: right;
    width: 275px;
    line-height: 150px;
    text-align: right;
	color: #2592ff;
	font-size: 40px;
}
.footer-right-block-href:hover{
	color: #1879da;
	transition: 0.25s;
}
.footer-img{
    float: right;
    height: 40px;
    width: 40px;
    background: #535353;
    margin: 55px 5px;
}
.footer-quote-block{
    float: left;
    width: 650px;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
    padding: 59px 0px;
    color: white;
}
.hr{
    float: left;
    width: 100%;
    height: 5px;
    background: #0e0e0e;
}
.leadership{
    float: left;
    width: 100%;
    margin-top: 25px;
}
.leader{
    float: left;
    width: 100%;
    margin: 0px auto;
    height: 225px;
}
.leader-description{
    width: 210px;
    height: 225px;
    margin: 0px auto;
}
.leader-photo{
    width: 160px;
    height: 175px;
    margin: 0px auto;
    border-radius: 175px;
}
img.leader-img{
    width: 175px;
    height: 175px;
}
.leader-position{
    height: 34px;
    padding: 8px 0px;
    width: 100%;
    text-align: center;
}
.leader-achieve{
    float: left;
    width: 100%;
    margin: 25px 0px;
}
.leader-achieve-space{
    width: 1000px;
    padding: 34px 0px;
    margin: 0 auto;
    background: #f8f8f8;
    border-bottom: 1px solid #cdcbcb;
    border-left: 10px solid #177ee5;
    border-right: 10px solid #177ee5;
    border-radius: 10px;
    text-align: center;
}
.leader-nametag{
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: white;
background: rgba(21,71,140,1);
background: -moz-linear-gradient(left, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21,71,140,1)), color-stop(100%, rgba(34,132,229,1)));
background: -webkit-linear-gradient(left, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 100%);
background: -o-linear-gradient(left, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 100%);
background: -ms-linear-gradient(left, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 100%);
background: linear-gradient(to right, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15478c', endColorstr='#2284e5', GradientType=1 );
 text-align: center;
}
table.leadership-table{
    float: left;
    width: 100%;
    border: none;
    margin: 0;
}

th.leader-th{
    height: 100px;
    background: #f1f2f3;
    width: 250px;
    line-height: 100px;
    border-bottom: 1px solid #cdcbcb;
}
td.leader-td{
    width: 760px;
    text-align: center;
    padding: 34px 0px;
    background: #f8f8f8;
    border-bottom: 1px solid #cdcbcb;

}
.map{
    float: left;
    width: 100%;
    height: 500px;
    background: #e7e7e7;
    border-bottom: 5px solid #0e0e0e;
}
.contacts-table{
    float: left;
    width: 100%;
	margin-top: 30px;
}
.contacts-tablespace{
    width: 810px;
    margin: 15px auto;
}
table{
    margin: 0;
    padding: 0;
}
table.contact-table{
    width: 99%;
    text-align: center;
    background: #f8f8f8;
	border-left: 5px solid #177ee5;
	line-height: 16px;
}
.contact-table-th{
    border-bottom: 1px solid #cdcbcb;
    width: 250px;
    background: #f1f2f3;
    padding: 25px 0px;
}
.contact-table-td{
    border-bottom: 1px solid #cdcbcb;
    padding: 25px 0px;
    font-weight: 500;

}
.illness-tables{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.illness-nametag{
    float: left;
    color: darkblue;
    font-size: 18px;
    margin-top: 25px;
	width: 100%;
    line-height: 40px;
}
table.illness-table{
    background: rgba(21,71,140,1);
    background: -moz-linear-gradient(left, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21,71,140,1)), color-stop(100%, rgba(34,132,229,1)));
    background: -webkit-linear-gradient(left, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 100%);
    background: -o-linear-gradient(left, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 100%);
    background: -ms-linear-gradient(left, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 100%);
    background: linear-gradient(to right, rgba(21,71,140,1) 0%, rgba(34,132,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15478c', endColorstr='#2284e5', GradientType=1 );
    float: left;
    width: 100%;
    text-align: center;
    min-width: 740px;
}
tr.illness-table-th{
    height: 60px;
    color: white;
}
th.illness-table-th{
    background: none;
}
th{
    font-weight: normal;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
td.illness-table-td{
    background: #f8f8f8;
    border-bottom: 1px solid #cdcbcb;
}
p.illness-2-rows{
    width: 90%;
    padding: 0px 5%;
}
.illness-text{
    float: left;
    text-align: left;
    width: 80%;
    padding: 20px 10%;
    line-height: 16px;
}
a.illness-link{
    color: #135bbf;
    cursor: pointer;
}
a.illness-icon-part{
    float: left;
    height: 50px;
    width: 50px;
    background: #177ee5;
    margin: 0px;
    color: white;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}
a.illness-icon-part:hover{
    background: #248bf2;
    transition: 0.15s ease;
}

.illnes-icon-part-space{
    margin: 0px auto;
    width: 100px;
}
#three.illnes-icon-part-space{
    width: 150px;
    margin: 0px auto;
}
table.leaders-table{    
    float: left;
    width: 100%;
    font-size: 14px;
background: rgba(10,100,191,1);
background: -moz-linear-gradient(left, rgba(10,100,191,1) 0%, rgba(36,139,242,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10,100,191,1)), color-stop(100%, rgba(36,139,242,1)));
background: -webkit-linear-gradient(left, rgba(10,100,191,1) 0%, rgba(36,139,242,1) 100%);
background: -o-linear-gradient(left, rgba(10,100,191,1) 0%, rgba(36,139,242,1) 100%);
background: -ms-linear-gradient(left, rgba(10,100,191,1) 0%, rgba(36,139,242,1) 100%);
background: linear-gradient(to right, rgba(10,100,191,1) 0%, rgba(36,139,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a64bf', endColorstr='#248bf2', GradientType=1 );
}
.leaders-table-th{
    line-height: 50px;
    color: white;
}
.leaders-table-td{
    background: #f8f8f8;
    border-bottom: 1px solid #cdcbcb;
    line-height: 60px;
}
th.leaders-name{
    color: #177ee5;
    font-weight: 400;
}

.comitet-table{
    float: left;
    width: 570px;
    border-left: 5px solid #177ee5;
}
.comitet-table-tr{
    border-top: 1px solid #cdcbcb;
    border-bottom: 1px solid #cdcbcb;
    text-align: center;
    line-height: 38px;
    background: #f8f8f8;
}
td.comitet-number{
    width: 50px;
    background: #e7e7e7;
}
td.comitet-position{
    background: #f1f2f3;
    width: 180px;
}
td.comitet-human{
    width: 380px;
}
.comitet{
    float: left;
    width: 100%;
}
.comitet-tablespace{
    width: 580px;
    float: left;
    margin: 0px 10px;
    margin-bottom: 35px;
}
.comitet-nametag{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    color: #177ee5;
}
.article-img-space{
    width: 100%;
    float: left;
    margin: 0;
    margin-top: 25px;
background: rgba(51,51,51,1);
background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(31,31,31,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,51,51,1)), color-stop(100%, rgba(31,31,31,1)));
background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(31,31,31,1) 100%);
background: -o-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(31,31,31,1) 100%);
background: -ms-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(31,31,31,1) 100%);
background: linear-gradient(to right, rgba(51,51,51,1) 0%, rgba(31,31,31,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1f1f1f', GradientType=1 );
}
img.wp-post-image{
    margin: 0;
    width: 100%;
    height: 100%;
}
.article-nametag{
    float: left;
    width: 100%;
	background: #f5f5f5;
	padding: 25px 0;
}
.article-nametag-space{
    max-width: 950px;
    margin: 0 auto;
    color: white;
}
p.article-link{
    line-height: 30px;
    margin: 0px;
    color: #999;
}
.article-headline{
    margin: 0;
    line-height: 36px;
    font-size: 24px;
    font-weight: 600;
    max-width: 700px;
    color: #333;

}
.article{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.article-space{
    width: 850px;
    margin: 40px auto;
    font-size: 16px;
}
p.article-text{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 18px;
}
.article-hashtags{
    width: 850px;
    margin: 0px auto;
    background: #f1f2f3;
    border-left: 5px solid #177ee5;
    border-bottom: 1px solid #cdcbcb;
    line-height: 50px;
}
p.article-hashtags-text{
    margin: 0 25px;
    font-size: 16px;
    font-weight: 500;
}
.articles-horizontal{
    float: left;
    width: 100%;
    background: #f1f2f3;
    border-bottom: 1px solid #cdcbcb;
    text-align: center;
    line-height: 18px;
    color: #177ee5;
    padding: 32px 0px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
}
.articles-horizontal:hover{
    background: #e7e7e7;
    transition: 0.2s;
}
.articles-horizontal:active{
    background: #f0f0f0;
}
.partners-nametag{
	margin: 0px auto;
    width: 300px;
    line-height: 30px;
    background: #0e0e0e;
    color: white;
    font-size: 14px;
    font-weight: 400;
    border-top-right-radius: 30px;
	border-top-left-radius: 30px;
}
p.partners-nametag-text{
    margin: 0px;
    text-align: center;
}
.partners-margin-top{
    float: left;
    width: 100%;
    margin-top: 25px;
}
.partners{
    float: left;
    width: 100%;
    border-bottom: 1px solid #cdcbcb;
    background: #f8f8f8;
    padding: 30px 0px;
	margin-bottom: 25px;
}
.partners:hover{
    background: #f1f2f3;
    transition: 0.3s ease;
}
.partners-space{
    max-width: 600px;
    margin: 0px auto;
}
.partner{
    float: left;
    width: 150px;
}
textarea{
    resize: none;
	width: 100%;
	max-width: 500px;
    border: 1px solid #cdcbcb;
    font-size: 14px;
}
textarea:hover{
    border: 1px solid #cdcbcb;
}
textarea:focus{
    border: 1px solid #1879da;
    outline: none;
}
input{
    padding: 10px 20px;
    border: 1px solid #cdcbcb;
}
input:hover{
    border: 1px solid #cdcbcb;
}
input:focus{
    border: 1px solid #1879da;
    outline: none;
}
input[type="submit"]{
    background: #1879da;
    cursor: pointer;
    border: none;
    color: white;       
    line-height: 25px;
	min-width: 150px;
	font-size: 14px;
	border-radius: 25px;
}
input[type="submit"]:hover{
    background: #177ee5;
}
input[type="submit"]:active{
    background: #535353;
}
.scientist{
    float: left;
    width: 100%;
}
.scientist-space{
    max-width: 1100px;
    margin: 0px auto;
}
.scientist-block{
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 25px 0px;
    background: #f8f8f8;
    border-bottom: 1px solid #cdcbcb;
}
.scientist-block-img{
    float: left;
    width: 150px;
    height: 150px;
    margin-left: 50px;
    border-radius: 250px;
}
.scientist-block-contact{
    float: left;
    width: 250px;
    margin-left: 50px;
}
.scientist-block-text{
    float: left;
    width: 500px;
    padding: 0px 50px;
}
.scientist-name{
    float: left;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    margin: 0;
    font-weight: 600;
    color: #1879da;
}
p.scientist-contact{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin: 0;
    margin-top: 15px;
}
.nametag-space{
	float: left;
	width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1279px){
    .wrapper{
        width: 1000px;
    }
    .headerspace{
        max-width: 1000px;
        margin: 0px auto;
    }
    .extra-nav-space{
        margin: 0px auto;
        max-width: 990px;
    }
    .extra-nav{
        margin: 0px auto;
        margin-top: 15px;
    }
    .nav{
        width: 190px;
    }
    a.nav-text{
        width: 130px;
    }
    .infoblock{
        width: 320px;
        height: 300px;
        margin-left: 10px;
    }
    img.info-block-img{
        width: 320px;
    }
    .infoblock-image-space{
        height: 200px;
        width: 320px;
    }
    .infoblock-text{
        width: 230px;
    }
    a.infoblock-button{
        width: 60px;
    }
    p.infoblock-2-lines{
        margin: 16px 0px;
    }
    .footerspace{
        max-width: 1000px;
    }
    .footer-left-block{
        width: 175px;
    }
    .footer-right-block{
        width: 175px;
    }
    .footer-quote-block{
        width: 650px;
        float: left;
    }
    .comitet-tablespace{
        float: none;
        margin: 0px auto;
    }
    .comitet-nametag{
        text-align: center;
        margin-top: 15px;
    }
	.scientist-block-img{
        float: left;
        width: 25%;
        padding: 0;
        margin: 0;
    }
    .scientist-block-img-space{
        width: 150px;
        margin: 0 auto;
    }
    .scientist-block-contact{
        float: left;
        width: 25%; 
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .scientist-block-text{
        float: left;
        width: 50%; 
        padding: 0;
        margin: 0;
    }
    .scientist-block-text-space{
        width: 95%;
        margin: 0px auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .wrapper{
        width: 750px;
    }
    .headerspace{
        max-width: 750px;
        margin: 0px auto;
    }
    .extra-nav-space{
        margin: 0px auto;
        max-width: 750px;
    }
    .extra-nav{
        margin: 0px auto;
        margin-top: 15px;
    }
    .extra-nav-space-top{
        height: 50px;
        width: 650px;
        margin: 5px auto;
        
    }
    .extra-nav-space-bot{
        width: 440px;
        margin: 0px auto;
        
    }
    .nav{
        width: 210px;
    }
    a.nav-text{
        width: 140px;
    }
    #last.infoblock{
        margin: 0px;
        margin-top: 15px;
    }
    .infoblock{
        float: left;
        width: 360px;
        height: 325px;
        margin: 0px;
        margin-left: 15px;
    }
    img.info-block-img{
        width: 360px;
    }
    .infoblock-image-space{
        height: 225px;
        width: 360px;
    }
    .infoblock-text{
        width: 250px;
    }
    a.infoblock-button{
        width: 60px;
    }
    p.infoblock-2-lines{
        margin: 16px 0px;
    }
    .footerspace{
        max-width: 750px;
    }
    .footer-left-block{
        width: 100%;
        text-align: center;
        line-height: 50px;
    }
    .footer-right-block{
        width: 100%;
        text-align: center;
        line-height: 50px;
    }
    .footer-quote-block{
        width: 100%;
        padding: 10px 0px;
        border: none;
        float: left;
    }
    .comitet-tablespace{
        float: none;
        margin: 0px auto;
    }
    .comitet-nametag{
        text-align: center;
        margin-top: 15px;
    }
    .contacts-tablespace{
        max-width: 700px;
    }
    .article-nametag-space{
        max-width: 700px;
    }
    .article-space{
       max-width: 600px;
    }
    .article-hashtags{
        max-width: 600px;
    }
    .leader-achieve-space{
        max-width: 730px;
    }
    th.leader-th{
        width: 200px;
    }
    td.leader-td{
        width: 560px;
    }
    .illness-icon{
        width: 40px;
        line-height: 120px;
        text-align: left;
    }
	.scientist-block-img{
        float: left;
        width: 25%;
        padding: 0;
        margin: 0;
    }
    .scientist-block-img-space{
        width: 150px;
        margin: 0 auto;
    }
    .scientist-block-contact{
        float: left;
        width: 30%; 
        padding: 0;
        margin: 0;
    }
    .scientist-block-text{
        float: left;
        width: 45%; 
        padding: 0;
        margin: 0;
    }
    .scientist-block-text-space{
        width: 95%;
        margin: 0px auto;
    }
	footer{
		padding: 50px 0px;
	}

}
@media screen and (max-width: 910px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 910px) {
	.partners-space{
        max-width: 300px;
    }
    .partner{
        margin-top: 10px;
    }
    .menu-bg{
        display: none;
    }
    .topnav{
        display: inherit;
        text-align: right;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d6ccc+0,1c4a8c+100 */
		background: #2d6ccc; /* Old browsers */
		background: -moz-linear-gradient(left,  #2d6ccc 0%, #1c4a8c 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #2d6ccc 0%,#1c4a8c 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #2d6ccc 0%,#1c4a8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d6ccc', endColorstr='#1c4a8c',GradientType=1 ); /* IE6-9 */
	}
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 479px){
    .wrapper{
        width: 300px;
    }
    header{
        height: 245px;
    }
    .headerspace{
        max-width: 320px;
    }
    .logo{
        height: 150px;
        margin: 0;
        margin-top: 10px;
        width: 150px;
        float: left;
    }
    img.logo{
        height: 150px;
        width: 150px;
    }
    .header-info{
        margin: 15px 0px;
        width: 100%;
        float: left;
    }
    .number{
        width: 100%;
        text-align: center;
    }
    .uga{
        margin: 53px 0;
        float: right;
        width: 150px;
    }
    .uga-text{
        margin: 0px;
        font-size: 16px;
        line-height: 18px;   
    }
    .event{
        margin: 150px 0px;
        width: 100%;
    }
    .eventdate{
        width: 120px;
    }
    h3.eventdate-date{
        font-size: 14px;
    }
    h3.eventname-name{
        font-size: 18px;
    }
    .eventname{
        width: 200px;
    }
    button.eventbutton{
        margin: 0px 50px;
    }
    .extra-nav{
        display: none;
    }
    #last.infoblock{
        margin: 0px;
        margin-top: 15px;
    }
    .infoblock{
        float: left;
        width: 320px;
        height: 300px;
        margin: 0px;
        margin-top: 20px;

    }
    img.info-block-img{
        width: 320px;
    }
    .infoblock-image-space{
        height: 200px;
        width: 320px;
    }
    .infoblock-text{
        width: 240px;
        margin: 10px;
    }
    a.infoblock-button{
        width: 60px;
    }
    p.infoblock-2-lines{
        width: 200px;
        margin: 16px 0px;
    }
    .footerspace{
        max-width: 320px;
    }
    .footer-left-block{
        width: 100%;
        text-align: center;
        line-height: 50px;
    }
    .footer-right-block{
        width: 100%;
        text-align: center;
        line-height: 50px;
    }
    .footer-img{
        float: left;
        line-height: 50px;
        margin: 10px 5px;
        margin-bottom: 25px; 
    }
    .leaders-table{
        float: left;
        display: block;
        overflow-x: auto;
        width: 100%;
        white-space: nowrap;
    }
    .footer-img-space{
        width: 165px;
        margin: 0 auto;
    }
    .footer-quote-block{
        width: 100%;
        padding: 10px 0px;
        border: none;
        float: left;
    }
    .comitet-tablespace{
        float: none;
        margin: 0px auto;
    }
    .comitet-nametag{
        text-align: center;
        margin-top: 15px;
    }
    .contacts-tablespace{
        max-width: 700px;
    }
    .article-nametag-space{
        max-width: 280px;
    }
    .article-space{
       max-width: 320px;
    }
    .article-hashtags{
        max-width: 320px;
    }

    .leader-achieve-space{
        max-width: 320px;
        border-left: 5px solid #177ee5;
        border-right: 5px solid #177ee5;
    }
    th.leader-th{
        width: 100px;
    }
    td.leader-td{
        width: 220px;
    }
    .leaders-table{
        overflow-x: auto;
        width: 100%;
        white-space: nowrap;
    }
    .contact-table{
        max-width: 320px;
    }
    .contacts-tablespace{
        max-width: 320px;
    }
    .contact-table-th{
        width: 100px;
        line-height: 16px;
        margin: 0px;
    }
    .contact-table-td{
        line-height: 16px;
    }
    .comitet-tablespace{
        max-width: 320px;
    }
    .comitet-table{
        max-width: 310px;
        line-height: 16px;
    }
    .comitet-table-tr{
        margin: 0px;
        line-height: 24px;
        height: 48px;
    }
    .comitet-border{
        height: 256px;
    }
    .article-info{
        margin-top: 332px;
    }
	li.icon-punkt{
		width: 50%;
	}
	.scientist-block-img{
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .scientist-block-img-space{
        width: 150px;
        margin: 0 auto;
    }
    .scientist-block-contact{
        float: left;
        width: 100%; 
        padding: 0;
        margin: 0;
        text-align: center;
        padding: 25px 0px;
    }
    .scientist-block-text{
        float: left;
        width: 100%; 
        padding: 0;
        margin: 0;
    }
    .scientist-block-text-space{
        width: 90%;
        margin: 0px auto;
    }
	.header-links{
		margin-top: 20px;
	}
	footer{
		padding: 50px 0px;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px){
    .wrapper{
        width: 450px;
    }
    header{
        height: 245px;
    }
    .headerspace{
        max-width: 320px;
    }
    .logo{
        height: 150px;
        margin: 0;
        margin-top: 10px;
        width: 150px;
        float: left;
    }
    img.logo{
        height: 150px;
        width: 150px;
    }
    .header-info{
        margin: 15px 0px;
        width: 100%;
        float: left;
    }
    .number{
        width: 100%;
        text-align: center;
    }
    .uga{
        margin: 53px 0;
        float: right;
        width: 150px;
    }
    .uga-text{
        margin: 0px;
        font-size: 16px;
        line-height: 18px;   
    }
    .event{
        margin: 150px 50px;
        width: 350px;
    }
    .eventdate{
        width: 150px;
    }
    h3.eventdate-date{
        font-size: 16px;
    }
    h3.eventname-name{
        font-size: 18px;
    }
    .eventname{
        width: 200px;
    }
    button.eventbutton{
        margin: 0px 65px;
    }
    .extra-nav{
        display: none;
    }
    #last.infoblock{
        margin: 0px;
        margin-top: 15px;
    }
    .infoblock{
        float: left;
        width: 350px;
        height: 320px;
        margin: 0px;
        margin-top: 20px;

    }
    img.info-block-img{
        width: 350px;
        height: 220px;
    }
    .infoblock-image-space{
        height: 220px;
        width: 350px;
    }
    .infoblock-text{
        width: 250px;
        margin: 10px 10px;
    }
    a.infoblock-button{
        width: 60px;
    }
    p.infoblock-2-lines{
        width: 200px;
        margin: 16px 0px;
    }
    .footerspace{
        max-width: 320px;
    }
    .footer-left-block{
        width: 100%;
        text-align: center;
        line-height: 50px;
    }
    .footer-right-block{
        width: 100%;
        text-align: center;
        line-height: 50px;
    }
    .footer-quote-block{
        width: 100%;
        padding: 10px 0px;
        border: none;
        float: left;
    }
    .comitet-tablespace{
        float: none;
        margin: 0px auto;
    }
    .comitet-nametag{
        text-align: center;
        margin-top: 15px;
    }
    .contacts-tablespace{
        max-width: 700px;
    }
    .article-nametag-space{
        max-width: 420px;
    }
    .article-space{
       max-width: 440px;
    }
    .article-hashtags{
        max-width: 320px;
    }

    .leader-achieve-space{
        width: 450px;
        border-left: 5px solid #177ee5;
        border-right: 5px solid #177ee5;
    }
    th.leader-th{
        width: 100px;
    }
    td.leader-td{
        width: 220px;
    }
    .leaders-table{
        float: left;
        overflow-x: auto;
        width: 100%;
        white-space: nowrap;
    }
    .contact-table{
        max-width: 320px;
    }
    .contacts-tablespace{
        max-width: 320px;
    }
    .contact-table-th{
        width: 100px;
        line-height: 16px;
        margin: 0px;
    }
    .contact-table-td{
        line-height: 16px;
    }
    .comitet-tablespace{
        max-width: 320px;
    }
    .comitet-table{
        max-width: 310px;
        line-height: 16px;
    }
    .comitet-table-tr{
        margin: 0px;
        line-height: 24px;
        height: 48px;
    }
    .comitet-border{
        height: 256px;
    }
    .article-info{
        margin-top: 332px;
    }
    .scientist-block-img{
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .scientist-block-img-space{
        width: 150px;
        margin: 0 auto;
    }
    .scientist-block-contact{
        float: left;
        width: 100%; 
        padding: 0;
        margin: 0;
        text-align: center;
        padding: 25px 0px;
    }
    .scientist-block-text{
        float: left;
        width: 100%; 
        padding: 0;
        margin: 0;
    }
    .scientist-block-text-space{
        width: 90%;
        margin: 0px auto;
    }
	.header-links{
		margin-top: 20px;
	}
	footer{
		padding: 50px 0px;
	}
}
h4.pt-cv-title{
	line-height: 22px;
	text-transform: uppercase;
}