/* normalize some selectors */
* {
	text-decoration: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

img {
	border: none;
	max-width: 100%;
}

textarea {
	resize: none;
}

/* global configs */
.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

div.half {
	width: 50%;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.hide,
.mobile-only {
	display: none;
}

.dekstop-only {
	display: block;
}

#responsive {
	position: relative;
	z-index: 1;
}

/* end global */

@font-face {
	font-family: "open_sansregular";
	src: url("/fonts/OpenSans-Regular-webfont.eot");
	src: url("/fonts/OpenSans-Regular-webfont.eot?#iefix")
			format("embedded-opentype"),
		url("/fonts/OpenSans-Regular-webfont.woff") format("woff"),
		url("/fonts/OpenSans-Regular-webfont.ttf") format("truetype"),
		url("/fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "open_sansbold";
	src: url("/fonts/OpenSans-Bold-webfont.eot");
	src: url("/fonts/OpenSans-Bold-webfont.eot?#iefix")
			format("embedded-opentype"),
		url("/fonts/OpenSans-Bold-webfont.woff") format("woff"),
		url("/fonts/OpenSans-Bold-webfont.ttf") format("truetype"),
		url("/fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "robotomedium";
	src: url("/fonts/Roboto-Medium-webfont.eot");
	src: url("/fonts/Roboto-Medium-webfont.eot?#iefix")
			format("embedded-opentype"),
		url("/fonts/Roboto-Medium-webfont.woff") format("woff"),
		url("/fonts/Roboto-Medium-webfont.ttf") format("truetype"),
		url("/fonts/Roboto-Medium-webfont.svg#robotomedium") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "robotobold";
	src: url("/fonts/Roboto-Bold-webfont.eot");
	src: url("/fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Roboto-Bold-webfont.woff") format("woff"),
		url("/fonts/Roboto-Bold-webfont.ttf") format("truetype"),
		url("/fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
	font-weight: normal;
	font-style: normal;
}

html,
body {
	height: 100%;
	background-color: #dadada;
	font-family: "open_sansregular";
	font-size: 14px;
	color: #5b5b5b;
}

p,
textarea,
input,
li {
	font-family: "open_sansregular";
	color: #5b5b5b;
	font-size: 14px;
	line-height: 1.375em;
}

.interactive {
	cursor: pointer;
	transition: opacity 400ms ease-out;
}

.interactive:hover {
	opacity: 0.6;
}

.inline-container {
	font-size: 0;
}

.col2,
.col3,
.col4,
.col3_2,
.col3_1 {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0;
}

.col3 {
	width: 33.3%;
}

.col4 {
	width: 25%;
}

.col3_2 {
	width: 66.6%;
}

.col3_1 {
	width: 33.3%;
}

.bold {
	font-family: "open_sansbold";
}

.center-contents,
.no-center-mobile {
	width: 1024px;
	margin: 0px auto;
	position: relative;
}

.text-white {
	color: #ffffff;
}

.text-black {
	color: #000000;
}

.sprite {
	/*background-image: url('/images/sprites.png');	*/
}

#site {
	position: relative;
	min-width: 1024px;
	min-height: 100%;
	padding-top: 143px;
}

#header {
	position: relative;
	background-color: #5b5b5b;
	height: 143px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.header-top {
	height: 138px;
}

.header-secondary-menu {
	position: absolute;
	top: -80px;
	right: -25px;
	font-size: 10px;
}

.header-secondary-item {
	padding-left: 35px;
	color: #ffffff;
	text-transform: uppercase;
}

.header-say-hello {
	font-size: 10px;
	color: #ffffff;
	margin-left: 80px;
	padding-right: 28px;
	background-image: url("/images/icon_contacts.png");
	background-repeat: no-repeat;
	background-position: 100% 1px;
}

.menu-line-position {
	height: 5px;
	background: #aeaeae;
	position: relative;
	z-index: 90;
}

.menu-line-position-fill {
	height: 5px;
	background: #a8151a;
	width: 0;
	transition: all 300ms ease;
}

#menu-mobile-icon {
	display: none;
}

#logotype {
	position: absolute;
	top: 18px;
	left: 0;
	width: 230px;
	height: 94px;
	/*background-image: url('/images/logotype.jpg');	*/
}

#menu {
	font-size: 0;
	position: absolute;
	top: 95px;
	right: 30px;
	width: 730px;
	z-index: 10000;
	padding-right: 70px;
	text-align: right;
}

.menu-item {
	display: inline-block;
	height: 25px;
	z-index: 100;
	position: relative;
	cursor: pointer;
}

.menu-item.selected {
	z-index: 99;
}

.menu-item .title {
	color: #ffffff;
	padding: 0px 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "robotomedium";
	position: relative;
}

.menu-item .title:hover,
.menu-item.selected .title {
	text-decoration: underline;
}

.menu-item .title:after {
	content: "/";
	position: absolute;
	top: 0;
	right: 0;
}

.menu-item:nth-last-child(4) .title:after {
	display: none;
}

.menu-item .submenu {
	display: none;
	position: fixed;
	top: 113px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 68px;
}

.submenu-wrap1 {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 37px;
	padding-top: 7px;
	background: #808285;
}

.menu-item .submenu a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	padding: 0 15px;
	font-family: "robotomedium";
	transition: color 300ms ease;
}

.menu-item .submenu a:hover,
.menu-item .submenu a.selected {
	color: #434343;
}

.menu-item.selected .submenu {
	z-index: 99;
}

@media screen and (min-width: 1000px) {
	.menu-item:hover .submenu,
	.menu-item.selected .submenu {
		display: block;
	}
}

.submenu-wrap {
	width: 1010px;
	margin: auto;
	padding-left: 220px;
}

.submenu-container {
	height: 37px;
	background: #808285;
	display: none;
}

#search_tf {
	height: 40px;
	font-size: 30px;
	line-height: 40px;
	color: #dddddd;
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -150px;
	background: transparent;
	border: none;
	border-bottom: solid 1px #dddddd;
}

.search-box {
	position: fixed;
	z-index: 20000;
	width: 0px;
	height: 0px;
	background: rgba(0, 0, 0, 0.8);
	top: 50%;
	left: 50%;
	transition: all 400ms ease;
	overflow: hidden;
}

.search-box.open {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.search-button {
	width: 22px;
	height: 22px;
	background: url("/images/search.png") 0 0 no-repeat;
	position: absolute;
	right: -30px;
	top: -3px;
	cursor: pointer;
}

.search-list {
	margin: 20px 0;
}

.search-item {
	margin: 10px 0 18px 0;
}

.search-item-title {
	font-size: 15px;
	font-family: "robotomedium";
}

.search-item-text a,
.search-item-link {
	color: #df4101;
}

#langs {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}

.lang-item {
	display: inline-block;
	margin-right: 7px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
}

.lang-item.selected {
	text-decoration: none;
	opacity: 0.8;
	cursor: default;
}

#contents {
}

#page-home {
	background: #808080;
}

.page {
	padding-top: 37px;
	padding-bottom: 80px;
	/* this brings more perfomance and better engine rending, use it in a container that don't have any fixed element, use only on mobile enabled websites */
	/*    
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    */
}

div.long-text li {
	margin-left: 20px;
}

.long-text p,
.short-text p,
.short-text,
.long-text,
.long-text li {
	font-size: 12px;
	/* text configuration for "+" */
}

.long-text a,
.list-item-text a {
	text-decoration: underline;
	color: inherit;
}

#networks {
	padding: 4px;
}

#footer {
	padding: 25px 0 10px 0;
	background: #808080;
	color: #ffffff;
}

#footer .translate {
	position: absolute;
	top: 0;
	right: 0;
}

#footer .logotype {
	width: 212px;
	height: 88px;
	display: block;
	/*background: url('/images/footer-logo.jpg');*/
	margin-bottom: 16px;
}

.footer-address {
	min-height: 100px;
	margin-bottom: 45px;
}

.footer-address p,
.footer-address a {
	font-size: 11px;
	color: #ffffff;
}

.footer-partners-img {
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
}

.footer-partners {
	text-align: right;
}

.credits {
	color: #ffffff;
	font-size: 12px;
	margin-top: 35px;
}

.social-video {
	max-width: 700px;
	height: 400px;
	margin: 10px 0;
}

/* home */
#mainhighlight {
	width: 100%;
	height: 430px;
	border-bottom: solid 16px #808080;
	position: relative;
	z-index: 100;
}
/*
.slide-item-detail, #mainhighlight .bullets, #mainhighlight .nav {
	display: none;	
}
*/

#mainhighlight .nav {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 42px;
	width: 100%;
}

#mainhighlight .item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.item-wrap {
	height: 100%;
}

.nav-wrap {
	position: relative;
}

.slide-number {
	position: absolute;
	left: 55px;
	bottom: 0;
	height: 42px;
	line-height: 42px;
	width: 30px;
	text-align: center;
	z-index: 1000;
	color: #333;
}

.slide-itemtitle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 690px;
	height: 42px;
	background: #ffffff;
	line-height: 42px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-box-shadow: 0px -8px 10px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px -8px 10px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px -8px 10px 0px rgba(50, 50, 50, 0.35);
}

.slide-left,
.slide-right,
.slide-numbers {
	width: 42px;
	height: 42px;
	margin-right: 3px;
	background-color: #ffffff;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
}

.slide-left {
	background-image: url("/images/arrow_left.jpg");
	cursor: pointer;
}

.slide-right {
	background-image: url("/images/arrow_right.jpg");
	cursor: pointer;
}

.home-news {
	min-height: 394px;
	background: #ffffff;
}

.home-news-container {
	height: 100%;
}

.home-news-col {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #ffffff;
	height: 100%;
}

.networks {
	position: absolute;
	top: 7px;
	right: 10px;
}

.networks a {
	display: inline-block;
	margin-left: 8px;
}

.home-networks-col .title {
	font-size: 14px;
	margin-bottom: 20px;
	font-family: "open_sansbold";
}

.fb,
.twitter {
	height: 35px;
	color: #ffffff;
	font-family: "open_sansbold";
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	padding-left: 40px;
	padding-top: 6px;
}

.fb {
	background: url("/images/fb.jpg") 0 0 no-repeat;
}

.twitter {
	background: url("/images/twitter.jpg") 0 0 no-repeat;
}

.home-all-news {
	height: 36px;
	background: #a81318;
	color: #ffffff;
	padding-left: 20px;
	line-height: 36px;
	font-size: 12px;
	position: relative;
}

.home-all-news:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #a81318 transparent;
	content: "";
	position: absolute;
	top: -8px;
	left: 15px;
}

.home-news-item {
	margin: 25px 0;
	position: relative;
}

.home-news-item .more {
	font-size: 12px;
	color: #000;
}

.home-news-img,
.home-news-text {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.home-news-img {
	width: 45%;
	height: 142px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.home-news-text {
	width: 55%;
	padding: 0 10px;
}

.home-news-img-over {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(
		left,
		rgba(229, 27, 30, 0.5) 0%,
		rgba(168, 19, 24, 1) 100%
	);
	background: -webkit-linear-gradient(
		left,
		rgba(229, 27, 30, 0.5) 0%,
		rgba(168, 19, 24, 1) 100%
	);
	background: linear-gradient(
		to right,
		rgba(229, 27, 30, 0.5) 0%,
		rgba(168, 19, 24, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80e51b1e', endColorstr='#a81318',GradientType=1 );
	opacity: 0;
	transition: opacity 500ms ease;
}

.home-news-img-over:hover {
	opacity: 0.4;
}

.home-news-date {
	color: #a81318;
	font-size: 12px;
	font-family: "open_sansbold";
	margin-bottom: 4px;
}

.see-all-news {
	background: #a81318;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	padding-left: 15px;
	display: block;
	font-family: "open_sansbold";
	font-size: 12px;
	position: relative;
}

.see-all-news:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #a81318 transparent;
	content: "";
	position: absolute;
	top: -6px;
	left: 15px;
}

.home-news-title {
	font-family: "open_sansbold";
	font-size: 12px;
	line-height: 1.2em;
	color: #000000;
	margin-bottom: 8px;
}

.home-news-short-text,
.home-news-short-text p {
	color: #1a1a1a;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 14px;
}

.share-buttons {
	margin: 20px auto;
}

.share-buttons a {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.hh-item {
	padding-top: 30px;
	position: relative;
}

.hh-item:nth-child(odd) {
	padding-right: 2px;
}

.hh-item:nth-child(even) {
	padding-left: 2px;
}

.hh-item-img {
	width: 100%;
	height: auto;
}

.hh-item-image {
	position: relative;
}

.hh-item-title {
	color: #5c5c5c;
	font-size: 15px;
	font-family: "open_sansbold";
	padding: 10px 0 0 0;
}

.hh-item-short-text {
	font-size: 12px;
	margin-bottom: 15px;
	padding-right: 20px;
}

.see-more {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	padding-top: 0px;
	display: block;
}

.see-more.blue {
	background-color: #5ac0c6;
}

.home-footer {
	margin-top: 90px;
}

.hf-item {
	vertical-align: top;
	display: inline-block;
	width: 33.3%;
	padding: 25px;
	color: #ffffff;
	height: 112px;
	font-size: 20px;
	font-family: "robotobold";
}

.hf-item .subtitle {
	padding-top: 4px;
	font-size: 13px;
	font-family: "open_sansregular";
}

.hf-item.red {
	background: #c4161c;
	border-right: solid 2px #dadada;
}

.hf-item.yellow {
	background: #ffa90e;
	border-left: solid 3px #dadada;
	border-right: solid 3px #dadada;
}

.hf-item.gray {
	border-left: solid 2px #dadada;
	background: #5a5a5a;
}

/* detail template */
h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-family: "robotobold";
	font-size: 24px;
}

h1.text-title {
	margin-top: 30px;
}

h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-family: "open_sansregular";
	font-size: 14px;
}

.page-header-contacts {
	position: absolute;
	right: 0;
	width: 320px;
	top: -5px;
	background-image: url("/images/icon_contacts.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 20px;
}

.page-header-contacts,
.page-header-contacts p {
	font-size: 12px;
}

.page-header-contacts a {
	color: #ffffff;
}

.page .long-text {
	margin-top: 40px;
}

.image-left-float {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

.image-right-float {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}

.image-top {
	margin-bottom: 10px;
}

.image-bottom {
	margin-top: 10px;
}

.gallery {
	margin: 20px 0;
	font-size: 0;
}

.gallery-thumb {
	display: inline-block;
	max-width: 24%;
	margin-right: 1%;
	vertical-align: middle;
}

.documents {
	margin: 5px 0 0 0;
}

.documents.t1 {
	margin: 25px 0 0 0;
}

.documents .doc-item {
	color: #dadada;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 40px;
	display: inline-block;
	border-right: solid 3px #dadada;
	height: 28px;
	width: 33.3%;
	line-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 12px 3px;
	text-align: left;
	max-width: 170px;
}

.documents .doc-item:last-child {
	border-right: none;
}

.doc-item.email {
	background-image: url("/images/icon_email.png");
}

.doc-item.file {
	background-image: url("/images/icon_download.png");
}

.page-header {
	min-height: 112px;
	padding: 25px 0 5px 0;
	color: #ffffff;
}

.page-header p {
	color: #ffffff;
}

.page-header.red {
	background: #c5161c;
	background: -moz-linear-gradient(left, #c5161c 0%, #ee1c25 100%);
	background: -webkit-linear-gradient(left, #c5161c 0%, #ee1c25 100%);
	background: linear-gradient(to right, #c5161c 0%, #ee1c25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5161c', endColorstr='#ee1c25',GradientType=1 );
}

.page-header.orange {
	background: #ed1d25;
	background: -moz-linear-gradient(left, #ed1d25 0%, #eeae00 100%);
	background: -webkit-linear-gradient(left, #ed1d25 0%, #eeae00 100%);
	background: linear-gradient(to right, #ed1d25 0%, #eeae00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1d25', endColorstr='#eeae00',GradientType=1 );
}

.page-header.green {
	background: rgb(3, 160, 81);
	background: -moz-linear-gradient(
		left,
		rgba(3, 160, 81, 1) 0%,
		rgba(43, 172, 107, 1) 100%
	);
	background: -webkit-linear-gradient(
		left,
		rgba(3, 160, 81, 1) 0%,
		rgba(43, 172, 107, 1) 100%
	);
	background: linear-gradient(
		to right,
		rgba(3, 160, 81, 1) 0%,
		rgba(43, 172, 107, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a051', endColorstr='#2bac6b',GradientType=1 );
}

/* list elements */
.red {
	background-color: #c4161c;
}

.red2 {
	background-color: #ed1c24;
}

.orange {
	background-color: #e25000;
}

.orange2 {
	background-color: #ff8400;
}

.yellow {
	background-color: #eeae00;
}

.yellow2 {
	background-color: #ee9d00;
}

.yellow3 {
	background-color: #ffc20e;
}

.green1 {
	background-color: #aeac00;
}

.green2 {
	background-color: #02ba5d;
}

.green3 {
	background-color: #00a291;
}

.green4 {
	background-color: #00bba7;
}

.green5 {
	background-color: #7f9f00;
}

.green6 {
	background-color: #00a04f;
}

.blue1 {
	background-color: #0091bb;
}

.blue2 {
	background-color: #00bdf3;
}

.blue3 {
	background-color: #002eb3;
}

.gray1 {
	background-color: #5b5b5b;
}

.gray2 {
	background-color: #808285;
}

.text-red {
	color: #c4161c !important;
}

.text-red2 {
	color: #ed1c24 !important;
}

.text-orange {
	color: #e25000 !important;
}

.text-orange2 {
	color: #ff8400 !important;
}

.text-yellow {
	color: #eeae00 !important;
}

.text-yellow2 {
	color: #ff8400 !important;
}

.text-yellow3 {
	color: #ffc20e !important;
}

.text-green1 {
	color: #aeac00 !important;
}

.text-green2 {
	color: #02ba5d !important;
}

.text-green3 {
	color: #00a291 !important;
}

.text-green4 {
	color: #00bba7 !important;
}

.text-green5 {
	color: #7f9f00 !important;
}

.text-green6 {
	color: #00a04f !important;
}

.text-blue1 {
	color: #0091bb !important;
}

.text-blue2 {
	color: #00bdf3 !important;
}

.text-blue3 {
	color: #002eb3 !important;
}

.text-gray1 {
	color: #5b5b5b !important;
}

.text-gray2 {
	color: #808285 !important;
}

.square-item {
	width: 20%;
	height: 144px;
	margin-top: 7px;
	border-right: solid 7px #dadada;
	padding: 20px 50px 20px 14px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: 5% 94%;
	font-size: 14px;
	color: #dadada;
	font-family: "robotobold";
	text-align: left;
	text-transform: uppercase;
}

.square-item:after {
	content: url("/images/icon_plus.png");
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 12px;
	right: 10px;
}

.list-no-grid {
	margin-top: 40px;
}

.list-nogrid-item {
	display: block;
	margin: 3px 0 12px 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #5b5b5b;
}

.list-nogrid-item:hover {
	text-decoration: underline;
}

.list-container {
	font-size: 0;
}

.list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-top: 40px;
	border: solid 2px #dadada;
}

.list-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 330px;
}

.list-item-text {
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
}

.list-item .title {
	font-family: "robotobold";
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #333333;
}

.list-item .short-text {
}

.pagination {
	padding: 20px 0;
}

.pagination a {
	padding: 4px 6px;
	color: #555;
}

.pagination a.selected {
	color: #333;
	text-decoration: underline;
}

/* FORMS and contacts */
#site .input-error {
	background: #c99;
}

#form-msg {
	color: #5b5b5b;
	width: 100%;
	margin-top: 10px;
	text-align: right;
	font-family: "robotobold";
	font-size: 12px;
	display: none;
}

div.form-label {
	vertical-align: top;
	display: inline-block;
	color: #5b5b5b;
	line-height: 25px;
	font-size: 12px;
	font-family: "robotobold";
	width: 55px;
}

div.form-label.radio-options {
	width: 120px;
	line-height: 20px;
}

div.form-input {
	vertical-align: top;
	display: inline-block;
	width: 460px;
	margin-bottom: 20px;
}

div.form-input.radio-options {
	width: 395px;
}

div.form-input.upload {
	width: 375px;
	position: relative;
}

div.form-input.no-label {
	width: 100%;
}

div.form-input input,
div.form-input textarea {
	background: #ffffff;
	border: none;
	height: 25px;
	line-height: 25px;
	width: 100%;
	padding: 0px 3px;
	box-shadow: inset 1px 1px 0 #999;
	font-size: 12px;
	font-family: "open_sansregular";
	color: #5b5b5b;
}

div.form-input.upload input {
	padding-right: 70px;
}

div.form-input textarea {
	height: 200px;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.form-info {
	margin-left: 60px;
	margin-top: -15px;
	font-size: 10px;
}

div.button-send {
	display: inline-block;
	width: 80px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-family: "robotobold";
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #5b5b5b;
	box-shadow: 2px 2px 2px #888888;
}

#site div.form-input input:focus,
#site div.form-input textarea:focus {
	background-color: #efefef;
}

/* File Input Skin */
.form-input-file {
	width: 100%;
	float: left;
}

.form-input-file-upload {
	cursor: pointer;
}

.file-wrapper {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 25px;
}

.file-wrapper input[type="file"] {
	cursor: pointer;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	width: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.input-button-skin {
	/*background: #333; color: #FFF; padding: 0px 25px; height: 25px; line-height: 25px; position: absolute; left: 0px;*/
	font-family: "open_sansregular";
	font-size: 12px;
	line-height: 25px;
	text-align: right;
	padding-right: 15px;
	color: #5b5b5b;
}
/* End file input skin */

div.ay-radio {
	display: block;
	margin-bottom: 8px;
}
div.ay-radio span {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin-left: 12px;
	line-height: 20px;
	font-size: 12px;
	font-family: "robotobold";
}
div.ay-radio input {
	display: none;
}
div.ay-radio > div {
	width: 20px;
	height: 20px;
	background: #fff;
	box-shadow: inset 1px 1px 0 #999;
	cursor: pointer;
	display: inline-block;
	border-radius: 10px;
}
div.ay-radio div.selected {
	width: 13px;
	height: 13px;
	margin-top: 4px;
	margin-left: 4px;
	background: #666;
	border-radius: 10px;
}

div.ay-checkbox {
	float: left;
	margin-right: 3px;
}
div.ay-checkbox span {
	padding: 0px 3px;
	line-height: 22px;
}
div.ay-checkbox input {
	display: none;
}
div.ay-checkbox > div {
	width: 16px;
	height: 16px;
	background: #efefef;
	margin-top: 3px;
	box-shadow: inset 1px 1px 6px #999;
	cursor: pointer;
	padding: 4px;
	float: left;
}
div.ay-checkbox div.selected {
	width: 100%;
	height: 100%;
	background: #666;
}

#map-canvas {
	width: 100%;
	height: 380px;
}

#video {
	margin-top: 25px;
	width: 100%;
	height: 400px;
}

/* others */
/*
.newsletter {
	position: absolute;
	top: 0;
	right: 10px;
	width: 200px;	
	font-size: 0;
}

#newsletter_tf {
	width: 80%;
	border: none;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	background-color: #FFFFFF;	
	display: inline-block;
	vertical-align: top;
}

.newsletter-button {
	height: 22px;
	width: 18%;
	line-height: 22px;
	background-color: #FFFFFF;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	margin-left: 2%;
}

#newsletter-msg {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 5px;
}
*/

/* Page Contacts */
#page-contacts,
#page-formcontacts {
	padding-top: 0;
}

#page-contacts h2 {
	font-family: "robotobold";
	color: #5b5b5b;
}

#page-contacts .location {
	margin-top: 25px;
}

#page-contacts .location .long-text {
	margin-top: 10px;
}

#page-contacts .directions {
	margin-top: 0;
}

#page-contacts .directions .long-text {
	margin-top: 25px;
}

#page-contacts .contacts-list {
	margin-top: 30px;
}

#page-contacts .contacts-list .container {
	margin-top: 10px;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	vertical-align: top;
}

#page-contacts .contacts-list .item {
	display: block;
	padding-bottom: 45px;
	position: relative;
	padding-left: 40px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	word-wrap: break-word;
}

#page-contacts .contacts-list .icon {
	position: absolute;
	width: 28px;
	height: 28px;
	left: 0;
	top: 4px;
}

#page-contacts .contacts-list .icon img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

#page-contacts .contacts-list .title {
	font-family: "robotobold";
	font-size: 12px;
	color: #5b5b5b;
}

#page-contacts .contacts-list .long-text {
	margin-top: 0;
}

#page-contacts .contacts-list .long-text a {
	color: #5b5b5b;
	text-decoration: underline;
}

/* Page Form Contacts */
#page-formcontacts h2 {
	font-family: "robotobold";
	font-size: 16px;
	color: #5b5b5b;
	margin-top: 50px;
	margin-bottom: 35px;
}

#page-formcontacts .center-contents {
	width: 520px;
}

/* change the px to the correct value where the menu changes */
@media screen and (min-width: 1000px) {
	#menu {
		display: block !important;
	}
}

@media screen and (max-width: 1050px) {
	/* main classes to deal width the width */
	.center-contents,
	.center-contents-mobile {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}

	.header-secondary-menu,
	#langs {
		right: 0px;
	}

	#site {
		min-width: 300px;
	}

	#logotype {
		left: 2%;
	}

	.home-news-col {
		padding-left: 2%;
	}

	.home-news-item {
		margin: 20px 0 15px 0;
	}

	.home-degrees {
		margin: auto 2%;
		width: 96%;
	}

	#footer {
		padding: 20px 2%;
		width: 100%;
	}

	.home-footer {
		margin-top: 50px;
	}

	.footer-partners {
		text-align: center;
	}
}

@media screen and (max-width: 1000px) {
	.mobile-only {
		display: block;
	}

	.dekstop-only {
		display: none;
	}

	.no-center-mobile {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#responsive {
		z-index: 2;
	}

	#site {
		padding-top: 82px;
	}

	.page {
		padding-top: 0;
	}

	#header {
		position: fixed;
		width: 100%;
		height: 82px;
	}

	#menu,
	.menu-line-position,
	.menu-item .title:after {
		display: none;
	}

	#menu {
		position: absolute;
		top: 82px;
		left: 0;
		width: 100%;
		z-index: 100;
		overflow: hidden;
		padding: 0;
	}

	.menu-wrap {
		height: calc(100vh - 82px);
		overflow: scroll;
		display: block;
	}

	/*
    .menu-wrap {
        height: auto;
        overflow: auto;        
    }*/

	.submenu-wrap1 {
		background: transparent;
		position: static;
		height: auto;
	}

	#logotype {
		left: 20px;
		height: 60px;
		top: 10px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.menu-item {
		display: block;
		text-align: center;
		background-color: #5b5b5b;
		border-bottom: solid 1px #888888;
		padding: 12px 0 0 0;
		height: auto;
	}

	.menu-item .title {
		line-height: 20px;
		padding-bottom: 10px;
		display: block;
	}

	.submenu-wrap {
		width: 100%;
		padding: 0;
	}

	.menu-item .submenu a {
		display: block;
		background: #6b6b6b;
		padding: 5px 0;
	}

	.menu-item .submenu.open {
		display: block !important;
	}

	.menu-item .submenu {
		display: none;
		position: static;
		background: #6b6b6b;
		height: auto;
		padding: 2px 0;
	}

	.header-secondary-menu,
	#langs {
		position: static;
		background-color: #5b5b5b;
		display: block;
		text-align: center;
		padding: 10px 0;
	}

	.header-say-hello,
	.header-secondary-item {
		margin-left: 0;
		padding-left: 20px;
	}

	#menu-mobile-icon {
		display: block;
		position: absolute;
		top: 5px;
		right: 20px;
		width: 60px;
		height: 70px;
		cursor: pointer;
	}

	.bar {
		width: 29px;
		height: 6px;
		background-color: #ffffff;
		position: absolute;
		left: 24px;
		transform-origin: center;
		-webkit-transform-origin: center;
		transition: all 300ms linear;
	}

	.closed .bar1 {
		top: 25px;
		opacity: 1;
		transform: none;
		-webkit-transform: none;
	}

	.closed .bar2 {
		top: 37px;
		transform: none;
		-webkit-transform: none;
	}

	.closed .bar3 {
		top: 49px;
		transform: none;
		-webkit-transform: none;
	}

	.bar1 {
		opacity: 0;
		top: 25px;
	}

	.bar2 {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		top: 37px;
	}

	.bar3 {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		top: 37px;
	}

	.square-item {
		width: 25%;
	}

	.list-image {
		height: 200px;
	}

	.documents .doc-item {
		width: 50%;
		max-width: 190px;
	}

	.documents .doc-item:nth-child(2) {
		border-right: none;
	}

	.documents .doc-item:last-child {
		border-right: solid 3px #dadada;
	}

	.list-item .title {
		font-size: 16px;
		margin-bottom: 0;
		height: 40px;
	}

	.image-right-float,
	.image-left-float {
		margin-left: 0;
		margin-right: 0;
		float: none;
	}

	.page .long-text {
		padding-right: 20px;
	}

	.documents.t1 .doc-item,
	.documents.t1 .doc-item:nth-child(2),
	.documents.t1 .doc-item:last-child {
		margin-right: 2px;
		margin-left: 0;
		width: auto;
		padding: 0 20px 0 40px;
		border: none;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.footer-address p,
	.footer-address a {
		font-size: 10px;
	}

	#page-contacts .contacts-list .container {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.hh-item:nth-child(odd) {
		padding-right: 20px;
	}

	.hh-item:nth-child(even) {
		padding-left: 20px;
	}

	.hh-item:nth-child(even) .hh-item-image:after {
		left: -20px;
	}

	#mainhighlight {
		height: 300px;
	}

	.slide-left,
	.slide-right,
	.slide-numbers {
		width: 30px;
	}

	.slide-number {
		left: 35px;
	}

	.slide-itemtitle {
		padding-left: 80px;
		font-size: 12px;
	}

	.home-news {
		height: auto;
	}

	.home-news-col,
	.home-networks-col {
		width: 100%;
	}

	.slide-itemtitle {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media screen and (max-width: 700px) {
	#page-contacts .contacts-list .container {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}

	.header-secondary-item {
		display: inline-block;
		margin-bottom: 6px;
	}

	.header-say-hello {
		display: block;
		background-position: 49% 18px;
		height: 40px;
		margin-top: 20px;
	}

	.footer-contact,
	.footer-muvitur,
	.hf-item {
		width: 100%;
	}

	.hf-item,
	.hf-item.yellow,
	.hf-item.gray,
	.hf-item.red {
		border: none;
		margin: 0;
	}

	.footer-muvitur {
		margin-top: 30px;
		text-align: center;
	}

	.square-item {
		width: 160px;
	}

	.list-item {
		width: 100%;
	}

	.list-image {
		max-width: 320px;
	}

	.documents .doc-item,
	.documents .doc-item:nth-child(2),
	.documents .doc-item:nth-child(3) {
		margin-right: 2px;
		border: none;
	}

	.page-header-contacts {
		position: static;
		margin: 15px 0 10px 0;
	}

	div.form-input,
	div.form-input.radio-options {
		width: 100%;
	}

	#page-formcontacts .center-contents {
		width: 96%;
	}

	div.form-input.upload {
		width: 140px;
	}

	div.form-info {
		margin-left: 0;
		padding-left: 62px;
	}

	div.form-input textarea {
		height: 120px;
	}
}

@media screen and (max-width: 520px) {
	#page-contacts .contacts-list .container {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}

	.hh-item,
	.hh-item:nth-child(odd),
	.hh-item:nth-child(even) {
		width: 100%;
		padding: 0;
		margin: 20px 0;
	}

	.home-news-col {
		padding: 0;
	}

	.home-news-item {
		width: 100%;
	}

	#mainhighlight {
		height: 220px;
	}

	.slide-itemtitle,
	.slide-left,
	.slide-right,
	.slide-numbers,
	.slide-number {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	#mainhighlight {
		height: 140px;
	}

	.footer-contact .col2 {
		width: 100%;
		margin-bottom: 10px;
	}
}
