/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import url(https://fonts.googleapis.com/css?family=Dosis:500);

html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color:#5f5f4d;
	position:relative;
	min-width:1000px;
	height: 100%;
	min-height: 100%;
	background: url(../images/bg_body.png) center 0 repeat-x #9fa6b0;
}

html, body {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #484839;
}

h1, h2 {
	font-size: 30px;
	line-height: 30px;
	padding-top: 34px;
	margin-bottom: 32px;
}

h3 {
	font-size: 24px;
	line-height: 18px;
	margin-bottom: 32px;
}

h4 {font-size:20px;line-height:18px;margin-bottom:10px;}
h5 {font-size:16px;line-height:18px;margin-bottom:10px;}

p {
	margin-bottom: 20px;
}


img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	margin-top: -10px;
}

ul.list.l1 {
	margin-top: 0px;
	padding-top: 9px;
	margin-bottom: 27px;
}

ul.list.l2 {
	margin-top: -1px;
}

ul.list.l3 {
	margin-top: -2px;
	margin-bottom: 13px;
}

ul.list li {
	line-height: 40px;
	padding-left: 40px;
	text-transform: uppercase;
	background: url(../images/marker.png) 0 7px no-repeat;
}

ul.list1 li:first-child {
	margin-bottom: 19px;
}

ul.list1 li {
	margin-bottom: 19px;
}

ul.list1 .extra_wrapper {
	padding-top: 1px;
}

ul.list1 .date {
	float: left;
	font-weight: bold;
	margin-right: 4px;
}

ul.list2 {margin:0 0 0 15px;list-style:circle;}

.page1_block ul.list1 a:hover {color:#bbb;}

ul.socials {
	margin-top: -10px;
}

ul.socials li {
	padding-left: 50px;
	position: relative;
}

ul.socials a {
	line-height: 40px;
}

ul.socials a:after {
	content: '';
	display: block;
	width: 32px;
	left: 0px;
	top: 4px;
	height: 32px;
	position: absolute;
	background: url(../images/socials.png) 0 0px no-repeat;
}

ul.socials li.tw a:after {
	background-position: 0 -40px;
}


ul.socials li.gp a:after {
	background-position: 0 -80px;
}

ul.socials li.yt a:after {
	background-position: 0 -160px;
}

ul.socials li.in a:after {
	background-position: 0 -200px;
}


/*links*/
a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #f3f00d;
}

.btn {
	background: url(../images/btn_bg.png) repeat-x #f7f7f7;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	color: #555;
	line-height: 12px;
	padding: 12px 24px 14px;
	border-radius: 5px;
	margin-top: 24px;
  cursor:pointer;
}
.btn:hover {
	background: #f3f00d;
	color: #111;
	border-color: #999;
}

a.delete {
  display:inline-block;
  padding:5px 13px;
  background: #a90329; /* Old browsers */
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
  background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
  border-radius:15px;
  color:#fff;
}
a.delete:hover {color:#f3f00d;}

a.yell {
	background: #f3f00d;
		display: block;
	padding: 9px 20px 11px;
}

a.yell:hover {
	background: #fff;
	color: inherit;

}

a.btn.btn1 {
	margin-top: 14px;
}


/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.mg5 {margin-bottom:25px;}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0;
}

.pt5 {padding-top:25px;}

.pad1 {
	padding-right: 30px;
}

.pad2 {
	padding-right: 60px;
}

.pad3 {
	padding-right: 20px;
}

.img_inner {
	margin-top: 5px;
	max-width: 100%;
	margin-bottom: 25px;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.hor_separator {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 40px;
	margin-bottom: 11px;
}

.hor_separator.hor1 {
	padding-top: 36px;
}


time {
	display: inline-block;
	color: #8e8d72;
	background: #f3f00d;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	min-width: 50px;
	margin-bottom: 5px;
}
/*header*/

.main {
	width: 1000px;
	margin: 0 auto;
}

header {
  position:relative;
	display: block;
	padding-top: 34px;
	padding-bottom: 19px;
}

header #logo {
	float:left;
  color:#fff;
  font-family:"Dosis",sans-serif;
  font-size:16px;
}
header #logo a {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 63px;
	text-indent: -999px;
}

header #logo a img {
	display: block;	
}

.ue-logos {background:#fff;text-align:center;}
#lang {position:absolute;top:5px;right:0;}
#users-links {position:absolute;top:15px;right:120px;line-height:28px;color:#fff;}
#users-links .btn {margin:0;padding:7px 10px;}

.page1_block {
	background: url(../images/page1_block_bg.png) 0 bottom repeat-x #f7f310;
}

.page1_block>div {
	background: url(../images/banner_separator.png) 0 0 repeat-y;
}

.banner {
	text-align: center;
	padding: 120px 30px 35px;
}

.banner p {
	margin-bottom: 0;
}


.banner.ic1 {
	background: url(../images/icon1.png) center 40px no-repeat;
}

.banner.ic2 {
	background: url(../images/icon2.png) center 40px no-repeat;
}

.banner.ic3 {
	background: url(../images/icon3.png) center 40px no-repeat;
}

.banner.ic4 {
	background: url(../images/icon4.png) center 40px no-repeat;
}


/*Content*/


.content {
	background: #fff;
	padding-bottom: 39px;
	padding-top: 11px;
}

.content.page1 {
	padding-top: 0;
	padding-bottom: 40px;
}

.content.page1 img.img_inner {
	margin-top: 1px;
	margin-bottom: 0;
}

.content.page1 h3  {
  margin-top:33px;
	margin-bottom:33px;
}

.block1 {
	padding-top: 5px;
	margin-bottom: 20px;
}

.bottom_block {
	color: #fff;
	padding-bottom: 29px;
	padding-top: 41px;
	background: url(../images/b_block_bg.png) center 0 no-repeat #878e98;
}
.bottom_block h4 {margin-bottom:30px;}

blockquote div {
	color: #46494d;
	font-weight: bold;
	margin-right: -30px;
	padding-top: 20px;
}

.bottom_block img {
	margin-top: 4px;
}

.tweet a {
	color: #f3f00d;
}

.tweet a:hover {
	color: #fff !important;
}

.tweet .tweet_time {
	display: block;
}

.tweet .tweet_time a {
	color: #46494d;
	font-size: 11px;

}

.tweet_list li:first-child {
	margin-top: 0;
}
.tweet_list li {
	margin-top: 20px;
}


.block1 {
	overflow: hidden;
	margin-bottom: 15px;
}

.block1 img.img_inner.fleft{
	margin-right: 15px;

}

.block1 a {
	position: relative;
	top: -4px;
}

.block2 {
	padding-top: 2px;
}

.block2 img.img_inner.fleft {
	margin-top: 4px;
}

.signature {
	text-align: right;
	margin-top: 6px;
	padding-top: 31px;
	background: url(../images/signature.png) right 0 no-repeat;
}

.services .clear {
	height: 31px;
}

.block3 {
	padding-top: 1px;
}

.block3 img.img_inner.fleft {
	margin-top: 4px;
}

.padd-top {padding-top:30px;}
/****Map***/

.map {
	padding-top: 5px;
}

.map figure {

		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 25px;
 display: block;
}
.map figure iframe {
	width: 100%;
	height: 250px;
	max-width: 100%
}

.map p {
	display: block;
	padding-bottom: 10px;
}

address dd span {
	min-width: 84px;
	display: inline-block;
}

address dt p {
	margin-bottom: 10px;
}
/************Footer***********/

footer {
	display: block;
	padding-bottom:25px;
	color: #c8cdd5;
	text-align: right;
	text-transform: uppercase;
	background: #878e98;
	font-size: 11px;	
}

footer span {
	color: #f3f00d;
	display: inline-block;
	margin:  0 5px;
}

footer>div>div {
	padding-top: 21px;

}
footer.page1>div>div{border-top: 1px solid #9fa5ad;
	padding-top: 20px;
}

@media only screen and (max-width: 1366px) {
	* {
		-webkit-text-size-adjust: none;
	}
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}

header {
	width: 768px;
	margin: 0 auto;
}

blockquote div {
	margin-right: 0;
}

.main {
	width: auto;
	margin: 0;
}

.slider_wrapper {
	width: 768px;
	height: 307px !important;
}


 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}

.extra_wrapper {
	overflow: visible ;
}


.pad1, .pad2, .pad3 {
	padding: 0;
}

.page1_block > div {
	background: none;
}

.banner {
	padding-left: 0;
	padding-right: 0;
}

}
@media only screen and (max-width: 767px) {
  body {
  min-width:420px;
  }

  .services .clear {
    height: 0px;
  }

  .services img.img_inner {
    margin-top: 31px !important;
  }

  .bottom_block {
    padding-top: 0;
  }

  .bottom_block h4 {
    padding-top: 30px;
  }

  header {
    width: 420px;
  }

  img.img_inner.noresize {
    width: auto !important;
    float: left !important;
    margin-right: 20px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  header #logo {
    margin-bottom: 20px;
  }

  .slider_wrapper {
    height: 168px !important;
    width: 420px;
  }

  .img_inner {
    width: 100%;
  }
  
  .img_inner.fleft {
    float: none;
    margin-top: 20px !important;
  }

  .img_inner {
   float: none !important;
  margin-right: 0 !important;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
  }

  .img_inner.mb0 {
    margin-bottom: 0 !important;
  }

  header #logo {
    float: none;
    position: relative;	
    padding-top: 10px;
    text-align:center;
  }

  header #logo a {
    margin: 0 auto;
    height: auto;
  }

  header #logo a img {
    width: 100%;
  }
  .map figure iframe {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
 
  body {
  min-width:300px;
  }

  .slider_wrapper {
    height: 120px !important;
    width: 300px;
  }


   .map figure iframe {
    width: 100%;
    height: 150px;
  }

  header {
    width: 300px;
    padding-top: 90px;
  }
  #users-links {top:60px;right:0;}

  footer {
    font-size: 10px;
  }
}

/****Form****/

#form {
	padding-top: 5px;
}

#form input {
	border: none;
	font-size:12px;
	background: #f1f1f1;
	color:#5f5f4d;
	line-height: 18px;
	padding: 8px 14px 8px;
	outline: medium none;
	width: 100%;
	height: 40px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

#form textarea {
	border: none;
	background: #f1f1f1;
	font-size:12px;
	color:#5f5f4d;
	height: 230px;
	outline: medium none;
	overflow: auto;
	padding: 12px 14px 8px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	
}
#form label {
	position:relative;
	display: block;
	min-height: 50px;
	width: 351px;
	float: left;
	clear: left;
}


#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 12px;
	float:left;
}



#form.contact .error, #form.contact .empty {
	top: 7px;
}

#form .error-empty {
	display:none;
	float:left;
}

.btns {
	position:relative;
	overflow:hidden;
	padding-top: 20px;
	text-align: right;
	padding-bottom: 1px;

}


.btns a.btn {
	margin: 0 0 0 19px !important;
	cursor: pointer;
}

#form .message {
	width: 100%;
}


.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	border: none;
	display: none;
	position: absolute;
	width: 351px;
	background: #f1f1f1;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

.success_wrapper {
	position: relative;	
}

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

#form {
	padding-top: 0;	
}


#form label {
	float: none !important;	
	width: 100%;
}

#form label.message {
	width: 100% !important;
}

#form .success {
	width: 100%;
}

.btns {
	padding-right: 0;
}


}

@media only screen and (max-width: 767px) {
  .map {
	margin-bottom: 25px;
}
  .btns {
		padding-bottom: 0;  
  }
  
  #form textarea {
		height: 300px !important;  
  }
  
}
@media only screen and (max-width: 479px) {
  #form textarea {
		height: 200px !important;  
  }
}

#form1.users {}
#form1.users label {position:relative;z-index:10;}
#form1.users label .label-name {width:160px;}
#form1.users select {position:relative;z-index:1000;width:234px;}

.block {overflow:hidden;margin:0 0 10px;}
.block .label {float:left;width:150px;margin:0 10px 0 0;}

.camera_caption > div {line-height:30px;position:relative;}
.camera_caption > div .btn {padding:7px 10px;margin:0;position: absolute;top:11px;right:20px;}

.article-block {margin:0 0 20px;padding:20px;border-radius: 5px;border:1px solid;border-color:#ccc;}
.article-block .item {margin:0 0 5px;padding:0 0 5px;border-bottom: 1px solid #ccc;}
.article-block .item.last {border-bottom:0;margin:0;padding:0;}
.article-block .item .item-name {display:inline-block;width:130px;font-weight:bold;}
.article-block .item .item-value {display:inline-block;width:765px;}
.article-block .item .btn {padding:7px 10px;margin:0 0 2px;}
@media only screen and (max-width: 767px) {
  .article-block .item .item-value{width:auto;}
}

.volume-block {display:inline-block;margin:20px 3%;padding:3%;border-radius: 5px;border:1px solid;border-color:#f0f0f0 #f1f1f1 #dadada;width:20%;}
.volume-block ul {padding:0 0 0 15px;list-style:circle;}

.search-form {margin:30px 0;}
.search-form .btn {margin:0;padding:12px 24px;}
.search-form input[type="text"] {
	border: none;
	font-size:12px;
	background: #f1f1f1;
	color:#5f5f4d;
	line-height: 18px;
	padding:8px 14px 8px;
	outline:none;
	width:250px;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

.pdf, .doc {display:inline-block;padding:0 0 0 20px;}
.pdf {background:url(../images/icon-pdf.png) no-repeat 0 0/16px 16px;}
.doc {background:url(../images/icon-doc.png) no-repeat 0 0/16px 16px;}

.pager a {
    background: url(../images/btn_bg.png) repeat-x #f7f7f7;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    color: #555;
    line-height: 12px;
    padding: 7px 10px;
    border-radius: 5px;
    margin: 0 2px 0 0;
    cursor: pointer;
}
.pager a:hover, .pager a.pager_current {
	background: #f3f00d;
	color: #111;
	border-color: #999;
}