/**
 * J!Blank Template for Joomla by JBlank.pro (JBZoo.com)
 *
 * @package    JBlank
 * @author     SmetDenis <admin@jbzoo.com>
 * @copyright  Copyright (c) JBlank.pro
 * @license    http://www.gnu.org/licenses/gpl.html GNU/GPL
 * @link       http://jblank.pro/ JBlank project page
 */
/* just example of css import */

/* just for test repaltive paths
@import url('print.css');
@import url('reset.css');
*/

/****************************************** FRONTEND STYLES ***********************************************************/

/* classic clearfix */
.clearfix {
    display: block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
@font-face{
	font-family: 'RonduitCapitals-Light';
	src: url('../fonts/RonduitCapitals-Light.otf');
	url('../fonts/WebFont.otf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Formula-Regular';
	src: url('../fonts/Formula-Regular.ttf');
	url('../fonts/WebFont.otf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Roboto';
	src: url('../fonts/Roboto.ttf');
	url('../fonts/WebFont.otf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}
html{
	height:100%;
	}
	
* html .clearfix {
    height: 1%;
}

body{
	width: 100%;
    height: 100%;
	font-family: Roboto,Formula-Regular,Open Sans,Helvetica,Arial,sans-serif!important;
	font-size: 14px!important;
	min-width: 140px!important;

	background-color: #ececec!important;
}

a {
	color: #dd2a1b!import;
}

.dvAll{
	background-color: #ffffff;
    min-height: 100%;
    position: relative;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
    box-shadow: 0 3px 10px #bbb;
	}
.dvMain{
	line-height: 1.5;	
	text-indent: 20px;
	overflow: auto;
	position: relative;
	min-height: 100%;
}
ul {text-indent: 0;
}
.main_page .dvMenuBlock {
	display: block;
	position: relative;
	padding-bottom: 160px; 
	height: 400px;
}

.logo{
	display: inline-block;
}

.logo  img{
	max-width: 300px;
    max-height: 43px;
    width: 100%;
    height: auto;
	margin: 10px 0;
}
.page-header{
	margin: 0;
}

.menuType{
	display: inline-block;
	float: right;
	border-top: 2px solid red; /* Линия сверху текста */
	margin: 0 auto;
	}
.menuType a, .menuMain a{
	color: #393939!important;
	font-family: RonduitCapitals-Light,Open Sans,Helvetica,Arial,sans-serif!important;
	
	}

.menuType ul{
    margin:0px;
    padding:0px;
}
.menuType ul:after{
    content:"";
    display:block;
    clear:both;
    height:5px;
	
}
.menuType ul li{
    margin:0px;
    padding:0px;
    cursor:pointer;
    display:table-cell;
    float:left;
    color:#dd2a1b;
	text-align: center;
	font-weight: bold;
}
.menuType ul li.active, .menuType ul li.active:hover{
    border-bottom: 1px solid red; /* Линия сверху текста */
    color:#fff;
}
.menuType ul li.current a{
	color:#dd2a1b!important;
}
.menuType ul li a:hover{
	color:#dd2a1b!important;
}
.menuType ul li.active a{
	font-weight: bold;	
	color:#dd2a1b!important;
}

#menu-type ul, #menu-type li.item-101{
	display: none;
}

.menuMain {
    color: #432;
    position: relative;
    text-decoration: none;
	font-weight: bold;
	margin-bottom: 2px;
}
.menuMain .ux-menu-container{
	position: absolute;
	right: 0;
	top: -14px;

}

.caption-slide {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 5px;
	text-shadow: black 0.1em 0.1em 0.2em;
	}
.caption-slide.down{
	position: absolute;
	bottom: 15px;
	}	

.jf_mm_trigger{
	padding: 7px;
	}	
.jf_mm_trigger span.nav-line {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 20px;
}	
.navigator{
	margin: 0 2px;
	border-top: 1px solid #e3dad1;
	overflow: auto;
	padding-top: 10px;
}
.navigator ul{
	margin-top: 5px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb { 
	color: #dd2a1b;
	font-size: 12px;
	}
.breadcrumb a { 
	color: #616262;
	}
ul.breadcrumb {
	padding: 0!important;
	padding-top: 10px;
	margin-bottom: 0;
	}	

.site-portfolio{
	padding: 5px;
	border: 1px solid #e3dad1!important;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent: 0!important;	
	}
.site-portfolio h4{
	color: #dd2a1b;
	}
.site-portfolio:hover{
	background-color: #fcfcfc;
}

.site-portfolio .site-images img{
	border: 1px solid #e3dad1!important;
	margin: 5px;
	}
	
.uk-slidenav{background-color: #929292;}
	
.site-portfolio .button-hide{
	margin: 10px 0;
}
#jcemediabox-popup-frame {
    padding: none;
}
a.btnShow {
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: rgb(68,68,68);
  text-decoration: none!important;
  user-select: none;
  padding: .2em 1.2em;
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
  padding: 10px;

}
a.btnShow:hover {
  color: rgb(24,24,24);
  border: 1px solid rgb(198,198,198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
a.btnShow:active {
  color: rgb(51,51,51);
  border: 1px solid rgb(204,204,204);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
.button-hide img{margin-left: 7px;}

.site-portfolio p img{
	border: 1px solid rgba(150,150,150,0.3137254901960784);
	border-color: rgba(150,150,150,1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 4px 8px 0 rgba(0,0,0,0.2);
}
.dvMain .list, .dvMain  h2{text-indent: 0;}

.dvMain a {
	font-family:  arial;
	} 
a.jcemediabox-image{ 
	text-indent: 0;
	}

.jcemediabox-image  img{
	margin: 10px;
	text-indent: 0;
	}
.dvFooter{
	width: 100%;

	bottom: 0px;
	left: 0px;
	padding: 10px;
	overflow: auto;
	margin: 0 auto;
	display: block;
	
}
.foot  {
	float: left;
	width: 25%;
	display: inline-block;
	margin-top: 10px;
	padding: 10px;
}

.line{
	border-top: 1px solid #e3dad1!important;
}

.ft-1{
	text-align: left;	
}
.ft-2, .ft-3{
	text-align: center;	
}

.ft-4{
	text-align: right;	
}
.ring {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #FFF9AE;

   border-radius: 5px;
   -moz-border-radius: 5px;
   margin-left: 9px;
   text-align: center;
   box-shadow: 0px 1px 3px 1px rgb(171, 141, 141);
}
.div-on-main {
	text-indent: 0;
	position: relative;
	width: 100%;
	padding: 1%;
}

.main-block{
	float: left;
	margin-left: auto 0;
	width: 33%;
	min-width: 300px;
}
.main-block img{
	box-shadow: 0 2px 5px #bbb;
}

.main-title h2{
	margin-left: 80px;
}
.main-href{
	margin-top: 10px;
}

.main-href ul li {
	list-style-type: none;
	padding-bottom: 10px;
}

.main-href ul {
	padding-inline-start: 20px;
}

.main-href a:hover:after {
	margin-right: 10px;
    content: "\003E";
	}
.jcemediabox-zoom-span{
	box-shadow: 0px 1px 3px 1px rgb(171, 141, 141);
}
.right-menu h4{
	color: #dd2a1b;	
}
.blockDotted{
	padding: 5px;
	border: 1px solid #e3dad1!important;
	border-style: dashed!important; 
	border-width: medium!important;
	text-indent: 0;
	font-style: italic;
	background-color: #f6f6f6;
}
.fa{display: none!important;}

.blockDiv{
	text-align: center;
    width: 100%;
    margin: 40px auto 0;
    display: inline-block;
}
.blockDiv a{  
  width: 260px;
    background: #f9fbfc;
    text-align: center;
    padding: 20px 20px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    margin: 5px;
    font-style: normal;
    text-decoration: none;
    color: inherit;
	text-decoration: none!important;
}
.blockDiv .service{
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}