/*
Theme Name: fguz
Theme URI: http://fguz-volgograd.ru/
Author: Leonid Tushov
Author URI: http://tushov.ru/
Description: Theme for fguz-volgograd.ru
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,800&subset=cyrillic');
html { overflow:visible; overflow-y:scroll;}
body {
    font-family: 'Open Sans', sans-serif;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
header {
    background-color: #376193;
    color: #fff;
    position: relative;
    border-bottom: 5px solid #82A2C8;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.21);
-moz-box-shadow:    0px 2px 30px 0px rgba(50, 50, 50, 0.21);
box-shadow:         0px 2px 30px 0px rgba(50, 50, 50, 0.21);
}
header .container {

}
.org-logo {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.org-logo img {
    max-width: 100%;
    max-height: 120px;
}
.org-name {
    /*text-align: center;*/
    padding-top: 15px;
    height: 160px;
    position: relative;
}
.org-name h2 p {
    font-size: 26px;
    padding-top: 7px;
    font-weight: 500;
    /*padding-left: 20px;*/
}    
.org-name h2 span {
    display: block;
    color: #ccc;
    font-size: 16px;
    font-weight: 100;
}
.mainmenu {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 0px;
    list-style: none;
    text-align: right;
    margin: 0px;
    padding:0px;
}
.mainmenu li {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
    margin-right: 3px;
    position: relative;
}
.mainmenu li a {
    display: inline-block;
    margin: 0px;
    background-color: #f5f5f5;
    padding: 10px 16px 10px 16px;
    border-radius: 4px 4px 0px 0px;
}
.mainmenu li:hover a,
.mainmenu li.current-menu-item a,
.mainmenu li.current-menu-parent a,
.mainmenu li.current_page_ancestor a {
    text-decoration: none;
    background-color: #82A2C8;
    color: #fff;
}
.mainmenu ul {
    display: block;
    background-color: #82A2C8;
    color: #fff;
    list-style:none;
    position:absolute;
    left:-9999px;
    opacity:0;
    -webkit-transition:0.25s linear opacity;
    padding: 10px;
    margin: 0px;
    width: auto;
    border-radius: 0px 0px 4px 4px;
    z-index: 255;
}
.mainmenu ul li {
    display: block;
    float: none;
    text-align: left;
    font-size: 13px;
    width: 400px;
}
.mainmenu ul li a {
    background-color: transparent;  
    color: #fff;
    padding: 10px;
}
.mainmenu li:hover ul {
    left:0;
    opacity:1;
}
.mainmenu li:hover ul a {
    text-decoration:none;
    -webkit-transition:-webkit-transform 0.075s linear;
}
.mainmenu li:hover ul li a:hover {
    background-color: transparent;
    text-decoration:underline;
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
}
.mainmenu li form {
   position:absolute;
   left:-9999px;
   opacity:0;
   -webkit-transition:0.25s linear opacity;
   background-color: #82A2C8;
   display: block;
   width: 260px;
   margin-top: 10px;
   padding: 20px 10px 20px 20px;
   border-radius: 0px 0px 4px 4px;   
   color: #555;
   text-align: left;
}
.mainmenu li form input[type="submit"] {
    border: 0px;
    height: 27px;
    margin: 0px;
    vertical-align: top;
    width: 70px; 
    line-height: 27px;   
    border-radius: 0px 2px 2px 0px;   
}
.mainmenu li form input[type="text"] {
    border: 0;
    padding: 2px 5px 2px 5px;
    height: 27px;
    margin: 0px;
    vertical-align: top;
    width: 150px;
    border-radius: 2px 0px 0px 2px;   
}
.mainmenu li:hover form {
    left: auto;
    right:0px;
    z-index: 255;
    opacity:1;
}

.mainmenu-box.sticky {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #376193;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 0px 2px 21px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow: 0px 2px 21px 0px rgba(50, 50, 50, 0.41);
    box-shadow: 0px 2px 21px 0px rgba(50, 50, 50, 0.41);
    padding-top: 5px;
    z-index: 255;
}
.sticky .mainmenu {
    display: block;
    text-align: center;
    margin: 0px auto;
    float: none;
    position: relative;
}
.sticky .mainmenu li {
    float: none;
    padding: 0px;
}
.sticky .mainmenu li a {
    color: #f5f5f5;
    background: none;
}

.photobox {
    background-color: #E6E6E6;
    padding-bottom: 10px;
    padding-top: 10px;
-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.41);
-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.41);
box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.41);
}
.photobox-inner {
    padding: 10px 30px;
    text-align: center;
}
.photobox-inner a {
    text-align: center;
    display: inline-block;
    max-width: 25%;
    background-color: #d9d9d9;
    margin: 3px;
}
.photobox-inner a img {
    display: block;
    height: 200px;
}
.photobox-inner a h4 {
    color: #5b595a;
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
}
.photobox-inner a:hover {
    text-decoration: none;
}
.photobox-inner a:hover img {
    -webkit-filter: brightness(90%);
}
.news-box {
    padding: 10px 0px 20px 40px;
}
.news-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news-box ul li {
    padding: 25px 30px 0px 0px;
    line-height: 16px;
    width: 48%;
    float: left;
}
.news-box ul li img {
    width: 80px;
    margin-right: 10px;
    border-radius: 2px;
}
.news-box ul li a.post-link {
    font-size: 14px;
    display: block;
}
.news-box ul li a.post-img {
    display: block;
    float: left;
}
.title-block {
    font-size: 20px;
    font-weight: 500;
    color: #376193;
}
.links-box {
    padding-top: 10px;
}

.links-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 10px 30px 0px 0px;
}
.links-box ul li {
    background: #82A2C8;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    border-radius: 2px;
}
.links-box ul li a {
    color: #fff;
    -webkit-transition:-webkit-transform 0.075s linear;
}
.links-box ul li.bold a {
    font-weight: bold;
}
.links-box ul li.red {
    background: #E17F48;    
}
.links-box ul li:hover {
    text-decoration:underline;
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
}
.links-box ul li i.fa {
    color: #fff;
    margin-right: 7px;
}
footer {
    background: #353535;
    padding: 20px 0px 20px 0px;
    color: #f5f5f5;
    font-size: 13px;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}
.bottom-box {
    background: #5279A7;
    color: #f5f5f5;
    padding: 15px 0px 10px 0px;
    margin-top: 30px;
    font-size: 14px;
}
.bottom-box a {
    color: #fff;
}
.bottom-box .widget {
    margin-bottom: 40px;
}
.bottom-box .widget-title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    margin-bottom: 25px;
}
.bottom-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bottom-box ul {
    padding-right: 15px;
}
.bottom-box ul li {
    padding: 5px 0px 14px 0px;
    border-bottom: 1px solid rgba(124, 158, 199, 0.6);
    margin: 5px 0px 10px 0px; 
}
.bottom-box .textwidget {
    padding-right: 15px;
}

.services-box {
    margin-top: 40px;
    padding: 0px 20px 0px 20px;    
}
.services-box:before {
    content:'';
    border-top: 1px solid #f5f5f5;
    width: 80%;
    padding-bottom: 30px;
    margin: 10px auto;
}
.services-box:after {
    content:'';
    border-top: 1px solid #f5f5f5;
    width: 80%;
    padding-bottom: 30px;
    margin: 10px auto;
}
.services-box .service-item {
    margin-bottom: 50px;
}
.services-box .service-item .post-img {
    display: block; 
    float: left;
    margin-right: 10px;
}
.services-box .service-item .post-img img {
    width: 75px;   
    margin-top: 10px;
    border-radius: 50%;
    margin: 2px;
    display: block;
    border: 1px solid #ccc;
}
.services-box .service-item h3 {
    font-size: 17px;
    padding-right: 10px;
    font-weight: 600;
}
.services-box .service-item .post-excerpt {
    clear: both;
    padding-top: 10px;
    padding-right: 10px;
    min-height: 75px;
}

.logos-box {
    padding-bottom: 20px;
}

.breadcrumbs {
    padding-top: 10px;
    color: #999;
}
.breadcrumbs a {
    color: #82A2C8;
}
.entry-title {
    font-size: 23px;
    padding: 0;
    margin: 20px 0px 15px 0px;
    font-weight: 600;
}
.entry-content {
    padding-bottom: 30px;
    line-height: 160%;
    padding-right: 20px;
}
.entry-content p {
    margin: 0;
    padding: 12px 0px 8px 0px;
    text-indent: 20px;
}
.entry-content .alignleft {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.entry-content .alignright {
    float: right;
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.entry-content .wp-caption {
    padding-top: 10px;
}
.entry-content .wp-caption .wp-caption-text {
    color: #666;
    font-style: italic;
    font-size: 14px;
    text-align: center;
}
h1.title {
    font-size: 23px;
    padding: 0;
    margin: 20px 0px 15px 0px;
    font-weight: 600;
}
.search-results article {
    padding-top: 10px;
}
.search-results {
    padding-bottom: 20px;
}
.sidebar-right-box .widget {
    margin-bottom: 20px;
}
.sidebar-right-box .widget-title {
    font-size: 20px;
    padding: 0;
    margin: 20px 0px 15px 0px;
    font-weight: 600;
}

.sidebar-right-box ul {
    list-style: none;
    padding: 0;
    margin: 0;    
}
.sidebar-right-box ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0px 10px 0px;
}
.widget_subpages_current_page a {
    font-weight: 600;
    color: #555;
}
.post time,
.page time {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: -10px;
    padding-bottom: 20px;
}
.service2-item {
    padding-right: 10px;
    margin-bottom: 40px;
    padding-left: 0px;
}
.service2-item a {
    display: block;
    max-height: 157px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    margin-bottom: 10px;
}
.service2-item a .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #376193;
    opacity: 0.6;
}
.service2-item a h3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 20;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 15px 15px 15px;    
    line-height: 130%;
}
.service2-item a img {
    display: block;
    width: 100%;
}
.service2-item div {
    text-align: justify;
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
}
.service2-item a:hover .mask {
    opacity: 0.4;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service2-item a:hover h3 {
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
}
.faq-box {
    padding-left: 30px;
}
.faq-box h2 {
    font-size: 20px;
    font-weight: 500;
    color: #376193;
    margin: 0px;
    padding: 0px;
}
.faq-box ul {
    list-style: none;
    padding: 0;
    margin: 0;   
    padding-top: 20px; 
}
.faq-box ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0px 10px 0px;
}
    