/* Main Menu */
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
	padding-bottom: 0px;

}
.rstpl-navigation .navbar .rstpl-brand.text {
    width: auto;
    width: initial;
}
/* End Main Menu */

/* style tabs*/
.tab-content {
	border-style: none;
}

/*end tabs*/


/*buttons*/
.btn.btn-info {
    border-radius: 16px;
    font-size: 12px;
}
/*end buttons*/

/* modal window Contact*/
div.modal {
   
    width: 25%;
}

.container-fluid {
    padding-top: 20px;
}
/*
.mod-rscontact-width-auto {
    width: none;
}
*/

/*end modal window*/

/*Image scale*/
.image {
 overflow:hidden;
 /*border: 1px solid #c7c5c5;*/
}

.image img {
 -moz-transition: all 0.6s ease-out;
 -o-transition: all 0.6s ease-out;
 -webkit-transition: all 0.6s ease-out;
}
 
.image img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
.image-board{
border: none; 
}

.img-text{
padding-right: 30px;
padding-left: 30px;
padding-top: 20px;
}
.rspbld-image >img{
    width:100%;
}

.rspbld-image{
    padding:25px;
    width:100%;
}
.row {
    margin-left: 0px;
    margin-top: 10px;
}

.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a{
    text-transform: none; 
    font-weight: 500;
}

.dropdown-submenu>.dropdown-menu {
    left: -144%;
}

.rstpl-navigation .navbar .rstpl-brand {
    padding-top: 20px;
    padding-bottom: 10px;
}

.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {    
    padding-top: 20px;
}

.ancor{
	position: relative;
}
 
.ancor__link{
		position: absolute;
		display: block;
		top: -100px;
	}


.rstpl-slideshow-position{
	padding-top:80px;

}
.rstpl-brand .phone {
    color: #202020;
}

.rspbld-content .phone {
    color: #202020;
}
/*Scroll up arrow*/
@media (max-width: 979px){
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:10px;
    display:none;
    text-indent:-9999px;
    background: url('icon_top.png') no-repeat;
}
}

@media (min-width: 980px){
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:40px;
    display:none;
    text-indent:-9999px;
    background: url('icon_top.png') no-repeat;
}
}
@media (max-width: 979px){
.rspbld-horizontal-image-box .rspbld-image {

     max-width: 100%;
}

.rstpl-slideshow-position {
   display:none;
}

.rstpl-navigation .navbar {
    margin-top: 10px;
    border-bottom: 1px solid #eee;
}
}

/*   breadcrumbs  */
.breadcrumb{
 padding:  0;
}
.bread-crumb .breadcrumb{
   background-color: white;
}
.bread-crumb .breadcrumb > li > a{
    color: #202020;
}

.bread-crumb .breadcrumb > ol {
    margin: 0;
}

@media (min-width: 1261px){
.bread-crumb {
   margin-top: 150px;
}

h1{
   margin-top: 50px;
   margin-bottom: 50px;
   font-size: 36px;
   line-height: 40px;

}
h2 {
    font-size: 24px;
    line-height: 40px;
}
h3 {
    font-size: 21px;
    line-height: 40px;
}
}


@media (max-width: 1260px){
.bread-crumb{
   margin-top: 20px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 30px;

}
h2 {
    font-size: 22px;
    line-height: 22px;
}
h3 {
    font-size: 16px;
    line-height: 16px;
}
h4,h5 {
    font-size: 14px;
    line-height: 14px;
}

body{   
    font-size: 12px;
}

}

@media (max-width: 840px){
h1 {
    font-size: 22px;
    line-height: 22px;

}
h2 {
    font-size: 18px;
    line-height: 18px;
}
h3 {
    font-size: 14px;
    line-height: 14px;
}
h4,h5 {
    font-size: 12px;
    line-height: 12px;
}

body{   
    font-size: 12px;
}
}

.table th, .table td {
    text-align: center;
}

.body > section {
    margin: 0 0 0 0;
}

/* Flexicontact 12.08 */

div.fc_outer{
margin-top: 150px;
}

/*Footer*/

.footer{
margin-top: 150px;
}

.page-footer-questions {
    padding: 17px 0 18px;
    color: #202020;
    background-color: #f6f6f6;
    font-size: 17px;
}

.page-footer-bottom .copyright .who {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 840px)
{
.page-footer-questions {
    font-size: 12px;
}
.page-footer-bottom .copyright .who {
    font-size: 12px;
}
}

.page-footer-questions .phone {
    color: #202020;
}


.page-footer-bottom {
    padding: 16px 0 19px;
}

.col {
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    max-width: 100%;
    min-height: 1px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;

}


