html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
    box-sizing: border-box;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
.clear  {
    clear: both;
    visibility: hidden;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}

.clearfix:after {
clear: both;
}

.clearfix {
*zoom: 1;
}
.wrapper    {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}
.overflow {
	overflow:visible !important;
}

input  {
    border: 1px solid #e5e5e5;
    padding: 5px 20px 5px 10px;
    width: 190px;
    color: #c2c2c2;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 400;
    border-radius: 0;
    box-sizing: 0;
}
p   {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 140%;
    padding: 10px 0;
    text-align: justify;
}



a#logo  {
    display: block;
    width: 122px;
    height: 141px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
}
header  {
    height: 106px;
    width: 100%;
    clear: both;
}
#topNav:before {
	content:'';
	width:87%;
	border-top:1px solid #e5e5e5;
	float:right;
	margin-top:-3px;
}
#topNav:after {
	content:'';;
	border-top:1px solid #e5e5e5;
	width:100%;
	position:absolute;
	top:-3px;
	left:-100%;
	margin-left:-15px;
	z-index:0;
}
header #lang-opener {
	position:absolute;
	top:5px;
	right:8px;
	z-index: 10001;
	color:#000;
	cursor:pointer;
}
header #top {
    float: right;
    clear: both;
    padding: 10px 0;
    width:295px;
    margin-bottom:3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header #top form    {
    float: left;
    position: relative;
}
header #top input   {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:28px;
    width:220px;
}
header #top .lang {
	height:28px;
	overflow:hidden;
	width:62px;
	position:relative;
	border:1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header #top .lang .langList {
	position:absolute;
	left:-1px;
	top:0;
	background:#fff;
	z-index:10000;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	width:100%;
}
header #top .lang .langList li {
	width:100%;
}
header #top form button {
    position: absolute;
    top: 5px;
    right: 3px;
    background: url('../img/icon1.png') 100% 50% no-repeat;
    border: none;
    width: 20px;
    height: 15px;
    cursor: pointer;
}
header nav  {
    position: relative;
    z-index: 1010;
    clear: both;
    margin: 10px 0;
    transition: all 0.3s ease;
}
header nav.visible  {
    right: 0;
}
header #top .lang   {
    float: right;
    margin-left: 10px;
}
header #top .lang ul li {
    list-style: none;
    margin: 5px 2px;
    padding-left:8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#all    {
    transition: all 0.3s ease;
    left: 0;
    position: relative;
}
.mobile {
    position: relative;
    left: -40%!important;
    transition: all 0.3s ease;
}

header nav.visible #mobileMenu  {
    top: 10px;
    right: 10px;
    background: url('../img/bgMobileMenu2.png') center center no-repeat;

}
header nav > ul {
    position: relative;
    float: right;
}
header nav ul > li    {
    display:inline;
    float: left;
    position: relative;
}
header nav ul > li.subMenu.active > a   {
    color: #fff;
    background: url('../img/menuArrow.png') #ff7114 97% 50% no-repeat;
}
header nav ul > li.subMenu > a  {
    background: url('../img/menuArrow.png') 97% 50% no-repeat;
    padding: 7px 15px 7px 12px;
}
header nav ul li a  {
    display: block;
    padding: 7px 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #222226;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    text-transform: uppercase;
}
header nav ul li a:hover    {
    color: #fff;
    background-color: #ff7114;
}
header nav > ul > li > ul   {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
header nav > ul > li > ul > li  {
    display: block;
    float: none;
    min-width: 200px;
    background-color: #ff7114;

}
header nav > ul > li > ul > li:hover    {
    opacity: 0.8;
}
header nav > ul > li > ul > li a    {
    color: #fff;
    padding: 8px;
    margin-bottom: 1px;
    line-height: 140%;
}

#mobileMenu {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 35px;
    right: 35px;
    background: url('../img/bgMobileMenu.png') center center no-repeat;
    display: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

#slider {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}
.slider .item   {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.slider .item img   {
    position: relative;
    z-index: 1020;
    width: 100%;
}

section#articles h2 a {
    background: url('../img/arrow2.png') center right no-repeat;
}
section#articles  {
    margin-bottom: 30px;
}
section#articles article.big    {
    position: relative;
    width: 31.57894736842105%;
    float: left;
    height: 0;
    padding-top: 36.40350877192982%;
    margin-right: 2.63157894736842%;
}
section#articles article.big img    {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
section#articles article.big div    {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
section#articles article.big div h2 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 20px;
    padding: 8px 20px;
    background: url('../img/bgBig1.png') top left repeat-x;
}
section#articles article.big:nth-child(2) div h2    {
    background: url('../img/bgBig3.png') top left repeat-x;
}
section#articles article.big div h2 a   {
    text-decoration: none;
    color: #fff;
    width: 95%;
    display: block;
    line-height: 21px;
}
section#articles article.big div p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 8px 20px;
    line-height: 140%;
    background: url('../img/bgBig2.png') top left repeat;
    min-height: 50px;
}
section#articles article.small  {
    border:1px solid #ff7114;
    position: relative;
    float: left;
    width: 31.57894736842105%;
    background-color: #ff7114;
    box-sizing: border-box;
    padding: 39px 0;
}
section#articles article.small:after    {
    display: block;
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right:1px;
    bottom:1px;
    border: 2px solid #fff;
}
section#articles article.small h2   {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    padding: 0px 20px 0px 35px;
    text-transform: uppercase;
    background: url('../img/newsIcon.png') center left no-repeat;
    margin-left: 20px;
    line-height: 29px;
    z-index: 1030;
    position: relative;
}
section#articles article.small h2 a {
    text-decoration: none;
    color: #fff;
    width: 90%;
    display: block;
    line-height: 29px;
}
section#articles article.small p   {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 140%;
    padding: 10px 20px;
    font-size: 12px;
}

section#awards  {
    clear: both;
}
section#awards h2  {
    color: #ff7114;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
section#awards .owl-carousel2 {
    width: 75%;
    float: left;
    margin: 20px 0;
    border-right: 1px solid #e5e5e5;
}
section#awards .owl-carousel2 div.owl-item   {
    height: 110px;
    vertical-align: middle;
    line-height: 110px;
}
section#awards #more   {
    float: left;
    width: 22%;
    height: 110px;
    margin: 20px 1%;
	text-align:left;
}
section#awards #more h2    {
    border: none;
}
section#awards #more > a {
    display: block;
    color: #ff7114;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
section#awards #more h2 a  {
    color: #ff7114;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
	padding-right:60px;
    background: url('../img/arrow.png') center right no-repeat;
}
section#specials  {

}
section#specials div.owl-item    {
    border:1px solid #e5e5e5;
    box-sizing: border-box!important;
    text-align: center;
    min-height: 280px;
}
section#specials div.owl-item div a {
    text-align: center;
}
section#specials h2  {
    color: #ff7114;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
section#specials h3 {
    color: #3c3c3c;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 20px 0 20px;
    margin-bottom: 5px;
    text-align: center;
}
section#specials h3 span    {
    color: #ff7114;
}
section#specials a  {
    text-decoration: none;
}

footer  {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
}
footer .wrapper div  {
    float: left;
    width: 25%;
    padding-right: 3%;
    box-sizing: border-box;
}
footer .wrapper div:last-of-type    {
    padding-right: 0;
}
footer .wrapper div h2  {
    color: #ff7114;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
footer .wrapper div p   {
    color: #3b3b3d;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 140%;
    padding: 5px;
}
footer .wrapper div p strong    {
    color: #ff7114;
    font-size: 16px;

}
footer .wrapper div p img {
    margin-right: 10px;
    max-width: 14px;
}
footer .wrapper div p span  {
    color: #ff7114;
}
footer .wrapper div p a   {
    color: #3b3b3d;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}
footer .wrapper div ul  {
    padding-left: 20px;
}
footer .wrapper div ul li a   {
    color: #3b3b3d;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}
footer .wrapper div ul li a:hover   {
    text-decoration: underline;
}
footer .wrapper div form#newsletter {
    margin: 10px 0;
}
footer .wrapper div form#newsletter input[type='text'] {
    width: 60%;
    float: right;
    float: left;
}
footer .wrapper div#newsletter-div  {
    width: 100%;
}
footer .wrapper div form#newsletter input[type='submit']    {
    width: 20%;
    float: right;
    background-color: #35b6e9;
    color: #fff;
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 5px;

}
footer aside    {
    clear: both;
    margin: 20px 0;
    width: 100%;
    padding: 10px 0 30px 0;
    border-top: 1px solid #e5e5e5;
}
footer aside p   {
    color: #3b3b3d;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 140%;
    padding: 5px 0;
    width: 50%;
    float: left;
}
footer aside p#realization  {
    float: right;
    text-align: right;
}
footer aside p#realization a    {
    color: #ff7114;
    text-decoration: none;
}


section#suppage {
    margin-top: 60px;
    padding-bottom: 50px;
}
section#suppage #left   {
    width: 26.31578947368421%;
    float: left;
    margin-right: 5.26315789473684%;
}
section#suppage #left section   {
    margin-bottom: 30px;
}
section#suppage #left section#catalogs img  {
    float: left;
    margin-right: 20px;
}
section#suppage #left section#catalogs h4   {
    color: #474747;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
section#suppage #left section#catalogs ul li {
    list-style: none;
    padding-right: 60px;
}
section#suppage #left section#catalogs ul li a    {
    color: #474747;
    /*font-size: 11px;*/
	font-size: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-right: 30px;
    text-decoration: none;
    line-height: 26px;
    padding: 5px 0;
    display: block;
}
section#suppage #left section#catalogs a#download   {
    background: url('../img/arrow5.png') center right no-repeat;
}
section#suppage #left section#catalogs a#show  {
    background: url('../img/arrow6.png') center right no-repeat;
}
section#suppage #left section#offerts p {
    line-height: 44px;
    color: #474747;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
section#suppage #left section#offerts p a   {
    line-height: 44px;
    color: #474747;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
}
section#suppage #left section#offerts p > img   {
    float: left;
    margin-right: 10px;
}
section#suppage #left section#offerts p a > img {
    margin-left: 10px;
}
section#suppage #left section#contact img   {
    float: left;
    margin-right: 10px;
}
section#suppage #left section#contact p {
    color: #474747;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
section#suppage #left section#contact p span    {
    color: #ff771d;
}
section#suppage #left section#contact p a   {
    color: #474747;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
}
section#suppage #content    {
    width: 68.42105263157895%;
    float: left;
}
section#suppage #content ul li   {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 140%;
    padding: 4px 0;
    margin-left: 25px;

}

section#suppage #content img    {
    width: 100%;

}
.left > a {
	background:none !important;
}
.right {

}
.left {

}
.galleryContainer {
	margin-top:30px;
}
.filesContainer > ul > li > div > a > img {
	 width: 5%!important;
	 float: left;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-top: 8px;
	max-width: 40px;
}
section#suppage #content table  {
    border: 1px solid #e5e5e5;
    margin: 20px 0;
    width: 100%;
}
section#suppage #content table tr:nth-child(1) th   {
    background-color: #f1f1f1;
}
section#suppage h1  {
    color: #ff7114;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}
section#suppage h2  {
    color: #ff7114;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
    margin-bottom: 20px;
    clear: both;
}
section#suppage h3  {
    color: #ff7114;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
    margin-bottom: 20px;
}
section#suppage ul li   {
    padding: 3px 0;
}
section#suppage ul li a   {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3c3c3c;
    font-size: 12px;
    text-decoration: none;
    padding-left: 20px;
    background: url('../img/arrow3.png') center left no-repeat;
}
section#suppage ul li a:hover   {
    color: #ff7114;
    background: url('../img/arrow4.png') center left no-repeat;
}
section#suppage ul li a.active  {
    color: #ff7114;
    background: url('../img/arrow4.png') center left no-repeat;
}

section#contact article {
    width: 33.3333333%;
    float: left;
    padding: 20px 0;
}
section#contact article p   {
    padding: 2px 0;
}
section#contact article p strong    {
    color: #ff7114;
    font-size: 16px;
}
section#contact article p span  {
    color: #ff7114;
}
section#contact article p img   {
    margin-right: 10px;
}
section#contact article p a {
    text-decoration: none;
    color: #3c3c3c;
}
section#contactForm p   {
    width: 33.33333%;
    float: left;
}
section#contactForm div.input {
    width: 33.33333%;
    float: left;
    margin-bottom:15px;
}
section#contactForm div.input-2 {
    width:100%;
}
#contact-div .main-msg {
    width:100%;
    text-align:center;
    padding:7.5px 0;
    margin-bottom:7.5px;
}
section#contactForm div.msg {
    margin-left:5%;
    width:95%;
}
section#contactForm div.msg ul.errors {
    margin-top:15px;
}
section#contactForm div.main-msg {
    width:100%;
}
section#contactForm div.main-msg span {
    color: #3c3c3c;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
}
section#contactForm .error,
#footer-contact .error {
    border:1px solid #ff7114;
}
section#contactForm input  {
	color: #3c3c3c;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    padding: 15px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    width: 95%;
    margin: 0 5% 0 0;
    font-size: 14px;
}
#footer-contact {
    width: 100%;
    float: none;
}
#footer-contact * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer-contact .input {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 5px;
}
#footer-contact input,
#footer-contact textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #e5e5e5;
    height: 30px;
    color: #3c3c3c;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
}
#footer-contact textarea {
    min-height: 60px;
    resize: none;
}
#footer-contact .submit {
    display: block;
    background: #fd7100;
    cursor: pointer;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
}
*::-webkit-input-placeholder {
    color: #444;
    opacity:1;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #444;
    opacity:1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #444;
    opacity:1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #444;
    opacity:1;
}
section#contactForm input:last-of-type  {
    margin-right: 0;
    margin-left: 5%;
}
section#contactForm input[type='submit']    {
    width: 30.33333%;
    margin: 20px 0;
    float: right;
    background-color: #ff7114;
    color: #fff;
    border: none;
    cursor: pointer;
}
section#contactForm select  {
    padding: 15px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    color: #3c3c3c;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    height:51px;
}
section#contactForm textarea    {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    height: 200px;
    color: #3c3c3c;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
section#subInfo article {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 30px 0;
}
section#subInfo article h4  {
    color: #35b6e9;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 3px;
}
section#subInfo article h5  {
    color: #3c3c3c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 4px;
}
section#subInfo article h6  {
    color: #ff7114;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-bottom: 20px;
}

section#subInfo article p, section#subInfo article p a   {
    padding: 0;
    color: #3c3c3c;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}

section#suppage  article.small {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 20px 20px 20px 0;
}
section#suppage  article.small img  {
    float: left;
    margin-right: 20px;
}
section#suppage  article.small h3   {
    margin-bottom: 0;
    border: none;
}
section#suppage  article.small p    {
    padding: 2px 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;

}
section#suppage  article.small p.smallTxt   {
    font-size: 10px;
}
section#suppage  article.small a    {
    color: #ff7114;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    background: url("../img/arrow5.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding: 4px 40px 0 4px;

    margin: 10px 0;
}
section#suppage  article.small ul   {
    margin: 20px 0;
}
#newsletter-div {
    width: 100%!important;
    margin: 10px 0;

}
#newsletter-div ul  {
    margin: 0;
    padding: 0!important;
    clear: both;
}
#newsletter-div ul li   {
    list-style: none;
    background-color: #ff7114;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
#contact-div ul.errors li    {
    list-style: none;
    background-color: #ff7114;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    width: auto;
}
#tips article   {
    margin-bottom: 60px;
}
#tips img   {
    float: left;
    max-width: 200px;
    margin-right: 20px;
    margin-top: 10px;
}
#tips header    {
    height: auto;
}
#tips h3    {
    margin-bottom: 0!important;
	padding-bottom:10px!important;
	font-size:14px!important
}
#tips a {
    float: right;
    font-family: 'Open Sans', sans-serif;
    color: #ff7114;
    text-decoration: none;
	font-size:12px;
	padding:10px;
}
.errorContainer {
    width:100% !important;
    margin-top:15px;
}

#map {
    height: 44px;
    padding: 28px 0;
    width: 100%;
    position:relative;
    z-index:99;
}
#map:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:block;
    background: url('../img/bgMap.jpg') top center no-repeat;
    background-position:100% auto;
    z-index:100;
}
#map-container .open:before {
    z-index:-1;
}
#map-container {
    position:relative;
}
.hide {
    display:none !important;
}
#map-container #showMap {
    text-align: center;
    border: none;
    color: #3c3c3c;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    padding: 10px;
    border: 1px solid #3c3c3c;
    width: 170px;
    display: block;
    cursor: pointer;
    z-index:101;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#map-container #showMap:hover {
    color:#ff7114;
    border:1px solid #ff7114;
}
#showMap {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-85px;
    margin-top:-22px;
}
#hideMap {
    /*margin:15px auto 0 auto;*/
    width:100% !important;
    background:#35b6e9;
    color:#fff;
    height:40px;
    line-height:40px;
    text-align:center;
    cursor:pointer;
    font-family: 'Roboto Slab',serif;
}
section#suppage.contact {
    margin-top: 60px;
}
.map iframe {
    width: 100%!important;
    height:300px;
}
#map.open   {
    padding: 0;
    height: 300px;
}
#map.open > h3  {
    display: none;

}
.map    {
    display: none;
}
#map.open .map  {
    display: block
}

.map h3 {
    width: 100%!important;
    color: #fff!important;
    border: none!important;
    background-color: #35b6e9;
    position: relative;
    top: -5px;
    cursor: pointer;
}
section#contactForm input[type='submit'],
footer .wrapper div form#newsletter input[type='submit'] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#mobileSearch {
    display:none;
    width:86%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
}
#mobileSearch input {
    padding: 12px 20px 12px 10px;
    font-size:12px;
    width:75%;
    height:44px;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mobileSearch button {
    height:44px;
    background: url(../img/iconSearchMobile.png) no-repeat;
    background-position:center center;
    width:22%;
    float:left;
    border:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.desktop {
    display:block;
}


#content #awards    {
    width: 100%;
}
#content #awards article div    {
    clear: both;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
#content #awards article div img    {
    max-width: 200px;
    float: left;
    margin-right: 20px;
}
.video-box {
    float:left;
    /*margin-top:25px;*/
	margin-top:35px;
    width:31.5789%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    /*height:193px;*/
    height: 220px;
    background:url(../img/video-box-bg.jpg) no-repeat;
    background-size:100% 100%;
    cursor:pointer;
}
.video-box:nth-child(4) .play-btn {
    top: 72px;
}
.video-box .title {
    font-size:1.25em;
    /*line-height:3;*/
    line-height: 1.7;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
   /* height:60px; */
   height: 33px;
}
.video-box .title .text {
    position:relative;
    z-index:2;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}
.video-box .title .overlay {
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:#000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index:1;
}
.video-box .play-btn {
    display:block;
    position:absolute;
    background:url(../img/video-box-play.png) no-repeat;
    width:86px;
    height:70px;
    left:50%;
    /*top:35px;
    margin-left:-43px;*/
    top: 47px;
    margin-left: -40px;
}
.video-box .play-btn:hover {
    background-position:0 -70px;
}
#video-popup {
    /*display:none;*/
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:10000;
}
#video-popup .overlay {
    width:100%;
    height:100%;
    background:#000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index:10000;
    position:relative;
}
#video-popup .video {
    width:552px;
    height:363px;
    /*width: 670px;
    height: 420px;*/
    background:#fff;
    position:absolute;
    z-index:10001;
    /*left:50%;*/
    left:47%;
    top:50%;
    margin-left:-276px;
    margin-top:-181.5px;
}
#video-popup .video-container {
	position:relative;
	z-index:1;
}
#video-popup #video-close {
	position:absolute;
	top:-15px;
	/*right:-15px;*/
	right:-30px;
	width:30px;
	height:30px;
	background:#ff7114;
	border:2px solid #ff7114;
	cursor:pointer;
	z-index:10;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	text-align:center;
	display:block;
	padding-top:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#video-popup #video-close:hover {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#video-popup #video-close:before {
	content:'\f00d';
	font-family: FontAwesome;
	color:#fff;
	font-size:16px;
}

/*FONTS -------------------------------

font-family: 'Open Sans', sans-serif;
100,300,400,700

font-family: 'Roboto Slab', serif;
300,400,700

*/


#specials .owl-carousel .owl-item img {
	width:auto!important;
	margin-top:10px;
	}

.search-article > article {
    border-bottom:1px solid #E5E5E5;
    padding: 10px 0;
}
.search-article h4 {
    color: #ff7114;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    padding: 5px 0;
}
.search-article a {
    color: #ff7114;
}
#more > .video-box {
	width: 100%;
	height: 155px;
	margin-top: 1px;
	left:15px;
}
#suppage > p {
	text-align:center !important;
	font-weight:700;
}
#offerts > h3 > a {
	text-decoration:none;
	color: #222226;
}
#offerts > h3 > a:hover {
	color: #ff7114;
}
#suppage > a >  img {
	width:100%;
}

.filesContainer  > ul  > li{
	list-style:none;
}

section#articles article.big:nth-child(2) div {display:none}
section#articles article.big:nth-child(2) img    {top:80px!important}


/**/
.textPopup {
  font:700 2.5em  'Open Sans', sans-serif;
  text-align: center;
  line-height: 50px;
  margin-top: 80px;
}
/**/
footer .wrapper div:nth-child(2) ul {
    display: none;
}
/**/
/**/
.langList .item-3{
    display: none;
}
/*
#topNav > ul > li:nth-child(7) {
    display: none;
}*/
/**/
.formSendBtn {
    display: block;  
    border:1px solid #fd7100;  
    background: #fd7100;  
    cursor: pointer;   
    width: 86%;
    text-align: center;
    height: 42px;   
    line-height: 30px;  
    font-family: 'Roboto Slab', serif;
    font-weight: 500;  
    color: #fff;   
    font-size: 16px; 
    text-transform:uppercase;
}
.validateBtn {
    transition: all 250ms ease-in;
    background: lightgrey;
    border:1px solid lightgrey;
    color:red;
}
.content-kariera .sucess {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    border: 1px solid green;
    width: 85%;
    display: none;
    transition: all 250ms ease-in;
}
.content-kariera .fail {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    border: 1px solid red;
    width: 85%;
        display: none;
    transition: all 250ms ease-in;
}
/**/
.mailSend {
    position: absolute;
    background: #ff7114;
    opacity: 0.9;
    left: 190px;
    right: 0;
    text-align: center;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    padding: 20px;
}
.mailSend p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.closeIcon {
    position: absolute;
    right: -12px;
    font-size: 30px;
    color: #000;
    top: -12px;
    cursor: pointer;
}
.content-kariera .failFile {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    border: 1px solid red;
    width: 85%;
        display: none;
    transition: all 250ms ease-in;
}
.textMargin {
    margin-bottom: 60px;
}
#contactForm .name {
    height: 25px;
    font-size: 16px; 
    width: 81% !important;
    margin-bottom: 15px;
}
#contactForm .email {
    height: 25px; 
    font-size: 16px; 
     width: 81% !important; 
     margin-bottom: 15px;
}
#contactForm .textarea {
    font-family: 'Open Sans', sans-serif;   
    border: 1px solid #e5e5e5; 
    color:#000;     
    font-weight: 400; 
    font-size:16px; 
    text-indent:10px;
    width: 84%;
}
.addFile {
    margin-top:20px; 
    margin-bottom:20px;
}
/**/
#awards #more .play-btn {
    display:none;
}
#awards #more .video-box .title {
    display: none;
}
#awards #more .video-box {
    display: none;
}