/* Global =================================================================== */

html, body{
    width: 100%;
    height: 100%;
}

body {
    
    margin:0;
    padding:0;
	font: 20px/1.2 'ProbaProRegular', Verdana, Helvetica, sans-serif;
	background-color: #f5f5f5;
    color: #333;
        line-height: 1.8;
	  font-size: 1.125em; /* font-size: 18px; */
}

/* Wrapper ================================================================== */


#layout {
    width: 980px;
    margin: 0 auto;
}
/* Header =================================================================== */
.contacts{
padding-top:8px;
font-size:19px}
#layout header{
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
    background:url("/web/20171012222221im_/http://kmklinik.ru/templates/corpix/images/bg_top.png") no-repeat center;
}

#page .header #logo a{
    display: block;
    float: left;
    width: 250px;
    height: 50px;
    background: url("/web/20171012222221im_/http://kmklinik.ru/templates/corpix/images/logo.png") no-repeat left center;
}

@media (min-width: 1000px) { 
#page .header #logo a{
	margin-top: 25px;
}
}

/* Header Navigation ======================================================== */
@media screen and (min-width: 980px) {
header .menu,
header .menu li { margin:0; padding:0; list-style: none; background:none; }

header .menu {
    float:right;
    position: relative;
    z-index: 15;
    height: 30px;
    line-height: 30px;
    padding-top:10px;
}

header .menu .item{
    background-image: url("/web/20171012222221im_/http://kmklinik.ru/templates/corpix/images/icons/bullet_arrow_down.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left:28px;
}

header .menu > li {
    float: left;
    padding-left:5px;
}

header .menu > li > a {
    display: block;
    padding: 0 5px;
    color:#ecf0f1;
    text-decoration: none;
    font-size: 12px;
}

header .menu > li > a:hover {
    color:#FFF;
}

header .menu > li.active > a { color:#F5CF53; }
header .menu > li.active > a:hover { color:#F5CF53; }
header .menu > li.active > ul a:hover { color:#EEE; }

header .menu ul li a,
header .menu li.active ul li a {
    text-shadow: none;
    text-decoration: none;
    padding-right: 10px;
}

header .menu li ul li.active a{ color:#F5CF53; }
header .menu li ul li.active a:hover { color:#F5CF53; }

header .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

header .menu ul {
    visibility: hidden;
    position: absolute;
    top: 99%;
    left: -15px;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li {
    float: none;
    border-bottom: solid 1px #224674;
    background-color: #224674;
    color: #FFF;
}

header .menu ul li:last-child {
    border-bottom: none;
}

header .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    color:#A3CAE0;
}

header .menu ul li:hover > a { background-color: #224674; color: #FFF; }

header .menu ul ul {
    top: 0px;
    left: 90%;
}

header .menu li:hover > ul {
    visibility: visible;
}

header .menu ul { width:250px; }

header .menu ul li:last-child,
header .menu ul li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li:first-child,
header .menu ul li:first-child a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

header .menu > .folder a {
    padding-right: 8px;
}

/* Main Navigation =========================================================== */

nav {
    height:50px;
    padding: 0;
    margin-bottom: 10px;
    font-size:12px;
	margin-top: 25px;
}

nav .menu,
nav .menu li,
nav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
	font-family: 'ProbaProRegular'
}

nav .menu {
    position: relative; z-index: 999; float: left;
    height: 50px;
   
    line-height: 50px;
}

nav .menu .item{
    background-image:none !important;
}

nav .menu > li {
    float: left;
}

nav .menu > li:first-child {
    padding-left: 20px;
}

nav .menu > li > a {
    padding: 0 1px;
    margin: 0px 20px;
    color: #000;
    text-decoration: none;
    text-transform: none;
    font-weight: 300;
    font-size: 17px;
}
    
@media (max-width: 1200px) { 
nav .menu > li > a {
margin: 0px 10px;
    }
}

nav .menu > li > a:hover {
    
}
nav > ul > li:hover > a {
    border-bottom: 2px solid #3270b7;
}

nav .menu > li.active > a { color: #3270b7; }
nav .menu > li.active > a:hover {  }
nav .menu > li.active > ul a:hover { color:#000; }

nav .menu ul li a,
nav .menu li.active ul li a {
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}

nav .menu li ul li.active > a{ color:#2980B9; }
nav .menu li ul li.active > a:hover { color:#2980B9; }

nav .menu ul li:hover > a { color: #3270b7; }

nav .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

nav .menu ul {
    visibility: hidden;
    position: absolute;
   margin: 0;
    padding: 0px 10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: #f6f6f6;
    border-top: 3px solid #3270b7;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
   
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

nav .menu ul li {
    float: none;
    border-bottom: solid 1px #E5e5e5;
    
    color: #000;
}

nav .menu ul li:last-child {
    border-bottom: none;
}

nav .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    overflow: hidden;
	margin: 5px 0px;
    font-size: 14px;
}

nav .menu ul ul {
    top: 0px;
    left: 99%;
}

nav .menu li:hover > ul {
    visibility: visible;
}

nav .menu li:hover > ul:after {}

nav .menu ul { width: 200px; margin-top: 1px; }

nav .menu ul li:last-child,
nav .menu ul li:last-child a {
}

nav .menu ul li:first-child,
nav .menu ul li:first-child a {
}

nav .menu > .folder > a {
    padding-right: 0px;
	font-size: 17px;
}

nav .menu > .folder > a > .wrap {
    padding-right: 15px;
    padding-bottom: 3px;
    background: url("/web/20171012222221im_/http://kmklinik.ru/templates/corpix/images/nav-arrow-down-white.png") no-repeat right center !important;
}

nav .menu ul *.folder > a {
    padding-right: 15px;
    background-image: url("/web/20171012222221im_/http://kmklinik.ru/templates/corpix/images/nav-arrow-right.png") !important;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}


nav ul.sub-menu {
    position: absolute;
    left: 0px;
    z-index: 9999;
    display: none;
    margin-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 4px;
    border-radius: 2px;
}

nav select { display: none; }
}

/* Body ===================================================================== */

#body{
}

/* Breadcrumbs ============================================================== */

#breadcrumbs {  padding: 10px 10px 0px 10px; position: relative; }

#breadcrumbs ul, #breadcrumbs li { margin:0; padding:0; list-style: none; }

#breadcrumbs ul{
    overflow: hidden;
}

#breadcrumbs ul li {
    height:32px; line-height:32px; float:left;
    font-size:14px;
    color:#2c3e50;
}

#breadcrumbs ul li a {
    color:#2c3e50;
}

#breadcrumbs ul li a:hover {
    color:#34495e;
    text-decoration: none;
}

#breadcrumbs ul li.sep {
    margin:0 10px;
    width: 4px;
}

#breadcrumbs ul li.home {
    width: 16px;
}

#breadcrumbs ul li.home a {
    display:block;
}

/* Section ================================================================== */

#body section{
    float:left;
    width:730px;
}

#body section article {
    padding: 20px;
    background:#FFF;
    margin-bottom: 10px;
}

#body section h1{
    margin-bottom: 20px;
    color:#34495e;
}

#body section h1 .parent_title{
    font-size:16px;
}

/* Sidebar ================================================================== */

#body aside{
    float:right;
    width:240px;
    margin-bottom: 10px;
}

/* Sidebar Navigation ======================================================= */

#body aside .menu, #body aside .menu li { margin:0; padding:0; list-style: none; }

#body aside .menu ul{
    border: solid 1px #EDEDED;
    border-bottom: none;
}

#body aside .menu ,
#body aside .menu li ul {
    padding:0;
    background:#FFF;
}

#body aside .menu{
    margin:-15px;
}

#body aside .menu li ul {
    visibility: hidden;
    position:absolute;
    top:-1px;
    left: auto;
    right: 91%;
    width:220px;
    box-shadow: 0 1px 2px #666;
    z-index: 999;
}

#body aside .menu li {
    border-bottom: solid 1px #ecf0f1;
}

#body aside .menu li:hover,
#body aside .menu li.active {
    position: relative;
    z-index: 2;
    cursor: default;
    background: #ecf0f1;
}

/*#body aside .menu li:hover > a,
#body aside .menu li.active > a { color:#FFF; }*/

#body aside .menu li:first-child {
}

#body aside .menu li:last-child {
    border-bottom: none;
}

#body aside .menu li:hover > ul {
    visibility: visible;
}

#body aside .menu li.active:hover {
}

aside .menu .item{
    background: url("/web/20171012222221im_/http://kmklinik.ru/templates/corpix/images/icons/item.png") no-repeat 10px center;
}

#body aside .menu li.active .item {
    color:#000;
}

#body aside .menu li.hover a {
}

#body aside .menu a,
#body aside .menu span.item {
    overflow: hidden;
    display:block;
    color:#666;
    text-decoration: none;
    padding:4px 10px;
    padding-left:36px;
}

#body aside .menu a:hover {
    color:#000;
}

#body aside .menu .counter{
    float:right;
    padding: 0px 7px;
    background: #376499;
    border-radius: 50px;
    font-size: 11px;
    color: white;
}

#body aside .menu li:hover .counter{
    background:#BDC3C7;
}

/* Footer =================================================================== */

#layout footer{
    background: #34495E;
    height: 60px;
    color: #7f8c8d;
    padding: 0 15px;
    clear:both;
    font-size:12px;
}

#layout footer ul, #layout footer li {
    margin: 0; padding: 0; list-style: none;
}

#layout footer ul {
    overflow: hidden;
}

#layout footer ul li {
    height: 60px;
    line-height: 60px;
    float:left;
    margin-right: 15px;
}

#layout footer ul li:last-child { margin:0; }


#layout footer a { color:#95a5a6; }
#layout footer a:hover { color:#ecf0f1; }

#layout footer span.item { padding:0 10px; border-left: solid 1px #7f8c8d; }

/* Footer SQL Debug ======================================================== */

#sql_debug{
    display:none;
}

#sql_queries .query{
    padding:10px;
    margin:10px;
    background:#FFF;
    border:solid 1px #DDD;
}

#sql_queries .query .src{
    font-size:12px;
    color:#999;
    margin-bottom:4px;
}
#sql_queries .query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}
#sql_queries .red_query {
    color: #c0392b;
}
#sql_queries .green_query {
    color: #27ae60;
}

/* Footer Navigation ======================================================== */

#layout footer #nav {
    float:right;
    margin-right: 0;
}

/* Site offline notice ====================================================== */

#site_off_notice{
    position: fixed;
    left:15px; top:15px;
    padding:5px 10px;
    padding-left:28px;
    background: url("/web/20171012222221im_/http://kmklinik.ru/templates/corpix/images/icons/error.png") no-repeat 8px center #FFF;
    border:solid 1px red;
    color:red;
}

/* Media Queries ============================================================ */

@media screen and (max-width: 980px) {
    #body section { width:100% !important; }
    #body aside {
        float: none !important;
        overflow: hidden;
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width: 800px) {
    #body section { width:100% !important; }
   
   
    #layout footer #info { display: none !important; }
}

@media screen and (max-width: 640px) {
    .content_item .ft_images .first_type_images:first-child {
        float: none;
        clear: both;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .filter-panel .fields .field:nth-child(odd), .filter-panel .fields .field:nth-child(even){
        float: none !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .content_item .ft_images .first_type_images:first-child > img {
        width: 100%;
    }
    #layout header #logo { margin: 0 auto; overflow:hidden; width:200px; }
    #layout header .menu { display:none; }
    .tabs-menu select { display:block !important; }
    .widget > .title {}
    .widget > .title .links { display:none; }
    .content_item .ft_image { float:none !important; }
}

@media screen and (max-width: 480px) {
    #layout footer #nav { display: none !important; }
    #breadcrumbs ul li:last-child {
        display: none;
    }
    h1 {
        font-size: 22px;
    }
    .content_list.featured .first .photo, .content_list.featured .first .fields, .content_list.tiled.albums_list .tile  {
        width: 100% !important;
    }
    .content_list_item.second .photo, .content_list_item.second .first {
        float: none !important;
        margin-right: 0 !important;
    }
    .content_list.featured .first .ft_caption a {
        font-size: 21px !important;
    }
    .content_list_item .ft_caption .value {
        font-size: 18px !important;
    }
}





/*
     FILE ARCHIVED ON 22:22:21 Oct 12, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:18:27 Nov 16, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1864.367
  exclusion.robots: 0.081
  exclusion.robots.policy: 0.075
  RedisCDXSource: 1.446
  esindex: 0.007
  LoadShardBlock: 1844.932 (3)
  PetaboxLoader3.datanode: 1802.747 (4)
  CDXLines.iter: 15.741 (3)
  load_resource: 208.104
  PetaboxLoader3.resolve: 168.919
*/


html {
    font-size: 100%;
}

body {
    
    color: #333;
    font: 20px/1.2 'ProbaProRegular', Verdana, Helvetica, sans-serif;
    line-height: 1.4;
	  font-size: 1.125em; 
    
  
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-family: ProbaProRegular, Verdana, Helvetica, sans-serif;
    line-height: 1.20;
    text-rendering: auto; 
}

a {
    color: #222;
    text-decoration: none;
}

.csstransitions a {
    -webkit-transition: background-color 0.1s linear, color 0.1s linear;
    -moz-transition: background-color 0.1s linear, color 0.1s linear;
    transition: background-color 0.1s linear, color 0.1s linear;    
}

input[type=""],
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
textarea,
textarea.plain {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
    border: 2px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0.333em;
    -moz-border-radius: 0.333em;
    border-radius: 0.333em;
    color: #333;
}

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

textarea:not([type="button"]):hover,
input:not([type="button"]):hover {
    border-color: #3270b7 !important;
}

textarea:not([type="button"]):focus,
textarea:not([type="button"]):active,
input:not([type="button"]):focus,
input:not([type="button"]):active {
    border-color: #88d3ff !important;
}

img {
    display: block;
}

.centertxt {
    text-align: center;
}

#main {
    position: relative;
    z-index: 10;
    overflow: hidden;
    background-color: #fbfbfb;
}



.last-special {
    margin-right: 0% !important;
}

.content-container {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*----------------------------------------------------------------
    
----------------------------------------------------------------*/

h1 {
    font-size: 2.269em;
}

h2 {
    font-size: 1.777em;
}

h3 {
    font-size: 1.333em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.75em;
}

h6 {
    font-size: 0.563em;
}

article h1 {
    text-align: center;
}

.section-padding {
    padding: 60px 0px;
}

@media (max-width: 767px) {
 .section-padding {
    padding: 30px 0px;
}
}


.col-xs-5.col-sm-6.col-md-2.col-lg-2 {
    z-index: 20;
}

.col-md-7.col-lg-8 {
    z-index: 10;
}

::-webkit-scrollbar {
    width: 12px;
	background-color: #f8f8f8;
}

::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    background-color: rgba(50, 112, 183, 0.69);
}

::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    background-color: #3270b7;
}

::-webkit-scrollbar-track{
    border-width:0;
}

::-webkit-scrollbar-track:hover{
    border-left: solid 1px #aaa;
    background-color: #f4f4f4;
}

:start {
    background-color: aqua;
}

/*----------------------------------------------------------------
    Header menu
----------------------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 0.5rem 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.no-parallax header {
    z-index: 9998 !important;
    background-color: rgba(255, 255, 255, 0.97) !important;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
}

.no-parallax #intro {
    position: relative !important;
}

.no-parallax header.transparent.light #brand a,
.no-parallax header.transparent.light nav > ul > li > a {
    color: #333 !important;
}

header.transition {
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

header.transparent {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

header.transparent.light #brand a,
header.transparent.light nav > ul > li > a,
.caption {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(255, 255, 255, 0.97);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

#brand {
    float: left;
    clear: none;
}

#brand a,
nav a {
    text-decoration: none;
}

#brand h1 {
    font-size: 1.556em;
    line-height: 3rem;
}

nav {
    position: relative;
    display: inline-block;
    float: left;
    clear: none;
}

#brand a,
nav a {
    color: #333;
}

#brand a img#default-logo,
#brand a img#retina-logo {
    float: left;
    margin-top: 0.286em;
    margin-right: 0.5em;
    height: 1.143em;
}

#brand a img#retina-logo {
    display: none;
}

/* retina logo */
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

    #brand a img#retina-logo {
        display: block;
    }

    #brand a img#default-logo {
        display: none;
    }
}

header.transparent.light #brand a,
header.transparent.light nav > ul > li > a {
    color: #fff;
}

header.fixed-header.transparent.light #brand a,
header.fixed-header.transparent.light nav > ul > li > a {
    color: #333;
    text-shadow: none;
}

header.fixed-header.transparent.light nav > ul > li:hover > a {
    border-bottom: 2px solid #333;
}

nav > ul,
nav > ul > li {
    float: left;
    clear: none;
}

nav > ul > li {
    padding: 0 0.778em;
    cursor: pointer;
}

nav > ul > li:last-child {
    
}


nav > ul > li > a {
    line-height: 2rem;
	font-weight: 700;
	font-size: 20px;
}

nav > ul > li:hover > a {
    border-bottom: 2px solid #3270b7;
}

header.transparent.light nav > ul > li:hover > a {
    border-bottom: 2px solid #fff;
}

nav li {
    position: relative;
    white-space: nowrap;
}

nav > ul li:hover > ul.sub-menu {
    display: block;
 /* show the submenu */;
}

nav .sub-arrow {
    padding-left: 0.500em;
    vertical-align: middle;
    font-size: 0.714em;
}

nav ul.sub-menu {
    position: absolute;
    left: 0;
    z-index: 9999;
 /* level 2 */
    display: none;
    margin-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

nav ul.sub-menu ul.sub-menu {
    top: 0px;
    left: 100%;
 /* level 3+ */
    margin-top: -0.063rem;
    padding-top: 0;
}

nav ul.sub-menu > li > a {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #F6F6F6;
    font-size: 0.786em;
	font-weight:300;
}

nav ul.sub-menu > li > a:hover {
    background-color: #FD685B;
    color: #fff;
}

nav ul.sub-menu > li:first-child > a {
    border-radius: 2px 2px 0 0;
}

nav ul.sub-menu > li:last-child > a {
    border-radius: 0 0 2px 2px;
}

#menu-toggle {
    display: none;
    color: #CCC;
    text-decoration: none;
}

#menu-toggle i {
    line-height: 2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

#menu-toggle i.active {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#menu-toggle:hover {
    color: #3270b7;
}

/*----------------------------------------------------------------
    Intro
----------------------------------------------------------------*/

#intro-wrap {
    position: relative;
    width: 100%;
    height: 33.333em;
    background-color: #363842;
}

#intro {
    
    width: inherit;
    height: inherit;
}

#intro .intro-item {
    position: absolute;
    width: inherit;
    height: inherit;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

#intro.preload .intro-item {
    visibility: hidden;
}

.darkover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.35);
}

#intro .intro-mockup,
.caption,
.caption-mockup,
.photocaption {
    z-index: 2;
}

.caption,
.photocaption {
    position: absolute;
}

#intro .intro-mockup-wrapper,
.caption,
.photocaption {
    margin: 0 auto;
    padding: 0 8%;
}

#intro .intro-mockup-wrapper {
    max-width: 70em;
}

#intro .intro-mockup img {
    margin: 0 auto;
    max-width: 40em;
}

#intro .intro-mockup.intro-left img,
#intro .intro-mockup.intro-right img {
    max-width: 20em;
}

.owl-item .caption h2,
.owl-item .caption p,
.owl-item .caption .button,
.owl-item .caption-mockup h2,
.owl-item .caption-mockup p,
.owl-item .caption-mockup .button,
.owl-item .photocaption {
    opacity: 0;
}

.caption,
.caption-mockup {
    width: 100%;
    text-align: center;
}

.caption,
.caption h2,
.caption-mockup,
.caption-mockup h2,
.photocaption,
.photocaption h4 {
    color: #fff;
}

.caption.dark,
.caption.dark h2,
.caption-mockup.dark,
.caption-mockup.dark h2 {
    color: #333;
}

.caption h2,
.caption-mockup h2 {
    margin-bottom: 0.222em;
    font-size: 3em;
}

.caption h2 {
    margin-top: 0;
}

.caption p,
.caption-mockup p {
    margin-top: 0;
}

.caption-mockup.caption-left {
    float: left;
}

.caption-mockup.caption-right {
    float: right;
}

.photocaption {
    right: 0;
    bottom: 1.111em;
    padding: 0;
    max-width: 20%;
}

.photocaption h4 {
    margin: 0;
    padding: 0.778em 1em;
    background-color: rgba(0,0,0,0.35);
    font-weight: 400;
    font-style: italic;
    font-size: 0.778em;
    
}

.caption a,
.caption-mockup a,
.photocaption a {
    color: #fff;
}

#intro-wrap .more {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 2.667em;
}

#intro-wrap:hover .preload .more a {
    opacity: 0;
    filter: Alpha(Opacity=0);
 /* IE7 fix */;
}

#intro-wrap .more a {
    color: #fff;
    opacity: 0;
    filter: Alpha(Opacity=0);
 /* IE7 fix */
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#intro-wrap:hover .more a {
    opacity: 1;
    filter: Alpha(Opacity=100);
 /* IE7 fix */;
}

/*----------------------------------------------------------------
    768px 
----------------------------------------------------------------*/

@media handheld, only screen and (max-width:992px) {

    header {
        position: relative !important;
        background-color: #fff !important;
    }

    #brand a,
    nav a {
        color: #333 !important;
    }

    nav a:hover {
        color: #fff !important;
    }

    #brand,
    nav,
    #menu-toggle {
        display: block;
    }

    #menu-toggle {
        float: right;
        clear: none;
    }

    nav {
        float: none;
        clear: both;
    }

    nav > ul {
        margin-top: 2em;
    }

    #brand h1 {
        line-height: 1.8;
    }

    nav > ul {
        display: none;
    }

    nav > ul,
    nav > ul > li {
        float: none;
		
    }

    .sub-arrow {
        display: none;
    }

    nav > ul li > a {
        display: block;
        margin: 0;
        padding: 5px 0;
    text-align: center;

    }

	nav ul, nav ol {
    list-style: none;
    
}
	
    nav > ul > li > a:hover {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    nav > ul li.last > a,
    nav > ul li.last > a:hover {
        border-bottom: none !important;
    }

    nav > ul > li.menu-item {
        padding: 0 !important;
    }

    nav ul.sub-menu > li > a {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    nav ul.sub-menu > li > a {
        color: #666 !important;
        font-size: 0.688rem;
    }

    nav ul.sub-menu > li > a,
    nav ul li > a:hover {
        background-color: transparent !important;
    }

    nav ul li > a:hover {
        color: #3270b7  !important;
		text-decoration: none;
    }
    
    nav ul li > a:active {
        color: #3270b7  !important;
		text-decoration: none;
    }

    nav > ul > li:hover > a {
        border-bottom: none;
    }

    nav ul.sub-menu {
        position: static;
        display: block;
        padding: 0 0 0 5px;
        width: inherit;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

	
	
   nav select {
   display:none}
}

i.fa.fa-bars.fa-lg {
    padding-top: 6px;
    padding-right: 6px;
}


/*----------------------------------------------------------------
    Intro
----------------------------------------------------------------*/

#intro-wrap {
    position: relative;
    width: 100%;
    height: 30.333em;
    background-color: #363842;
}

#intro {
    
    width: inherit;
    height: inherit;
}

#intro .intro-item {
    position: absolute;
    width: inherit;
    height: inherit;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#intro.preload .intro-item {
    visibility: hidden;
}

.darkover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.55);
}

#intro .intro-mockup,
.caption,
.caption-mockup,
.photocaption {
    z-index: 2;
}

.caption,
.photocaption {
    position: absolute;
}

#intro .intro-mockup-wrapper,
.caption,
.photocaption {
    margin: 0 auto;
    padding: 0 8%;
}

#intro .intro-mockup-wrapper {
    max-width: 70em;
}

#intro .intro-mockup img {
    margin: 0 auto;
    max-width: 40em;
}

#intro .intro-mockup.intro-left img,
#intro .intro-mockup.intro-right img {
    max-width: 20em;
}

.owl-item .caption h2,
.owl-item .caption p,
.owl-item .caption .button,
.owl-item .caption-mockup h2,
.owl-item .caption-mockup p,
.owl-item .caption-mockup .button,
.owl-item .photocaption {
    opacity: 1;
}

.caption,
.caption-mockup {
    width: 100%;
    text-align: left;
}

.caption, .caption h2, .caption-mockup, .caption-mockup h2, .photocaption, .photocaption h4 {
    color: #f4f4f4;
    top: 37%;
}

.caption.dark,
.caption.dark h2,
.caption-mockup.dark,
.caption-mockup.dark h2 {
    color: #333;
}

.caption h2,
.caption-mockup h2 {
    margin-bottom: 0.222em;
    font-size: 2em;
}

.caption h2 {
    margin-top: 0;
}

.caption p,
.caption-mockup p {
    margin-top: 0;
}

.caption-mockup.caption-left {
    float: left;
}

.caption-mockup.caption-right {
    float: right;
}

.photocaption {
    right: 0;
    bottom: 1.111em;
    padding: 0;
    max-width: 20%;
}

.photocaption h4 {
    margin: 0;
    padding: 0.778em 1em;
    background-color: rgba(0,0,0,0.35);
    font-weight: 400;
    font-style: italic;
    font-size: 0.778em;
    
}

.caption a,
.caption-mockup a,
.photocaption a {
    color: #fff;
}



.button.transparent.white,
input.transparent.button.white {
    border: 2px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1) !important;
	display: inline;
	top: 20px;
}

.button.transparent.white:hover,
input.button.transparent.white:hover {
    border: 2px solid rgba(255,255,255,1);
    background-color: rgba(255,255,255,1);
    color: #545766 !important;
}

.button,
input.button {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1.34em;
    padding: 0.667em 2em;
    border-bottom: none;
    -webkit-border-radius: 0.333em;
    -moz-border-radius: 0.333em;
    border-radius: 0.333em;
    color: #FFFFFF !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 0.778em !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.714em !important;
    cursor: pointer;
}


/*----------------------------------------------------------------
    640px 
----------------------------------------------------------------*/

@media handheld, only screen and (max-width:40em) {

    #intro .caption h2,
    #intro .caption-mockup h2 {
        font-size: 1.4em;
    }

    #intro .caption p,
    #intro .caption-mockup p {
        font-size: 1em;
    }

    .photocaption {
        display: none;
    }
}

/*----------------------------------------------------------------
    768px 
----------------------------------------------------------------*/

@media handheld, only screen and (max-width:48em) {

    #intro {
        position: relative;
    }

}

/*----------------------------------------------------------------
    320px 
----------------------------------------------------------------*/

@media handheld, only screen and (min-width:20em) and (max-width:20em) {

    .side-mockup  {
        margin-left: -21px;
    }

    .side-mockup .client-slider {
        margin-left: -18px;
    }

    .side-mockup .dasktop-slider {
        margin-left: -29px;
    }
}       


/*----------------------------------------------------------------
    Owl Carousel mockups
----------------------------------------------------------------*/

section.section.padding.clients {
    background: #f4f4f4;
}

.services-clients {
    background-color: #f4f4f4;
}

.owl-item {
    clear: none;
}

.owl-item > div {
    padding: 30px 30px 0px 30px;
    text-align: center;
}

.owl-pagination {
    padding-bottom: 20px;
}

#intro .owl-item > div,
.gallery .owl-item > div {
    padding: 0;
}

.owl-theme .owl-controls .owl-buttons div,
#intro.owl-theme .owl-controls .owl-pagination {
    position: absolute;
}

#intro.owl-theme .owl-controls .owl-pagination {
    bottom: 1em;
    margin: 0 20%;
    width: 60%;
}

.slider .owl-theme .owl-controls .owl-buttons div {
    color: #3270b7;
}

.gallery.slider .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}

.slider .owl-theme .owl-controls .owl-page span {
        background: rgba(0, 0, 0, 0.89) none repeat scroll 0 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 53%;
    left: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    top: 53%;
    right: 20px;
}

.gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 0.944em;
    right: 0.333em;
    left: auto;
}

.gallery .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 2.222em;
    right: 0.333em;
}

.owl-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) { 
    .owl-item img {
    height: 100%;
} 
.owl-item.active .caption p, .owl-item.active .caption-mockup p {

    width: 100% !important;
}
    .caption, .caption h2, .caption-mockup, .caption-mockup h2, .photocaption, .photocaption h4 {
        top:25%;
    }
    
.owl-item.active .caption p,
.owl-item.active .caption-mockup p {
    margin: auto auto 20px;
}
    .client-slider .owl-item img {
    height: 150px;
    margin-top: 25px;
}

}


.mockup {
    pointer-events: none;
}

.slider {
    *display: none;
}

.slider .owl-wrapper-outer {
    margin-bottom: 1em;
}

.client-slider .owl-carousel .owl-wrapper-outer,
 .owl-carousel .owl-wrapper-outer,
.desktop-slider .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}

.client-slider .owl-item,
.owl-item,
.desktop-slider .owl-item {
    overflow-y: hidden;
}

.client-slider {
    margin: 0 auto;
}

.client-slider {
    width: 250px;
}

.client-slider .owl-item {
    margin-top: 55px;
    height: 200px;
}

.client-slider .owl-item div {
    padding: 0 0px;
    height: inherit;
}

.client-slider .owl-item,
.owl-item,
.desktop-slider .owl-item {
    opacity: 0.2;

    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
	
	
}

.client-slider .owl-item.active,
 .owl-item.active,.owl-item.active {
    opacity: 1;
}






.client-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -30px;
}

.client-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -30px;
}


.side-mockup {
    clear: none;
}

.side-mockup .owl-wrapper-outer {
    overflow: hidden !important;
}

.side-mockup .client-slider .owl-item,
.side-mockup .owl-item,
.side-mockup .desktop-slider .owl-item {
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

@media handheld, only screen and (max-width:48em) {

    .client-slider {
        min-height: 200px;
        width: 300px;
    }

    .client-slider .owl-item {
        margin: 0px 0;
        height: 200px;
    }

    .client-slider .owl-item div {
        padding: 0 30px;
    }

    
    

    
    .client-slider .owl-wrapper-outer {
        height: 200px;
    }

    

    .desktop-slider {
        min-height: 220px;
        width: 326px;
    }

    .desktop-slider .owl-item {
        margin: 12px 0;
        height: 151px;
    }

    .desktop-slider .owl-item div {
        padding: 0 26px;
    }

    .desktop-mockup {
        margin-left: -150px;
        width: 300px;
        background-size: 300px 220px !important;
    }

    .desktop-mockup,
    .desktop-slider .owl-wrapper-outer {
        height: 220px;
    }

    .client-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 20px;
    }

    .client-slider .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 20px;
    }


    .desktop-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -20px;
    }

    .desktop-slider .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -20px;
    }
}

@media (max-width:30em) {

    .owl-buttons {
        
    }

    .side-mockup .owl-buttons,
    .side-mockup .owl-pagination {
        display: block;
    }
}  


/*----------------------------------------------------------------
    Owl Carousel general
----------------------------------------------------------------*/

.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    /* text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    opacity: 0.3;
    filter: Alpha(Opacity=30); 
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    zoom: 1;
    *display: inline; 
}

#intro-wrap .owl-controls .owl-buttons div {
    text-shadow: none;
    font-size: 2.667em;
    opacity: 0;
    filter: Alpha(Opacity=0); ;
}

#intro-wrap:hover .owl-controls .owl-buttons div {
    opacity: 0.3;
    filter: Alpha(Opacity=30); ;
}

#intro-wrap:hover .owl-controls .owl-buttons div:hover {
    opacity: 1;
    filter: Alpha(Opacity=100); ;
}

.dark-controls .owl-theme .owl-controls .owl-buttons div {
    color: #292929;
}

.white-controls .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: inline-block;
    height: 5px;
    margin: 0 3px;
    transition: all 0.3s ease 0s;
    width: 15px;
	opacity: 0.3;
}

.text-light .owl-theme .owl-controls .owl-page span,
.text-light .testimonial-slider.owl-theme .owl-controls .owl-page span,
.text-light .custom-carousel.owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.dark-controls .owl-theme .owl-controls .owl-page span,
.testimonial-slider.owl-theme .owl-controls .owl-page span,
.custom-carousel.owl-theme .owl-controls .owl-page span {
       border: 1px solid #3270b7;
    background: #3270b7;
    
}

.white-controls .owl-theme .owl-controls .owl-page span {
    background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.text-light .owl-theme .owl-controls .owl-page.active  span,
.text-light .testimonial-slider.owl-theme .owl-controls .owl-page.active  span,
.text-light .custom-carousel.owl-theme .owl-controls .owl-page.active  span {
    opacity: 1;
    filter: Alpha(Opacity=100);
    background: #3270b7;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 2px 10px;
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ccc;
    font-size: 12px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(/web/20171012221410im_/http://kmklinik.ru/templates/corpix/corpix/img/AjaxLoader.gif) no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons div {
    margin-top: -20px;
    font-size: 40px;
}

.gallery .owl-controls .owl-buttons div {
    font-size: 2em;
}

#intro-wrap .owl-carousel .owl-wrapper-outer,
#intro-wrap .owl-wrapper,
#intro-wrap .owl-carousel .owl-item {
    height: inherit;
}

#intro-wrap .owl-carousel .owl-item {
    overflow: hidden;
}

@media handheld, only screen and (min-width:48em) {

    .owl-theme .owl-controls .owl-buttons div {
        margin-top: -25px;
        font-size: 50px;
    }

    .gallery .owl-controls .owl-buttons div {
        font-size: 2em;
    }

    .carousel-item h1,
    .carousel-item h2,
    .carousel-item h3,
    .carousel-item h4,
    .carousel-item h5,
    .carousel-item h6 {
        margin-top: 0.67em;
    }

    .caption-mockup h2 {
        margin-top: 0;
    }

    #intro .intro-mockup-wrapper {
        margin-top: 6em;
    }

    .caption-mockup.caption-left,
    .caption-mockup.caption-right {
        margin-top: 2em;
        text-align: left;
    }

    .caption-mockup.caption-left h2,
    .caption-mockup.caption-right h2 {
        font-size: 2.667em;
    }

    aside.sidebar {
        margin-top: 3em;
    }

    .blog.masonry-style article.three .blog-excerpt-inner:after,
    .blog.masonry-style article.four .blog-excerpt-inner:after,
    .blog-section.masonry-style article.three .blog-excerpt-inner:after,
    .blog-section.masonry-style article.four .blog-excerpt-inner:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 0.556em 0.556em 0.556em;
        height: 0.333em;
        background: rgba(255, 255, 255, 0);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        content: " ";
        ;
    }
}


.owl-carousel .owl-wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}

.owl-carousel {
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    position: relative;
    display: none;
   
}

.owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}


.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}


/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    z-index: 10;
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}


/* scaleUp */
.owl-fadeUp-in {
    z-index: 10;
    -webkit-animation: scaleUpFrom .1s ease both;
    -moz-animation: scaleUpFrom .1s ease both;
    animation: scaleUpFrom .1s ease both;
}

.owl-fadeUp-out {
    z-index: -10;
    -webkit-animation: scaleUpTo .1s ease both;
    -moz-animation: scaleUpTo .1s ease both;
    animation: scaleUpTo .1s ease both;
}




@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 1;
        -webkit-transform: translate(500px);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 1;
        -moz-transform: translate(500px);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 1;
        transform: translate(500px);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 1;
        -webkit-transform: translate(500px);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 1;
        -moz-transform: translate(500px);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 1;
        transform: translate(500px);
    }
}

@media handheld,only screen and (max-width:48em) {
    .column.one,.column.two,.column.sixth,.column.three,.column.fourth,.column.four,.column.twosixths,.column.third,.column.five,.column.six,.column.half,.column.threesixths,.column.twofourths,.column.seven,.column.eight,.column.foursixths,.column.twothirds,.column.nine,.column.threefourths,.column.ten,.column.fivesixths,.column.eleven {
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: auto !important;
    }
}

@media handheld,only screen and (max-width:48em) {
    body {
        font-size: 0.9em;
        -webkit-text-size-adjust: none;
    }
}

/*     ABOUT */

#about .block h2 {
  line-height: 27px;
  margin: 0;
}
#about .block p {
  color: #7B7B7B;
  padding-top: 20px;
}
#about .block img {
  padding-left: 40px;
  width: 100%;
}
#about .section-title {
  margin-bottom: 0px;
}
#about .section-title p {
  padding-top: 20px;
}

@media (max-width: 992px) {
#about {padding-left: 20px; padding-right: 20px;
}
#about .block h3 {
margin-top: 0px;
margin-bottom: 0px;
}
#about .block img {
padding-left: 0px;
}
}
/*//////////////////////////////*/


/*     Services */
.margin-b-2 {
    margin-bottom: 2px!important;
}
.pricing .pricing-icon {
    display: block;
    font-size: 30px;
    color: #999caa;
    margin-bottom: 30px;
}

.row-space-1>[class*=col-] {
    padding: 1px;
}

.service {
    background: #fff;
    padding: 50px;
}
/*//////////////////////////////*/




/*     Portfolio */
.portfolio .categories-grid span {
    font-size: 30px;
    margin-bottom: 30px;
   
}

.portfolio .categories-grid .categories ul li {
    list-style: none;
    margin: 20px 0;
}

.portfolio .categories-grid .categories ul li a {
    display: inline-block;
    color: #60606e;
    padding: 0 10px;
    margin: 0 10px;
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.portfolio .categories-grid .categories ul li a:hover,
.portfolio .categories-grid .categories ul li a:focus {
    text-decoration: none;
}

.portfolio .categories-grid .categories ul li a.active {
    margin-left: 0;
    background-color: #ffbf00;
    padding: 0px 20px;
    color: white;
    border-radius: 25px;
    text-decoration: none;
}

.portfolio_filter {
    padding-left: 0;
}

.portfolio_item {
    position: relative;
    overflow: hidden;
    display: block;
}

.portfolio_item .portfolio_item_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.portfolio_item .portfolio_item_hover .item_info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 100%;
    font-weight: bold;
}

.portfolio_item .portfolio_item_hover .item_info span {
    display: block;
    color: #fff;
    font-size: 18px;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
    opacity: 0;
}

.portfolio_item .portfolio_item_hover .item_info em {
    font-style: normal;
    display: inline-block;
    background-color: #3270b7;
    padding: 5px 20px;
    color: #333;
    margin-top: 10px;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
    font-size: 16px;
}

@media (max-width: 750px) { .portfolio_item .portfolio_item_hover .item_info em {
    padding: 5px 10px;
    font-size: 13px;
}
    .portfolio_item .portfolio_item_hover .item_info span{
        line-height: 18px;
        font-size: 15px;
    }
 }

.portfolio_item:hover .portfolio_item_hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio .categories-grid .categories ul li {
    float: left;
}

.portfolio .categories-grid .categories ul li a {
    padding: 0 10px;
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.portfolio_filter {
    padding-left: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}



/*//////////////////////////////*/

.slider-pan{ padding-top:87px;padding-bottom:91px}

.slider-pan section article{ font-size:21px; line-height:36px; font-weight:400; padding-top:38px}

.slider-pan section article:before{content:"\f10d";font-family:'FontAwesome'; color:#5e5e64}

.slider-pan section article:after{content:"\f10e";font-family:'FontAwesome';color:#5e5e64}

.slider-pan section header h5,.slider-pan article header h6{ font-size:15px; line-height:16px; padding:0; margin:0; font-weight:400}

.slider-pan section header h5{ text-transform:uppercase; font-weight:700; color:#000; padding-bottom:8px}

.slider-pan section header{ padding-top:38px;}

.slider-pan .owl-buttons{ display:none}

.slider-pan .owl-pagination{ text-align:center; padding-top:18px}

.slider-pan .owl-pagination .owl-page{ display:inline-block; border-radius:100%; width:9px; height:9px; background-color:#c9c9c9; margin:0 3px;}

.slider-pan .owl-pagination .owl-page.active{ background-color:#6bb551}




/* ------------------------------------------------------------------
                BLOG
------------------------------------------------------------------- */
.blog-posts-column .blog-single{
    padding: 0px 15px;
	padding-bottom: 30px;
}
.blog-posts-column .img-responsive img{
    width:100%;
	height:200px;}
.blog-posts-column .blog-single:last-child{
    margin-bottom: 0;
}
.blog-posts-column .blog-single .post-image figure{
    position: relative;
}
.blog-posts-column .blog-single .post-image figure figcaption{
    position: absolute;
    left: 0;
    top: 30px;
}

.blog-posts-column .blog-single .post-image figure figcaption span {
    background: #3270b7;
    color: #fff;
    padding: 10px;
}
.blog-posts-column .post-content .post-content-head h2{
    margin: 0 0 10px 0;
}
.blog-posts-column .post-content .post-content-head h2 a{
    color:#313131;
    font-size: 24px;
}
.blog-posts-column .post-content .post-content-head h2 a:hover{
    color: #3270b7;
}
.blog-posts-column .post-content{
    border: 1px solid #e8e8e9;
        padding: 10px 15px;
}
.blog-posts-column .post-content .post-content-head{
    margin-bottom: 15px;
}
.blog-posts-column .post-excerpt-btn{
    background: #f1f1f1;
    padding: 10px;
}
.blog-posts-column .post-excerpt-btn ul{
    margin-bottom: 0;
}
.post-excerpt-btn ul li a {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 5px 10px;
    color: #959595;
}
.post-excerpt-btn ul li a:hover{
    background: #3270b7;
    color: #fff;
}
.post-excerpt-btn ul li.post-share{
    float: right;
}

.post-content-head h2 {
line-height:1.1;}

.blog-posts-column .audio-blog{
    border: 1px solid #f1f1f1;
}
.blog-posts-column .audio-blog .audio-blog-title{
    background: #f1f1f1;
    padding: 10px;
}
.blog-posts-column .audio-blog .audio-blog-title h2{
    font-size: 24px;
    margin: 0;
}
.blog-posts-column .audio-blog .audio-blog-content{
    padding: 20px 25px;
}
.blog-posts-column .audio-blog .audio-blog-content h3{
    font-size: 20px;
}
.blog-posts-column .audio-blog .audio-blog-content h3 a{
    color: #313131;
}
.blog-posts-column .audio-blog .audio-blog-content h3 a:hover{
    color: #3270b7;
}
.post-content-head a {
    color: #333;
}
.blog-posts-column .blog-post-quote{
    border: 1px solid #f1f1f1;
}
.blog-posts-column .blog-post-quote .quote-content{
    padding: 20px 25px;
}
.grid-post-pagination{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #f1f1f1;
}
.grid-post-pagination ul{
    text-align: center;
}
.grid-post-pagination ul li{
    display: inline-block;
    margin-right: 5px;
}
.grid-post-pagination ul li:first-child{
    float: left;
}
.grid-post-pagination ul li:last-child{
    float: right;
}
.grid-post-pagination ul li a {
    background: #fff none repeat scroll 0 0;
    color: #959595;
    padding: 10px 20px;
}
.grid-post-pagination ul li.active a{
    background: #3270b7;
    color: #fff;
}
.grid-post-pagination ul li a:hover{
    background: #3270b7;
    color: #fff;
}

/*======================================================
    section REVIEWS
======================================================*/
	  
.column {
    clear: none;
    min-height: 1px;
}	
.column img {
    width:150px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

.reviews-items {
    background-color: #f4f4f4;
}

.column h4 {
    font-weight: 700;
}
.column p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    color: #93989B;
}

/*======================================================
    section service
======================================================*/

.services-title {
    background-color: #3f3f3f;
    color: #fff;
}

#section-services {
    background-color: #3270b7;
}

.section-heading {
	text-align: center;
}

.service-box {
	border-bottom: 5px solid transparent;
	padding: 25px 30px;
}

.service-box i {
	font-size: 50px;
	text-align: center;
	height: 80px;
	padding-top: 10px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.service-box:hover i {
	color: #FF7E60;
	padding: 0px;
}

.service-box:hover h4 {
	color: #3270b7;
}

.service-box h4 {
	margin: 20px 0px;
    font-weight: 700;
    font-size: 1.333em;
}

.service-box:hover,
.service-box.active {
	margin: 1px;
	background: #fff;
    font-family: 'ProbaProLight';
	width: 100%;
}

.services-item {
    display: flex;
    flex-flow: row wrap;
}

 .services-items {
    display: flex;
    flex-flow: row wrap;
}

@media (max-width: 750px) { .services-items {
    padding: 0px 10px;
}}

/*======================================================
    section prices
============================================================*/

.prices-title {
    background-color: #3270b7;
    color: #fff;
}

#section-prices {
    background-color: #3270b7;
}

.prices-item {
    padding: 5px 20px;
}

.prices-box {
	border-bottom: 5px solid transparent;
	padding: 25px 30px;
}

.prices-box i {
	font-size: 45px;
    padding-left: 10px;
	text-align: center;
	height: 80px;
	padding-top: 10px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.prices-box:hover i {
	
}

.prices-box h4 {
	margin: 20px 0px;
    font-weight: 700;
    font-size: 22px;
}

.prices-box:hover,
.prices-box.active {
    text-align: center;
    box-shadow: 2px 2px 7px 3px rgba(0, 0, 0, 0.07);
	background: #fff;
}

.pricing-feature-list li {
    list-style: none;
}

ul.pricing-feature-list {
    margin: 0px;
    font-size: 18px;
    margin: 0;
    padding: 1.5em 0.5em 2.5em;
    list-style: none;
}

.pricing-price {
    font-size: 50px;
    color: #3270b7;
}

.plan-divider {
    margin: 10px auto;
    width: 60%;
    height: 1px;
    display: block;
    opacity: 0.2;
}

p.pricing-sentence {
   color: #444444;
    font-family: 'ProbaProLight';
    font-size: 1em;
}

.btn-success.btn-outline {
    background: transparent;
    color: #000;
    text-decoration: none;
    border: 2px solid #3270b7;
    font-size: 18px;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #3270b7;
    color: #fff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #3270b7 !important;
    border-color: #3270b7 !important;
}

.btn-success {
    background: #3270b7;
    color: #fff;
    border: 2px solid #3270b7;
}

.pricing-currency{
    font-family: 'ALS Rubl Tahoma';
}

li.pricing-feature.linethrough {
    text-decoration: line-through;
}

/*======================================================
    footer
============================================================*/

.footer {
    background-color: #3f3f3f;
    color: #fff;
    padding-top:50px;
}

.footer h4 {
    color: #fff;
    font-weight: 700;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #3270b7;
    text-decoration: none;
}

.footer .fa:hover {
    color: #3270b7;
}

.footer .fa {
    color: #fff;
}

.footer ul {
        list-style: none;
        margin-left: 0px;
		    padding: 0px;
}

.footer li {
    float: left;
    padding-right: 20px;
}

.f-input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #072730;
    border: 1px solid transparent !important;
    padding: 0 20px;
    border-radius: 0px !important;
}

.logo-footer {
    padding: 15px 0;
}

.logo-footer.years{
    padding-top: 10px;
	padding-left: 40px;
}


.form-footer {
    padding:0 15px;
	
}

.f-f-text {
    width: 100%;
    height: 100px;
    font-size: 16px;
    font-weight: 400;
    color: #072730;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
    padding: 20px;
}

.footer-contact-icon {
    float: left;
}

.footer-contact-info {
    padding-left: 28px;
}

.footer-contact {
    padding-bottom: 10px;
}

.footer-copy p{
    text-align: center;
    font-size: 16px;
    margin: 0px;
}

.footer-about p {
        padding-right: 40px;
    font-size: 16px;
}

.footer-copy{
    border-top: 1px solid #40474a;
    padding: 18px 0;
    margin-top: 50px;
}

.footer button {
        background: none;
    border-color: #fff;
    float: right;
    border: 2px solid #949494;
    padding: 3px 29px 3px 29px;
    border-radius: 1px;
}

.footer button:hover {
    background-color: #3270b7;
    border-color: #3270b7;
    color: #fff;
    
}

.footer .row {
    padding: 0px;
}

@media (max-width: 768px) { .footer {
    padding:20px 20px 0px 20px;
} 
    .footer h4 {
    font-size: 17px;
    padding-top: 10px
    }
}

/* плавная ссылка
a {
    line-height: 1;
    display: inline-block;
    color:#ffeb3b;
    text-decoration:none;
    cursor: pointer;
}
a:after {
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    background-color: #ffeb3b;
    transition: width .3s ease-in-out;
}
a:hover:after,
a:focus:after {
    width: 100%;
}
*/


#nav-icon{
  width: 20px;
  height: 30px;
  position: relative;
  margin-top: 5px;
  cursor: pointer;
}

#nav-icon span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #3270b7;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 11px;
}

#nav-icon span:nth-child(2) {
  top: 18px;
}

#nav-icon span:nth-child(3) {
  top: 25px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.choose-us-block {
  padding-top: 60px;
}

.img-questions {
    width: 100%;
    padding: 0 50px 0px 50px;
}

@media (max-width: 767px) {
.choose-us-block {
  padding: 30px 15px 0px 15px;
}
.img-questions {padding: 0px 10px 0px 10px;
}
}

.choose-us-block h4 {
  margin-bottom: 35px;
}
.choose-us-block h4 a {
  color: #1ea9e3;
}

.choose-us-block .panel-default {
  border-radius: 0 !important;
  border: none;
  *background: #f4f4f4;
  margin-bottom: 0 !important;
  padding: 10px;
}
.choose-us-block .panel-default > .panel-heading {
  border: none;
  background: none;
  padding: 0;
}
.choose-us-block .panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 0 0 0 27px;
}
.choose-us-block .panel-default h5 {
  padding: 0;
  margin: 0 0 5px;
}
.choose-us-block .panel-default .accordion-toggle:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background: url(/web/20171012221410im_/http://kmklinik.ru/templates/corpix/images/minus.png) no-repeat;
  margin-right: 5px;
  position: relative;
  top: 6px;

}
.choose-us-block .panel-default .collapsed:before {
    background: url(/web/20171012221410im_/http://kmklinik.ru/templates/corpix/images/add.png) no-repeat;
}

.choose-us-block .panel-default .accordion-toggle, .choose-us-block .panel-default .accordion-toggle:focus, .choose-us-block .panel-default .accordion-toggle:hover, .choose-us-block .panel-default .accordion-toggle:active {
  color: #3270b7;
  text-decoration: none;
}
.choose-us-block .panel-default .collapsed {
  color: #000;
}

/*----------------------------------------------------------
=======================CONTENT==============================
----------------------------------------------------------*/


/*------------------------REVIEWS-------------------------*/

.content_list_item.reviews {
	padding: 30px 0px;
	margin-bottom: 0px!important;
}

h2.value.reviews {
	margin-top:0px!important;
}

.fields.reviews {
    padding-left: 200px;
}

.info_bar.reviews {
    float: right;
}
.photo.reviews {
    max-width: 150px;
	border-radius: 50%;
}

.reviews > .photo img {
border-radius: 50%;
}

@media (max-width: 400px) {
.fields.reviews {
    padding-left: 0px;
}
.photo.reviews {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
h2.value.reviews {
    margin-top: 20px!important;
	text-align:center;
}
}




/*------------------------Portfolio-------------------------*/

.content_list_item.magazine {
    height: 400px;
}

.content_list.featured .info_bar div.bar_item.bi_rating{
	margin-right:0;
	padding-right:0;
	border-width:0
}

.content_list.tiled.posts_list .photo{
	height:207px;
}

.content_list.featured.news_list{
	border-width:0;
	padding:0;
	font-size:0
}
.content_list_item.featured.portfolio .content_list_item.{
	width:49%;
	display:inline-block;
	vertical-align:top;
	margin:0 1% 15px 0;
	box-sizing:border-box;
	font-size:14px
}
.content_list_item.featured.portfolio .content_list_item:nth-child(2n){
	margin:0 0 15px 1%;
}
.content_list_item .portfolio .photo  {
	margin-right:0px!important;}

.portfolio_list_text{
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	padding:15px 15px 10px;
	top: 40%;
}
.magazine_list_text{
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	padding:15px 65px 10px;
	top: 100px;
}

.portfolio_list_text .tags_bar,
.magazine_list_text .tags_bar  {
	 text-align: center;
}
.portfolio_list_text,
.portfolio_list_text .info_bar,
.portfolio_list_text a,
.magazine_list_text,
.magazine_list_text ,
.magazine_list_text a{
	color:#fff!important;
	text-shadow:0 0 1px #000;
	z-index:2;
	width: 100%;
}
.portfolio.value {
	    padding: 0 10%;
}
.portfolio.field {
	padding: 0 10%;
    text-align: center;
}
.portfolio .ft_caption {
	text-align:center;
}
.content_list_item .portfolio_list_text .field.f_teaser{
	margin:5px 0 0;
}
.content_list_item .portfolio_list_text .info_bar{
	margin:0
}
.content_list.featured.news_list .content_list_item .ft_caption{
	margin:0
}
.content_list.featured.news_list .content_list_item .photo{
	max-width:100%;
	float:none;
	margin:0;
	position:relative
}
.content_list.featured.news_list .content_list_item .photo a::after{
	background-color: rgba(0, 0, 0, 0.25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}



.content_list_item.normal-st .portfolio_list_text .ft_caption.f_title .value,
.content_list_item.normal-st .portfolio_list_text .ft_caption.f_title a{
	line-height:1.1;
	font-weight:700
}

.content_list.featured.news_list .content_list_item:nth-child(2n){
	margin:0 0 15px 1%;
}

.darcover .portfolio {
	z-index:10;
}

.photo.portfolio {
    margin-right: 0px;
}

@media (max-width: 500px) {
.portfolio_list_text {
    top: 33%;
}
.portfolio_list_text a {
	font-size: 16px;
}
}


 .button .transparent .magazine a {
     margin: 0 10%;
} 

.info_bar.magazine {
    color:#fff!important;
    float: right;
	padding-top:20px;
}
@media (max-width: 750px) {
.magazine img {
    height: 400px;
}

.field.magazine {
    font-size:12px;
}
.magazine_list_text {
    top: 75px;
	padding:15px 15px 10px;
}
}

/*------------------------Services-------------------------*/

.content_list_item.services {
    padding: 10px 20px;
	border-right: 1px solid #d2d2d2;
	margin-bottom: 30px;
	display: flex;
    flex-flow: row wrap;
}

.content_list.services {
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 970px) {
.content_list_item.services:nth-child(3n+3) {
	border-right: 0px;
}
}

@media (min-width: 751px) and (max-width: 969px) { 
.content_list_item.services:nth-child(2n) {
	border-right: 0px;
}
 }

@media (max-width: 750px) {
.content_list_item.services {
	border-right: 0px;
	border-top: 1px solid #d2d2d2;
	width: 100%;
}


.content_list_item.services:nth-child(1) {
	border-right: 0px;
	border-top: 0px;
}
}

.links-services{
	margin-left: auto;
    margin-right: auto;
    border-radius: 1000px;
    margin-top: 20px;
}

.links-services a{
    padding: 5px 25px;
    border: 2px solid #3270b7;
    border-radius: 1000px;
    margin-top: 20px;
}



.links-services a:hover {
    background: #3270b7;
	color:#fff;
	text-decoration: none;
   
}

.fields.prices {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}

.f_minus1, .f_minus2, .f_minus3, .f_minus4, .f_minus5, .f_minus6, .f_minus7, .f_minus8, .f_minus9, .f_minus10 {
    text-decoration: line-through;
	font-size: 16px;
    line-height: 1;
}

.f_prim1, .f_prim2, .f_prim3, .f_prim4, .f_prim5, .f_prim6, .f_prim7, .f_prim8, .f_prim9, .f_prim10 {
	font-size: 16px;
    line-height: 1;
}

.f_price {
    font-weight: 700;
    color: #3270b7;
    font-size: 40px;
	font-family: 'ALS Rubl Tahoma';
}




.tile.clients img {
	margin-left: auto;
    margin-right: auto;
}

.photo.clients {
    background: none!important;
    height: 100%!important;
}

.photo.clients img{
    width:150px!important;
}






/*//////////////////////////*/
img.service-element {
    width: 100%;
	    max-height: 184px;
}

img.banner {
    margin-left: auto;
    margin-right: auto;
	    padding-top: 50px;
}

table.table.table-striped.table-hover {
    font-size: 15px;
}

.field.ft_caption.f_title.cat {
    height: 65px;
}


.block-akcii li {
    display: block;
    float: left;
    width: 33.333%;
    min-height: 260px;
    font-size: 17px;
    /* line-height: 130%; */
    padding: 6px;
    box-sizing: border-box;
}

ol.block-akcii {
    margin: 0 0 70px 0;
    padding: 0;
    float: left;
    list-style: none;
}

.block-akcii li img {
    width: 100%;
    margin-bottom: 5px;
}

.show-more {
    background: #7aa3db;
    color: #fff;
    padding: 6px 30px 6px 10px;
    cursor: pointer;
    position: relative;
    margin: 5px 0 0 0;
}

.show-more.active::after {
    content: "-";
    width: 30px;
    height: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    line-height: 175%;
    font-weight: bold;
    background: rgb(209, 221, 235);
    font-size: 17px;
}

.show-more:after{
    content: "+";
    width: 30px;
    height: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    line-height: 175%;
    font-weight: bold;
    font-size: 17px;
	background: #4d81ca;
}

td.price {
    width: 110px;
}

/*
     FILE ARCHIVED ON 22:14:10 Oct 12, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:18:27 Nov 16, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 123.191
  exclusion.robots: 0.147
  exclusion.robots.policy: 0.136
  RedisCDXSource: 6.104
  esindex: 0.016
  LoadShardBlock: 95.683 (3)
  PetaboxLoader3.datanode: 214.337 (4)
  CDXLines.iter: 18.434 (3)
  load_resource: 1213.505
  PetaboxLoader3.resolve: 961.145
*/