html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    margin: 20px 0;
    color: #f66804;
}

h2 {
    color: #f66804;
}

a {
    color: #f66804;
}

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

img {
    max-width: 100%;
}

iframe {
    background: #eee;
}

legend {
    border: 0;
}

h3 > i {
    color: #666;
}


/* Framework */

.h-photo:after {
    font-size: 50%;
    content: 'баОбаО';
    text-decoration: underline;
}

.h-form:after {
    font-size: 80%;
    content: 'баАббаЕб ббаОаИаМаОббаИ';
    text-decoration: underline;
}

.img-left {
    float: left;
    margin-right: 20px;
}

.text-center th {
    text-align: center;
}

.headerline .mceContentBody {
    color: #000;
    background: #fff;
}

.vcenter-row {
    font-size: 0;
}

.vcenter-row > div {
    font-size: 1.4rem;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.section {
    position: relative;
    margin: 60px 0;
}

.section-extend {
    margin: 60px -3000px;
    padding: 50px 3000px 70px 3000px;
    background: #00867b;
}

.section-title {
    text-align: center;
    color: #f66804;
}

.section-circle {
    display: inline-block;
}

.section-circle img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.section-circle img:hover {
    opacity: .9;
}

.section-icon {
    font-size: 5rem;
    display: block;
    margin: 15px 0 0 0;
    color: #666;
}

.section h3 {
    margin: 10px 0;
}

.section .circle-row > div {
    margin: 15px 0;
}

.breadcrumb {
    font-size: 1.2rem;
    margin: 0;
    padding: 5px 0;
    border-radius: 0;
    background: none;
}

.breadcrumb-wrapper {
    border-bottom: 1px solid #eee;
}

.breadcrumb a:hover {
    color: #f66804;
}

.btn-primary,
.btn-warning {
    border-color: #fff;
    background: #666;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-warning:hover,
.btn-warning:focus {
    border-color: #eee;
    background: #f66804;
}

.menu {
	
	font-size: 100%;

	
	}
.menu li {
	list-style: none;
	float: left;
         border-right:1px solid #FFF;
border-left:1px solid #FFF;
	text-align: center;
	
	}
.menu li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 150px;
	display: none;
	position: absolute;
	left: 0;
	top: 33px;
z-index:999;
	}
.menu li ul li {
	float: none;
	height: 33px;
     margin-left:40px;
border-top:1px solid #FFF;
	
	width: 190px;
	text-align: center;
	background: #7F7F7F;
	}
.menu li a {
	display: block;
	width: 190px;
	height: 33px;
	color: #fff;
	text-decoration: none;
	}
.menu li:hover ul, #menu li.jshover ul {
	display: block;
	}
.menu li:hover, #menu li.jshover {
	background: #424242;
	}

.menu li a:hover {
	display: block;
	width: 190px;
	height: 33px;
	background:#7dad15;
       color: #fff;
	text-decoration: none;
	}



.btn-primary {
    animation-name: orange_blink;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes orange_blink {
    from {
        background-color: #666;
    }
    to {
        background-color: #ff0000;
    }
}

.form-control:focus {
    border-color: #f66804;
    box-shadow: none;
}

.feedback-message {
    padding: 10px;
}

.feedback-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px -10px;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.feedback-form > div {
    margin: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.feedback-form input {
    width: 100%;
}

.feedback-form input[type=checkbox] {
    width: auto;
    margin-right: 5px;
}

.feedback-form-input {
    width: 200px;
}

.feedback-form .clearfix {
    width: 100%;
    height: 0;
    margin: 0;
}

.feedback-form fieldset {
    width: 100%;
    margin: 10px;
}

.feedback-form fieldset .table {
    margin: 0;
}

.captcha {
    width: 100px;
    padding: 2px 0;
}


#callbackin {
    position: fixed;
    background: transparent url(/images/call.png) no-repeat scroll center center;
    right: 60px;
    bottom: 60px;
    z-index: 19;
    cursor: pointer;
    width:100px;
height:100px;
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out 0s;
}




.feedback-form .feedback-form-header,
.feedback-form .feedback-form-textarea {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.feedback-form .feedback-form-captcha-img {
    max-width: 100px;
}

.sales {
    font-size: 20px;
    padding: 10px;
    -webkit-animation-name: sales;
    animation-name: sales;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0 0 10px 10px;
    background: #eee;
}



.wrapper {
    overflow-x: hidden;
    width: 100%;
    min-height: 100%;

}

.header-top {
    color: #000;
    background: #FFF;
}

.header-top .vcenter-row > div {
    padding: 10px 15px;
}

@media (max-width: 767px) {
    .header-top .vcenter-row > div {
        text-align: center;
    }
}

.header-bottom {
    padding: 20px 0 10px 0;
    text-align: center;
    background: #00867b;
}

.header-bottom-title {
    font-size: 3rem;
    margin: 20px 0 10px 0;
}

.header-bottom img {
    border-radius: 0 50%;
}

.header-bottom img:hover {
    opacity: .9;
}

.header-bottom .active img {
    box-shadow: 0 0 5px #f66804;
}

.header-logo {
    font-size: 0;
    display: inline-block;
}

.header-logo span {
    font-size: 3.5rem;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.header-logo-2 {
    color: #fff;
}

.header-logo-1 {
    color: #f66804;
}

.header-logo:hover .header-logo-2 {
    color: #f66804;
}

.header-logo:hover .header-logo-1 {
    color: #fff;
}

.header-logo-slogan {
    font-size: 1.4rem;
    padding: 0 0 0 1px;
    color: #fff;
}

.header-description {
    font-size: 1.4rem;
    padding: 5px 0 0 0;
    text-align: center;
}

.header-phone {
    font-size: 2.5rem;
    display: block;
    cursor: default;
    color: #f66804;
}

.header-phone-code {
    color: #eee;
}

.header-phone:hover {
    color: #f66804;
}

.header-workinghours {
    font-size: 1.4rem;
}

.nav {
    background: #de4019;
}

.nav .btn {
    text-transform: uppercase;
    color: #333;
    color: #fff;
    border: 0;
font-weight:bold;
font-size:14px;
    border-left: 1px solid #eee;
    border-radius: 0;
    background: #de4019;
}

.nav .btn:first-child {
    border-left: 0;
}

.nav .btn.active {
    color: #fff;
    background: #666;
}


.nav1 {
    background: #f66804;
}

.nav1 .btn {
    text-transform: uppercase;
    color: #333;
    color: #fff;
    border: 0;
font-weight:bold;
font-size:14px;
    border-left: 1px solid #eee;
    border-radius: 0;
    background: #f66804;
}

.nav1 .btn:first-child {
    border-left: 0;
}

.nav1 .btn.active {
    color: #fff;
    background: #666;
}





.footer {
    position: relative;
    height: 100px;
    margin-top: -100px;
    color: #fff;
    background: #333;
}

.footer-bottom {
    font-size: 1.2rem;
    padding: 25px 15px;
    color: #eee;
}

.footer-bottom a {
    color: #eee;
}

.footer-bottom a:hover {
    color: #eee;
}

.gallery .row {
    margin: 0 -3px 10px -3px;
}

.gallery .row > div {
    padding: 3px;
}

.table-containex i {
    font-size: 80%;
    color: #666;
}

.table-containex .glyphicon-ok {
    color: #f66804;
}
