body{
	color:#000;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	line-height:1 em;
}
.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.clearfix {
    display: block;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    height: 1%;
}
h1{
	margin-bottom:25px;
}
.top_navigation button.navbar-toggle {
	color:#000;
	border:1px solid #000;
}
.top_navigation button.navbar-toggle i{
	color:#000;
}
#msgSubmit{
	margin-top:8px !important;
	color:#fff !important;
}
#msgSubmit2{
	margin-top:8px !important;
	color:#fff !important;
}
#feedback_main .form-group{
	position:relative;
}
#feedback_main .form-group .help-block{
	position:absolute;
	left:20px;
	top:50px;
	z-index:2;
	font-size:11px;
	padding:0px !important;
}
#feedback_main .form-group .help-block .list-unstyled{
	background:#fff;
	padding:0px 5px!important;
	margin:0 !important;
}
#feedback_main2 .form-group{
	position:relative;
}
#feedback_main2 .form-group .help-block{
	position:absolute;
	left:20px;
	top:50px;
	z-index:2;
	font-size:11px;
	padding:0px !important;
}
#feedback_main2 .form-group .help-block .list-unstyled{
	background:#fff;
	padding:0px 5px!important;
	margin:0 !important;
}
.adv_header{
	text-transform:uppercase;
	margin-bottom:12px;
	font-weight:bold;
	color:#0c173f;
}
.mission{
	border-color:#fe74d1 !important;
	background:#ffe8f8;
	margin:25px 0 !important;
	padding-top:25px;
	padding-bottom:25px;
}
ul.lang-inline li a{
	display:inline-block;
	background:none;
	width:24px;
	height:24px;
	text-align:center;
}
ul.lang-inline li.lang-active a{
	display:inline-block;
	background:#fdc5c0;
}
.content_div{
	min-height:360px;
}
.top_line{
	min-height:53px;
	border-bottom:3px solid #e5f2ff;
	padding:9px 0 4px;
}
.company_name{
	font-size:24px;
	max-width:250px;
	margin:0 auto;
	text-align:center;
	text-transform:uppercase;
}
.top_tel{
	width:380px;
	font-size:30px;
	padding-left: 55px;
	background:url('../images/top_phone.png') left top no-repeat;
	height:44px;
	margin-top:15px;
}
.top_navigation {
	background:#e5f2ff;
}
.top_navigation .navbar{
	margin-bottom:0px;
}
header{
	padding:10px 0;
}
.logo{
	text-align:right;
}
.logo img{
	float:right;
}
ul#menu {
    display: table;
    float: none;
    width: 100%;
}
.navbar-nav > li {
    display: table-cell;
    float: none;
    vertical-align: top;
    text-align: center;
}
.navbar-nav > li a {
    color: #fff;
    text-transform: uppercase;
    background: #e5f2ff;
    padding: 15px 6px;
	color:#000 !important;
}
.navbar-header{
	position:relative;
}
.menunav{
	display:none;
}
.navbar-header button{
	position:absolute;
	top:3px;
	right:15px;
}
@media (max-width:767px){
.menunav{
	display:inline-block;
	margin:12px 0px 8px;
}
ul#menu {
    display: block;
    float: none;
    width: 100%;
}
.navbar-nav > li {
    display: block;
    float: none;
    vertical-align: top;
    text-align: center;
}
.navbar-nav > li a {
    color: #fff;
    text-transform: uppercase;
    background: #e5f2ff;
    padding: 15px 6px;
	color:#000 !important;
}
}

.main_header{
	text-align:center;
	font-size:24px;
	text-transform:uppercase;
	padding:35px 20px;
}
.main_header2{
	text-align:left;
	font-size:22px;
	text-transform:uppercase;
	margin:20px 0;
}
.main_header3{
	text-align:left;
	font-size:18px;
	text-transform:uppercase;
	margin:0 0 20px 0;
	color:#0c173f;
	font-weight:bold;
}
.home_text{
	font-size:16px;
}
.advanses{
	padding-bottom:30px;
}
.adv1{
	width:100%;
	height:300px;
	background:#ffe8bb;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	padding:20px;
}
.adv1 img{
	margin-bottom:30px;
}
.adv2{
	width:100%;
	height:300px;
	background:#ffc5e0;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	padding:20px;
}
.adv2 img{
	margin-bottom:30px;
}
.adv3{
	width:100%;
	height:300px;
	background:#ecffb7;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	padding:20px;
}
.adv3 img{
	margin-bottom:30px;
}
.adv4{
	width:100%;
	height:300px;
	background:#e2fff1;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	padding:20px;
}
.adv4 img{
	margin-bottom:30px;
}
.feedback{
	width:100%;
	min-height:595px;
	background:url('../images/fone_form.jpg') top center repeat-y;
	padding:20px 0;
}
#feedback_main input{
	display:block;
	width:100%;
	height:56px;
	background:none;
	border:2px solid #ffffff;
	color:#fff;
	font-size:18px;
	padding:4px 28px;
	border-radius:28px;
	margin:0 auto;
}

#feedback_main textarea{
	display:block;
	width:100%;
	min-height:200px;
	background:none;
	border:2px solid #ffffff;
	color:#fff;
	font-size:18px;
	padding:20px;
	border-radius:28px;
	margin:0 auto;
}
#feedback_main2 input{
	display:block;
	width:100%;
	height:56px;
	background:none;
	border:2px solid #ffffff;
	color:#fff;
	font-size:18px;
	padding:4px 28px;
	border-radius:28px;
	margin:0 auto;
}

#feedback_main2 textarea{
	display:block;
	width:100%;
	min-height:200px;
	background:none;
	border:2px solid #ffffff;
	color:#fff;
	font-size:18px;
	padding:20px;
	border-radius:28px;
	margin:0 auto;
}
.feedback_header{
	text-align:center;
	font-size:30px;
	font-weight:700;
	color:#fff;
	font-style:italic;
	padding:20px 0 35px 0;
}
.feedack_info{
	text-align:center;
	font-size:20px;
	color:#fff;
	padding:0 0 40px 0;
}
.div_button{
	width:100%;
	text-align:center;
	overflow:hidden;
	margin:25px 0 0px 0;
}
button.send_button{
	width:280px;
	height:56px;
	background:none;
	border:2px solid #ff8a87;
	color:#ff8a87;
	font-size:22px;
	text-transform:uppercase;
	font-weight:bold;
	padding:4px 28px;
	border-radius:28px;
}
button.send_button:hover{
	background:#ff8a87;
	color:#000;
}
.quest1{
	width:100%;
	min-height:60px;
	background:url('../images/icon01.png') top left no-repeat;
	margin-bottom:30px;
	padding:0 0 0 70px;
}
.quest2{
	width:100%;
	min-height:60px;
	background:url('../images/icon02.png') top left no-repeat;
	margin-bottom:30px;
	padding:0 0 0 70px;
}
.quest3{
	width:100%;
	min-height:60px;
	background:url('../images/icon03.png') top left no-repeat;
	margin-bottom:30px;
	padding:0 0 0 70px;
}
.quest4{
	width:100%;
	min-height:60px;
	background:url('../images/icon04.png') top left no-repeat;
	margin-bottom:30px;
	padding:0 0 0 70px;
}
.about2{
	padding-bottom:25px;
}
.flowers{
	background:#ffe2d5;
	padding-bottom:25px;
}
.flrow{
	text-align:center;
}
.fl_wrap{
	overflow:hidden;
	margin-bottom:20px;
	text-align:center;
}
.fl_wrap img{
	margin-bottom:15px;
}
.fl_name{
	text-align:center;
	text-transform:uppercase;
}
footer{
	background:#e5f2ff;
	padding:30px 0;
}
.footerul{
	margin:0;
	padding:0;
}
.footerul li{
	list-style-type:none;
    margin-bottom:12px;
}
.footerul li a{
	color:#000 !important;
	text-transform:uppercase;
	text-decoration:none;
}
.footerul li a:hover{
	text-decoration:underline;
}
.footer_company_name{
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}
.footer_address{
	margin-bottom:10px;	
}
.footer_tel{
	font-weight:bold;
	margin-bottom:10px;	
}
.footer_mail{
	font-weight:bold;
	margin-bottom:10px;	
}
.footer_social{
	height:60px;
	width:205px;
	float:right;
}
.facebook{
	width:60px;
	height:60px;
	text-align:center;
	float:left;
	border:1px solid #c4e1ff;
	border-radius:4px;
	margin-right:10px;
	padding-top:5px;
}
.twitter{
	width:60px;
	height:60px;
	text-align:center;
	float:left;
	border:1px solid #c4e1ff;
	border-radius:4px;
	margin-right:10px;
	padding-top:5px;
}
.instagramm{
	width:60px;
	height:60px;
	text-align:center;
	float:left;
	border:1px solid #c4e1ff;
	border-radius:4px;
	padding-top:5px;
}
























