@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);

img {
	max-width: 100%;
}

.align_left {
	/* for images placed in rich text editor */
	float: left;
	margin: 0 1em 0.5em 0;
	position: relative;
	top: 0.5em;
	max-width: 50%;
}

.align_right {
	/* for images placed in rich text editor */
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%;
}

.align_center {
	/* for images placed in rich text editor */
	display: block;
	margin: 1em auto;
	position: relative;
	top: 0.5em;
}

/*
72E536
1A4C00
429915
4C054B
991597
*/

.align_left {
    /* for images placed in rich text editor */
    float: left;
    margin: 0 2em 2em 0;
    position: relative;
    top: 1em;
    max-width: 50%;
}

.align_left_top {
    /* for images placed in rich text editor */
    float: left;
    margin: 0 2em 2em 0;
    position: relative;
    max-width: 50%;
}


.align_right {
    /* for images placed in rich text editor */
    float: right;
    margin: 0 0 1em 2em;
    max-width: 50%;
}

.align_center {
    /* for images placed in rich text editor */
    display: block;
    margin: 2em auto;
    position: relative;
    top: 1em;
}

body {

}

a {
    color: #4C054B;
}

a:hover, a:focus {
    color: #4da129;
    text-decoration: none;
}

h3 {
    line-height: 28px;
    margin-bottom: 24px;
}

.widget {
    margin-bottom: 28px;
}

.widget p, .widget img {
    margin: 12px 0;
}

.widget h4 {
    color: #1D4C05;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0 20px;
}

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

.widget a.btn {
	color: #eee;
    margin: 5px;
	background-color: #6dbf3b;
}

a.btn.btn-rounded {
    background-color: #6dbf3b;
}

a.btn.btn-rounded:hover {
    background-color: #d0d0d0;
}

.widget a.btn:hover {
	background-color: #d0d0d0;
}

.widget ul li {
    font-size: 13px;
    padding: 0 20px;
    border-bottom: 1px solid #6dbf3b;
    border-radius: 20px;
}

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

.widget ul li a {
    padding: 8px 0;
    display: inline-block;
    width: 100%;
}

.widget ul li.active a {
    font-weight: bold;
}

.widget ul li a:hover, .widget ul li a:focus {
    color: #4da129;
    text-decoration: none;
}

.top-header {
    text-align: right;
    font-size: 13px;
    line-height: 15px;
}

.phone {
    font-size: 18px;
    color: #aaa;
    line-height: 1.2em;
    font-weight: bold;
   /* margin: 20px 0 20px 150px; */
    text-align: right;
}

.phone span {
    font-weight: normal;
}

.phone-text {
    margin-top: 20px;
}

ul.offers {
    margin-left: 0;
}

.offers li {
    font-size: 13px;
    line-height: 18px;
    color: #333;
    margin-bottom: 24px;
}

.offers li p {
    padding: 6px 0 0 0;
}

.new {
    position: relative;
}

.new:before {
    content: 'new';
    display: inline-block;
    font-size: .8rem;
    color: #e74c3c;
    position: absolute;
    left: -30px;
    top: -1px;
}

/* Media list
================================================================== */

.media .pull-left {
    margin-right: 20px;
}

.media h2 {
    color: #333;
    font-weight: normal;
    font-size: 21px;
    line-height: 1.315;
}

.media h2 a:hover {
    text-decoration: none;
}

.more {
    font-size: 13px;
    color: #fff;
}

/* Header
=================================================================== */

header {
    min-height: 70px;
    text-shadow: none;
    margin-bottom: 40px;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 0;
    font-weight: bold;
    /*background: #6dbf3b;*/
}

.navbar-nav {
	/*background: #6dbf3b;*/
	width: 100%;
}

.navbar-inner {
    margin-top: 50px;
    min-height: 70px;
    padding: 0;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .nav {
    margin: 0;
}

.navbar .nav > li > a {
    float: none;
    color: #6dbf3b;
    /*padding: 25px 15px;*/
    text-decoration: none;
    text-shadow: none;
    text-align: right;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    background: #409915;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: none;
}

.navbar .navbar-toggle {
    color: white;
    background-color: #409915;
    margin: 21px;
    padding: 6px 10px;
}

.navbar-toggle .icon-bar, .navbar-toggle .icon-bar+.icon-bar {
    background-color: white;
}

.navbar-toggle:hover .icon-bar, .navbar-toggle:hover .icon-bar+.icon-bar {
    background-color: #6dbf3b;
}


.nav.scroll-nav {
    margin-bottom: 0;
}

.nav-collapse {
    background: white;
}

.nav-collapse ul {
    background: #6dbf3b;
    text-align: center;
}

.nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background: #409915;
}

.fake-link-container {
    position: relative;
}

.fake-link {
    display: block;
    position: absolute;
    width: 450px;
    height: 190px;
    left: -20px;
}

.fake-link img {
    width: 50px;
    height: 50px;
}

@media (max-width: 767px) {
    .fake-link {
        display: none;
    }
}

/* brand
----------------------------------------------- */

.brand, .brand img {
    display: block;
    width: 450px;
    height: 150px;
}

.navbar-brand {
    padding: 0;
    margin-top: -40px;
    background: url(/logo2.png) no-repeat;
    z-index: 1050;
}

.navbar-collapse {
    padding: 0;
}

@media (max-width: 767px) {
    .brand, .brand img {
        display: block;
        width: 307px;
        height: 150px;
    }

    .navbar .brand {
        background: url(/workspace/assets/img/logo3.png) no-repeat;
    }
}

@media (max-width: 400px) {
    .brand, .brand img {
        display: block;
        width: 150px;
        height: 150px;
    }

    .navbar .brand {
        background: url(/workspace/assets/img/logo4.png) no-repeat;
    }

    .phone-text {
        margin-bottom: 80px;
    }
}

/*#logo:hover {
    background-position: 0 100px;
}*/

.navbar .brand img {
    position: absolute;
    left: -99999px;
}

/* Aside
=================================================================== */

aside, .aside, .aside a {
    color: #555;
    margin-top: 20px;
}

/* Page-header
=================================================================== */

.page-header {
    margin: -24px auto 24px;
    border-bottom: none;
    max-width: 600px;
    text-align: center;
}

.page-header h1 {
    color: #409915;
    font-family: 'PT Sans', sans-serif;
}

.page-header h1 span {
    display: inline-block;
    margin-left: 10px;
    color: #991597;
}

h2 {
    color: #991597;
}

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

#price-controls {
    display: none;
}

#price-container {
    display: none;
}

/* Footer & Copyright
=================================================================== */

.grass {
    height: 200px;
    background: transparent url(/footer7.png) bottom center repeat-x;
}

.snake {
    background: url(/snake.png) bottom center no-repeat;
}

.snake1 {
    background: url(/snake3.png) top center no-repeat;
}

footer {
    color: #fff;
    background-color: #1f872f /*#337a11*/;
    margin: 0;
    padding: 20px 0 3em;
    text-shadow: none;
}

footer h5 {
    font-size: 20px;
}

.post-footer {
    padding: .25em 0;
    font-size: 11px;
    background-color: #1D4C05;
    color: #eeeeee;
}

.post-footer p {
    margin-bottom: 0;
}

.post-footer a, footer span {
    color: #d3e57f;
}

/* Features
=================================================================== */

.center {
    text-align: center;
}

.feature-boxes {
    position: relative;
    top: 0;
    border-bottom: 4px solid transparent;
    margin-bottom: 3em;
}

.feature-boxes:hover {
    border-bottom: 4px solid #4da129;
}

.feature-boxes .feature-circle {
    background: #d0d0d0;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    padding: 25px;
    width: 150px;
    height: 150px;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    cursor: pointer;
    opacity: 0.8;
}

.feature-boxes .feature-circle img {
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
}

.feature-boxes i {
    color: #F38630;
    font-size: 71px;
    line-height: 100px;
    vertical-align: middle;

}

.feature-boxes .feature-circle:hover {
    background: #4da129;
    color: #fff;
}

.feature-boxes .feature-circle:hover i {
    color: #fff;
}

.feature-boxes .caption {
    padding: 15px;
}

.feature-boxes .caption > p {
    color: #777777;
}

.feature-boxes h3 {
    color: #3d3d3d;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

/* Slats */

ol.slats li {
    margin: 0 0 10px 0;
    min-height: 80px;
}

ol.slats li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

ol.slats li a h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
}

ol.slats li a img {
    float: left;
    margin: 0 10px 0 0;
}

ol.slats li a p {
    padding: 0 0 5px;
    margin: 0 0 0 84px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
}

ol.slats li a p {
    margin: 0 0 0 84px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
}

ol.slats li a p span.meta {
    display: block;
    font-size: 12px;
    color: #999;
}

@media screen and (max-width: 700px) {

    .phone {
        font-size: 16px;
        color: #aaa;
    }

    ol.slats li a img {
        display: block;
        float: none;
        margin: 0 0 5px 0;
    }

    ol.slats li a p {
        margin: 0;
    }
}

/* btn */

.btn-color {
    background: #4da129;
    color: #ffffff;
    text-shadow: none;
    border: none;
}

.btn-color:hover {
    color: #ffffff;
    background: #1D4C05;
}

.btn-rounded {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/* Other */

.center {
    text-align: center;
}

.thumbnail a > img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.ymap {
    position: relative;
    padding-bottom: 75%;
/ / This is the aspect ratio height : 0;
    overflow: hidden;
}

.ymap > ymaps {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* photo album */

.popup-album img {
    margin: 0 12px 12px 0;

}

.inav {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1.5rem;
}

.inav > li, .inav > li > a {
    display: inline-block;
    zoom: 1;
}

.inav li.active {
    font-weight: bold;
}

.inav-breadcrambs > li:after {
    content: "/";
    margin: 0 5px;
}

.inav-breadcrambs > li:last-child:after {
    display: none
}

@media (min-width: 1200px) {

	.navbar-collapse.collapse {
	    float: right;
	}

	.navbar-inner > .btn-overlay {
		display: none !important;
	}

    .banderas {
        margin-top:-20px;
    }



}

@media only screen and (min-width: 980px) and (max-width: 1199px){

    .banderas {
        margin-top:-20px;
    }

	.navbar-collapse.collapse {
	    float: right;
	}

	.navbar .nav > li > a {
		padding: 26px 13px;
		padding: 26px 13px \9;
	}

	#wall {
		margin: 0px -10px;
		border: 1px solid transparent;
	}

	#wall .item {
		width: 33.333%;
		margin: 0;
		text-shadow: none;
	}


}

.navbar .nav > li > a:hover,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    background: #409915;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: none;
}

.navbar-collapse .nav>li>a:hover, .navbar-collapse .nav>li>a:focus, .navbar-collapse .dropdown-menu a:hover, .navbar-collapse .dropdown-menu a:focus {
    background: #409915;
}

#gorshoksmedom {
	display: none;
}

/* breakpoint start */

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

}

/* breakpoint end */
