html,
body {
    height: 100%;
}

body {
	overflow-x: hidden;
	
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 38px; /* Width of image */
  height: 38px; /* Height of image */
  background: url(../images/top.png) no-repeat;
}
/******** Хлебные крошки ********/
#breadcrumbs-one{
 border-style: solid;
 border: none; 
 margin-left: 12px;
 width: 100%;
 }
 
#breadcrumbs-one ul{
	list-style: none;
	width: 100%;
}

#breadcrumbs-one li {
	display: inline-block;
	padding: 4px 4px;
}

#breadcrumbs-one  li:hover {
	color: #BB1B80;
	cursor: pointer;
	text-shadow: 1px 0 0 #000;
}

/******** Slider ********/
.carousel, .item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#mainCarousel .slider_overlay {
    background: none repeat scroll 0 0 #252333;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

#mainCarousel .hero {
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 1000;
    color: #fff;
    text-align: center;
    padding: 0 13%;
    font-family: 'Merriweather', sans-serif;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#mainCarousel .hero h1 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-family: 'Philosopher', sans-serif;
    text-transform: uppercase;
}

#mainCarousel .hero h3 {
    font-size: 22px;
	font-family: 'Philosopher', sans-serif;
	font-style: italic;
    margin: 0;
    padding: 0;
}

#mainCarousel .hero button {
	margin-top: 30px;
	background: #42a5f6;
	font-size: 18px;
	font-family: 'Philosopher', sans-serif;
	font-style: italic;
	padding: 5px 10px;
	outline: none;
}

#mainCarousel .hero button a {
	font-size: 18px;
	font-family: 'Philosopher', sans-serif;
	font-style: italic;
	padding: 5px 10px;
	color: #fff;
	outline: none;
}

#mainCarousel .carousel-indicators {
	position: absolute;
	z-index: 1000;
}

#mainCarousel .carousel-control {
	position: absolute;
	z-index: 1000;
}

#mainCarousel .carousel-control.left {
	background-image: none;
}

#mainCarousel .carousel-control.right {
	background-image: none;
}

#mainCarousel .carousel-indicators .active {
    background: #42a5f6;
    border: 1px solid #0781E6; 
}
/******** Media Queries ********/
@media screen and (max-width: 1071px) {
#mainCarousel .hero h1 {
	font-size: 50px;
}
}
@media screen and (max-width: 938px) {
#mainCarousel .hero h1 {
	font-size: 45px;
}
}
@media screen and (max-width: 799px) {
#mainCarousel .hero h1 {
	font-size: 40px;
}
}
@media screen and (max-width: 799px) {
#mainCarousel .hero h3 {
	font-size: 22px;
}
}
@media screen and (max-width: 608px) {
#mainCarousel .hero h1 {
	font-size: 35px;
}
}
@media screen and (max-width: 608px) {
#mainCarousel .hero h3 {
	font-size: 20px;
}
}
@media screen and (max-width: 507px) {
#mainCarousel .hero h1 {
	font-size: 30px;
}
}
@media screen and (max-width: 507px) {
#mainCarousel .hero h3 {
	font-size: 18px;
}
}
@media screen and (max-width: 400px) {
#mainCarousel .hero h1 {
	font-size: 30px;
}
}
@media screen and (max-width: 400px) {
#mainCarousel .hero h3 {
	font-size: 16px;
}
}
/******** About Section ********/
#about {
	padding-top: 40px;
	padding-bottom: 40px;
}

#about .text h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Philosopher', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	border-bottom: 3px solid #42a5f6;
}

#about .text p {
	text-indent: 1.5em; /* Отступ первой строки */
    text-align: justify;
	font-family: 'Merriweather', sans-serif;
	font-size: 16px;
}

#about .panel-group {
	margin-top: 30px;
}

#about .panel-heading:hover {
    cursor:pointer;
}

#about .panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

#about .side-tab:hover {
     cursor: pointer;
}
    
#about .panel.panel-default {
     border: none;
     box-shadow: none !important;
     border-bottom-right-radius: 0px;
     border-bottom-left-radius: 0px;       
}

#about .panel-heading {
     border: none;
     background-color: #2469A2;
     color: #fff;
}

#about .panel-title {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Philosopher', sans-serif;
}
 
#about .panel-body {
	border-right: 1px solid #2469A2;
	border-left: 1px solid #2469A2;
	font-family: 'Merriweather', sans-serif;
}    

#about #carousel {
	margin-top: 30px;
	position: relative;
	display: block;
}

#about #carousel .item img {
	margin-top: 71px;
	width: 100%;
}
/******** Blog Section ********/
#blog {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f9f9f9;
}

#blog h3 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Philosopher', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	border-bottom: 3px solid #42a5f6;
}

#blog h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Philosopher', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
}

#blog p {
	text-indent: 1.5em; /* Отступ первой строки */
    text-align: justify;
	font-family: 'Merriweather', sans-serif;
	font-size: 16px;
}

#blog .carousel .carousel-inner ul {
	list-style: none;
	padding: 0;
}

#blog .carousel .carousel-inner .thumbnail {
	border: none;
	padding: 0px;
}

#blog .carousel .carousel-inner .thumbnail img {
	width: 100%;
	height: 100%;
	margin-top: 20px;
}

#blog .carousel .carousel-inner .caption h4 {
	font-size: 18px;
	text-transform: uppercase;
}

#blog .carousel .carousel-inner .caption .btn {
	padding: 0px;
	font-size: 16px;
}

#blog .pager li a {
	background: #42a5f6;
	color: #fff;
}
/******** Clients Section ********/
#clients {
	padding-top: 20px;
	padding-bottom: 10px;
	background: #ffff;
}

#clients h3 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Philosopher', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	color: #000;
	border-bottom: 3px solid #42a5f6;
}

#clients h6 {
	font-size: 18px;
	font-family: 'Merriweather', sans-serif;
	font-style: italic;
	letter-spacing: 1px;
	text-align: left;
}

#clients .text p {
	text-indent: 1.5em; /* Отступ первой строки */
    text-align: justify;
	font-family: 'Merriweather', sans-serif;
	font-size: 16px;
}

#clients .ul {
	list-style: none;
	padding: 0;	
}

#clients .thumbnail {
	background: none;
	border: none;
	padding: 0px;
}

#clients .thumbnail img {
	width: 100%;
	height: 100%;
	margin-top: 20px;
}

#clients . caption p {
	text-align: justify;
	font-family: 'Merriweather', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
/******** Client Section ********/
#client {
	padding-top: 30px;
	padding-bottom: 10px;
	background: #55687C;
}

#client h3 {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Philosopher', sans-serif;
	letter-spacing: 1px;
	font-weight: 60%;
	text-align: left;
	border-bottom: 3px solid #42a5f6;
}
#slider {position: relative; overflow: hidden; height:250px;}
#slider img {position:absolute;	margin:0; height:155px;display:none;}
#imageloader {position:relative; display:block; width: 100%; margin: 0px auto; text-align: center;}
#imageloader img { position:relative; top:70px; z-index:100; width:128px; height:15px; display:inline;
}
/******** Contact Section ********/
#contact {
	padding-top: 40px;
	padding-bottom: 40px;
}

#contact h3 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Philosopher', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000;
	border-bottom: 3px solid #42a5f6;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 75px;
    line-height: 40px;
}

#contact h4{
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Merriweather', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #42a5f6;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 75px;
    line-height: 40px;
}

#contact p {
	font-family: 'Merriweather', sans-serif;
	font-size: 16px;
	color: #000;
}

#contact span  {
	font-family: 'Philosopher', sans-serif;
	font-size: 20px;
	color: #42a5f6;
}

#contact .contact-form input {
	width: 100%;
	height: 40px;
	margin-top: 25px;
	outline: none;
	padding: 20px;
	font-size: 14px;
	border: 1px solid #000;
}

::-webkit-input-placeholder {
   color: #000;
}

#contact .contact-form textarea {
	width: 100%;
	height: 150px;
	margin-top: 25px;
	outline: none;
	resize: none;
	padding: 20px;
	font-size: 14px;
	border: 1px solid #000;
}

#contact .contact-form button {
	margin-top: 10px;
	padding: 10px 20px;
	background: #42a5f6;
	border: none;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	outline: none;
	transition: background-color 0.5s ease;
}

#contact .contact-form button:hover {
	background: #55687C;
}

#contact .image {
	width: 100%;
	margin-top: 15px;
}

#contact .image img {
	width: 68%;
}
/******** Subscribe Section ********/
#subscribe {
	padding-top: 40px;
	padding-bottom: 40px;
}

#subscribe h3 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Philosopher', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000;
	border-bottom: 3px solid #42a5f6;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 75px;
    line-height: 40px;
}

#subscribe p {
	font-family: 'Merriweather', sans-serif;
	font-size: 16px;
	color: #000;
}

#subscribe .input-group {
    width: 100%;
    margin-top: 30px;
}

#subscribe input.btn.btn-lg,
input.btn.btn-lg:focus {
    outline: none;
    width: 60%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #42a5f6;
    text-align: left;
    font-size: 16px;
    cursor: auto;
}

#subscribe button.btn {
    width: 40%;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #42a5f6;
    outline: none;
    text-transform: uppercase;
}

#contactFeature{
	background: rgba(25, 33, 60, 1);
	position: relative;
	float: left;
	display: block;
	width: 100%;
	padding: 50px 0px;
}

.contact_feature{
	float: left;
	display: inline;
	width: 100%;	
	position: relative;
	z-index: 999;
}
.single_contact_feaured {  
  border: 1px solid #ccc;
  display: inline;
  float: left;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
.single_contact_feaured > i {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 5px;
  color: #42a5f6;
}
.single_contact_feaured > h4 {
  font-family: 'Philosopher', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
}
.single_contact_feaured>p{
	color: #42a5f6;
	font-size: 16px;
}
/******** Footer ********/
.footer {
	float: left;
	display: inline;
	width: 100%;
	padding: 20px;
	background-color: #ffffff;	
 }
.footer . img {
	margin-left: 10px;
	 float: right;
	
} 
.footer p {
	margin-top: 10px;
	text-align: center;
} 
@media screen and (max-width: 938px) {
.footer .text-muted {
	margin-top: 5px;
	font-size: 15px;
} 
}
/******** perevod Section ********/
#perevod {
	padding-top: 90px;
	padding-bottom: 40px;
}

#perevod .text h1 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Philosopher', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	color: #000;
	border-bottom: 4px solid #42a5f6;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 75px;
    line-height: 40px;
}

#perevod .text h2  {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Philosopher', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	color: #000;
	border-bottom: 3px solid #42a5f6;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 75px;
    line-height: 40px;
}

#perevod .text h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Philosopher', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	color: #000;
	border-bottom: 3px solid #42a5f6;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 75px;
    line-height: 40px;
}

#perevod .text h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Philosopher', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	color: #000;
	border-bottom: 3px solid #42a5f6;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 75px;
    line-height: 40px;
}

#perevod .text img {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
	border-radius: 12px;
    display: inline-block;    
}

#perevod .text p {
	text-indent: 1.7em; /* Отступ первой строки */
    text-align: justify;
	font-family: 'Merriweather', sans-serif;
	font-size: 16px;
}

#perevod .text p span {
	text-indent: 1.5em; /* Отступ первой строки */
    text-align: justify;
	font-family: 'Merriweather', sans-serif;
	font-size: 16px;
	font-weight:bold;
}
/******** Contact1 Section ********/
#contact1 {
	padding-top: 40px;
	padding-bottom: 40px;
}

#contact1 h3{
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Philosopher', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	color: #000;
	border-bottom: 3px solid #42a5f6;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 75px;
    line-height: 40px;
}

#contact1 h4{
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Philosopher', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	color: #000;
	border-bottom: 3px solid #42a5f6;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 75px;
    line-height: 40px;
}

#contact1 p {
	text-indent: 1.5em;
	text-align: justify;
	font-family: 'Merriweather', sans-serif;
	font-size: 16px;
	color: #000;
}

#contact1 .contact-form input {
	width: 100%;
	height: 40px;
	margin-top: 25px;
	outline: none;
	padding: 20px;
	font-size: 14px;
	border: 1px solid #000;
}
::-webkit-input-placeholder {
   color: #000;
}

#contact1 .contact-form textarea {
	width: 100%;
	height: 150px;
	margin-top: 25px;
	outline: none;
	resize: none;
	padding: 20px;
	font-size: 14px;
	border: 1px solid #000;
}

#contact1 .contact-form button {
	margin-top: 10px;
	padding: 10px 20px;
	background: #42a5f6;
	border-radius: 10px;
	border: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	outline: none;
	transition: background-color 0.5s ease;
}

#contact1 .contact-form button:hover {
	background: #55687C;
}
/******** Прайс ********/
.sk-table td, th {
    padding: 10px 15px;
    border: 1px solid #ccc;
    text-align: center;
	 font-size: 14px;
	 font-family: 'Merriweather', sans-serif;
	color: #000;
}

.top-grey td {
    font-size: 14px;
    background-color: #f5f5f5 !important;
    font-weight: normal !important;
	font-family: 'Merriweather', sans-serif;
	color: #000;
}

.first-col td {
    font-size: 14px;
    background: none;
    
}

