/*
Theme Name: Nisarg
Theme URI:
Author: Falguni Desai
Author URI: http://falgunidesai.com/
Description: Nisarg is a new fully responsive and translation ready theme that allows you to create stunning blogs and websites. Theme is well suited for travel, photography, recipe, design, art, personal and any other creative websites and blogs. The theme is developed using Bootstrap 3 that makes it mobile and tablets friendly.  It has various options in WordPress Customizer to change look of the theme. Theme customizer can be used to add your own header image of flexible height, background image, to set background color, header text color and accent color(Supports seven different accent colors).  Theme supports eight post formats, such as: Video, Image, Aside, Status, Audio, Quote, Link and Gallery.
Version: 999
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: pink,orange,blue,green,yellow, gray, white,black,light,two-columns, right-sidebar, responsive-layout, theme-options, custom-background, custom-header, custom-colors, custom-menu, featured-images,  post-formats, sticky-post, translation-ready, rtl-language-support,threaded-comments
Text Domain: nisarg

This theme is licensed under the GPL.

*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 Repeatable Patterns
 * 3.0 Header
 *     3.1 Site Navigation Bar
 *     3.2 Site Header
 * 4.0 Content
 *     4.1 Post-Content
 *     4.2 Page and Post Navigation links
 *     4.3 Post Formats
 *     4.4 Gallery
 *     4.5 Post-Comments
 * 5.0 Sidebar - Widgets
 * 6.0 Site Footer
 * 7.0 Media Queries
 * 8.0 Print
 *
**/

/**
 * 1.0 Reset
  * -----------------------------------------------------------------------------
 */


body {
    background: #fff;
}

body,
button,
input,
select,
textarea {
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', 'Source Sans Pro', sans-serif;
}


h1,h2,h3,h4,h5,h6 {
    clear: both;
    color: #212121;
    font-family: 'Open Sans', 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
}

p{
    margin-bottom: 1.5em;
    line-height: 1.7em;
}


a{
    color: #607D8B;
    text-decoration: none;
}

a:visited {
    color: #78909c;
    text-decoration: underline;
}

a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}

a:hover{
    text-decoration: none;
}

a img {
    border: 0;
}

dd {
    margin: 0 1.5em 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    border-left: 5px solid #455A64;
    background: #F5f5f5;
    font-size: 18px;
    font-style: italic;
    margin-left: 0.5em;
}

blockquote p{
    font-size: 18px;
}

code {
    white-space: normal;
    color: #666;
}

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

table caption {
    text-align: center;
    text-transform: uppercase;
}

thead{
    background-color: #fff;
    color:#212121;
}

table,th,td{
     border: 1px solid #ddd;
}

th, td {
  padding: 0.7em;
  text-align: left;

}

tbody tr:nth-child(odd) {
  /* background: #eee; */
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

embed,
iframe,
object {
    max-width: 100%;
}

iframe{
    width: 100%;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */


/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

button,
input,
textarea {
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #727272;
    border: 1px solid #aaa1a8;
}

input:focus,
textarea:focus {
	outline: 0;
}

input:hover,
textarea:hover {
	outline: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #455A64;
    border-radius: 2px;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color:#fff;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border: 1px solid #455A64;
    border-radius: 2px;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color:#fff;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border: 1px solid #455A64;
    border-radius: 2px;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color:#fff;
}

input[type=text],
input[type=email],
textarea {
    color: #727272
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: #727272;
}


input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
}

.search-form {
    position: relative;
}

.search-form label{
    width: 100%;
    margin-bottom: 0px;
}

.search-submit:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px;
}

.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}


/* img{
    margin-bottom: 1em;
} */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.aligncenter,
.wp-caption.alignnone{
        margin: 5px auto 20px;
}

.wp-caption.alignleft{
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright{
    margin: 5px 0px 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}


.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.wp-post-image{
    max-width: 100%;
    width: auto;
}

img.wp-post-image{
    height: auto;
}

.image-attachment{
    margin-left: auto;
    margin-right: auto;
}

.featured-image img{
    display: block;
    margin:0 auto 15px;
}



/**
 * 3.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 3.1 Site Navigation Bar
 * ----------------------------------------------------------------------------
 */
 .nav{
    display: block;
}

 .navbar{
    margin-bottom: 0px;
 }
 .navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  top:0;
  z-index: 1030; }
 /* @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } } */

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.admin-bar .navbar-fixed-top {
  top: 32px; }

@media (max-width: 782px) {
    .admin-bar .navbar-fixed-top{
    top: 46px;
    position: absolute;
  }

}

.navbar{
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    border:none;
}

.navbar-brand{
    font-size: 20px;
    font-weight: 600;
}

.navbar-nav{
    float: right;
}
.navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
    border-color: #fff;
}
.navbar-default {
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(100,100,0, 0.1);
}
.navbar-default .navbar-brand {
    color: #333333;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #000000;
}
.navbar-default .navbar-text {
    color: #333333;
}
.navbar-default .navbar-nav > li > a {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #333333;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
background-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
color: #333333;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
color: #fff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
background: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-toggle {
border-color: #455A64;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #455A64;
color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #333;
}
.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar{
background-color: #fff;
}

.navbar-default .navbar-link {
color: #333333;
}
.navbar-default .navbar-link:hover {
color: #000000;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #FFF;
    text-decoration: none;
    outline: 0px none;
}


@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #333333;
	}
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
       max-height: 600px;
    }
}

/* @media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
} */

/**
 * 3.2 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header{
    background: #b0bec5;
    position: relative;
    width: 100%;
    margin-bottom: 3em;
    overflow: hidden;
    min-height: 200px;
}

.site-header .site-branding {
    margin: 0;
   position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.site-title {
    color: #fff;
    font-size: 3.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow:rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}

.site-title::after{
    background-color: #fff;
    content:"";
    height: 2px;
    display: block;
    width: 20%;
    margin: 10px auto;
}

.site-description {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding: 0.2em 0em;
    letter-spacing: 5px;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow:rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}

.site-title a,
.site-description a{
    text-decoration: none;
}

.home-link{
     text-decoration: none;
}


/**
 * 4.0 Main Content
 * ----------------------------------------------------------------------------
 */

 /* 4.1 Post-Content
 * ----------------------------------------------------------------------------
 */

 .sticky {

}

.sticky-post{
    position: absolute;
    top:0;
    left: 15px;
    padding: 5px 15px;
}
.hentry {
    margin: 0 0 1.5em;
}

.post-content,.single-post-content,.post-comments,.comments-area{
    background-color: white;
    clear: both;
    margin-bottom: 2em;

    /* box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); */
}

.entry-header,.entry-content,.entry-summary,.entry-footer{
    padding: 0 4em;
}

.featured-image{
    padding: 0.5em 0.5em;
}

.single-post-content{
    padding: 0 4em;
}

.comments-area{
    padding: 1.5em 4em;
    background: white;
    overflow: hidden;
}

.post-comments{
    border-radius: 0px;
    border: none;
    padding: 2em;
    overflow: hidden;
}

.post-comments .comments-area{
    background: white;
    padding: 1em 2em;
    overflow: hidden;
    box-shadow: none;
}

.post-content hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #B6B6B6;
    border-style: dotted;
    width: 100%;
}

.entry-content,.entry-header,.entry-meta,.entry-title,
.entry-summary,.entry-footer{
    width: 100%;
    word-wrap:break-word;
    overflow: hidden;
}

.entry-summary,
.entry-content{
    color: #424242;
}

.entry-header{
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.entry-title{
    margin-bottom: 14px;
}

.entry-header .entry-title a{
    color: #212121;
}

.entry-meta{
    clear: both;
    color: #727272;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 2px;

}

.entry-meta a{
    clear: both;
    color: #727272;
    text-transform: capitalize;
    line-height: 1.7;
}

.entry-meta h5{
    margin-top: 0px;
    margin-bottom: 0px;
}

.entry-header .entry-meta::after{
    content:"";
    height: 2px;
    display: block;
    width: 50px;
    margin: 10px auto;
}


.taxonomy-description{
    color: #455A64;
    /*text-align: center;*/
}


.byline{
    text-transform: capitalize;
}

.byline a{
    color: #727272;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-footer{
    word-spacing: 3px;
    padding-bottom: 2.5em;
}

#category{
    margin-top: 1em;
    margin-bottom: 1em;
}

.cat-links a, .tags-links a{
    color: #727272;
    text-transform: capitalize;
}

.archive-page-title{
    text-transform: capitalize;
}

.search-page-header,.archive-page-header{
    margin-bottom: 1.5em;
}

.search-page-title,.archive-page-title{
    color: #525252;
    text-align: center;
    letter-spacing: 2px;
}

.attachment img{
    margin-left: auto;
    margin-right: auto;
}

.entry-summary,.entry-content{
    text-align: justify;
}

.read-more{
    margin-bottom: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

/**Buttons**/
.btn-default{
    border: none;
    border-radius: 0px;
    color: #212121;
}

.btn-default:hover, .btn-default:focus{
    color: #fff;
}

.btn-default:visited{
    color:#212121;
}

/*Image attachment*/
.image-attachment .entry-meta a{
    color: #607D8B;
    text-decoration: underline;
}

.image-attachment .entry-content{
    text-align: left;
}

/*
* 4.2 Page and Post Navigation links
* --------------------------------------------------------------
*/


.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.nav-links{
    background: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    padding: 15px;
    text-align: center;
    margin-bottom: 2em;
}

.nav-links .fa{
    color: #727272;
}

.nav-previous,.nav-next,.next-post,.prev-post{
    background: #fff;
    color: #727272;
    font-weight: 400;
    text-transform: capitalize;
    padding: 1em;
}

.posts-navigation .next-post a,.posts-navigation .prev-post a{
    font-size: 18px;
}


.next-post a,.prev-post a{
    color: #424242;
}

.next-prev-text{
    color: #727272;
    font-size: 14px;
}


/*
* 4.3 Post Formats
* -------------------------------------
*/



/* Post Format = Status----------------------------------------------- */

.blog .format-status .entry-content,
.archive .format-staus .entry-content{
    background-color: #CFD8DC;
    padding-top: 2em;
    font-size: 16px;
}

.blog .format-status .entry-footer,
.archive .format-staus .entry-footer{
    background-color: #CFD8DC;
}

/*
* 4.4 Gallery
* -----------------------------------------
*/

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 10px auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/*
* 4.5 Post-Comments
* ------------------------------
**/


.comments-author .url{
    text-transform: uppercase;
}

.avatar{
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comment-metadata{
    font-size: 0.8em;
}

.comment-list{
    list-style: none;
}

.comment-list .depth-1{
    margin: 20px 0px;
    border-bottom: 1px dotted #DDD;
    padding: 5px 0px 18px;
}

.comment-list .children{
    list-style: none;
}

.comment-content{
    margin-bottom: 0.3em;
}

.comment-respond #submit{
    background-color: #455A64;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color: white;
    border:none;
    border-radius: 4px;
}

.comment-respond{
    padding-top: 5px;
}

.comment-metadata time{
    color: #aaa;
}

.bypostauthor {

}
/**
 * 5.0 Sidebar - Widgets
 * ----------------------------------------------------------------------------
 */

#secondary .widget-title{
    font-weight: 400;
    position: relative;
}

#secondary .widget-title{
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 2em;
    padding: 1.5em 1.5em 0;
    text-transform: uppercase;
}


#secondary .widget-title::after{
    content: "";
    position: absolute;
    width: 50px;
    display: block;
    height: 4px;
    bottom: -15px;
}

#secondary .widget a{
    color: #727272;
}

#secondary .widget .widget-title .rsswidget{
    color: #212121;
}

.widget_rss li{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#recentcomments li{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}


.widget ul{
    list-style: none;
    padding: 0em 1em;
}

#secondary .widget li{
    border-bottom: 1px solid #ddd;
    padding: 0.5em 0;
}

#secondary .widget li:last-child{
    border-bottom: none;
}

.widget ul ul {
    padding: 0 0 0 1em;
}


.widget th, .widget td {
  padding: 0.2em;
  text-align: left;
}


.widget select {
    max-width: 100%;
}

#secondary .widget hr{
    border-color: #ddd;
}

#secondary .widget table caption{
    color: #455A64;
}

#secondary .widget #recentcomments a{
    color: #607D8B;
}

#secondary .widget .rsswidget{
    color: #607D8B;
}

#secondary .widget .rsswidget img{
    margin-top: 12px;
}

.widget_text img{
    max-width: 100%;
}

.widget input[type="search"].search-field {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
}

.widget .search-submit:before {
        font-size: 16px;
        left: 1px;
        line-height: 35px;
        width: 34px;
}

.widget button.search-submit {
        padding: 0;
        width: 35px;
}


/*
* 6.0 Site Footer
* --------------------------------------------------------------------
*/

.site-footer{
    background-color: #222;
    color: white;
    min-height: 70px;
    font-size: 16px;
    padding: 1em;
    letter-spacing: 1px;
}

.site-info{
    text-align: center;
}

.site-footer a{
    color: white;
}

/*
* 7.0 Media Queries
* --------------------------------------------------------------------
*/

@media (max-width: 900px){
    body{
        font-size: 16px
    }

    h1{
        font-size: 26px;
    }
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
    h5{
        font-size: 14px;
    }
    h6{
        font-size: 12px;
    }

    blockquote{
        margin-left: 0.3em;
    }
    table {
      -ms-word-break: break-all;
     word-break: break-all;

    }
    .navbar-nav{
        float: none;
    }

    .sticky-post{
        padding: 3px 15px;
    }

    .entry-header,.entry-content,.entry-summary,.entry-footer{
        padding: 1em 1.5em;
    }

    .entry-footer{
        padding-bottom: 1em;
    }

    .featured-image{
        padding: 0.5em 0.5em;
    }

    .single-post-content{
        padding: 0 1.5em;
    }

    .post-comments,.comments-area{
        border: none;
        box-shadow: none;
        padding: 1.2em 1em;
        overflow: hidden;
        width: 100%;
    }

    .comment-content table{
        overflow: hidden;
    }
    .comment-list {
        padding: 10px;
    }

    .comment-list ol{
        padding-left: 10px;
    }

    #submit,.search-submit{
        width: auto;
    }

    th, td {
      padding: 0.2em;
      text-align: left;
      border: 1px solid #B6B6B6;
    }

  }
@media (max-width: 300px) {
    body{
        font-size: 16px
    }
    .site-header{
        position: relative;
        width: 100%;
        min-height: 170px;
        margin-bottom: 2em;
    }

    .site-title {
        font-size: 2.1em;
        letter-spacing: 10px;
    }

    .site-title::after{
        background-color: #fff;
        content:"";
        height: 1px;
        display: block;
        width: 20%;
        margin: 5px auto;
    }

    .site-description {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .site-footer{
        font-size: 14px;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        border-top: none;
    }
}
@media (max-width: 359px) {
    .site-header{
        position: relative;
        width: 100%;
        min-height: 100px;
        margin-bottom: 1.5em;
    }

    .site-title {
        font-size: 2em;
        letter-spacing: 2px;
        margin-top: 5px;
        margin-bottom: 3px;
    }

    .site-title ::after{
        margin: 2px auto;
    }

    .site-description {
        font-size: 8px;
        letter-spacing: 0px;
        margin-top: 1px;
        margin-bottom: 2px;
    }
}


/**
 * 8.0 Print
 * ----------------------------------------------------------------------------
 */


@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }


    .site {
        max-width: 98%;
    }

    .site-header {
        background-image: none !important;
    }

    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }

    .site-title {
        color: #000;
        font-size: 21pt;
    }

    .site-description {
        font-size: 10pt;
    }

    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none;
    }

    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%;
    }

    .page-title,
    .entry-title {
        font-size: 21pt;
    }

    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt;
    }

    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }

    .format-image .entry-content .size-full {
        margin: 0;
    }

    /* Remove colors from post formats */
    .hentry {
        background-color: #fff;
    }

    /* Comments */
    .comments-area > li.comment {
        background: none;
        position: relative;
        width: auto;
    }

    .comment-metadata {
        float: none;
    }

    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
}
/* 28.03.2016 */
a:active, a:hover, a:focus {
    color: #FF0058 !important;
}
#content {
    min-height: calc(100vh - 280px);
}
.container {
    width: 1200px;
}

.single #primary {
    width:  100%;
    float:  left;
}

.single .post_box {
    background: #fff;
    padding: 10px;
    overflow: auto;
    /* border-radius: 4px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16); */
}

/* #secondary .widget {
    padding: 0;
    padding: 10px;
} */

.content-area .hentry table td {
    padding: 0;
    border: none;
    border-bottom: 1px solid #ebeae9;
}
.site-header {
    background: #FEAFFF;
}
.numb-metro {
    float: left;
    width: 160px;
}
.top-cart {
    height: 30px;
    overflow: auto;
    border-bottom: 1px solid #ebeae9;
}
.top-cart .title-prost {
    font-family: 'PTSerif';
    float: left;
    overflow: auto;
    width: 140px;
    font-size: 18px;
    color:  #000000;
}
.top-cart .title-prost a {
    font-weight: 700;
    color:  #000000;
}
.top-cart .title-prost a:hover {
    color:  #f50057;
}
.pr-foto-kart {
    padding-left: 20px;
    float: left;
    width: 50%;
}
.title-n-pr {
    padding-top: 3px;
    padding-left: 20px;
}
.i-ph {
    font-family: 'PTSerif';
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 8px;
}
.i-ph:before {
    margin-right: 5px;
    content: url(images/phone-card.png)
}
.i-m {
    padding-top: 8px;
    font-size: 12px;
    text-align: left;
    /* border-bottom: 1px dotted #000; */
}
.i-m:before {
    margin-right: 2px;
    content: url(images/metro-card.png)
}

.bottom-info a {

}
.bottom-info a img {
    float:  none;
    max-width: none;
    padding: 0;
    margin: 0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.bottom-info a img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);

}
.all-data-gl {
    font-size: 14px;
    width: 46%;
    float: left;
    line-height: 1.2;
    margin-left: -5px;
    margin-top: -5px;
}
.price-ank-gl {
    margin: 0px;
    margin-top: 3px;
}
.data-ank-gl {
    margin-bottom: 0;
    margin-top: 6px;
}
.m2b {
    font-weight: 600;
}
.entry-content {
    padding-right: 15px;
}
.list-show li {
    font-size: 14px;
}
/* Single.php */
.ank-cont-right {
    float: left;
    width: 440px;
 }
.tit-con2, .tit-con {
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.information .tit-con, .price-list .tit-con, .services .tit-con, .vidos .tit-con2, .about-me .tit-con {
    font-family: 'PTSerif';
    text-transform: none;
    background: -moz-linear-gradient(90deg, #4a4a4a 0, #676767 100%);
    background: -webkit-gradient(linear, 90deg, color-stop(0, 4a4a4a), color-stop(100%, 676767));
    background: -webkit-linear-gradient(90deg, #4a4a4a 0, #676767 100%);
    background: -o-linear-gradient(90deg, #4a4a4a 0, #676767 100%);
    background: -ms-linear-gradient(90deg, #4a4a4a 0, #676767 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, #4a4a4a 0, #676767 100%);
    color: #fff;
    padding: 10px 10px;
    margin: -10px -10px 5px -10px;
}

.information table {
    width: 150px;
}
.information {
    margin-right: 10px;
}
.services, .vidos {
    /* margin-top: 10px; */
}
.ank-cont-right .gall-new figure {
    width: 150px;
    padding: 0 10px;
    margin: 0;
}
.pr-foto-kart a {
    border-radius:  3px;
    display: block;
    width: 110px;
    height: 150px;
    overflow: hidden;
}
.ank-cont-left {
    float: left;
    width: 720px;
    padding-left: 15px;
}
.ank-cont-left p {
    margin: 0;
}
.left-col-left {
    float: left;
}
.price-list .left-col-left table {
    width: 150px;
}
.price-list .left-col-right table {
    width: 140px;
}
.left-col-right {
    /* padding-left: 10px; */
    float: left;
}
.ank-cont-top h1 {
    margin: 0;
}
.ank-cont-top {
    width: 100%;
    margin-bottom: 10px;
}
.site-footer {
    margin-top: 100px;
}

#uwpqsf_id label {
    font-size:  14px;
    font-weight: 100;
}
.about-me p:last-child {
    font-size: 14px;
}
#breadcrumbs {
    font-size: 14px;
}
.to-main {
    margin-top: 20px;
    float: left;
    font-size: 14px;
    padding: 10px;
    background: #fff;
}
.col-md-offset-1 {
    margin: 0;
}
.fr-ank {
   border: none;
    padding: 0;
}
.fr-ank td {
    border: none;
    font-size: 14px;
    padding: 0;
}
/* dandriver 14.04.2016 */
/* header nav */
.navbar-header {
    margin-top: 13px;
    float: left;
}
.navbar-header a {
    padding: 0;
    display: block;
    overflow: inherit;
}

/* header adaptive */
@media screen and (max-width: 1280px) {
    .container {
        width: 95%;
    }
    #primary {
        width: 70%;
    }
    #secondary {
        width: 25%;
    }
/*     #navigation_menu .collapse {
        width: 78%;
    } */
    #navigation_menu .collapse ul li {
        width: 24%;
        border: none;
    }
    #navigation_menu .new-card {
        visibility: hidden;
    }
    #navigation_menu .photo {
        margin-left: 20px;
    }
    .ank-cont-right {
        width:  50%;
    }
    .ank-cont-left {
        width:  50%;
    }
}

@media screen and (min-width: 900px) and (max-width: 980px) {
    #menu-item-38 {
        display: none!important;
    }
    #menu-item-49 {
        display: none!important;
    }
    #primary {
        width: 78%;
    }
    #secondary {
        width: 21%;
        margin: 0;
    }
}

@media screen and (min-width: 700px) and (max-width: 900px) {
    #primary {
        width: 68%;
    }
    #secondary {
        width: 28%;
    }
    #menu-item-38 {
        display: none!important;
    }
    #menu-item-49 {
        display: none!important;
    }
    #navigation_menu .collapse {
        width:  auto!important;
    }
    .navbar-nav {
        float:  right;
    }
    .navbar-brand {
        padding-left: 10px;
    }
    .single-block {
        width: 100%!important;
    }
    .price-list .left-col-left {
        width:  50%;
    }
    .price-list .left-col-right {
        width:  45%;
    }
    #mep_0 {
        width:  100%;
    }
}
@media screen and (max-width: 700px) {
    .navbar-brand {
        padding-left: 10px!important;
    }
    #primary {
        width: 100%;
    }
    #secondary {
        width: 70%;
    }
    .ank-cont-right {
        width:  100%;
    }
    .ank-cont-left {
        width:  100%;
    }
}

/* main */
h1 {
    font-size: 25px;/*  font-size: 30px; */
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

h2 {
    font-size: 23px;
}

.navigation, .pagination {
    margin: 10px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}
.navigation span, .pagination span {
    padding: 5px 10px;
    background: #757575;
    color: #fff;
}

.navigation a, .pagination a {
    padding: 5px 5px;
    color: #000;
    margin: 0 0px;
}

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

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

.main-desc {
    margin: 0px 10px;
    float: left;
    width: 680px;
    border: 1px solid #eee;
    padding: 15px;
    /* box-shadow: 0 0 40px rgba(0, 0, 0, .1) inset; */
}

.main-desc h2 {
    font-size: 23px;
    /* font-weight: 700; */
}
.main-desc p {
    font-size: 14px;
}
/* single */
.ank-cont-top h1 {
    margin-bottom: 5px;
}
.single-block {
    overflow: hidden;
    width: 340px;
    display: block;
    float: left;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #F9F9F9;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16);
}
.i-m-a, .i-ph-a, .i-l-a {
    font-size: 14px;
}
.i-ph-a {
    margin-bottom: 15px;
}
.i-m-a:before {
    margin-right: 5px;
    content: url(images/metro-card.png);
}
.i-ph-a:before {
    margin-right: 5px;
    content: url(images/phone-card.png);
}
.i-l-a:before {
    margin-right: 3px;
    content: url(images/s-location.png);
}
.information .tit-con:before {
    margin-right: 5px;
    content: url(images/s-about.png);
}
.price-list .tit-con:before {
    margin-right: 5px;
    content: url(images/price.png);
}
.services .tit-con:before {
    margin-right: 5px;
    content: url(images/services.png);
}
.about-me .tit-con:before {
    margin-right: 5px;
    content: url(images/s-info.png);
}
.vidos .tit-con2:before {
    margin-right: 5px;
    content: url(images/s-video.png);
}
.services ul {
    padding: 0;
}
.services ul li {
    list-style-type: none;
}
.information .fr-ank {
    width: 245px;
}
.information .fr-ank tbody {
    width: 300px;
}
.fr-ank td {
    border-bottom: 1px solid #ebeae9;
}
/* adv log-in */
#loginform {
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16);
    width: 260px;
    margin-left: 10px;
    padding: 20px;
    background: #F0F0F0;
    border-radius: 4px;
    float: left;
    margin-bottom: 10px;
}
#loginform .login-username {
    margin: 0;
    margin-bottom: 10px;
}
#loginform .login-user label {
    width: 100%;
    margin: 0;
}
#user_login {
    width: 100%;
    border-radius: 4px;
}
.login-password label {
    margin: 0;
    width: 100%;
    font-size: 16px;
}
.login-password input {
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
}
.login-remember {
    margin: 0;
    float: left;
    font-size: 14px;
}
.login-submit {
    margin: 0;
    margin-left: 15px;
    float: left;
}

.login-submit input {
    width: 87px;
}

/* adv all cards */
.list-show {
    margin-top: -10px;
    margin-bottom: -5px;
}
.list-show li {
    margin: 0;
}
.adv-list th {
    padding: 0;
    padding: 5px;
}
/* adv add card */
#add-new-adv table {
    padding: 10px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: #FFF;
    border-radius: 4px;
}
#add-new-adv .param {
    width: 50%;
}
#add-new-adv td input, #add-new-adv td textarea {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 12px 10px -12px rgba(0,0,0,0.4) inset;
    -webkit-box-shadow: 0 12px 10px -12px rgba(0,0,0,0.4) inset;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.29) inset;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000);
    border-radius: 3px;
    border: 1px solid #ccc;
}
#add-new-adv th, #add-new-adv td {
    padding: 0;
    padding: 5px;
    border: none;
    font-size: 14px;
}
#add-new-adv td select {
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 2px 1px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 2px 1px 0px rgba(0,0,0,0.4);
    box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.17);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    background: #F9F9F9;
}
#blue-btn {
    font-size: 18px;
    padding: 5px 15px;
}

/* feedback */
.feedbackTab .input input {
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 12px 10px -12px rgba(0,0,0,0.4) inset;
    -webkit-box-shadow: 0 12px 10px -12px rgba(0,0,0,0.4) inset;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.29) inset;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000);
    border: 1px solid #ccc;
    width: 50%;
}
.feedbackTab .textarea textarea {
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 12px 10px -12px rgba(0,0,0,0.4) inset;
    -webkit-box-shadow: 0 12px 10px -12px rgba(0,0,0,0.4) inset;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.29) inset;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000);
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 200px;
    width: 100%;
}


/***************
***BadMan css***
***************/

/*start home*/
#primary {
    width:  720px;
    float: left;
    padding: 0;
}

#secondary {
    width:  220px;
    float: left;
    padding: 0;
    /* margin: 10px; */
    margin-right: 30px;
}

#secondary .widget{
    background-color: white;
    color: #727272;
    font-size: 16px;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  /*   padding: 24px 24px 24px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); */
}

#third {
    width:  220px;
    float: right;
    padding: 0;
    /* margin: 10px; */
}

#third .widget{
    color: #727272;
    font-size: 16px;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
/*end home*/

/*start cart home*/
.content-area .hentry {
    float: left;
    clear: none;
    margin: 0 10px;
    margin-right: 30px;
    margin-bottom: 25px;
    background-color:  #ffffff;
    width: 320px;
    min-height: 310px;
  /*   border: 1px solid #ccc; */
}

.all_cart{
    margin: 10px;
    font-family: 'Open Sans';
}

.header_cart, .metro_st_cart, .phone_cart, .img_plus_data{
    width: 100%;
    margin-bottom: 5px;
}

.header_cart a{ 
    color:  #d50000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline;
    text-align: left;
}

.metro_st_cart{
    color:  #000;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px dotted #000;
    text-align: left;
}
.metro_st_cart:before{
    content: '';
    background: url('images/imetro.png') left center no-repeat;
    padding-left: 23px;
    width: 16px;
    height: 16px;
}
.phone_cart{
    color:  #000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.phone_cart:before{
    content: '';
    background: url('images/phone.png') left center no-repeat;
    padding-left: 21px;
    width: 16px;
    height: 16px;
}

.img_plus_data{
    width: 100%;
    float: left;
}

.img_cart{
    width: 50%;
    float: left;
}

.data_cart{
    width: 50%;
    float: right;
    color:  #000;
    font-size: 12px;
}

.data_cart table td{
    width: 50%;
    padding: 2px 0;
}

.price_cart{
    margin-bottom: 22px;
}

.data_cart .table_title{
    text-transform: uppercase;
}

.data_cart .table_bg{
    background-color: #f5f5f5;
}
f
.data_cart .text_bold{
    font-weight: 700;
}

.data_cart table, .data_cart tr, .data_cart td{
    border: none!important;
}

.video_yes{
    background: url('images/video_ok.png') left center no-repeat;
    width: 101px;
    height: 22px;
    float: right;
    position: relative;
    bottom: 220px;
}

.photo_yes{
    background: url('images/photo_ok.png') left center no-repeat;
    width: 96px;
    height: 16px;
    float: left;
    position: relative;
    left: -8px;
    bottom: 25px;
    
}

/*end cart home*/

/*start top menu*/
.navigat{
	box-shadow: 0px 2px 3px 0px rgba(159, 159, 159, 0.55);
	background: url('images/topmenubg.jpg') center center repeat;

}

#navigation_menu {
    height: 70px;
    margin-bottom: 20px;
    height: 70px;
}
#navigation_menu .collapse {
    padding: 0;
    float: right;
    margin-right: -15px;
}
#navigation_menu .collapse ul li {
    padding-left: 10px;
    width: 230px;
    flex-direction: column;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    border-left: 1px solid #a0a0a0;
}
#navigation_menu .collapse ul li a {
    padding: 0;
    width: 130px;
    background: none!important;
    font-family: 'Open Sans';
    color:  #000;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    text-align: left;
    margin-left: 70px;
}
#navigation_menu .collapse ul li a:hover {
    color: #d50000!important;
}

#navigation_menu .video a:after {
    content: url(images/videoic.png);
    display: block;
    position: absolute;
    left: -50px;
    top: 5px;
}
#navigation_menu .photo a:after {
    content: url(images/photoic.png);
    display: block;
    position: absolute;
    left: -50px;
    top: 5px;
}
#navigation_menu .addank a:after {
    content: url(images/addank.png);
    display: block;
    position: absolute;
    left: -60px;
    top: 5px;
}
#navigation_menu .vlk a:after {
    content: url(images/vlk.png);
    display: block;
    position: absolute;
    left: -50px;
    top: 5px;
}
.navbar-header a{
	margin-left: -15px;
}
/*end top menu*/

/*start poisk menu*/
.uform_title{
    display: none;
}
#uwpqsf_id .uwpqsf_class label {
    width: 100%;
    padding-left: 10px;
}
.m-content {
    overflow: auto;
    display: block;
    max-height: 367px;
    padding-bottom: 30px;
    margin-top: 65px;
}

#m-location {
    background: url('images/si-rayon.png') left center no-repeat;
}

#m-metro {
    background: url('images/si-metro.png') left center no-repeat;
}

#m-services {
    background: url('images/si-usl.png') left center no-repeat;
}

#m-nationality {
    background: url('images/si-nac.png') left center no-repeat;
}

#m-hair {
    background: url('images/si-hcolor.png') left center no-repeat;
}

#m-age {
    background: url('images/si-age.png') left center no-repeat;
}

#m-price {
    background: url('images/si-price.png') left center no-repeat;
}

#m-size {
    background: url('images/si-rost.png') left center no-repeat;
}

#m-boo {
    background: url('images/si-sisi.png') left center no-repeat;
}
/* #m-check:before {
    content: url(images/chekit.png);
    margin-right: 10px;
} */

#uwpqsf_btn {
    background: none;
    box-shadow: none;
    text-align: center;
}

#uwpqsf_btn input {
    background: #d50000;/* W3C */
    width: calc(100% - 20px);
    height: 40px;
    border: none;
    border-radius: 0;
    margin: 25px 0px;
}

#uwpqsf_id label a, #uwpqsf_id label{
    /* color:  #372f2b!important; */
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    text-align: left;
   
}
#uwpqsf_id input[type="radio"], #uwpqsf_id input[type="checkbox"]{
     margin-right: 10px;
}
/* #cmfdp-0, #cmfdp-1  {
    margin: 10px;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 4px;
} */

#m-check {
    margin-bottom: 10px;
}

.uwpqsf_class > span[class*='taxolabel-'], .uwpqsf_class > span[class*='cmflabel-']{
    background-color: #eee;
    padding: 0;
}

#uwpqsf_id{
   border: 1px solid #eee;
}

#uwpqsf_id span{
    font-size: 14px !important ;
    text-transform: uppercase;
    color: #d50000;
    background-color: #eee;
    padding-left: 40px;
    padding-top: 5px;
    height: 30px;
    margin-bottom: 10px;
}
.uwpqsf_class{
    margin: 0;
}

.vse_lab {
	margin-top: 40px;
}

.vse_lab2 {
	margin-top: 40px;
	float: left;
	margin-bottom: 20px;
}

#uwpqsf_id span{
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 9999;
}
/*end poisk menu*/

/*start admin*/
main img{
	max-width: 100%;
}
/*end admin*/

/*start other*/
/* .ind_bg{
    display: inline-block;
    background: url('images/indbg.png') 100% 0% repeat;
} */
#fancybox-title{
	display: none!important;
}
#primary_no_right_sidebar{
	width: calc(100% - 250px);
}
table.feedbackTab, .feedbackTab th, .feedbackTab td{
	border: none;
}

.adv-list th, .adv-list td{
	border: none;
}

.adv-list{
	border: 1px solid #eee;
}

.title_table{
	background-color: #eee;
}
.list-show li.active{
	background-color: #eee;
}
.list-show li{
	border: none;
}
.login2{
	border: 1px solid #f0f0f0;
    width: 203px;
    float: left;
    margin-left: 30px;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    background-color: #F7EBEE;
    word-wrap: break-word;
}
.login2 a{
	word-wrap: break-word;
}

#uwpqsf_id label a:hover, #uwpqsf_id label:hover, li a:hover, td a:hover, .ank-cont-left a:hover{
	color: #d50000!important;
}

figure.gallery-item img:hover {
    border: 1px solid #d50000!important;
}

.services_table{
	width: 100%;
}

/*sity*/
#m-sity{
	font-size: 14px !important;
	font-weight: bold;
    text-transform: uppercase;
    color: #d50000;
    background-color: #eee;
    padding-left: 30px;
    padding-top: 5px;
    height: 30px;
    margin-bottom: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9999;
}


#m-sity-wid label a:hover{
	color: #d50000!important;
}

#m-sity-wid label a, #m-sity-wid label {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    text-align: left;
    color: #727272;
}
#m-sity-wid label{
	width: 100%;
	padding-left: 30px;
}
.m-content-sity {
    overflow: auto;
    display: block;
    max-height: 288px;
    padding-bottom: 30px;
    border: 1px solid #eee;
}
.first-sity{
	margin-top: 40px;
}
/*end other*/

/*Media*/
@media screen and (min-width: 970px) and (max-width: 1200px) {
	#third{
		display: none;
	}

	#primary{
		width: calc(100% - 250px);
	}

	.addank {
		display: none!important;
	}

}

@media screen and (min-width: 720px) and (max-width: 970px) {
	#third{
		display: none;
	}

	#secondary{
		display: none;
	}

	.navbar-nav .video{
		display: none!important;
	}

	.addank {
		display: none!important;
	}

	#primary_no_right_sidebar{
		width: 100%;
	}

}

@media screen and (min-width: 350px) and (max-width: 720px) {
	.main-desc{
		width: 100%;
	}

	#third{
		display: none;
	}

	#secondary{
		display: none;
	}

	.navbar-nav .video{
		display: none!important;
	}

	.addank {
		display: none!important;
	}

	#primary{
		width: 100%;
	}

	#primary_no_right_sidebar{
		width: 100%;
	}

	.single-block{
		width: 100%;
	}

	.container{
		padding: 0;
		margin: 0;
	}

	.row{
		margin: 0;
	}

	.navbar-header a{
		margin-left: 10px;
	}

}

@media screen and (max-width: 350px){
	.navbar-toggle{
		display: none!important;
	}

	.navbar-brand img{
		width: 100%;
	}

	.main-desc{
		width: 100%;
	}
	
	#third{
		display: none;
	}

	#secondary{
		display: none;
	}

	.navbar-nav .video{
		display: none!important;
	}

	.addank {
		display: none!important;
	}

	#primary{
		width: 100%;
	}	

	.content-area .hentry{
		width: 100%;
	}

	.container{
		padding: 0;
		margin: 0;
	}

	.row{
		margin: 0;
	}

	.navbar-header a{
		margin-left: 10px;
	}

	.single-block{
		width: 100%;
	}


}

@media screen and (max-width: 768px) {
    #primary{
        width: 100%;
    }

    #secondary{
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .content-area .hentry{
        width: 49%;
        margin: 0 1% 30px 0;
    }

    .container{
        padding: 0;
        margin: 0;
    }

    .row{
        margin: 0;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
        margin: 0;
    }

    .navbar-brand img{
        padding: 10px;
        width: 100%;
        max-width: 250px;
    }
    .navbar-toggle{
        display: none;
    }
    .ank-cont-right {
        width:  100%;
    }
    .ank-cont-left {
        width:  100%;
    }

    .ank-cont-left{
        padding: 0;
    }

    .m-content {
        overflow: inherit;
        padding-bottom: 0;
    }
    
}

@media screen and (max-width: 440px) {

	#primary{
		width: 100%;
	}

	#secondary{
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
	}

	.content-area .hentry{
		width: 100%;
		margin: 0 0 30px 0;
	}

	.container{
		padding: 0;
		margin: 0;
	}

	.row{
		margin: 0;
	}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
		margin: 0;
	}

	.navbar-brand img{
		padding: 10px;
		width: 100%;
		max-width: 250px;
	}
	.navbar-toggle{
		display: none;
	}
    .ank-cont-right {
        width:  100%;
    }
    .ank-cont-left {
        width:  100%;
    }

    .ank-cont-left{
        padding: 0;
    }
}

.link-widget {
    border: 1px solid #ccc;
    float: left;
    padding: 12px 15px;
    border-radius: 6px;
    background: #f3f3f3;
    font-size: 13px;
    margin: 8px 0;
}

.link-widget .title-widget {
    font-weight: 700;
}

.link-widget a {
    text-decoration: underline;
}


/* new style - BadMan - 20.09.15 */
.oops{
    text-align: center;
}

/* Рядом */
#other_girls{
    width: 100%;
    display: inline-block;
    float: left;
}

.other_girls_title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
}

.girls_ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.girls_li{
    text-align: center;
    padding: 1px;
    display: inline-block;
    float: left;
    width: 20%;
}

.girls_li img{
    margin-bottom: 10px;
}

.girls_li span a{
    font-size: 16px;
    color: #000;
}

.foot_but a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 5px;
}

/* END new style - BadMan - 20.09.16 */



/* new style for adv - BadMan - 28.12.16 */
@media screen and (max-width: 1010px) {
    .lk-page #primary_no_right_sidebar{
        float: right;
    }
}

@media screen and (max-width: 970px) and (min-width: 951px) {
    .lk-page #secondary {
        display: inline-block;
    }

    .lk-page #primary_no_right_sidebar{
        width: calc(100% - 250px);
    }
}

@media screen and (max-width: 950px) {
    .lk-page #primary_no_right_sidebar {
        width: 100%;
        float: none;
        display: table-header-group;
    }

    .lk-page #secondary {
        width: 100%;
        float: none;
        display: table-row-group;
    }

    .lk-page .container {
        width: 100%;
    }

    .lk-page .row {
        padding: 0 15px;
    }
}



/* update - 3.07.17 - set widget link*/
.widget_link {
    border: 1px solid #cfd8dc;
    width: 100%;
    float: left;
    display: inline-block;
    padding: 5px 10px; 
    margin-bottom: 10px;
    box-shadow: 0px 4px 16px -8px #000000;
}

.widget_link a {
    color: #d50000!important;
    font-weight: 600;
}

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

.vse_lab {
    display: none !important;
    visibility: hidden !important;
}

.uwpqsf_class  > label:nth-child(5){
    margin-top: 30px;
}