@font-face {
    font-family: 'Times New Roman Bulgarian';
   src: url('font/TIMESBG.woff2') format('woff2'),
       url('font/TIMESBG.woff') format('woff'),
        url('font/TIMESBG.ttf') format('truetype');
}


body{
	//font-family: 'Open Sans', sans-serif;
	font-family: 'Times New Roman Bulgarian', sans-serif;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	min-width: 320px;
	border-top: 4px solid #e85438;
}
/*
 * ORANGE: #e85438
 * BLUE: #272e89
 */
.clear{
	clear: both;
}
::selection {
  background: #e85438; /* WebKit/Blink Browsers */
  color: #FFFFFF;
}
::-moz-selection {
  background: #e85438; /* Gecko Browsers */
  color: #FFFFFF;
}
strong{
	font-weight: 700;
}
img{
	max-width: 100%;
	max-height: 100%;
}
table{
	width: 100%;
	border-top: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
	margin: 15px 0px;
}
table td{
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	padding: 5px;
}
a, a:hover, a:active, a:visited, a:focus{
	text-decoration: none;
	outline: none;
	color: #000000;
}
p a, p a:active, p a:visited, p a:focus{
	color: #356BFF;
	text-decoration: underline;
}
p a:hover{
	color: #356BFF;
}
button, button:focus{
	outline: none;
	border: 0px;
	display: inline-block;
}
.container{
	width: 95%;
	margin: 0px auto;
	max-width: 1400px;
	min-width: 280px;
	position: relative;
}
input{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-appearance: none !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.text-align-center{
	text-align: center;
}
em.highlight{
	background-color: #FFFAD5;
  	padding: 0px 5px;
  	color: #000;
  	font-style: none;
}
hr{
	border-color: #C0C0C0;
}

/* HEADER */
header{
	height: 96px;
	position: relative;
	margin-bottom: 20px;
}
header a.logo{
	position: absolute;
	height: 91px;
	bottom: 0px;
	left: 240px;
}
header .bim{
	position: absolute;
	left: 320px;
	top: 20px;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
}
header .bim span{
	display: block;
}
header .bim strong{
	display: block;
	font-weight: 800;
}
header .gerb{
	position: absolute;
	height: 91px;
	left: 0px;
	bottom: 0px;
	border-right: 1px solid #000000;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	padding-top: 21px;
	padding-right: 16px;
}
header .gerb span{
	margin-left: 85px;
	display: block;
}
header .gerb img{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

header .iso{
	position: absolute;
	right: 300px;
	top: 75px;
	font-size: 18px;
	line-height: 1.2em;
	text-transform: uppercase;
}

header .iso a {
	color: #272e89;
	text-decoration: underline;
}

header .right-controls{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 265px;
	height: 91px;
	border-left: 1px solid #000000;
}
header .right-controls a.e-services{
	position: absolute;
	top: -5px;
	right: 0px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	width: 136px;
	height: 44px;
	background-color: #e85438;
	background-image: url('../img/bim-e-services.png');
	background-position: 20px 1px;
	background-repeat: no-repeat;
	background-size: 27px;
	padding: 10px 0px 0px 57px;
	border-radius: 0px 0px 5px 5px;
}
header .right-controls a.e-services:hover{
	text-decoration: none;
}
header .right-controls .lang{
	font-size: 14px;
	color: #494949;
	text-decoration: underline;
	position: absolute;
	top: 11px;
	left: 21px;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
header .right-controls .lang.en{
	background-image: url('../img/flag-en.gif');
}
header .right-controls .lang:hover{
	text-decoration: none;
}
header form.search{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 240px;
}
header form.search input{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	height: 31px;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background-color: #FFFFFF;
}
header form.search input[type=search]{
	width: 200px;
	right: 39px;
	border-left: 1px solid #C0C0C0;
	font-size: 18px;
	padding: 5px 10px;
	border-radius: 5px 0px 0px 5px !important;
	-webkit-border-radius: 5px 0px 0px 5px !important;
	-moz-border-radius: 5px 0px 0px 5px !important;
	-o-border-radius: 5px 0px 0px 5px !important;
	font-weight: 300;
}
header form.search input[type=submit]{
	width: 41px;
	right: 0px;
	border-right: 1px solid #C0C0C0;
	border-left: none;
	border-left: 0px;
	background-image: url('../img/ico-search.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	border-radius: 0px 5px 5px 0px !important;
	-webkit-border-radius: 0px 5px 5px 0px !important;
	-moz-border-radius: 0px 5px 5px 0px !important;
	-o-border-radius: 0px 5px 5px 0px !important;
}
header .mobile-menu-toggle{
	display: block;
	position: absolute;
	top: 23px;
	right: 10px;
	width: 70px;
	height: 70px;
	background-image: url('../img/ico-menu.png');
	background-size: 70px;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	background-color: transparent;
	padding-top: 33px;
	text-align: center;
}
header .mobile-search form{
	position: relative;
	height: 38px;
	width: 100%;
	margin-top: 10px;
}
header .mobile-search input[type=search] {
    width: 100%;
  	right: 0px;
  	border-left: 1px solid #C0C0C0;
  	font-size: 18px;
  	padding: 5px 40px 5px 10px;
  	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	font-weight: 300;
}
header .mobile-search input {
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	height: 38px;
  	position: absolute;
  	bottom: 0px;
  	border-top: 1px solid #C0C0C0;
  	border-bottom: 1px solid #C0C0C0;
  	background-color: #FFFFFF;
}
header .mobile-search input[type=submit] {
  	width: 41px;
  	right: 0px;
  	border-right: 1px solid #C0C0C0;
  	border-left: none;
  	border-left: 0px;
  	background-image: url('../img/ico-search.png');
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: 25px;
  	border-radius: 0px 5px 5px 0px !important;
	-webkit-border-radius: 0px 5px 5px 0px !important;
	-moz-border-radius: 0px 5px 5px 0px !important;
	-o-border-radius: 0px 5px 5px 0px !important;
}
header .dl-menuwrapper li.mobile-lang{
	margin-top: 10px;
}
header .dl-menuwrapper li.mobile-lang a{
	display: block;
	background: #FFFFFF;
	font-size: 15px;
	color: #000000;
	line-height: 30px;
	text-align: center;
	padding: 0px;
	text-decoration: underline;
}
header .dl-menuwrapper li.mobile-lang a img{
	position: relative;
	margin-right: 4px;
	top: -2px;
	max-height: 13px;
}
header .dl-menuwrapper li.mobile-lang a:hover{
	background: #FFFFFF;
	text-decoration: none;
}

/* MAIN-MENU*/
.main-menu{
	display: table;
	width: 100%;
	height: 50px;
	margin-bottom: 2px;
}
.main-menu > ul{
	display: table-row;
}
.main-menu > ul > li{
	display: table-cell;
	height: 50px;
	text-align: center;
}
.main-menu a{
	font-size: 15px;
/*	color: #000000; */
	color: #272e89;
	line-height: 50px;
	display: block;
	margin-right: 1px;
	font-weight: 400;
}

.main-menu a:hover, .main-menu a.active{
	color: #FFFFFF;
	background: #e85438; /* Old browsers */
	background: -moz-linear-gradient(top,  #e85438 0%, #d82d35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e85438), color-stop(100%,#d82d35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e85438 0%,#d82d35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85438', endColorstr='#d82d35',GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
}

.main-menuTan a:hover, .main-menuTan a.active{
	color: #FFFFFF;
	background: #272e89; /* Old browsers */
	background: -moz-linear-gradient(top,  #272e89 0%, #d82d35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272e89), color-stop(100%,#d82d35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #272e89 0%,#d82d35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #272e89 0%,#d82d35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #272e89 0%,#d82d35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #272e89 0%,#d82d35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272e89', endColorstr='#d82d35',GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
}

/* BREADCRUMBS */
.breadcrumbs{
	background-color: #f1f1f1;
	font-size: 13px;
	font-weight: 300;
	color: #000000;
}
.breadcrumbs, .breadcrumbs a{
	font-size: 13px;
	font-weight: 300;
	color: #000000;
	padding: 4px 0px;
}
.breadcrumbs > div > div{
	display: inline;
}
.breadcrumbs img{
	position: relative;
	top: -1px;
	max-width: 21px;
}

/* MAIN CONTENT */
.main-content{
	margin-top: 30px;
}
.link-to-element{
	background-color: #f1f1f1;
	display: block;
	padding: 15px 135px 15px 85px;
	margin-bottom: 1px;
	position: relative;
	min-height: 82px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.link-to-element .type{
	position: absolute;
	left: 20px;
	top: 15px;
	max-width: 44px;
}
.link-to-element .action{
	position: absolute;
	right: 20px;
	top: 26px;
	max-width: 33px;
}
.link-to-element .size{
	position: absolute;
	right: 67px;
	top: 30px;
}
.link-to-element .content{
	display: table;
  	min-height: 50px;
  	width: 100%;
  	position: relative;
  	left: 0px;
  	transition: left 0.1s ease-out;
  	-webkit-transition: left 0.1s ease-out;
  	-moz-transition: left 0.1s ease-out;
  	-o-transition: left 0.1s ease-out;
}
.link-to-element:hover .content{
	left: 7px;
}
.link-to-element .content p.url{
	color: #272e89;
	text-decoration: underline;
}
.link-to-element .content .middle{
	display: table-cell;
	vertical-align: middle;
}
.link-to-element .content strong{
	line-height: 1.1em;
	font-size: 17px;
	font-weight: 700;
}
.link-to-element .content p{
	font-size: 14px;
	line-height: 1.1em;
	font-weight: 400;
	margin: 0px;
}

/* TEXT STYLING */
h1, h1 strong{
	font-size: 40px;
	line-height: 40px;
	font-weight: 300 !important;
	margin: 0px 0px 10px 0px;
}
h2, h2 strong{
	font-size: 26px;
	font-weight: 600 !important;
	margin: 10px 0px;
}
p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 15px 0px;
}
.img-element{
	margin-top: 15px;
}
.page-content p{
	text-align: justify;
}
ol, ul{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
}
.page-content ul{
	list-style: none;
	padding-left: 15px;
}
.page-content ul li{
	padding-left: 20px;
	background-image: url('../img/li-tick.png');
	background-repeat: no-repeat;
	background-position: left 7px;
	background-size: 12px;
}

/* FOOTER LINKS */
.footer-links{
	background-color: #f1f1f1;
	text-align: center;
	padding: 70px 0px 40px 0px;
	position: relative;
	margin-top: 80px;
}
.footer-links a{
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	padding: 4px 6px;
}
.footer-links a:hover{
	text-decoration: underline;
}
.footer-links .gototop{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	width: 101px;
	height: 101px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	background-image: url('../img/gototop.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 101px;
	padding-top: 65px;
	cursor: pointer;
}
.footer-links .gototop img{
	position: absolute;
	max-width: 48px;
	top: 43px;
	left: 50%;
	margin-left: -24px;
	transition: top 0.2s ease-out;
	-webkit-transition: top 0.2s ease-out;
	-moz-transition: top 0.2s ease-out;
	-o-transition: top 0.2s ease-out;
}
.footer-links .gototop:hover img{
	top: 37px;
}

/* FOOTER */
footer{
	text-align: center;
	padding: 20px 0px 0px 0px;
}
footer p{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 40px 0px 20px 0px;
}
footer .copyright{
	font-size: 13px;
	display: block;
	margin: 20px 0px;
}
footer .logo{
	max-width: 51px;
}

/* LEFT SIDEBAR */
.left-sidebar nav ul, .left-sidebar nav ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
nav .level1 > li > a{
	font-size: 16px;
	line-height: 1.1em;
	display: block;
	padding: 10px 36px 10px 16px;
	margin-bottom: 1px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
nav .level1 > li > a:after{
	content: '';
	width: 7px;
  	height: 19px;
  	background-image: url('../img/arrow_right.png');
  	background-repeat: no-repeat;
  	background-size: 7px;
  	position: absolute;
  	top: 50%;
  	right: 18px;
  	margin-top: -9px;
}
nav .level1 > li > a:hover{
	background: #e85438; /* Old browsers */
	background: -moz-linear-gradient(top,  #e85438 0%, #d82d35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e85438), color-stop(100%,#d82d35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e85438 0%,#d82d35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85438', endColorstr='#d82d35',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
}
nav ul.level1 > li.active {
  	background: #e85438; /* Old browsers */
	background: -moz-linear-gradient(top,  #e85438 0%, #d82d35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e85438), color-stop(100%,#d82d35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e85438 0%,#d82d35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85438', endColorstr='#d82d35',GradientType=0 ); /* IE6-9 */
	margin-bottom: 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
nav ul.level1 > li.active *{
	color: #FFFFFF;
}
nav ul.level1 > li.active > a{
	background: transparent;
	font-size: 18px;
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: 10px center;
	padding: 15px 36px 16px 20px;
}
nav ul.level1 > li.active > a:after{
	display: none;
}
nav ul.level1 > li.active > a.ico-bg{
	padding: 24px 36px 24px 69px;
}
nav ul.level2{
	padding: 0px 28px 28px 38px;
}
nav ul.level2 > li > a {
  	color: #FFFFFF;
  	display: block;
  	font-size: 15px;
  	font-weight: 400;
  	line-height: 15px;
  	padding: 7px 0px;
  	transition: all 0.1s ease-out;
}
nav ul.level2 > li > a:hover {
	padding-left: 10px;
}
nav ul.level2 > li:first-child > a {
	border-top: 0px;
}
nav ul.level2 > li.active > a {
	font-weight: 700;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
nav ul.level2 > li.active-page > a {
	background-color: #FFFFFF;
	color: #000000;
	padding: 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
nav ul.level3{
	padding: 10px 0px 18px 24px;
}
nav ul.level3 > li > a {
	font-size: 13px;
	line-height: 1.2em;
	padding: 4px 0px;
	display: block;
}
nav ul.level3 > li > a:hover{
	text-decoration: underline;
}
nav ul.level3 > li.active > a {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px 6px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

/* YouTube EMBED */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 20px 0px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* GALLERIES */
.project-gallery{
	clear: both;
}
.all_galleries{
    width: 100%;
}
.all_galleries .item{
    width: 33.33%;
    height: 300px;
    position: relative;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: 3px solid #FFFFFF;
    overflow: hidden;
}
.all_galleries .item .thumb{
    float: left;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
    position: relative;
    background-size: cover;
  	background-position: center;
  	width: 100%;
}
.project-gallery .item:hover .thumb{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	background-size: cover;
}
.browse_gallery .item .thumb img.play_icon{
	width: 80px;
	height: 80px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	z-index: 100;
	max-width: none;
	min-width: 80px;
	max-height: none;
	min-height: 80px;
}

/* GOOGLE MAP */
#map{
	height: 500px;
}
#map img{
	max-width: none;
	max-height: none;
}

/* NEWS */
.news{
	margin-bottom: 30px;
}
.news h2{
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 1.4em;
	margin: 0px;
}
.news h3{
	font-size: 16px;
	font-weight: 800;
	margin: 20px 0px 5px 0px;
}
.news .read-more{
	display: inline-block;
	color: #FFFFFF;
	margin-top: 10px;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	padding: 0px 60px 0px 10px;
	background: #e85438; /* Old browsers */
	background: -moz-linear-gradient(top,  #e85438 0%, #d82d35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e85438), color-stop(100%,#d82d35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e85438 0%,#d82d35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85438', endColorstr='#d82d35',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.news .read-more > img{
	position: absolute;
	width: 7px;
	top: 6px;
	right: 15px;
	transition: right 0.2s ease-out;
	-webkit-transition: right 0.2s ease-out;
	-moz-transition: right 0.2s ease-out;
	-o-transition: right 0.2s ease-out;
}
.news .read-more:hover > img{
	right: 10px;
}
.paging{
	display: block;
	text-align: center;
	margin: 20px 0px;
}
.paging label, .paging span a, .paging span.next a, .paging span.prev a, .paging span.current, .paging span{
	display: inline-block;
}
.paging label{
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
	margin: 0px 10px 0px 0px;
}
.paging span a, .paging span.current{
	font-size: 16px;
	color: #000000;
	font-weight: 800;
	line-height: 35px;
	margin: 0px;
	width: 33px;
	text-align: center;
}
.paging span.current{
	background: #e85438; /* Old browsers */
	background: -moz-linear-gradient(top,  #e85438 0%, #d82d35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e85438), color-stop(100%,#d82d35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e85438 0%,#d82d35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85438', endColorstr='#d82d35',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
}
.paging span.next a, .paging span.prev a{
	margin: 0px;
	width: 33px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 7px;
}
.paging span a:hover, .paging span.next a:hover, .paging span.prev a:hover{
	background: #e85438; /* Old browsers */
	background: -moz-linear-gradient(top,  #e85438 0%, #d82d35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e85438), color-stop(100%,#d82d35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e85438 0%,#d82d35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85438', endColorstr='#d82d35',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
} 
.paging span.next a{
	background-image: url('../img/arrow_right.png');
}
.paging span.prev a{
	background-image: url('../img/arrow_left.png');
}
.paging span.disabled{
	display: none;
}
.page-content a.back-button, .page-content a.next-button{
	min-height: 32px;
	display: inline-block;
	color: #FFFFFF;
	margin-top: 10px;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	background: #e85438; /* Old browsers */
	background: -moz-linear-gradient(top,  #e85438 0%, #d82d35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e85438), color-stop(100%,#d82d35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e85438 0%,#d82d35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85438', endColorstr='#d82d35',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.page-content a.back-button{
	padding: 0px 10px 0px 50px;
}
.page-content a.next-button{
	padding: 0px 50px 0px 10px;
	float: right;
	margin-left: 2px;
}
.page-content a.back-button > img, .page-content a.next-button > img{
	position: absolute;
	width: 7px;
	top: 6px;
}
.page-content a.back-button > img{
	left: 15px;
	transition: left 0.2s ease-out;
	-webkit-transition: left 0.2s ease-out;
	-moz-transition: left 0.2s ease-out;
	-o-transition: left 0.2s ease-out;
}
.page-content a.next-button > img{
	right: 15px;
	transition: right 0.2s ease-out;
	-webkit-transition: right 0.2s ease-out;
	-moz-transition: right 0.2s ease-out;
	-o-transition: right 0.2s ease-out;
}
.page-content a.back-button:hover > img{
	left: 10px;
}
.page-content a.next-button:hover > img{
	right: 10px;
}

/* HOME CONTENT */
.bg-home{
	margin: 0px 0px 20px 0px;
	width: 100%;
	height: 120px;
	background-image: url('../img/bg-home.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-content h2{
	font-size: 27px;
	line-height: 1em;
	font-weight: 800 !important;
	margin: 30px 0px 20px 0px;
	letter-spacing: -1px;
}
.home-content h2.blue, .home-content h2.blue a{
	color: #272e89;
}
.home-content h2.orange, .home-content h2.orange a{
	color: #d8482d;
}
.home-content .icons a{
	text-align: center;
	display: block;
	position: relative;
	top: 0px;
	transition: top 0.2s ease-out;
	-webkit-transition: top 0.2s ease-out;
	-moz-transition: top 0.2s ease-out;
	-o-transition: top 0.2s ease-out;
}
.home-content .icons a:hover{
	top: -3px;
}
.home-content .icons a img{
	display: inline-block;
	margin: 7px 0px 3px 0px;
	max-width: 75px;
}
.home-content .icons a span{
	display: block;
  	text-align: center;
  	font-size: 10px;
  	line-height: 1em;
  	min-height: 22px;	
}
.home-content .icons > div{
	padding-left: 10px;
	padding-right: 10px;
}
.home-ul{
	padding: 0px;
	list-style: none;
}
.home-ul li:first-child a{
	border-top: 0px;
}
.home-ul a{
	display: block;
	line-height: 1.2em;
	padding: 7px 10px;
	border-top: 1px solid #d8482d;
}
.home-ul a:hover{
	background-color: #d8482d;
	color: #FFFFFF;
}
.home-content .e-services{
	display: block;
	margin-top: 40px;
	background-color: #d8482d;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 400;
	position: relative;
	padding-left: 82px;
	padding-top: 25px;
	padding-bottom: 15px;
	font-weight: 300;
}
.home-content .e-services strong{
	display: block;
}
.home-content .e-services span.enter{
	display: block;
	margin-top: 15px;
	text-decoration: underline;
}
.home-content .e-services > img.bim{
	position: absolute;
	max-width: 50px;
	top: 25px;
	left: 21px;
}
.home-content .e-services img.arrow{
	width: 13px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	right: 20px;
	transition: right 0.2s ease-out;
	-webkit-transition: right 0.2s ease-out;
	-moz-transition: right 0.2s ease-out;
	-o-transition: right 0.2s ease-out;
}
.home-content .e-services:hover img.arrow{
	right: 13px;
}
.home-content .e-services:hover span.enter{
	text-decoration: none;
}
.home-content a.home-link{
	display: block;
	padding: 18px 48px 18px 25px;
	background-color: #f1f1f1;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.3em;
	position: relative;
}
.home-content a.home-link img.arrow{
	width: 13px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	right: 20px;
	transition: right 0.2s ease-out;
	-webkit-transition: right 0.2s ease-out;
	-moz-transition: right 0.2s ease-out;
	-o-transition: right 0.2s ease-out;
}
.home-content a.home-link:hover img.arrow{
	right: 13px;
}
.home-content a.home-link strong{
	font-weight: 800;
	color: #272e89;
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
}

/* ERROR PAGE */
div.error{
	text-align: center;
	padding: 60px 0px;
}
div.error img.er404{
	max-width: 235px;
}
div.error h1{
	font-size: 43px;
	font-weight: 800 !important;
	margin: 10px 0px 20px 0px;
}
div.error p{
	max-width: 450px;
	display: block;
	margin: auto;
}

/* FORM INQUIRY */
form.inquiry{
	margin: 30px 0px;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
}
form.inquiry label{
	font-weight: 300;
	color: #000000;
}
form.inquiry input.form-control, form.inquiry textarea.form-control, form.inquiry select.form-control{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border: 1px solid #C0C0C0;
	color: #000000;
	font-size: 18px;
	padding: 5px 10px;
}
form.inquiry input.form-control, form.inquiry select.form-control{
	height: 42px;
}
.inquiry-form .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255,255,255,0.9);
  display: none;
  z-index: 100;
}
.inquiry-form .loader > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -64px;
  margin-top: -32px;
}
.notification.error {
  font-size: 17px;
  display: block;
  padding: 10px 20px;
  text-align: center;
  color: #FFFFFF;
  display: none;
  margin: 20px 0px;
  background: #FD2B2B;
  margin-top: 0px;
}
.successfull-order{
  display: none;
  padding: 30px 0px;
  text-align: center;
}
.successfull-order img{
	max-width: 235px;
}
.successfull-order h2{
	font-weight: 400 !important;
}
.inquiry-form label.error {
    font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  position: absolute;
  background-color: #FD2B2B;
  padding: 0px 9px;
  bottom: -22px;
  left: 26px;
}
form.inquiry input.form-control.error, form.inquiry textarea.form-control.error, form.inquiry select.form-control.error{
	border-color: #FD2B2B;
}
.inquiry-form .form-group{
	margin-bottom: 20px;
}
.inquiry-form input[type=submit]{
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	padding: 5px 30px 5px 30px;
	border: 0px;
	background: #e85438; /* Old browsers */
	background: -moz-linear-gradient(top,  #e85438 0%, #d82d35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e85438), color-stop(100%,#d82d35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e85438 0%,#d82d35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85438', endColorstr='#d82d35',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.inquiry-form .snd{
	text-align: right;
}
.inquiry-form .cptch.elmeter{
	text-align: right;
	margin-top: 26px;
}
.inquiry-form .cptch.elmeter label.error{
	left: auto;
	right: 26px;
}
.elmeter-result{
	border-top: 1px solid #c0c0c0;
	padding: 30px 0px;
	text-align: center;
	font-size: 16px;
}
.elmeter-result span{
	display: block;
}

/* header fix */
@media only screen and (min-width: 1200px) {
	.main-menu a{
		font-size: 17px;
	}
}

/* TABLET LAYOUT: 768px - 1023px */
@media only screen and (max-width: 1022px) {
	.browse_gallery .item {
	  height: 250px;
	}
	.link-to-element:hover .content{
		left: 0px;
	}
	.home-content .e-services{
		margin-top: 15px;
		padding-left: 83px;
	}
	.home-content .e-services img.bim{
		left: 20px;
	}
	.home-content .e-services img.bim{
		left: 20px;
	}
	div.error h1{
		font-size: 35px;
	}
}



/* LARGE MOBILE LAYOUT: 480px - 767px */
@media only screen and (max-width: 767px) {
	h1{
		font-size: 33px;
		margin-bottom: 7px;
	}
	h2{
		font-size: 22px;
		margin: 7px 0px;
	}
	p{
		font-size: 14px;
		line-height: 1.4em;
		margin: 7px 0px;
	}
	.link-to-element .size{
		display: none;
	}
	.link-to-element{
		padding-right: 65px;
	}
	.browse_gallery .item {
	  width: 50%;
	  height: 200px;
	}
	header{
		height: 80px;
		margin-bottom: 10px;
	}
	header a.logo{
		height: 73px;
		left: 0px;
	}
	header .bim{
		left: 68px;
		font-size: 20px;
	}
	header .mobile-menu-toggle{
		top: 9px;
	}
	div.error h1{
		font-size: 30px;
	}
	.inquiry-form .snd, .inquiry-form .cptch{
		text-align: center;
	}
	.inquiry-form .snd.elmeter{
		text-align: right;
	}
}


/* SMALL MOBILE LAYOUT: 0px - 479px */
@media only screen and (max-width: 479px) {
	h1{
		font-size: 25px;
		line-height: 1.1em;
		margin-bottom: 7px;
	}
	h2{
		font-size: 20px;
		line-height: 1.1em;
		margin: 7px 0px;
	}
	p{
		font-size: 14px;
		line-height: 1.4em;
		margin: 7px 0px;
	}
	.link-to-element .type{
		display: none;
	}
	.link-to-element{
		padding-left: 15px;
	}
	.browse_gallery .item {
	  width: 100%;
	  height: 150px;
	}
	header{
		height: 70px;
	}
	header a.logo{
		height: 65px;
	}
	header .bim{
		left: 55px;
  		font-size: 15px;
  		top: 21px;
	}
	header .mobile-menu-toggle{
		top: 7px;
  		right: 0px;
  		width: 65px;
  		height: 65px;
  		background-size: 65px;
	}
	.container{
		width: 100%;
	}
	.page-content a.back-button{
		padding-left: 32px;
	}
	.page-content a.next-button{
		padding-right: 32px;
	}
	div.error img.er404{
		max-width: 180px;
	}
	div.error h1{
		font-size: 25px;
	}
}
