@charset "UTF-8";
@import url(../../../https@fonts.googleapis.com/css@family=Jura_3A400,600&subset=cyrillic,cyrillic-ext,latin);
@import url(../../../https@fonts.googleapis.com/css@family=Open+Sans_3A400,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic);
@import url(../../../https@fonts.googleapis.com/css@family=PT+Sans_3A400,400italic,700,700italic&subset=latin,cyrillic);

body {
  background: #f7f7f7 url(../../imgSS/pattern3.png) repeat;
  font: 14px 'PT Sans', sans-serif;
  line-height: 1.428571429;
  color: #898989;
}
a {
  text-decoration: none;
	color: #e45e35;
}

a:hover {
  text-decoration: none;
	color: #979797;
	
}
a:focus {
  text-decoration: none;
  background: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}

ul, ol {
    padding: 0;
    list-style: none;
    margin: 0;
}

p {
  margin-bottom: 15px; 
}
p span {
  color: #018bab;
}
h1.navbar-brand_ {
  margin: 0;
  padding: 0;
  float: left;
  height: auto;
  width: 200px;
  height: 652px;
  line-height: 252px;
  text-align: center;
  background: #00000000;
	font: bold 20px/20px 'Jura', sans-serif;
}
h1.navbar-brand_::before {
	 background: none;
}
h1.navbar-brand_ a {
  display: inline-block;
}
h1.navbar-brand_ a img{
  margin-top:25px;
}
h1
{
	margin: 25px 0 25px 0;
  width: 100%; 
  position: relative;
font: bold 24px 'Jura', sans-serif;
}

h1::before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  content: '';
}

h2 {
  font: bold 20px 'Jura', sans-serif;
  margin: 0 0 25px 0;
  width: 100%; 
  position: relative;
}

h2::before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  content: '';
}


h3 {
  font: bold 22px/22px 	'Jura', sans-serif;;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
h4 {
  font: bold 18px/30px 	'Jura', sans-serif;;
  color: #e45e35;
  margin: 0 0 17px 0;
}
.extra-wrap {
  overflow: hidden;
}
.global {
  padding: 0;
  background: #f7f7f7;
}
.global.indent {
  padding: 66px 0 0 0;
  background: #f7f7f7;
}
.center {
  text-align: center;
}
/*-----menu-----*/
nav.tm_navbar {
  background: none;
  border: none;
  padding: 0;
  margin: 25px 0 0 0;
  float: right;
  display: block;
  min-height: 0;
}
nav.tm_navbar li {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 56px;
  float: left;
}
nav.tm_navbar li:first-child {
  margin-left: 0;
}
nav.tm_navbar li a {
  position: relative;
  padding: 0;
  font: bold 14px 'Gentium Basic', "Helvetica Neue", Helvetica, Arial, sans-serif;;
  color: #ffffff;
  background: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar li.active > a {
  color: #e45e35;
  background: none;
}
nav.tm_navbar li:hover > a {
  color: #e45e35;
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
  color: #e45e35;
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*nav.tm_navbar li span {
  height: 4px;
  background: url(../img/menu-marker.png) center 0 no-repeat;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 0;
}*/
/*-----subMenu1-----*/
.dropdown-menu
{
	padding-top:20px;
	margin-top:10px;
	background: rgba(0, 0, 0, 0.9);
}
nav.tm_navbar .sub-menu > ul {
  position: absolute;
  display: none;
  width: 110px;
  left: -18px;
  top: 39px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: rgba(0, 0, 0, 0.56);
  border-radius: 0;
  padding: 29px 10px 16px 16px;
  margin: 0;
  text-align: left;
}
.dropdown-menu li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0 0 13px 15px !important;
  padding: 0;
  display: block;
}
.dropdown-menu li a {
  background: none;
  padding: 0;
  margin: 0;
  float: none;  
	
  text-transform: none !impotant;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
  display: inline-block;
  background: url(../img/menu-marker2.png) no-repeat;
  width: 6px;
  height: 7px;
  position: relative;
  left: 9px;
  top: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #333 !important;
  background: none !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
  text-decoration: none;
  color: #333 !important;
  background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 107px;
  left: 100%;
  top: 19px;
  border-radius: 0;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #333;
  padding: 10px 10px 0 10px;
  margin: 0;
  text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
  background: none;
  padding: 0;
  margin: 0;
  float: none;
  font: 12px 'Arial';
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
  text-decoration: none;
  color: #999 !important;
  background: none !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.select-menu {
  display: none !important;
}

.nav .open>a
{
	background-color: none !important;
}
/*-----content-----*/
header {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 11;
  height: 252px;
 /* background: url(../../imgSS/baner.jpg) no-repeat;*/
}

header:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../imgSS/baner.jpg); 
    width: 100%;
    height: 100%;
    opacity : 0.7;
    z-index: -1;
}

header.indent {
  height: 88px;
  background: #000000;
  background: rgba(0, 0, 0, 0.56);
}
header .box {
  height: 70px;
  background: #000000;
  background: rgba(0, 0, 0, 0.56);
}


/*========================================================
                    footer
=========================================================*/
footer {
	padding: 35px 0;
	overflow: hidden;	
	background:#2d2d2b;
}

footer .input-group
{
	width:100%;
	margin-bottom: 10px;
}
footer .input-group input, footer .input-group textarea,  footer .field .button {
	width:100%;
    border-color: rgb(102,102,110);
    color: #8c8c94;
	    background: transparent;
    border: 1px solid;
    padding: 6px 11px 7px;
}
footer em {
	font-style: normal;
}
footer p {

	color: #bbb;
	margin-bottom: 17px;

}
footer .title {
	font: bold 24px 'Jura', sans-serif;
	margin-bottom: 3px;
	color: #ffffff;
	text-transform: none;
}
footer .privacy {
font-size:12px;
	color: #ffffff;
	margin-top: 53px;
	margin-bottom: 13px;
	text-transform: uppercase;
}
footer .privacy a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer .privacy a:hover {
	color: #f1373a;
}

footer ul  {
	
	list-style:none;
   
   
}
footer ul li  a {
    color: #bbb;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
   
}
footer ul li  a:hover {
    color: #e45e35;
   
}



/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
  .carousel-box {
    max-height: 280px;
    overflow: hidden;
  }
 
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 
 
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  
  h1.navbar-brand_ {
    width: 200px;
    height: 252px;
    line-height: 140px;
    text-align: center;
  }
  nav.tm_navbar li {
    margin: 0 0 0 35px;
  }
 
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  #toTop {
    display: none !important;
  }
  header.indent {
    height: auto;
    text-align: center;
  }
  header {
    text-align: center;
  }
  header .box {
    height: auto;
    background: none;
  }
  h1.navbar-brand_ {
     width: 200px;
    height: 252px;
    line-height: 140px;
    text-align: center;
    float: none;
    display: inline-block;
  }
  h2 span {
    padding: 0 20px;
  }
  nav.tm_navbar {
   margin-top:-50px;
		margin-right: 0px; 
    margin-left: 0px; 
		width:100%;
  }
	nav.tm_navbar ul
	{
		
	}
	nav.tm_navbar li
	{
		width: 100%;
		padding-bottom:5px;
		margin:0;
		text-align: left;
		
		
	}
		nav.tm_navbar li a
	{
		font-weight:normal;
		color:#898989;
		
	}
.dropdown-menu	
	{
		display:inline-block;
		position:relative;
		 background: none;
		border:0;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0);
    box-shadow: 0 6px 12px rgba(0,0,0,0);
	}
 /* nav.tm_navbar .nav {
    display: none;
  }
  .select-menu {
    display: inline-block !important;
    padding-top: 4px;
    padding-right: 3px;
    padding-bottom: 4px;
    width: 100%;
    border: 1px solid #0089ab;
    background: #0089ab;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
  }*/
 
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
  .col-xs-6 {
    width: 100%;
    float: none;
  }
 
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 
  .col-xs-4 {
    width: 100%;
    float: none;
  }
  .col-xs-6 {
    width: 100%;
    float: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/

.blockquoteheader
{
	margin-top:120px;
	margin-left:40%;
	/* background-color: rgba(0, 0, 0, 0.4);*/
	width:50%;
}

.blockquoteheader p
{
	color:#fff;
	font-style: italic;
}

blockquote
{
	border:0;
}

.companytext
{
margin-top:25px; border-bottom:1px solid #ddd; padding-bottom:15px	
}

#accordion i {
    color: #e45e35;
    padding-right: 5px;
}

.thumb-box1 {
	overflow: hidden;
	background: #e45e35;
	position: relative;
}
.thumb-box1 p {
	font: 18px/24px;
	color: #272727;
	margin-bottom: 25px;
}
.thumb-box1 .title {
	font: bold 30px/30px;
	color: #ffffff;
	margin: 0 0 21px 0;
	letter-spacing: 1px;
}
.thumb-box1 .box1 {
	padding: 48px 0 37px 0;
}
.thumb-box1 .box2 {
	background: #ffffff;
	padding: 48px 0 37px 100px;
	position: relative;
	z-index: 1;
}
.thumb-box1 .box2 .title {
	color: #272727;
}
.thumb-box1 .box2 svg.bigTriangleColor {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: -115px;
}
.thumb-box1 .box2 .bigTriangleColor path {
	fill: #ffffff;
}
.thumb-box1 .box2 #curveUpColor path, .thumb-box1 .box2 #curveDownColor path {
	fill: #ffffff;
}
.thumb-box1 em {
	position: absolute;
	z-index: 0;
	top: 0;
	right: -50%;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: #ffffff;
}

/* list
========================================================*/

.list10 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list10.indent li {
	margin: 0 0 51px 0;
}
.list10.indent li .badge {
	width: 99px;
	height: 99px;
	line-height: 99px;
	font-size: 42px;
}
.list10 li {
	
	line-height: 1.428571429;
	margin: 0 0 33px 0;
	overflow: hidden;
}


.list10 li .extra-wrap a:
{
	color:#898989;
}

.list10 li .badge {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	width: 131px;
	height: 131px;
	border-radius: 0;
	background: #e45e35;
	font: 55px/131px 'Yesteryear';
	color: #ffffff;
	float: left;
	margin: 0 27px 0 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list10 li h3 {
	color: #262626;
}
.list10 li p {
	margin: 0;
}
.list10 li:hover .badge {
	background: #262626;
	color: #e45e35;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}


.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 5px 15px;
	font-size: 12px;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	border-radius: 0;
	color: #ffffff;
	background: transparent;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #f5393e;
	background: #ffffff;
	border-color: #ffffff;
	text-decoration: none;
}

.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 5px 15px;
	font-size: 12px;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	border: 2px solid #e45e35;
	border-radius: 0;
	color: #e45e35;
	background: transparent;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #272727;
	border-color: #272727;
	text-decoration: none;
}

.thumb-box3 {
	overflow: hidden;
	padding: 63px 0 40px 0;
}
#owl-demo
{
	margin:0 auto;
	margin-top:15px;
}
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 95%;
  height: auto;
}

.services-listing
{
	margin-top:40px;

}

.services-listing .services-item .services-1 .cherry-services_icon {
    display: none;
    float: none;
    margin: 0 0 30px 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    vertical-align: top;
    font-size: 60px;
	color: #e45e35;
}

.cherry-services_excerpt {

		padding-bottom:15px;
 border-bottom: 1px solid #cdcdcd;
	height: 110px;
    overflow: hidden;
  
}
.index-list, .news_list

{
	margin-top:20px;
		margin-bottom:20px;
}

.index-list li {
    position: relative;
    background: #ffffff;
    padding: 10px 10px;
    border: 1px solid #ededed;
	margin-bottom:10px;
}

.index-list li i
{
	width:10%;
	color: #e45e35;
	font-size:18px;

}

.index-list li a.menu
{
	width:88%;
	display:inline-block;
	color: #898989;
}

.index-list li a.menu:hover
{
	color: #e45e35;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.media-middle {
    vertical-align: middle;
}

.grayscale { 
	display: inline-block;
    vertical-align: top;   
    font: 0/0 a;
    line-height: 50px;
    opacity: .5;
    text-decoration: none;
    background-size: 0 0;
    background-repeat: no-repeat;    
    -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(../../imgSS/grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
	opacity: 0.5;
}
.grayscale:hover
{
opacity: 1;
     -webkit-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
 
}
.owl-stage-outer
{
	margin-bottom:10px;
}
.owl-prev
{
height: 16px;
    position: absolute;
    top: 50%;
    left: 0%;
    margin: -9px 0 0 -10px;
	background: url('../../imgSS/icons_controls.png') no-repeat;
  background-position: 0 -119px;
    overflow: hidden;
   text-indent: -9999px;
    width: 16px;
    height: 16px;
}

.owl-next
{
height: 16px;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 8px;
    margin: -8px 0 0 0px;
	background: url('../../imgSS/icons_controls.png') no-repeat;
  background-position: 0 -136px;
    overflow: hidden;
   text-indent: -9999px;
    width: 16px;
    height: 16px;
}