BODY {
	min-height:100%;
	background: #FFFFFF;
	font-size: 15px; 
	line-height:1.5;
	font-family: 'Oxygen', sans-serif;
	color: #494848;
	padding-bottom:0px;
}

TD, TH {
	padding:8px;
}

IMG,EMBED,OBJECT,VIDEO {
	max-width: 100%;
	height:auto !important;		
}

IFRAME {
	max-width: 100%;
}

H1 { 
	clear:both;
	font-size: 33px; 
	padding-top:0px; 
	padding-bottom:25px; 
	margin:0px; 
	color:#000000;
	text-align:left;
	font-weight:bold;
}
	
H2 { 
	color:#000000;
}

H3{

}

HR { 
	margin:0px; 
	padding:0px; 
	border:0px;
	height:1px; 
	background-color: #cccccc; 
}

INPUT, SELECT { 
	vertical-align:middle; 
	border: 1px solid #cccccc; 
	background-color: #FFFFFF; 
	color: #000000; 
	padding:6px;
}

TEXTAREA { 
	border: 1px solid #cccccc; 
	background-color: #FFFFFF; 
	color: #000000; 
	padding:6px;	
}

INPUT:focus, INPUT:active, TEXTAREA:focus, TEXTAREA:active, SELECT:focus, SELECT:active {
	border:1px solid #666666;
}

INPUT[type="submit"],
INPUT[type="submit"]:hover,
.btn-primary,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary{ 
	cursor:pointer; 
	vertical-align:middle; 
	margin-bottom: 2px;
	margin-top: 2px; 
	border: 0px none;
	background: #275899; 
	border: 1px solid #275899; 	
	color: #ffffff; 
	padding:6px;	
	transition: all 0.2s ease-in-out;		
}

.bootstrap-select{
	width:100%;
}

INPUT[type="checkbox"].styled, INPUT[type="radio"].styled {
	margin:0px;
	margin-right:10px;
	border: 1px solid #275899; 
	width:15px;
	height:15px;	
   outline:0px none;
	padding:1px;
}

LABEL{
	font-weight:normal;
}

A { 
	color: #275899; 
	text-decoration: none; 
	transition: all 0.2s ease-in-out;		
}

A:hover { 
	color: #498bf9; 
	text-decoration: none; 
}

#menu1, #menu1 * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 898;	
}

#g_menu{
	max-width:100%;
	margin:auto;
}

#menu1 {
	display:block;
	margin:0px;
	padding:0px;
}

#menu1 LI {
	position: relative;
	white-space: nowrap;
}

#menu1 UL LI {
	width:260px;
	white-space: normal;
	text-align:left;
}

#menu1 UL {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	display: block;
	transition: all 0.2s ease-in-out;	
	-webkit-box-shadow: 3px 3px 14px rgba(0,0,0,.1);
	box-shadow: 3px 3px 14px rgba(0,0,0,.1);		
}

#menu1 > LI {
	float: left;
}

#menu1 UL UL {
	top: 0;
	left: 100%;
}

#menu1 LI:hover > UL,
#menu1 LI.sfHover > UL {
	display: block;
	opacity: 1;
	z-index:99;
	visibility: visible;	
}

#menu1 A {
	display: block;
	position: relative;
	text-decoration: none;	
}

#menu1 A.item1 {
	color:#ffffff;
	padding-left:30px;
	padding-right:30px;
	height:40px;
	line-height:40px;
	font-size:16px;
	text-transform:uppercase;	
	transition: all 0.2s ease-in-out;	
}

#menu1 .sub A.item1::before {
    content: url("../img/ar_down.svg");
    width: 10px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

#menu1 LI:last-child A.item1 {
	border-right:0px none;	
}

#menu1 A.item1:hover,
#menu1 LI:hover A.item1{
	color:#dfb150;
}

#menu1 A.item2 {
	color:#000000;
	background:#ffffff;
	font-weight:normal;
	font-size:14px;
	text-align:left;	
	padding:10px;	
	border-top:0px none;	
	transition: all 0.2s ease-in-out;	
}

#menu1 A.item2:hover {
    background-color: #eee;
    color: #000;
	transition:none;
}


#menu1 A.item2 {
    background: none;
}

#menu1 UL.section {
    background-color: #fff;
    box-shadow: 3px 3px 14px rgba(0, 0, 0, .5);

}

#mobnav-btn {
	display: none;
	font-weight: normal;
	background:#0b346a;
	color: white;
	padding: 10px;
	text-align:left;
	cursor: pointer;	 
	font-size:18px;
	overflow-y:auto;
}

#mobnav-bt:hover {
	opacity:0.8
}

#mobnav-btn DIV{
	float:left;
	width: 22px;
	margin-top:3px;
}

#mobnav-btn SPAN{
	background-color: #ffffff;
	display: block;
	height: 2px;
	line-height: 2px;
	margin-top: 4px;
}

#mobnav-btn SPAN:first-child{
	margin-top: 0px;
}

#d_menu{
	clear:both;
	background:#f1f1f1;
}

#d_menu UL{
	list-style-type:none;
	display:table;
	padding:0px;
	margin:auto;	
}

#d_menu LI{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	float:left;
}

#d_menu A{
	display:block;
	height:40px;
	line-height:40px;
	padding-left:20px;
	padding-right:20px;
	font-size:14px;
	color:#424242;
}

#d_menu A:hover{
	color:#000000;
}

#top{
	background-color:#666666;
	min-height:100px;
}

#top0{
	position: absolute;
	z-index:2;
	width:100%;
	top:0px;
	left:0px;
}

#top1{
	padding-top:36px;	
	width:1400px;
	max-width:98%;
	margin:auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;     
	margin:auto;
	-webkit-flex-wrap: nowrap;	
	flex-wrap: nowrap;	
	-webkit-justify-content:space-between;	
	justify-content:space-between;		
}

#top1_1{
	padding-bottom:10px;	
}

#top1_2{
	padding-bottom:10px;
	padding-top:33px;
}

#top1_3{
	padding-top:38px;
}

#top2{
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:160px;
	padding-bottom:100px;
	text-align:center;
	color:#ffffff;
	font-size:24px;
	border-bottom:3px solid #dfb150;
}

#top20{
	padding-top:170px;
	width:1200px;
	max-width:98%;
	margin:auto;
	font-size:24px;
}

#top2 .name{
	font-size:50px;
	line-height:1.2;
	padding-bottom:20px;
}

#top2 .contactme{
	clear:both;
	width:630px;
	max-width:100%;
	margin:auto;
	background:#232f3b;
	margin-top:30px;
}

#top2 .call{
	background:#ecc66e;
	font-size:18px;
	color:#ffffff;
	padding:10px;
	text-transform:uppercase;
}

#top2 .tel{
	color:#ecc66e;	
}

#top2 .tel A{
	color:#ecc66e;
	font-size:40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;     
	margin:auto;
	-webkit-flex-wrap: nowrap;	
	flex-wrap: nowrap;	
	-webkit-justify-content:center;	
	justify-content:center;		
	padding:15px;
}

#top2 .tel A::before{
	content:'\EA82';
	font-family:icomoon;
	font-size:36px;
	padding-right:20px;
	display:block;
}

MAIN{
	clear:both;
}

#maincontent2{
	width:1200px;
	max-width:98%;
	margin:auto;
	text-align:left;
	background:#ffffff;
}

#maincontent3{
	padding-top:70px;
	padding-bottom:70px;
}

#foot{
	clear:both;
	padding-top:100px;
	overflow-y:auto;
}

#foot0{
	width:1400px;
	max-width:98%;
	margin:auto;
	font-size:15px;
	color:#8e8e8e;
	text-transform:uppercase;
}

#foot0 A{
	color:#8e8e8e;
}

#foot0 A:hover{
	color:#000000;
}

#foot1{
	float:left;
	text-align:left;
	padding-bottom:15px;		
}

#foot2{
	float:right;
	text-align:right;
	padding-bottom:15px;	
}

#l_menu{
	clear:both;
}

#l_menu .l_item1{
	color:#ffffff;
	background:#00bac2;
	display:block;
	padding:8px;
	border-bottom:1px solid #ffffff;
	font-size:16px;
}

#l_menu .l_item1:hover, #l_menu .l_item1.active{
	opacity:0.8;
}

#l_menu .l_item2{
	color:#000000;
	background:#b3ebed;
	display:block;
	padding:8px;
	border-bottom:1px solid #ffffff;
	font-size:15px;
	padding-left:20px;
}

#l_menu .l_item2:hover, #l_menu .l_item2.active{
	opacity:0.8;
}

#lang_menu{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;	
}

#lang_menu LI{
	display:block;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	margin:0px;	
}

/* slider examle */

#slider{
	top:0px;
	left:0px;
	width:100%;
	overflow:hidden;
	position:relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;     
	margin:auto;
	-webkit-flex-wrap: wrap;	
	flex-wrap: wrap;	
	-webkit-justify-content:center;	
	justify-content:center;	
	background:#666666;	
}

#slider_img{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width:100%;
	height:480px;
	overflow:hidden;
}

.slider_el{
	width:100%;
	height:480px;
	overflow:hidden;
	background-position:top left;
	background-repeat:no-repeat;
}

#slider_naw{
	position:absolute;
	z-index:3;
	top:10px;
	right:10px;
	overflow:hidden;
}

#naw{
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;
}

#naw LI{
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
	padding-left:10px;
	float:left;
}

#naw LI A{
	display:block;
	float:left;
	width:17px;
	height:17px;
	overflow:hidden;
	background:url('../img/zm1.png') left top no-repeat;
}

#naw LI A.activeSlide, #naw LI.activeSlide A {
	background-image:url('../img/zm2.png');
}

.nav-tabs {
	margin-bottom:15px;
}

#contactp{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;     
	margin:auto;
	-webkit-flex-wrap: wrap;	
	flex-wrap: wrap;	
	-webkit-justify-content:space-between;	
	justify-content:space-between;		
	width:1200px;
	max-width:100%;
	padding-top:100px;
	font-size:20px;
}

#contactp A{
	color:#000000;
}

#contactp1{
	width:50%;
	padding-right:70px;
}

#contactp2{
	width:50%;
}

#contactp2 IFRAME{
	display:block;
	width:100%;
	height:400px;
	border:0px none;
}

#atuty{
	clear:both;
	background-color:#666666;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#ffffff;
	min-height:585px;
	padding-top:100px;
	padding-bottom:100px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;   	
	align-self:center;
	vertical-align:center;
	align-items:center;	
	-webkit-justify-content:center;	
	justify-content:center;		
	border-bottom:3px solid #dfb150;		
	
}


#atuty UL{
	list-style-type:none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;     
	margin:auto;
	-webkit-flex-wrap: wrap;	
	flex-wrap: wrap;	
	-webkit-justify-content:space-between;	
	justify-content:space-between;	
	padding:0px;
	margin:0px;		
	width:1400px;	
	max-width:100%;
	clear:both;	
	vertical-align:center;
	
}

#atuty UL LI{
	display:block;
	width: 25%;
	padding:30px;	
	margin:0px;
	text-align:center;
	font-size:20px;
}

#atuty IMG{
	margin:auto;
	margin-bottom:20px;
}

#about{
	clear:both;
	background:#f5f5f5;
	padding-top:100px;
	padding-bottom:80px;
}

#about0{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;     
	margin:auto;
	-webkit-flex-wrap: wrap;	
	flex-wrap: wrap;	
	-webkit-justify-content:space-between;	
	justify-content:space-between;	
	padding:0px;
	width:1200px;	
	max-width:100%;
	
}

#about1{
	width:40%;
	padding-right:40px;
	text-align:center;
}

#about1 IMG{
	border-bottom:3px solid #dfb150;
}

#about2{
	width:60%;
}

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

	.form-horizontal .form-group {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	#facebook_pan {
	    background:#3b5998;
	    float: none;
	    padding: 0;
	    position: static;
	    right: auto;
	    top: auto;
	    width: 100%;
	    z-index: 1;
	}	
	
	#facebook_pan2 {
	    margin-left: 0px;
		 overflow:hidden;
	}	

	#menu1 A.item1 {
		padding-left:12px;
		padding-right:12px;
		font-size:15px;
	}	

	#g_menu, #menu1{
		overflow-y:auto;
		width:100%;
		display:block;
	}

	#mobnav-btn {
		display: block;
		clear:both;
	}

	#menu1 {
		width: 100% !important;
		display: none;
	}
	
	.xactive #menu1 {
		display: block!important;
	}	
	
	#menu1{
		float:none;
		text-align:left;
		width:100%;
	}
		
	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
		background:#ffffff;
	}	
	
	#menu1 UL {
		position: static !important;
		display: none !important;
		width:100%;
	}	
	
	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}		
	
	#top1_1, #top1_2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}		
	
	#foot1, #foot2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;		
	}	

}

@media only screen and (max-width: 768px) and (min-width: 481px) {

	.form-horizontal .form-group {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	#facebook_pan {
	    background:#3b5998;
	    float: none;
	    padding: 0;
	    position: static;
	    right: auto;
	    top: auto;
	    width: 100%;
	    z-index: 1;
	}	
	
	#facebook_pan2 {
	    margin-left: 0px;
		 overflow:hidden;
	}	

	#menu1 A.item1 {
		padding-left:12px;
		padding-right:12px;
		font-size:15px;
	}	

	#g_menu, #menu1{
		overflow-y:auto;
		width:100%;
		display:block;
	}

	#mobnav-btn {
		display: block;
		clear:both;
	}

	#menu1 {
		width: 100% !important;
		display: none;
	}
	
	.xactive #menu1 {
		display: block!important;
	}	
	
	#menu1{
		float:none;
		text-align:left;
		width:100%;
	}
		
	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
		background:#ffffff;
	}	
	
	#menu1 UL {
		position: static !important;
		display: none !important;
		width:100%;
	}	
	
	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}		
	
	#top1_1, #top1_2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}		
	
	#foot1, #foot2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;		
	}	

}

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


}

@media print {

	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}
	
	DIV{
		max-width:100%;
	}	

}