/*
Theme Name: apcourt
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acsu
Tags:

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.

acsu is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
    background: #fbfbfb;
    color: #444;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.4em;
}

#header {
    position: fixed;
    background: rgba(36, 72, 95, .8)!important;
}

#header-intro {
    position: sticky;
    background: rgba(36, 72, 95, 1)!important;
}



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
    background: transparent!important;
}

#header select, #header-intro select  {
  color: #f8bf00;   
    font-family: 'PT Sans', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
    background: transparent!important; 
  background-image: none;
  float: right;
  font-size:24px;
  padding: 0 5px 15px 5px;
  border:1px solid rgba(13, 53, 78, 1);
  width: 100%;
  height: 100%; 
  margin-top: -2px;
}

#header select:hover, .icon-search:hover {
    cursor: pointer;
}

 
.index a [class^="icon-"], .index a [class*=" icon-"] {
    display: inline;
    font-size: 25px;
    padding: 0 5px; 
   
}

.bottom {
    vertical-align: bottom;
}

.container {
    font-family: 'PT Sans', sans-serif;
}

/*megamenu*/

.mega-sub-menu {
    background: url("../flat-theme/assets/images/fon.png") top left!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a 
{color: #f4f4f4!important;}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover
{color: #ffc800!important;}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a
{
font-family: 'PT Sans', sans-serif!important;
color: #f4f4f4!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:hover
{color: #ffc800!important;}

body > section,
#boxed > section {
	/*padding: 150px 0 20px 0;*/
	height: 100%;
}


#boxed{
  margin: 0 auto;
  max-width: 1200px;
  padding: 0px;
  background-color: #F9F9F9;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

#boxed #header{
  left: auto;
  min-width: 1200px;
  right: auto;
}

.center {
  text-align: center;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}


/* Headings */


.btn {
  font-weight: 300;
}

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-xlg {
  padding: 24px 48px;
}

.btn-xlg [class^="icon-"],
.btn-xlg [class*=" icon-"] {
  margin-right: 10px;
}
/* Anchor Link */



a{
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: #444444;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
/* iFrame */

.iframe-container {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */

  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.iframe-container iframe,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Edit button */

.post-edit-link {
  color: #999;
  opacity: 0;
}

.post:hover .post-edit-link,
.page:hover .post-edit-link {
  opacity: 1;
}

/* =WordPress Core

-------------------------------------------------------------- */

.sticky{}
.bypostauthor{}
.alignnone {
  margin: 10px 0 20px;
}

.aligncenter,
div.aligncenter {

  display: block;
  margin: 20px auto;
}

.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.wp-caption {
  border: 1px solid #eee;
  padding: 5px;
  text-align: center;
  max-width: 100%;
}
.wp-caption p.wp-caption-text {
    line-height: 15px;
    margin: 0;
    padding: 5px 0 0;
    margin: 10px 0;
    font-family: 'PT Sans', sans-serif!important;
    font-weight: 700;
    color: #444; 
}

.entry-caption {
  margin-top: 15px;
}

.gallery {
  margin-bottom: 20px;
}



.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}



.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
}



.gallery-columns-1 .gallery-item {
  max-width: 100%;
}



.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(46%);
  max-width: calc(46%);
  text-align: center;
}



.gallery-columns-3 .gallery-item {
  max-width: 31%;
  max-width: -webkit-calc(29.299999999999997%);
  max-width: calc(29.299999999999997%);
  text-align: center;
  }



.gallery-columns-4 .gallery-item {



  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
}



.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
}



.gallery-columns-6 .gallery-item {

  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
}



.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
}



.gallery-columns-8 .gallery-item {



  max-width: 11%;



  max-width: -webkit-calc(8.5%);



  max-width: calc(8.5%);



}



.gallery-columns-9 .gallery-item {



  max-width: 9%;



  max-width: -webkit-calc(7.1%);



  max-width: calc(7.1%);



}



.gallery-columns-1 .gallery-item:nth-of-type(1n),



.gallery-columns-2 .gallery-item:nth-of-type(2n),



.gallery-columns-3 .gallery-item:nth-of-type(3n),



.gallery-columns-4 .gallery-item:nth-of-type(4n),



.gallery-columns-5 .gallery-item:nth-of-type(5n),



.gallery-columns-6 .gallery-item:nth-of-type(6n),



.gallery-columns-7 .gallery-item:nth-of-type(7n),



.gallery-columns-8 .gallery-item:nth-of-type(8n),



.gallery-columns-9 .gallery-item:nth-of-type(9n) {



  margin-right: 0;



}



.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
    color: #fff;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}

.gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}



.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.navbar {
  margin-bottom: 0;
  border: none;
}

.navbar .navbar-main {
  margin-top: 15px;
  /*margin-bottom: 15px;*/
  margin-left: auto;
  margin-right: auto;
}
.navbar .navbar-main > li {
  margin-left: 5px;
}

.navbar .navbar-main > li > a {



  padding-top: 12px;



  padding-bottom: 17px; 



  color: #d6a603;



}



.navbar .navbar-main > li:focus > a,



.navbar .navbar-main > li:active > a,



.navbar .navbar-main > li:hover > a,



.navbar .navbar-main > li.active > a,



.navbar .navbar-main > li.active:hover > a,



.navbar .navbar-main > li.open > a,



.navbar .navbar-main > li.open:hover > a {



  background-color: #2980b9;



  color: #f2cc1c;



}



.navbar .navbar-main .dropdown-menu {



  background-color: #2980b9;



  box-shadow: none;



  border: 0;



  padding: 0;



  margin-top: -3px;



  padding-bottom: 15px;



  border-bottom: 3px solid #0d354e;



}



.navbar .navbar-main .dropdown-menu > li > a {
    padding: 10px 15px;
    color: #fefefe;
    line-height: 12px;
    border-bottom: 1px solid #5ea3cf;
    width: 50%;
    display: block;
    font-family: 'PT Sans', sans-serif; 
}

.navbar .navbar-main .dropdown-menu > li:hover > a,
.navbar .navbar-main .dropdown-menu > li:focus > a,
.navbar .navbar-main .dropdown-menu > li.active > a 
{
  background-color: rgba(0, 0, 0, 0.3);
}

.navbar .navbar-main .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar .navbar-main .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar .navbar-main li.dropdown:hover > ul.dropdown-menu {
  display: block;
  -webkit-animation: fadeInUp 300ms;
  -moz-animation: fadeInUp 300ms;
  -ms-animation: fadeInUp 300ms;
  -o-animation: fadeInUp 300ms;
  animation: fadeInUp 300ms;
}

.navbar .navbar-main .sub-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}

ul li span.menu-toggler i {
  display: block;
  line-height: 40px;
}

ul li span.menu-toggler .icon-angle-right,
ul li span.menu-toggler.collapsed .icon-angle-down {
  display: none;
}

ul li span.menu-toggler .icon-angle-down,
ul li span.menu-toggler.collapsed .icon-angle-right {
  display: block;
}

.sp-mobile-menu ul li.active > a,
.sp-mobile-menu ul li:hover > a {
  color: #fff;
}

ul {
  padding-left: 20px;
}



.turquoise {
  background-color: #1abc9c;
}

.green-sea {
  background-color: #16a085;
}

.sun-flower {
  background-color: #f1c40f;
}

.orange {
  background-color: #f39c12;
}

.emerald {
    background-color: #f4f4f4;
    border-bottom: 1px solid #d6d6d6;   
    margin-bottom: 15px;
}

.nephritis {
  background-color: #27ae60;
}

.carrot {
  background-color: #e67e22;
}
.pumkin {
  background-color: #d35400;
}

.peter-river {
  background-color: #3498db;
}

.belize-hole {
  background-color: #2980b9;
}

.alizarin {
  background-color: #e74c3c;
}

.pomegranate {
  background-color: #c0392b;
}

.amethyst {
  background-color: #9b59b6;
}

.wisteria {
  background-color: #8e44ad;
}

.clouds {
  background-color: #ecf0f1;
  color: #777;
}

.clouds h1,
.clouds h2,
.clouds h3,
.clouds h4,
.clouds h5,
.clouds h6 {
  color: #888;
}

.silver {
  background-color: #bdc3c7;
}

.wet-asphalt {
  background-color: #0d354e;
  /*height: 100vh;*/
  min-height: 600px;
max-height: 1200px;    
}

.wet-asphalt a {
  color: #bdc3c7;
}

.wet-asphalt a:hover {
  color: #d9534f;
}

.midnight-blue {
  background-color: #2c3e50;
}

.concrete {
  background-color: #95a5a6;
}

.asbestos {
  background-color: #7f8c8d;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
    padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-slider {
  position: relative;
}

#main-slider .carousel h1 {
  color: #f4f4f4;
  font-family: Times New Roman, serife!important;
  text-transform: uppercase;
  display: block;
  /*width: 55%;
  margin: 0 auto*/
}

#main-slider .carousel .btn {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}

#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
   height: 100vh;
   min-height: 650px;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,

#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}



#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

#services .media:hover .icon-md {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Portfolio */

#recent-works {
  padding: 90px 0;
}

#recent-works .item-inner {
  position: relative;
  margin: 0;
}

.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}

.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}



.portfolio-item {
  padding: 0;
  margin: 0;
}

.portfolio-item .item-inner {
  padding: 5px 5px 0;
 /* margin: 0 20px 20px 0;*/
  position: relative;
}

.portfolio-item img {
  width: 100%;
}

.portfolio-item h5 {
  margin: 0;
  padding: 10px 0;
  font-weight: 500;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-style: italic;
}

.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  background: #0d354e;
}

.portfolio-item .overlay .preview {

  position: relative;
  top: 60%;
  display: inline-block;
  /*margin-top: -20px;*/
}

.portfolio-item:hover .overlay {
  opacity: 1;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}


.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}


/**** Isotope CSS3 transitions ****/


.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}


.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition 
{
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}



/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
  -webkit-transition: none;
    -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}



/* Pricing Table */

.pricing-tables .plan {
  border-radius: 4px;
  list-style: none;
    margin: 0 0 20px;
  background: #3498db;
  text-align: center;
  padding: 30px 0;
}

.pricing-tables .plan li {
  padding: 5px 0;
  color: #fff;
}

.pricing-tables .plan li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-tables .plan li.plan-name {
  line-height: 24px;
  color: #fff;
}

.pricing-tables .plan li.plan-name h3 {
  margin: 0;
}

.pricing-tables .plan li.plan-price {
  margin-bottom: 10px;
}

.pricing-tables .plan li.plan-price > div {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

.pricing-tables .plan li.plan-price > div sup {
  line-height: 10px;
}

.pricing-tables .plan li.plan-price > div > small {
  display: block;
}

.pricing-tables .plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
}
.pricing-tables .plan.featured {
  background-color: #2c3e50;
}

/* Title */
#title h1 {
  margin: 0;
  color: #0d364c;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  padding: 20px 0;
}



/* Meet The Team */

#meet-the-team .designation {
  margin-top: 5px;
  display: block;
}

.img-thumbnail {
  border: 0;
}

.progress,
.progress .bar {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
}

.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}


/* Breadcrumb */
.breadcrumbs
{
	color: #777;
	margin: 20px 10px 20px 0;
	display: block;
    width: 100%;
    font-size:14px;
    text-align: center;
    font-weight: 200;
}

.breadcrumbs a {
	text-decoration: underline;
}

ul.tag-cloud {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.tag-cloud li {
  display: inline-block;
  margin: 0 0 2px 0;
}

.btn-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}

.btn-social.btn-facebook {
  background: #4f7dd4;
}

.btn-social.btn-facebook:hover {
  background: #789bde;
}

.btn-social.btn-twitter {
  background: #5bceff;
}

.btn-social.btn-twitter:hover {
  background: #8eddff;
}
.btn-social.btn-linkedin {
  background: #21a6d8;
}

.btn-social.btn-linkedin:hover {
  background: #49b9e3;
}

.btn-social.btn-google-plus {
  background: #dc422b;
}

.btn-social.btn-google-plus:hover {
  background: #e36957;
}

.btn-social:hover {
  color: #fff;
}

#social {
  text-align: center;
}

.icon-social {
    font-size: 48px;
    height: 108px;
    width: 108px;
    line-height: 108px;
    color: #fff;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block !important;
    border-radius: 100%;
}

.icon-social.icon-facebook {
  background-color: #3c5899;
}
.icon-social.icon-facebook:hover {
  background-color: #4e6fba;
}
.icon-social.icon-twitter {
  background-color: #29c5f6;
}

.icon-social.icon-twitter:hover {
  background-color: #5ad2f8;
}
.icon-social.icon-google-plus {
    background-color: #d13d2f;
}
.icon-social.icon-google-plus:hover {
  background-color: #da6459;
}

.icon-social.icon-pinterest {
  background-color: #c61118;
}

.icon-social.icon-pinterest:hover {
  background-color: #ec1e26;
}

.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}

.icon-md {
  font-size: 36px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  border-radius: 100%;
  -webkit-transition: 500ms;
    -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.modal {
  border: 0;
}
.modal#loginForm {
  width: 600px;
  margin-left: -300px;
}
.modal .modal-header {
  border: 0;
  padding: 20px 20px 0;
}

.modal .modal-header > h4 {
  font-weight: 300;
  color: #848484;
  text-transform: uppercase;
  margin: 0;
}

.modal .modal-body {
  padding: 20px;
}

.modal input[type="text"],
.modal input[type="password"] {
  padding: 5px 10px;
  min-height: 30px;
  width: 130px;
  margin-right: 10px;
}

.modal .icon-remove {
  color: #848484;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  background: #ebebeb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}

.modal button {
  margin-left: 10px;
  border: 0;
}

.gap {
  margin-bottom: 50px;
}

.big-gap {
  margin-bottom: 100px;
}

.no-margin {
  margin: 0;
  padding: 0;
}

.registration-form {
  border: 0;
  background-color: #fff;
  padding: 20px;
  display: inline-block;
}

#bottom {
  color: #bdc3c7;
}

#bottom h4 {
  margin-top: 0;
  margin-bottom: 15px;
}

#bottom .media-heading {
  display: block;
  font-weight: 400;
}

ul.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*Unordered Lists*/
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}

ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
  margin-right: 5px;
}

ul.arrow li::before {
  content: "\f105";
}

ul.arrow-double li::before {
  content: "\f101";
}

ul.tick li::before {
  content: "\f00c";
}

ul.cross li::before {
  content: "\f00d";
}

ul.star li::before {
  content: "\f006";
}

ul.rss li::before {
  content: "\f09e";
}

ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
}

ul.social > li {
  display: inline-block;
  margin: 0 5px;
}

ul.social > li > a {
  color: #666;
}

ul.social > li > a:hover {
  color: #999;
}

.accordion-group {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}

.accordion-heading .accordion-toggle {
  color: #666;
  font-weight: bold;
}

.accordion-inner {
  border-top: 0;
}
.entry-content p{
    font-size:16px;
    line-height: 1.4;
}
.post,
article.attachment {
  border-radius: 5px;
  margin-bottom: 20px;
  /*padding: 20px;*/
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post .entry-thumbnail,
article.attachment .entry-thumbnail {
  /*margin: -20px -20px 20px;*/
  margin: 0 5px 15px 0;
}

.post .entry-thumbnail
{max-height: 200px; overflow: hidden;}

.post .entry-thumbnail img,
article.attachment .entry-thumbnail img {
  width: 100%;
}

.post h2.entry-title,
article.attachment h2.entry-title {
  margin-top: 0;
}

.post .entry-meta,
article.attachment .entry-meta {
  margin-bottom: 20px;
}
.post .entry-meta ul,
article.attachment .entry-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post .entry-meta ul li,
article.attachment .entry-meta ul li {
    display: inline-block;
    margin-right: 10px;
    border-top: 1px solid #444;
    padding-top: 10px;
    margin-top:10px;
    color: #999;
}

.post .entry-meta ul li a,
article.attachment .entry-meta ul li a {
  color: #999;
}

ul.pagination > li > a,
ul.pagination > li > span {
  border: 0;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #34495e;
  color: #fff;
}

textarea#message {
  padding: 10px 15px;
  height: 219px;
}

.widget {
  margin-bottom: 30px;
}

.timeline {
  position: relative;
  margin-bottom: -3px !important;
}

.timeline .timeline-bar-wrapper {
  position: static;
}

.timeline .timeline-bar {
  text-align: center;
}
.timeline .timeline-bar:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  left: 50%;
  margin-left: -4px;
  border-radius: 3px;
  background-color: #ff5335;
}

.timeline .timeline-bar h2 {
  margin: 20px 0;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.timeline h2.time {
  background: #f5f5f5;
}

.time .entry-date {
 color: #4990bd; 
font-size: 12px;
}


.timeline i {
  display: inline-block;
  margin: 10px 0;
  border: 5px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  line-height: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ff5335;
}

.timeline .timeline-item-box {
  position: relative;
  z-index: 2;
}

.timeline .timeline-item-box.odd {
  margin-top: 70px;
}

.timeline .timeline-item-box.odd:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-left-color: #fff;
  border-width: 10px;
  top: 30%;
  margin-top: -15px;
}

.timeline .timeline-item-box.even {
  margin-top: 120px;
}

.timeline .timeline-item-box.even:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #fff;
  border-width: 10px;
  top: 30%;
  margin-top: -15px;
}

.box {
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}

.rounded {
  border-radius: 3px;
}

#error {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

#footer {
    padding-top: 30px;
  padding-bottom: 30px;
  color: #bdc3c7;
  background: #0d354e;
}

#footer a {
  color: #bdc3c7;
}

#footer a:hover {
  color: #2b7db4;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
}

#footer ul > li {
  display: block;
  margin-left: 15px;
  padding: 3px 0;
  border-bottom: 1px solid #9eb4c1;
}

.tab-content {
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
}

.nav-tabs > li > a {
  color: #555;
  cursor: pointer;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
  border-color: #ddd;
}

a.accordion-toggle {
  display: block;
}

div.pp_default .pp_description {
  margin-top: 13px;
}

/*shortcode*/
.dropcap {
  overflow: hidden;
}
.dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}

/*block*/

.block.rounded{
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    border-style: solid;  
}


.block.border-solid {
    border-style: solid; 
}
.block.border-dashed{
    border-style: dashed; 
}
.block.border-dotted{
    border-style: dotted; 
}


/* Block number */

.blocknumber { 
     position: relative;
     min-height: 45px;
     padding:10px 0 5px 60px;
 }

.blocknumber span{

        font-weight:bold;  
        width:48px;
        height:48px;
        line-height:48px;
        display:block;
        text-align:center;
        position: absolute;
        top: 0;
        left: 0;
    }
} 
/*core*/



code{
    display: inline-block;
    white-space: inherit;
    margin: 10px 0 5px;
}


/*right side widget area*/



.widget-area ul{
    list-style: none;
    padding: 0;
}

.widget-area ul li{
    padding: 5px 0;
}



/*search*/



.widget-area #searchform{
    margin-bottom: 30px;
}



/*calender*/



.widget-area #calendar_wrap table{
    width: 100%;
}

.widget-area #calendar_wrap th{
    text-align: center;
}

.widget-area #calendar_wrap td{
    text-align: center;
}

.widget-area #calendar_wrap tr{
    border-bottom: 1px solid #eee;
    line-height: 25px;
}

.widget-area #calendar_wrap #prev{
    text-align: left;
}

.widget-area #calendar_wrap #next{
    text-align: right;
}

/*tag clound*/



.widget-area .tagcloud a{
    font-size: 14px !important;
    color: #FFF;
    background-color: #428BCA;
    border-color: #285E8E;
    padding: 1px 5px;
    margin-bottom: 2px;
    display: inline-block;
    border-radius: 3px;
}

.widget-area .tagcloud a:hover{
    background-color: #3276B1;
}

.widget-area ul li{
    padding: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.widget-area ul li a{
   margin-left: 10px;
}

.widget-area ul li:before{
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
}

.widget-area ul.children{
    margin-top: 10px;
}

.widget-area ul.children li{
    margin-left: 15px;
}

.widget-area select{
    width: 100%;
    margin: 10px 0;
    height: 34px;
    padding: 6px 12px;
}

.widget-area img{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.wp-smiley{
    display: inline-block;
}
.rsswidget{
    display: inline-block;
}
.textwidget img{
    margin-top: 10px;
}

table{
    width: 100%;
}
tr{
    border-bottom: 1px solid #eee;
}

td,th{
    padding: 8px 0;
}



/*caption*/



.wp-caption img{
    max-width: 100%;
}
.wp-caption p.wp-caption-text{
    padding: 3px;
}




#respond code{
    white-space: normal;
    display: inline-block;
    margin-bottom: 20px;
}







/*paser paginaton,breadcrumbs*/



.pager .previous>a,
.pager .next>a{
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.breadcrumb {



    width: 100%;



    text-align: center;



}



ul.breadcrumb > li{



    overflow: hidden;



    text-overflow: ellipsis;



    white-space: nowrap;



    max-width: 300px;



}







/*divider*/







.divider-default{



    margin-bottom: 5px;



}



.divider-lg{



    margin-bottom: 100px;



}



.divider-md{



    margin-bottom: 50px;



}



.divider-sm{



    margin-bottom: 20px;



}



.divider-xs{



    margin-bottom: 10px;



}







/*faq*/



li.faq span.number{



    display: block;



    width: 50px;



    height: 50px;



    line-height: 50px;



    margin-right: 20px;



    text-align: center;



    background: #34495E;



    color: #FFF;



    font-size: 24px;



}



.faq h4{



    margin-top: 0;



}



ul li.faq{



    margin-top: 30px;



}







/*services page*/



.media.services{



    margin-bottom: 30px;



}







/*logo*/



a.navbar-brand img{
    display: inline-block;



}



/*download btn*/



#main-info {



background-color: #ECF0F1;



}







/*pinterest btn*/



.btn-social.btn-pinterest{



    background: #FF0014;



}








/*responsive menu*/



#mobile-menu .navbar-collapse{



    border-top:0;



    box-shadow:none;



}



.navbar-inverse .navbar-nav li{







}



.navbar-inverse .navbar-nav>li a{



    color:#fefefe!important;   



    display: block;



	text-transform: uppercase;



	font-size: 1.2em;



	font-family: Times New Roman, serife;



}







/*testimonial*/



blockquote small{



    color: rgba(255, 255, 255, 0.8);



}







/*responsive menu*/



.navbar-toggle{



  margin-top: 25px;



}







/*bottom*/



ul#menu-company-menu{



   padding-left: 0;



}



ul#menu-company-menu li{



  list-style: none;



  position: relative;



}



ul#menu-company-menu li:before{



  content: "\f105";



  font-family: FontAwesome;



  margin-right: 5px;



}











.block { 
    color:#f4f4f4; 
    border-radius:3px; 
    font-size: 18px; 
    text-align: left; 
    font-family: 'PT Sans', sans-serif; 
    margin: 0 0 5px 0; 
    font-weight: 300;
    line-height: 1em;
    padding:20px; 
    width: 100%;   
    transition:  all 0.4s ease;
    background: #4990bd;
    background-position: center right -70px;
    
}


.block:hover  {
    background: #ebb500 url(http://cguap.fotobashnya.com.ua/wp-content/themes/flat-theme/images/right.png) no-repeat;
    background-position: center right 0px;
    padding: 30px 20px;
    cursor: pointer;
}


.museumblock {
border: 1px solid #2f7fb2;
border-radius:4px;
color: #2f7fb2;
padding: 15px 10px;
text-align: center;
font-size: 1.5em;
line-height: 1.2;
}



.museumblock a

{color: #2f7fb2;}





.museumblock a:hover

{color: #0d354e!important;}



.block a

{ color:#f4f4f4!important;}







img.gerb



{position: absolute;



left: 50%;



top:0; border: 1px solid red;}







img.gerb



	{



		width: 80px!important;	



	margin-top: 30px;		



	}



	



	.gerb_article



	{



		width: 60px!important;	



		display: inline;



padding-right: 20px;



padding-bottom: 5px;		



	}











@media(max-width:400px)   

{
   
    
	img.gerb
	{
		width: 50px;
		position: relative;
		z-index: 1000000!important;
		margin-left: auto;
		margin-right: auto;
	}
}

@media(max-width:600px)

{
    
    
    
    .statblock .numer {
        font-size:2em;
}
	img.gerb	{

		width: 80px;
		position: relative;
		z-index: 1000000!important;
		margin-left: auto;
		margin-right: auto;
	}
}


.animtd
{
 -webkit-animation: fadeInUp 300ms linear 300ms both;
 -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}



.masonry { /* Masonry container */
    column-count: 4;
    column-gap: 1em;
}

.item { /* Masonry bricks or child elements */
   
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

.item {
    display: inline-block;
   
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 transparent;
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    
       
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}






@media only screen and (min-width: 300px) {



    .masonry {



        -moz-column-count: 1;



        -webkit-column-count: 1;



        column-count: 1;



    }



	#footer li



	{



	display: block;



	clear: both;



	}



	



}











@media only screen and (min-width: 500px) {



    .masonry {

        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}


@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

}







@media only screen and (min-width: 1100px) {



    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

}







@media only screen and (min-width: 1500px) {



    .masonry {



        -moz-column-count: 4;



        -webkit-column-count: 4;



        column-count: 4;



    }



}







@media only screen and (min-width: 1280px) {



    .wrapper {



        width: 1260px;



    }



}







.datetimen



{



color: #3e8bbf;



font-size: 1.5em;



border-right: 3px solid #696969;



text-align: center;



}



.datetimen1



{



color: #3e8bbf;



font-size: 1.1em;



border-right: 3px solid #696969;



text-transform: lowercase;



border-right: 3px solid #696969;



text-align: center;



}



ul.lang



{



	color: red;



	font-size: 1.1em;	



	position: absolute;



	z-index: 100;



	right: 5%;



	top:0px;



	list-style: none;



	height: 30px;



	text-align: center;







}



ul.lang li



{ color: #fff!important;



padding: 6px;



float: left;



border: 1px solid #3e8bbf;



margin: 1px;



}







ul.lang li a



{color: #f1f1f1;}







ul.lang li a.act



{color: #3e8bbf;}







.main_block_zbir



{



background: url("../flat-theme/assets/images/fon.png") top left; 





z-index: 100; 



color: #fefefe; 



padding: 8px 0 8px 10px;



text-align: left; 



margin: 1px; 



font-size: 18px; 



/*text-transform: uppercase;*/



cursor: pointer;



}







.zbir_txt



{



background: url("../flat-theme/assets/images/zbir.png") center left no-repeat; 
 background-size: 55px;
  /* z-index: 100; */
  color: #fefefe;
  height: 50px;
  padding-left: 70px;
  padding-top: 15px;



}

a.region  {color: #5ab1e2!important; text-decoration: underline;}





.zbir_txt
{
background: url("../flat-theme/assets/images/zbir.png") center left no-repeat; 
 background-size: 55px;
  /* z-index: 100; */
  color: #fefefe;
  height: 50px;
  padding-left: 70px;
  padding-top: 15px;
}

.crh_txt {
  background: url("../flat-theme/assets/images/srch.png") center left no-repeat;
  background-size: 55px;
  /* z-index: 100; */
  color: #fefefe;
  height: 50px;
  padding-left: 70px;
  padding-top: 15px;
}

.clnd_txt {
  background: url("../flat-theme/assets/images/calend.png") center left no-repeat;
  background-size: 55px;
  /* z-index: 100; */
  color: #fefefe;
  height: 50px;
  padding-left: 70px;
  padding-top: 15px;
}





.main_block_srh {
/*background: url("../flat-theme/assets/images/fon.png") top left; */
text-align: left; 
z-index: 100; 
color: #fefefe; 
padding: 6px 0 6px 10px;
margin: 1px; 
font-size: 18px; 
cursor: pointer;
}







.transition-translate { 
  position: relative;
  top: 0;
  z-index: 2;
  background: #808991;
  color: #FFF;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  max-width: 500px;
  font-size: 20px;
  border: 4px ridge black;
  cursor: pointer;
  transition: 3s linear;
}

.transition-translate:hover {
  top: 50px;
}







/*main news*/



.title {
font-size: 1.3em;
color: #656565;
padding-top: 10px;
font-weight: 300;
}


.picturies
{
text-align: center;
max-height: 350px;
overflow: hidden;
    border-radius: 4px;
}


.time

{
 color: #acacac;
 padding-top: 10px;
}


.title_art
{
font-size: 1.1em;
color: #656565;
padding-top: 10px;
font-weight: 300;
line-height: 1.1em;
}



.picturies_art

{
text-align: center;
max-height: 100px;
overflow: hidden;
}

.column_art

{
	height: 220px;
}



.lang_choice_polylang-3



{}


/*Консультант*/



.sh_btn_left .sh_title_text, .sh_btn_right .sh_title_text



{}



.sh_logo_btn



{display: none!important;



width: 1px;



height: 1px;}



.sh_btn



{



  z-index: 999999;



  font-size: 14px;



  font-family: Arial;



  color: #fff;



  position: fixed;



  cursor: pointer;



  box-shadow: none!important;



  background: url("../flat-theme/assets/images/fon_red.png") top left!important;



  border: 0px solid #b61f1f!important;



  padding: 5px!important;



}



.sh_btn_left .sh_title_text, .sh_btn_right .sh_title_text {



  cursor: pointer;



  overflow: hidden;



  border-top: 0px solid red!important;



  padding: 10px 0;



}



.right
{text-align: right;}
.left
{text-align: left;}
.center
{text-align: center;}







.descript



{font-style: italic;



padding: 10px 0 0 0;



color: #ebb500;



font-size: 1.3em;



font-weight: 500;



}



.prntcat
{width: 100%; text-align: center;}

#addnav ul
{text-align: center;}

#addsnav li {
  list-style: none!important;
  /* height: 100px; */
  /* display: table-cell; */
  /* overflow-y: hidden; */
  margin: 2px;
  background: #165781;
  border-radius: 4px;
  /* padding: 20px; */
  color: #fefefe;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
}

#addsnav li a
{
color: #fefefe;
  vertical-align: middle;
  /* list-style: none!important; */
  height: 100px;
  width: 100%;
  /* display: table-cell; */
  /* overflow-y: hidden; */
  /* margin: 2px; */
   background: #165781;
  border-radius: 4px;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  /* vertical-align: top; */
  line-height: 1em;
}
#addsnav li a:hover
{
background: #2980b9;
}


#addsnav li a:hover



{color: #a2c4db!important; }







#wp-calendar caption {
    background: #cb5f5f;
    padding: 20px;
    font-size: 24px;
    color: #fbfbfb;
    margin: -45px 0 20px 0;
}



#wp-calendar a

{
	/*color: #cb5f5f;*/
	color: #444;
	font-weight: bold;
}

#wp-calendar a:hover

{
	/*color: #cb5f5f;*/
	color: #5ab1e2!important;
}


#calendar_wrap

{margin-bottom: 20px;
border-bottom: 0px solid red;}
.widget-area #calendar_wrap tr {



   border-bottom: 1px solid #eee; 



   line-height: 20px!important; 



}







.widget-area #calendar_wrap td, th {



  padding: 4px 0; 



}







input.es_textbox_class



{width: 100%;



border: 1px solid #696969;



height: 35px;



background: #fbfbfb;



padding: 0 0 0 10px;



}







.es_textbox_button



{ 



background: #2980b9;



border: 1px solid #2980b9;



color: #fbfbfb;



padding: 10px 15px;



margin-bottom: 20px;



}



#main {
    height: 100%!important; 
    /*margin-top: -100px;*/
}



.name, .name a, .name a:hover {

font-family: Times New Roman;
font-size: 1.4em;
color: #24485f;
margin: 10px 0;
text-transform: uppercase;
line-height: 1em;
    text-align: center;
}



.bann li { 
    list-style: none;
    display: block;
    float: left;
    margin: 0 5px;
    width: 15%;
}



div.bx-viewport {
	height: inherit !important;
}

.bx-wrapper .bx-viewport {
	  background: inherit !important;
	  -webkit-box-shadow: none !important;
	  box-shadow: none !important;
	  border: none !important;
}



.bx-wrapper .bx-pager.bx-default-pager a{
	border: 2px #4990bd solid !important;
	background: #fff !important;
}



.bx-pager.bx-default-pager a.active {
  background: #4990bd !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 8px !important;
}

div.bx-pager-item{
  	vertical-align: middle !important;
}

.bxslider img{
	float:left !important;
}



div.president{

	text-transform:  uppercase !important;
	display: table-cell !important;
    	vertical-align: middle !important;
	padding: 0px 10px 0px 10px !important;
    font-family: 'Roboto Condensed', sans-serif;
    color: #717171;
    font-weight: 700;
    line-height: 1em;
}



div.blink {
	clear:both !important;
	/*text-align:center !important;*/
	width:151px !important;
	padding-top: 6px;
	font-style: italic;
}



.bxitem{

	display: table !important; 

}



.col-lg-2-lang{

	position: absolute !important;

	right:20px;

	top:92px;

  	width: 107px;

	

}

#searchImg{
	float: left;
    margin-top: -6px;
}

@media(max-width:1100px){
	.col-lg-2-lang {
		right:60px;
	}
}

@media only screen and (max-width: 1100px) {
  div.navbar-header {
    display: none;
  }
}


#lang_choice_polylang-3 {
	height: 28px;
}

.ac-container input[type="text"], .ac-container select, .ac-container input[type="date"], .ac-container select[multiple] {
	background: transparent!important;
	border: 1px solid #c7dae8;
	width: 95%;
	color: #c7dae8;
	font-size: 14px;
	padding: 7px;
	margin:5px;
}

.ac-container select option

{  background: #2980b9!important;}

.col-lg-2-lang select::-ms-expand {
    display: none;
}

.ac-container{
	/*width: 100%; */
	margin: 7px auto 7px -10px;
	text-align: left;
	background: url("../flat-theme/assets/images/fon.png") top left!important;
}

.ac-container label{
	
	/*padding: 15px 5px 0 60px;*/
	font-weight: 300;
	height: 40px;
    padding: 0 0 0 20px;
	font-size: 1em;
	text-transform: uppercase;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #fbfbfb;
	/*background: url("../flat-theme/assets/images/srch.png") center left no-repeat; */
	/*line-height: 33px;*/ 	
}

.ac-container label:hover{
	/*background: #fff;*/
}
.ac-container input[type=checkbox]:checked + label,
.ac-container input[type=checkbox]:checked + label:hover{
	/*background: #e0f47d;*/
	color: #fbfbfb;
}
.ac-container label:hover:after,
.ac-container input[type=checkbox]:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	right: 13px;
	top: 0;
	background:  transparent  url("../flat-theme/assets/images/up.png") no-repeat center center;	
}
.ac-container input[type=checkbox]:checked + label:hover:after{
	background:  transparent  url("../flat-theme/assets/images/in.png") no-repeat center center;
}
.ac-container input[type=checkbox]{
	display: none;
}
.ac-container article{
	
	margin-top: -56px;
	overflow: hidden;
	height: 0px;
	width:100%;
	position: relative;
	z-index: 10;
	-webkit-transition: all 1s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: all 1s ease-in-out, box-shadow 0.6s linear;
	-o-transition: all 1s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: all 1s ease-in-out, box-shadow 0.6s linear;
	transition: all 1s ease-in-out, box-shadow 0.6s linear;
	background: url("../flat-theme/assets/images/fon.png") top left!important;
 
}
.ac-container article p{
	font-style: italic;
	color: #fbfbfb;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	
}
.ac-container input[type=checkbox]:checked ~ article{
	-webkit-transition: all 1s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: all 1s ease-in-out, box-shadow 0.1s linear;
	-o-transition: all 1s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: all 1s ease-in-out, box-shadow 0.1s linear;
	transition: all 1s ease-in-out, box-shadow 0.1s linear;
	}

.ac-container input[type=checkbox]:checked ~ article.ac-small{
	height: 270px;
	margin-top: -328px;
	width: 150%;

}
/*.ac-container input:checked ~ article.ac-medium{
	height: 380px;
}
.ac-container input[type=checkbox]:checked ~ article.ac-large{
	height: 500px;
}*/

 .main_block_srh {
    background: url("../flat-theme/assets/images/fon.png") top left!important;
    height: 70px;
}



.title img
{
	margin-top: 15px;
	width: 100px;
}

.gerb_article 
{
	  width: 60px!important;
	  display: inline;
	  padding-right: 20px;
	  padding-bottom: 5px;
}
.comment
{
	padding: 20px 0;
	font-style: italic;
	margin: 0 0 0 20px;
}
.comment div
{
	pading: 7px 0 0 0;
}

.calculator_content th{
	background: #2980b9;
	color:#fbfbfb;
	font-weight: normal;
	text-align: center;
	padding: 17px;
	border-right: 1px solid #fbfbfb;
	width: 50%;
}

.new th
{
	background: #2980b9;
	color:#fbfbfb;
	font-weight: normal;
	text-align: center!important;
	padding: 17px;
	border-right: 1px solid #fbfbfb;
	width: 7%;
}

.calculator
{
	text-align: center; margin: 0 auto;
}

 table.calculator_content, table.cases
{
	border-bottom: 5px solid #0d354e;
}

.calculator_content tr
{	
	background: #fbfbfb; 
	border-bottom: 1px solid #e5edf3;
}

.calculator_content td
{
	padding: 8px 10px;
}

.calculator_content tr:hover
{
	background: #2980b9;
	color: #fbfbfb;
	cursor: pointer;
	 transition-duration: 0.8s; 
}

.new tr:hover
{
	background: #f2f2f2;
	color: #444;
	transition-duration: 0.8s; 
	cursor:pointer;
}

.calculator_content tr.none:hover
{
	background: #fbfbfb;
	color: #444;
	cursor: default;
	transition-duration: none;
}

ul.menuzee 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;	
	color: #fbfbfb;
	font-family: Times New Roman;	
	font-size: 1.4em;
}
ul.menuzee li
{
	float: left;
	padding: 10px;
	list-style: none;
	text-align: center;
}
@media(max-width:768px){
ul.menuzee li
{
	float: none;
	padding: 0px;
	list-style: none;
	text-align: center;
}
}
@media(max-width: 480px){
.one input[type="text"] ,
.one input[type="date"] 

{
	border: 1px solid #2980b9;
	background: #dbebf5;
	color: #444;
	margin: 2px;
	padding: 3px;
	max-width: 150px;
}
    .name a {
        font-size:18px; 
        line-height:18px;
        color:#0d354e;
    }
    
      /*.name {
       padding-top:25px;        
    }*/
    
   

/*body > section,
#boxed > section {
  padding: 280px 0 20px 0;
}*/

}

ul.menuzee li:hover
{
	background: #2980b9;
	cursor:pointer;
}

.nav
{
	font-style: italic;
	text-align: center;
	padding: 20px 0;
	color: #8d8d8d;
}
.one
{
	width: 100%;	
	border: 0px solid red;
	background: #dbebf5;
	
}
.one td
{
	border: 1px solid #fbfbfb;
	width: 50%;
	padding: 8px 15px;
}

h4
{
	color: #0d354e!important;
}

.gray
{
	text-align: right;
	font-weight: 500;
}

.quote
{
	margin: 20px 20px 60px 40px;
	border-left: 5px solid #2980b9;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #777;
}

.stavka
{
	color: #2980b9;
	font-style: italic;
	padding: 10px 40px;
	font-size: 1.2em;
	text-align: center;
}

.border
{
	border-top: 1px solid #fbfbfb;
}

/*tooltip*/

div.tooltips {
  position: relative;
  display: inline;
}
div.tooltips span {
  position: absolute;
  width:220px;
  color: #FBFBFB;
  background: #0d354e;
  height: 70px;  
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  line-height: 1em;
  padding: 15px;
}
div.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #0d354e;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
div:hover.tooltips span {
  visibility: visible;
  opacity: 0.9;
  bottom: 50px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
/*tooltip*/
.cl
{
position: absolute;
bottom:0;
right: 0;
}
.srch
{
font-weight: 500;
color: #2980b9;
}

.one input[type="text"] ,
.one input[type="date"] 

{
	border: 1px solid #2980b9;
	background: #dbebf5;
	color: #444;
	margin: 2px;
	padding: 3px;
	width: 90%;
}

.one input[type="submit"] 
{
	background: #0d354e;
	border: 1px solid #0d354e;
	color: #fbfbfb;
	padding: 10px 20px;
	margin: 5px 0;
}

.podija th
{
	background: #969696;
	font-size: 1.2em;
	width:20%;
	color: #fbfbfb;
	text-align: center;
	
}
.podija tr
{
	border-bottom: 1px solid #cecece;	
}
.podija td
{
	padding: 10px 0 10px 15px;
}

.podija tr:hover
{
	background: #f1f2f2;
	cursor: pointer;
	border-bottom: 1px solid #f1f2f2;
	transition: all 0.5s ;
}
/**/

.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

/*.container {	
	min-height: 100%;
}*/

.md-modal {
	position: fixed;
	top: 25%;
	left: 50%;	
	max-width: 900px;
	min-width: 320px;
	height: 280px;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@media(max-width:767px)
{
.md-modal {
position: fixed;
	top: 32%;
	left: 50%;
	width: 90%;
	height: auto;
	font-size:100%;
	}
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #fbfbfb;
	background: #2980b9;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.cases .md-content {
	color: #444;
	background: #fbfbfb!important;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
	color: #fbfbfb;
}

.cases .md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
	color: #444;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

.md-content input[type="text"] ,
.md-content input[type="date"] 

{
border: 1px solid #0d354e;
background: #2980b9;
color: #fefefe;
margin: 2px;
padding: 3px;
max-width: 600px;
	min-width: 300px;
}

.md-content input[type="submit"] 
{
background: #0d354e;
border: 1px solid #0d354e;
color: #fbfbfb;
padding: 10px 20px;
margin: 5px 0;
}

.md-close
{cursor: pointer;}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-5 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg); 
	-moz-transform: translateZ(600px) rotateX(20deg); 
	-ms-transform: translateZ(600px) rotateX(20deg); 
	transform: translateZ(600px) rotateX(20deg); 
	opacity: 0;
}

.md-show.md-effect-5 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg); 
	opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-6 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg); 
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg); 
	opacity: 0;
}

.md-show.md-effect-6 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7{
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.md-effect-7 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.md-show.md-effect-7 .md-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-8 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-8 .md-content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-9 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-9 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-10 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
	background: #e74c3c;
} 

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	background: transparent;
}

.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-13 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}

.md-show.md-effect-13 .md-content {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-14 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-15 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
	background: rgba(180,46,32,0.5);
}

.md-show.md-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.md-effect-16 .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}	

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay  {
	-webkit-transform: rotateX(-2deg);
	-moz-transform: rotateX(-2deg);
	-ms-transform: rotateX(-2deg);
	transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.md-effect-17 .md-content {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.3s 0.2s;
	-moz-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 0% 50%;
	-moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
	animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
	50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: translateZ(-200px); }
}

@-moz-keyframes rotateRightSideFirst {
	50% { -moz-transform: translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: translateZ(-200px); }
}

@keyframes rotateRightSideFirst {
	50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
	100% { transform: translateZ(-200px); }
}

.md-effect-18 .md-content {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
}

.md-show.md-effect-18 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
	50% { 
		-webkit-transform: rotateX(10deg); 
		-webkit-animation-timing-function: ease-out; 
	}
}

@-moz-keyframes OpenTop {
	50% { 
		-moz-transform: rotateX(10deg); 
		-moz-animation-timing-function: ease-out; 
	}
}

@keyframes OpenTop {
	50% { 
		transform: rotateX(10deg); 
		animation-timing-function: ease-out; 
	}
}

.md-effect-19 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
}

.md-show.md-effect-19 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

.sh_chat_logo {
  max-width: 0px!important;
  width: 0px!important;
}

.subcategories
{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.subcat_inner
{
	background: #165781;	
	display: inline-block;
	height: 160px;	
	text-align: center;		
	overflow: hidden;	
	line-height:14px;
	border-radius: 4px;
	margin: 2px;
    width:20%;
	
}
.subcat_inner:hover
{ }


.subcat_inner a
{
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 20px 20px 20px;
	font-weight: 500;
	color: #f4f4f4; 
	height:160px;
	display: block;
}

.subcat_inner a:hover
{
	color: #fbfbfb!important;
	background: #2980b9;
}

.subcat_inner img
{
  width: 90px;
  text-align: center;
 
  margin: 0 auto;
}
.subcat_inner img:hover
{
	-webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;}

/*editor*/
img.image-sircle
{
	
	border-radius: 50%;
	border: 7px solid #fbfbfb;
	 height: 250px;
	width: 250px;
}

.box-callout-left
{
	width:30%;
	border-top: 3px solid #cb5f5f;
	border-bottom: 3px solid #cb5f5f;
	margin: 7px 20px 7px -20px;
	padding: 20px 3px;
	color: #444;
	font-size: 14px;
	line-height: 18px;
	display: block;
	float: left;
	font-size:18px;
	font-weight: 300;
}

.box-callout-right
{
	width:30%;
	border-top: 3px solid #cb5f5f;
	border-bottom: 3px solid #cb5f5f;
	margin: 7px -20px 7px 20px;
	padding: 20px 3px;
	color: #444;
	font-size: 14px;
	line-height: 18px;
	display: block;
	float: right;
	font-size:18px;
	font-weight: 300;
}

.blue-box-left
{
	width:30%;
	background: #cdeaf5;
	margin: 7px 0;
	padding: 20px 10px;
	color: #0d354e;
	font-size: 14px;
	line-height: 18px;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
}


.box.visible {display: block;}
.tabs li {
display:inline;
cursor:pointer;
padding: 5px;
border:1px solid;
}


/*calendar*/

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	/*padding: .5em .5em .5em .7em;*/
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}

h3.acc {
	font-size: 20px!important;
	padding: 0!important;
	font-weight: bold;
	margin: 0;
    /*background: #fbfbfb;*/ 
    color: #444; 
    border-bottom: 2px dashed #6c3b26!important; 
    border: 0px solid red; 
    margin: 20% 0 5% 0;
}

.femida {
	width: 250px;
	margin: 0 auto;	
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 20px 0 0 0;
	border-top: 0;
	overflow: auto;
}

.ui-accordion .ui-accordion-content p{
	    margin: 0 0 4px;
} 

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

#selected_region
{width: 250px;
height: 40px;
padding: 7px 10px;
color: #165781;
background:#fbfbfb;
border: 1px solid #5AB1E2;
}

a.gototop {
	background: #2980b9;
	padding: 12px 20px;
	border-radius: 5px;
}


.printbut {
	float: right;
}
.printbut a{
	display: block;
	text-aling: center;
	padding: 10px;
	border: 1px solid #3e8cc0;
	border-radius: 7px;
 	color: #3e8cc0;
	font-size: 20px;
}

.printbut a:hover{
	display: block;
	text-aling: center;
	padding: 10px;
	background: #3e8cc0;
	border: 1px solid #3e8cc0;
	border-radius: 7px;
 	color: #fbfbfb!important;
	font-size: 20px;
}

.pagination>.disabled>span, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999!important;
    cursor: not-allowed;
    background-color: ccc;
    border-color: #ccc;
} 

.mainblock {
    width: 960px;
    height: 900px; 
    overflow:hidden;
}

.apblock {
    width: 960px;
    height: 900px;  
    overflow:hidden;
    background: url("../flat-theme/assets/images/ap.png") top center no-repeat;
   line-height:1;
    position: relative;
    top:0;
    margin: 0 auto;
    font-size: 14px;       
}

.apblock a:hover {
    color: #3d8bbf!important;
}

.apblock #one1 {
    position:absolute;
    top: 0px;
    left: 80px;
    width: 300px;
    font-size: 30px;
    text-align:right;
    font-weight: bold;
}

.apblock #one2 {
    position: absolute;
    top: 0px;
    right: 60px;
    width: 300px;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}

.apblock #one {
        position: absolute;
    top: 500px;
    left: 0;
    width: 270px;
    text-align: right;
}


.apblock #true {
    position: absolute;
    top: 45px;
    left: 0;
    width: 270px;
    text-align: right;
}
.apblock #t4 {
    position: absolute;
    top: 620px;
    left: 345px;
    width: 250px;
    text-align: left;
}
.apblock #t5 {
           position: absolute;
    top: 110px;
    left: 0;
    width: 210px;
    text-align: right;
}
.apblock #t6 {
        position: absolute;
    top: 175px;
    left: 0;
    width: 190px;
    text-align: right;
}

/*right*/
.apblock #two {
    position: absolute;
    top: 70px;
    right: 70px;
    width: 250px;
}

.apblock #tt8 {
    position: absolute;
    top: 400px;
    left: 0;
    width: 220px;
    text-align: right;
}

.apblock #t7 {
  position: absolute;
    top: 300px;
    right: 30px;
    width: 200px;
}

.apblock #t8 {
    position: absolute;
    top: 130px;
    right: 0;
    width: 240px;
}
.apblock #t9 {
   position: absolute;
    top: 210px;
    right: 0px;
    width: 230px;
}

.apblock #t10 {
    position: absolute;
    top: 395px;
    right: 0;
    width: 220px;
}

.apblock #t11 {
    position: absolute;
    top: 345px;
    left: 20px;
    width: 200px;
    text-align: right;
}

.apblock #t12 {
    position: absolute;
    top: 460px;
    right: 140px;
    width: 200px;
}
.apblock #t13 {
    position: absolute;
    top: 530px;
    right: 140px;
    width: 300px;
}

.apblock #t14 {
    position: absolute;
    top: 280px;
    left: 70px;
    width: 150px;
    text-align: right;
}
img.decor {
    border: 1px solid #869aa5; 
    padding: 6px 12px;
    border-radius:4px;
}

/*.statblock {
    height:100px;
    margin-top:-90px;
    position:relative;
    z-index: 999;
    text-align: center;
}*/


.statblock {
   
    height:130px;
    margin-top:-130px;
    position:relative;
    z-index: 999;
    text-align: center;
}

.statblock ul {
    float: none;
    margin: 0 auto;
}

.statblock ul li{
    text-align: center;
    display: inline-block;
    padding: 2%;
    border-radius:4px; 
    margin: 1px 0 1px 0;
    vertical-align: top;
    width: 32%;
}


.statblock .numer {
    color:#fbfbfb;
    font-size:4em;
    -moz-transition: background-color 0.8s 0.3s ease;
    -o-transition: background-color 0.8s 0.3s ease;
    -webkit-transition: background-color 0.8s 0.3s ease;
}

.statblock .numer:hover {
   color: #ebb500;
    cursor:pointer;
}

.icon-search {
    color: #fbfbfb;
    font-size:14px;
    font-size:400;
}

.statblock .text {
    color:#fbfbfb;
    font-size:1.4em;
    padding: 20px 0 0 0;
}


.zbirblock {
    text-align: center;
    background: #f2f5f7;
    border-bottom: 1px solid #d9dcde;
    font-size: 18px;
    color: #000;    
}

.zbirblock ul {
    float: none;
    margin: 0 auto;
}

.zbirblock ul li {
    
    list-style-type: none; 
    color:#000;
    text-align: center;
    display: inline-block;
    padding: 0.5% 3%;
    border-radius:0; 
    margin: 5px 0 5px 0;
     font-weight: normal;
    -moz-transition: background-color 0.8s 0.1s ease;
    -o-transition: background-color 0.8s 0.1s ease;
    -webkit-transition: background-color 0.8s 0.1s ease;
    border-right:1px solid #afbcc2;
}


.zbirblock ul li:last-child {
    border-right:0px solid #afbcc2;

}

.zbirblock ul li img {
    /*text-align: center!important;
    margin: auto;
    width:45px;*/
    float: none;
    display: inline;
    width: 50px;
}

.zbirblock ul li:hover {
    cursor:pointer;
}

.zbirblock ul li a:hover {    
    cursor:pointer;
    
}

.zbirblock ul li a {
    color:#0d354e!important;
    font-size: 1.5em;   
}

.carousel-inner > .item::before{
background: -moz-linear-gradient(270deg, rgba(13,53,78,0) 49%, rgba(13,53,78,0) 50%, rgba(13,53,78,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(13,53,78,0)), color-stop(50%, rgba(13,53,78,0)), color-stop(100%, rgba(13,53,78,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, rgba(13,53,78,0) 49%, rgba(13,53,78,0) 50%, rgba(13,53,78,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, rgba(13,53,78,0) 49%, rgba(13,53,78,0) 50%, rgba(13,53,78,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, rgba(13,53,78,0) 49%, rgba(13,53,78,0) 50%, rgba(13,53,78,1) 100%); /* ie10+ */
background: linear-gradient(180deg, rgba(13,53,78,0) 49%, rgba(13,53,78,0) 50%, rgba(13,53,78,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d354e', endColorstr='#0d354e',GradientType=0 ); /* ie6-9 */
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sizeblock {
    line-height: 1.2;    
}

.sizeblock p {font-size:16px;}

.sizeblock h4{
    margin-top:-2px;     
}
.sizeblockbig {
    font-size:18px;
    line-height: 20px!important;
}
.sizeblockbig p {
    padding-top:15px;
}

time {
    color:#cb5f5f;
    font-size:14px;
}
header h3{
    margin: 0px 0 10px 0;
}
.langv {
    margin: 0 0 0 20px;
    float: right;
    font-size:20px;
}

/**/
.linkdoc a[href$='.pdf'] {
    background: url(images/pdff.png) no-repeat left center;
    background-size: 35px;
    color:#0272c6;
    font-weight: bold;
    font-size: 16px;    
    line-height: 1;    
}

.linkdoc a[href$='.rar'] {
    background: url(images/rar.png) no-repeat left center;
    background-size: 35px;
    color:#0272c6;
    font-weight: bold;
    font-size: 16px;    
    line-height: 1;    
}

.linkdoc a[href$='.zip'] {
    background: url(images/rar.png) no-repeat left center;
    background-size: 35px;
    color:#0272c6;
    font-weight: bold;
    font-size: 16px;    
    line-height: 1;    
}

.linkdoc a[href$='.doc'] {
    background: url(images/word.png) no-repeat left center;
    background-size: 35px;
    color:#0272c6;
    font-weight: bold;
    font-size: 16px;    
    line-height: 1;    
}

.linkdoc a[href$='.docx'] {
    background: url(images/word.png) no-repeat left center;
    background-size: 35px;
    color:#0272c6;
    font-size: 16px;    
    line-height: 1;    
}

.linkdoc a[href$='.xls'] {
    background: url(images/exel.png) no-repeat left center;
    background-size: 35px;
    color:#0272c6;
    font-weight: bold;
    font-size: 16px;    
    line-height: 1;    
}
/*правая колонка документы*/


.rightcont a[href$='.pdf'] {
    background: url(images/pdff.png) no-repeat left center;
    background-size: 35px;
    color:#0272c6;
    /*font-weight: bold;*/
    font-size: 16px;    
    line-height: 1;    
}

.rightcont a[href$='.doc'] {
    background: url(images/word.png) no-repeat left center;
    background-size: 35px;
    color:#0272c6;
    /*font-weight: bold;*/
    font-size: 16px;    
    line-height: 1;    
}

.rightcont a[href$='.docx'] {
    background: url(images/word.png) no-repeat left center;
    background-size: 35px;
    color:#0272c6;
    /*font-weight: bold;*/
    font-size: 16px;    
    line-height: 1;    
}

.rightcont a[href$='.xls'] {
    background: url(images/exel.png) no-repeat left center;
    background-size: 35px;
    color:#0272c6;
    /*font-weight: bold;*/
    font-size: 16px;    
    line-height: 1;    
}


.linkdoc a {    
      padding: 15px 0 15px 45px;
       display: inline-block;
    color:#444!important;
    font-weight: normal!important;
    text-decoration: underline;
      /*border-bottom:1px dashed #0272c6;*/
}

.linkdoc a:hover {
    text-decoration: none;
}

.linkdoc p {
    margin: 0 0 15px 0;
}
.pagination > li > a, .pagination > li > span .page-numbers .current {
    color:red!important;
    background: #eee;
    color:#444!important;
}

.pagination > li > a:hover, .pagination > li > span:hover {
   
    color:#fff!important;
}
.ktmrt {
     /*position:fixed;
    z-index: 99991;
    top: 190px;
    right: 0px;
    padding: 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 4px 0px 0px 4px;
    text-align: center;   
    background: rgba(238, 51, 66, .9);
    color:#fbfbfb;*/
    position: fixed;
    z-index: 9999;
    right: 160px;
    top: 22px;
    /*width: 107px;*/
    cursor: pointer;
}

.ktmrtintro {
     /*position:fixed;
    z-index: 99991;
    top: 190px;
    right: 0px;
    padding: 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 4px 0px 0px 4px;
    text-align: center;   
    background: rgba(238, 51, 66, .9);
    color:#fbfbfb;*/
    position: fixed;
    z-index:9999;
    right: 160px;
    top: 92px;
    /*width: 107px;*/
    cursor: pointer;
}
.ktmrt i, .ktmrtintro i {
font-size:18px!important;
color:#fff;
}

.ktmrt h4 {    
    color:#fbfbfb!important;
    font-weight: normal;
    font-weight: bold;
}

.headertitle {
    background: #fefefe; 
    position: relative; 
    top: 0; 
    margin-top: -10px; 
    padding: 5px 0px 0px 0px; 
    color: #0d354e; 
    text-align: center;
}


@media(max-width:1024px)  {

    .ktmrt {
         /*position:fixed;
        z-index: 99991;
        top: 190px;
        right: 0px;
        padding: 10px;
        background: #fff;
        width: 50px;
        height: 50px;
        border-radius: 4px 0px 0px 4px;
        text-align: center;   
        background: rgba(238, 51, 66, .9);
        color:#fbfbfb;*/
        position: fixed;
        z-index:9999;
        left: 60px!important;
        top: 17px;
        width: 107px;
        cursor: pointer;
    }
}
fieldset select{
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    border:0px solid #fff;      
    overflow: hidden;
    line-height: 1!important;
}

fieldset select[size] {
    height: 40px;
}

fieldset select:focus
{
    border:none!important; 
    outline: 0;
}

fieldset select option {
   display: inline-block;
   padding:5px 10px 10px 7px;
   float:left;
  line-height: 1!important;
}

.bvi-panel .bvi-rows select option {
    font-size: 16px!important;
    color:#000!important;
    letter-spacing: normal!important;
    line-height: 1!important;
    font-family: 'PT Sans', sans-serif!important;
    border:1px solid #f1f1f1;
    margin:0;
    padding: 9px 12px 0px 12px;
    height:40px;
    font-weight: bold;
}
.bvi-panel .bvi-rows select#select-texts-switcher option:nth-child(2) {
    font-size:22px!important;
    padding: 6px 12px 0px 12px;
}

.bvi-panel .bvi-rows select#select-texts-switcher option:nth-child(3) {
    font-size:26px!important;
    padding: 2px 12px 0px 12px;
}
.bvi-panel .bvi-rows select option::selection {
    background: red!important;
}

.bvi-panel .bvi-title, .bvi-panel .bvi-title-header, .bvi-panel .bvi-btn.bvi-btn-default {
    font-size: 20px!important;
    color:#000!important;
    letter-spacing: normal!important;
    line-height: 1!important;
    font-family: 'PT Sans', sans-serif!important;
}

option::selection {background: #ccc;}
option::-moz-selection {background: #ccc;}
option::-webkit-selection {background: #ccc; color:#fff;}