html, body {
    font: 12px Tahoma, Geneva, sans-serif;
    color: #5a5a5a;
    width: 100%;
    min-height: 100%;  
}

html {background: url('../images/public/body_bg.jpg') repeat-x left top #f7f7f7;}

a {
    text-decoration: none;
    color: #5a5a5a;
}

ul, ol {list-style: none;}

::-moz-selection {
       background-color: #ffa;
       color: #000;
}

::selection {
       background-color: #ffa;
       color: #000;
}

.lt {float: left;}
.rt {float: right;}

#wrapper {
    width: 980px;
    height: 100%;
    margin: 0 auto;
}

header {padding: 10px 0;}

header h1 {
	float: left;
	margin-bottom: 10px;	
}

header h1 a {
    display: block;
    width: 191px;
    height: 48px;
    background: url('../images/public/logo.png') no-repeat left top;
    text-indent: -99999px;
    overflow: hidden;
}

header .top_nav {
    float: right;
    margin: 22px 30px 0 0;
}

header .top_nav ul li {float: left;}

header .top_nav ul li a {
    background: url('../images/public/tmsep.gif') no-repeat right center;
    padding: 1px 10px;
}

header .top_nav ul li a:hover,
header .top_nav ul li .on {text-decoration: underline;}

header .top_nav ul li .en {
    background: url('../images/public/en.gif') no-repeat right center;
    padding-right: 25px;
}

header .top_nav ul li .bg {
    background: url('../images/public/bg.gif') no-repeat right center;
    padding-right: 25px;
}

header .top_nav ul li .off {display: none;}

header #login {
    float: right;
    width: 306px;
    margin-top: 8px;
}

header #login input {
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 110px;
    height: 27px;
    padding: 0 4px;
    color: #5a5a5a;
    font-size: 11px;
    background: url('../images/public/input_bg.jpg') repeat-x left top; 
    vertical-align: middle;
} 
/* me */
.buttoner,
.buttonmp {
    border: 1px solid #a8050e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px;
    color: #fff;
    font-size: 11px;
    /*background: -moz-linear-gradient(center bottom , #c10c16, #c90e18 49%, #d8131f 50%, #e01521 60%) repeat-x scroll 0 0 transparent;*/
    background: url('../images/public/button.png') repeat-x 0 0; 
    vertical-align: middle;
	position:relative;
	top:-1px;left:10px;
}
.buttonmp{
	top:5px;
}
.table-title{
	/*background: -moz-linear-gradient(center bottom , #fff, #f3f3f3 100%) repeat-x scroll 0 0 transparent;*/
    background: url('../images/public/table.png') repeat-x 0 0; 
	padding: 11px;
	border:1px solid #d3d3d3;
	text-align: center;
	color:#5a5a5a;
}
.table-row-even,
.table-row-odd{
	background: #fff;
	padding: 11px;
	border:1px solid #d3d3d3;
	text-align: left;
	color:#5a5a5a;
}
.table-row-odd{
	background: #f7f7f7;
}
/* me ends here */
header #login input:focus {background: #fff;}

header #login button {
    border: 1px solid #a8050e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 58px;
    height: 27px;
    font: 11px 'Open Sans', sans-serif; 
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
    background: url('../images/public/btn_bg.jpg') repeat-x left top;
    cursor: pointer;
}

header #login a {
    display: inline-block;
    margin: 9px 4px;
}

header #login a:hover {text-decoration: underline;}

header .menu {
    width: 980px;
    clear: both;
}

header .menu ul {
    width: 978px;
    height: 41px;
    background: url('../images/public/main_bg.jpg') repeat-x left top;
    border: 1px solid #1c7bda;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

header .menu ul li {
    float: left;
    height: 41px;
    border-left: 1px solid #3497e0;
    border-right: 1px solid #2dabfa;
}

header .menu ul li:first-child {border-left: none;}
header .menu ul li:last-child {border-right: none;}

header .menu ul li a {
    font: 12px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 41px;
    display: block;
    padding: 0 18px;
    transition: background 0.8s;
    -moz-transition: background 0.8s; 
    -webkit-transition: background 0.8s; 
    -o-transition: background 0.8s; 
}

header .menu ul li a:hover,
header .menu ul li .on{background: #1873cb;}

header .menu ul li form {padding: 8px 16px;}

header .menu ul li form input {
    border-top: 1px solid #1c7bda;
    border-left: 1px solid #1c7bda;
    border-bottom: 1px solid #1c7bda;
    border-right: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 162px;
    height: 24px;
    padding: 0 4px;
    vertical-align: middle;
    color: #5a5a5a;
}

header .menu ul li form button {
    width: 32px;
    height: 26px;
    background: url('../images/public/search_btn.gif') no-repeat left top;
    border: none;
    text-indent: -99999px;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
    margin-left: -2px;
}

.flexslider {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 980px; 
    height: 275px;     
    position: relative;
    background: #fff;
}

.flexslider .slides li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 980px;
    position: relative;
}

.flexslider .slides li > div {
    position: absolute;
    top: 90px;
    left: 0;
    width: 622px;
    max-height: 164px;
    padding: 10px 10px 10px 38px;
    background-color: rgba(27, 95, 162, 0.7);
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.flexslider .slides li > div h2 {
    font: italic 42px 'Open Sans', sans-serif;
    color: #fff;
    text-shadow: 1px 1px #0f3256;
    line-height: 50px;
}

.flexslider .slides li > div .text {
    color: #fff;
    font: italic 13px 'Open Sans', sans-serif;
    width: 540px;
}

.see {
    border: 1px solid #a8050e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 50px;
    height: 15px;
    padding: 6px 0;
    text-align: center;
    font: 11px 'Open Sans', sans-serif; 
    text-transform: uppercase;
    color: #fff;
    background: url('../images/public/btn_bg.jpg') repeat-x left top;
}    

.flexslider .slides li img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.flexslider .flex-control-nav {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #fff;
    padding: 10px 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.flexslider .flex-control-nav li {
    float: left;
    margin: 0 2px;
}

.flexslider .flex-control-nav li a {
    display: block;
    width: 10px;
    height: 10px;
    background: url('../images/public/navbtn.gif') no-repeat left top;
    text-indent: -99999px;
    overflow: hidden;
}

.flexslider .flex-control-nav li .flex-active {background: url('../images/public/navbtn.gif') no-repeat -13px top;}

.first_content {
    width: 100%;
    height: 302px;
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0;
    border: 1px solid #eee;
}

.first_content .first_news {
    float: left;
    width: 636px;
    padding: 10px;
}

.title_first {
    font: 14px 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.first_content .first_news ul {
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    background: url('../images/public/first_bg.jpg') no-repeat left top;
    padding: 0 10px;
    margin-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.first_content .first_news ul li {
    height: 66px;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
}

.first_content .first_news ul li:last-child {border-bottom: none;}

.first_content .first_news ul li > a {
    margin-right: 14px;
    width: 100px;
    height: 65px;
    overflow: hidden;
}

.date {
    color: #fff;
    background: #d3101a;
    font-size: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 3px;
}

.first_content .first_news ul li h2 {
    display: inline;
    margin-left: 10px;
}

.first_content .first_news ul li h2 a {
    font-size: 16px;
    color: #1975cd;
}

.first_content .first_news ul li h2 a:hover {text-decoration: underline;}

.first_content .first_news ul li .text {
    margin-top: 6px;
    font-size: 11px;
}

.first_content .first_right {
    float: right;
    width: 324px;
}

.first_content .first_right .map_link {
    width: 100%;
    height: 209px;
    background: url('../images/public/map.jpg') no-repeat left top;
    position: relative;
    overflow: hidden;
}

.first_content .first_right .map_link .title_first {margin: 10px 0 0 12px;}

.first_content .first_right .map_link p {
    position: absolute;
    bottom: 14px;
    left: 12px;
}

.first_content .first_right .map_link p .see {
    display: inline-block;
    margin-left: 4px;
}

.first_content .first_right .sertificate {
    width: 100%;
    height: 92px;
    line-height: 92px;
    background: url('../images/public/sertificat_bg.jpg') no-repeat left top #e6e6e6;
    border-top: 1px solid #f5f5f5;
    text-align: center;
}

.first_content .first_right .sertificate img {vertical-align: middle; width: 149px;}

.breadcrumb {margin-bottom: 10px;}

.breadcrumb a{text-decoration: underline;}

#content {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f0f0f0;
    min-height: 272px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
}

#content .side_nav {
    float: left;
    width: 225px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 2px 3px #dfdfdf;
    -webkit-box-shadow: 0 0 2px 3px #dfdfdf;
    box-shadow: 0 0 2px 3px #dfdfdf;
}

#content .side_nav ul li a {
    display: block;
    height: 44px;
    padding: 0 16px;
    font: 14px/44px 'Open Sans', sans-serif;
    border-bottom: 1px solid #e6e6e6;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #fbfbfb 51%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fbfbfb), color-stop(51%,#fbfbfb), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 50%,#fbfbfb 51%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#fbfbfb 50%,#fbfbfb 51%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#fbfbfb 50%,#fbfbfb 51%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#fbfbfb 50%,#fbfbfb 51%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

#content .side_nav ul li:last-child a {border-bottom: none;}

#content .side_nav ul li a:hover {
    color: #1975cd;
    background: #e9e9e9; /* Old browsers */
    background: -moz-linear-gradient(top, #e9e9e9 0%, #ededed 33%, #f3f3f3 66%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(33%,#ededed), color-stop(66%,#f3f3f3), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9e9e9 0%,#ededed 33%,#f3f3f3 66%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9e9e9 0%,#ededed 33%,#f3f3f3 66%,#f7f7f7 100%); /* Opera 11.10+ */    
    background: -ms-linear-gradient(top, #e9e9e9 0%,#ededed 33%,#f3f3f3 66%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e9e9e9 0%,#ededed 33%,#f3f3f3 66%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

#content .side_nav ul li .on {color: #1975cd;}

#content .docs {
    float: left;
    width: 205px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 2px 3px #dfdfdf;
    -webkit-box-shadow: 0 0 2px 3px #dfdfdf;
    box-shadow: 0 0 2px 3px #dfdfdf;
    background: #fff;
    margin-top: 14px;
}

#content .docs h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

#content .docs ul li {
    padding-left: 38px;
    min-height: 31px;
    margin: 10px 0;
}

#content .docs ul .pdf {background: url('../images/public/pdf.jpg') no-repeat left center;}
#content .docs ul .doc {background: url('../images/public/doc.jpg') no-repeat left center;}

#content .content_main {
    float: right;
    width: 696px;
    min-height: 500px;
    padding: 10px;
    background: #fff;
    height: 100%;
}

#content .content_main .functions {
    overflow: hidden;
    float: right;
    width: 100%;
}

#content .content_main .functions li {
    float: right;
    margin-left: 5px;
}

#content .content_main .functions li a {
    display: block;
    width: 24px;
    height: 21px;
    text-indent: -99999px;
    overflow: hidden;
}

#content .content_main .functions li #print {background: url('../images/public/functions_bg.jpg') no-repeat left top;}
#content .content_main .functions li #mailto {background: url('../images/public/functions_bg.jpg') no-repeat -27px top;}
#content .content_main .functions li #size_down {background: url('../images/public/functions_bg.jpg') no-repeat -85px top;}
#content .content_main .functions li #size_up {background: url('../images/public/functions_bg.jpg') no-repeat -57px top;}

.content_title {font: italic 24px 'Open Sans', sans-serif;}

#content .content_listing {margin: 20px 0;}

/*------------------------------*/
#content .help article {
	height: auto;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
}

#content .help article h2 a:hover {text-decoration: underline;}

#content .help article .text {
	display: none; 
	float: none !important;	
	width: 100% !important;
}

#content .help article p{font-style: italic;}

#content .help article:hover {background: #fafafa;}

#content .help article:last-child {border-bottom: none;}

#content .help article h2 {margin: 10px 0;}

#content .help article h2 a {
	font: 20px 'Open Sans', sans-serif;
	line-height: 23px;	
}

#content .help article h2 a:hover {color: #1975cd;}

#content .help article .text {
	overflow: hidden;
	float: right;
}

/*------------------------------*/

#content .content_listing article{
    height: 120px;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
}

#content .careers_list article {height: 80px;}

#content .careers_list article p{font-style: italic;}

#content .content_listing article:hover {background: #fafafa;}

#content .content_listing article:last-child {border-bottom: none;}

#content .content_listing article figure {
    float: left;
    margin-right: 20px;
}

#content .content_listing article h2 {margin: 10px 0;}

#content .content_listing article h2 a {
	font: 20px 'Open Sans', sans-serif;
	line-height: 23px;	
}

#content .content_listing article h2 a:hover {color: #1975cd;}

#content .content_listing article .text {
	width: 512px;
	float: right;
}

#content .content_detail figure,
#content .news_detail figure {
    float: left;
    margin-right: 20px;
    width: 183px;
}

#content .content_detail > h2,
#content .news_detail > h2,
#content .careers_detail > h2,
#content .net > h2 {
    font: 20px 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

#content .content_detail .text,
#content .news_detail .text {
    width: 492px;
    float: right;
    overflow: hidden;
}
#content .content_detail .text a,
#content .news_detail .text a {
	text-decoration:underline;
}

#content .news_detail .goback,
#content .content_detail .goback {
    clear: both;
    float: left;
    margin: 30px 0 0 204px;
}

#content .careers_detail .text {
    width: 100%;
    overflow: hidden;   
}

.text table tr td {
	border: 1px solid #d3d3d3; 
    vertical-align: middle;
    padding: 2px;
}

.text table tr:nth-child(odd) {background: #F7F7F7;}

.text a {color: inherit; text-decoration: none !important;}

.text ul {
	list-style: disc inside none;
	margin-left: 2px;	
}

.text ul > li > ul { 
	margin-left: 18px;
	list-style: circle inside none;
} 

#content .careers_detail .apply {
    text-align: center;
    padding: 20px 0;
}

#content .careers .content_listing .list_gallery li {
    float: left;
    width: 140px;
    height: 185px;
    margin: 0 8px 12px 8px;
    overflow: hidden;
}

#content .careers .content_listing .list_gallery li a > img {
    width: 140px;
    height: 105px;
}

#content .careers .content_listing .view_gallery li {
    float: left;
    margin: 0 16px 18px 16px;
}

#content .careers .content_listing .list_gallery li h3 {margin: 2px 0;}

#content .careers .content_listing .list_gallery li h3 a {font: 14px 'Open Sans', sans-serif;}    

#content .careers .content_listing .list_gallery li p {margin: 2px 0;}

#content .careers .sitemap > li> a {font-weight: bold;}

#content .careers .sitemap li ul {margin-left: 30px;}

#content .careers .sitemap li ul {list-style: disc;}

#content .careers .sitemap li ul li {margin: 2px 0;}

#content .careers .sitemap a:hover {text-decoration: underline;}

#content .net > img {
    clear: both;
    padding: 20px 0;
    margin: 0 auto;
    display: block;
}

#content .net #map {
    margin: 30px auto;
    width: 926px; 
    height: 460px;
}

#content .net form select {
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 190px;
    color: #5a5a5a;
    margin-left: 26px;   
    padding: 4px 0;
    box-sizing: content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    background: #e7e8e8; /* Old browsers */
    background: -moz-linear-gradient(top, #e7e8e8 0%, #f1f2f2 31%, #f9fafa 65%, #f9fafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e8e8), color-stop(31%,#f1f2f2), color-stop(65%,#f9fafa), color-stop(100%,#f9fafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e7e8e8 0%,#f1f2f2 31%,#f9fafa 65%,#f9fafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e7e8e8 0%,#f1f2f2 31%,#f9fafa 65%,#f9fafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e7e8e8 0%,#f1f2f2 31%,#f9fafa 65%,#f9fafa 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e7e8e8 0%,#f1f2f2 31%,#f9fafa 65%,#f9fafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e8e8', endColorstr='#f9fafa',GradientType=0 ); /* IE6-9 */
}

#content .net #network-map {
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: underline;
}

#content .net #network-map:hover {text-decoration: none;}

#content .net ol{clear: both;}

#content .net ol li {margin: 2px 0;}

#content .net ol li a:hover {text-decoration: underline;}

#content .net .view_toggle {
    display: block;
    clear: both;
}

#content .contacts {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
}

#content .contacts aside {
    float: left;
    width: 272px;
    height: 400px;
    background: url('../images/public/address_bg.jpg') no-repeat right center;
}

#content .contacts aside .content_title {margin-bottom: 20px;}

#content .contacts section {
	float: right;
    width: 626px;
    padding: 20px;
}

#content .contacts .apply {
	float: none;
	 margin: 0 auto;
}

#content .contacts section form {margin: 30px 0;}

#content .contacts section form p {font: 20px 'Open Sans', sans-serif;}

#content .contacts section form input,
#content .contacts section form #file {
    width: 286px;
    height: 27px;
    padding: 0 10px;
    margin: 6px 0;
    border: 1px solid #c3c3c3;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #5a5a5a;
    background: #e7e8e8; /* Old browsers */
    background: -moz-linear-gradient(top, #e7e8e8 0%, #f1f2f2 31%, #f9fafa 65%, #f9fafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e8e8), color-stop(31%,#f1f2f2), color-stop(65%,#f9fafa), color-stop(100%,#f9fafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e7e8e8 0%,#f1f2f2 31%,#f9fafa 65%,#f9fafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e7e8e8 0%,#f1f2f2 31%,#f9fafa 65%,#f9fafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e7e8e8 0%,#f1f2f2 31%,#f9fafa 65%,#f9fafa 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e7e8e8 0%,#f1f2f2 31%,#f9fafa 65%,#f9fafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e8e8', endColorstr='#f9fafa',GradientType=0 ); /* IE6-9 */
}

#content .contacts section form input[readonly] {background: #eee;}

#content .contacts section form .file_input {
    width: 308px;
    height: 33px;
    position: relative;
    overflow: visible;
    padding: 0;
    text-align: left;
}

#content .contacts section form .file_input #document {
    width: auto;
    opacity: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

#content .contacts section form .file_input #file {
    position: absolute;
    text-align: left;
    float: right;
    line-height: 27px;
}

#content .contacts section form .file_input span {
    background: #666;
    display: inline-block;
    padding: 8px 12px 8px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px #999;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    text-shadow: 0 -1px 1px #222;
    border-bottom: 1px solid #222;
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer; 
}

#content .contacts section form textarea {
    width: 604px;
    height: 110px;   
    padding: 5px 10px;
    border: 1px solid #c3c3c3;
    font: 14px Tahoma, Geneva, sans-serif;
    color: #5a5a5a;
    margin-top: 6px;
    resize: none; 
    text-indent: 0;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #e7e8e8; /* Old browsers */
    background: -moz-linear-gradient(top, #e7e8e8 0%, #f1f2f2 31%, #f9fafa 65%, #f9fafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e8e8), color-stop(31%,#f1f2f2), color-stop(65%,#f9fafa), color-stop(100%,#f9fafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e7e8e8 0%,#f1f2f2 31%,#f9fafa 65%,#f9fafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e7e8e8 0%,#f1f2f2 31%,#f9fafa 65%,#f9fafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e7e8e8 0%,#f1f2f2 31%,#f9fafa 65%,#f9fafa 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e7e8e8 0%,#f1f2f2 31%,#f9fafa 65%,#f9fafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e8e8', endColorstr='#f9fafa',GradientType=0 ); /* IE6-9 */   
}   

#content .contacts section form input:focus,
#content .contacts section form textarea:focus {background: #fff;}

#content .contacts section form div {
    text-align: center;
    padding: 10px 0;
    width: 624px;
    overflow: hidden;
}

#content .contacts section form div button {
    border: none;
    cursor: pointer;
}

#content .contacts p{
	font-style:normal;
}

#content .careers {
   	min-height: 500px; 
    padding: 10px;
    background: #fff;
    height: 100%; 
    width: 938px;
 	overflow: hidden;
}

#content .success p {
	font: 20px 'Open Sans',sans-serif;
	text-align: center;
}

#content .success p a {text-decoration: underline;}

.paginator {
    float: right;
    clear: both;
    width: 716px;
    text-align: center;
}

.paginator_careers {
    clear: both;
    text-align: center;
}

.pagination {
    margin: 16px auto;
    display: inline-block;  
}
    
.pagination li {
    float: left;
    margin: 0 2px;
}

.pagination li a {
    display: block;
    width: 22px;
    height: 19px;
    line-height: 19px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #666;
    color: #fff;
    text-align: center;
}

.pagination li .page_back {
    background: url('../images/public/arrowb.gif') no-repeat center center #d3101a;
    text-indent: -99999px;
    overflow: hidden;
}
.pagination li .page_foward {
    background: url('../images/public/arrowf.gif') no-repeat center center #d3101a;
    text-indent: -99999px;
    overflow: hidden;
}

.pagination li .active {background: #d3101a;}

.goback {
    background: url('../images/public/goback.gif') no-repeat left center;
    padding: 3px 0 3px 30px;
}

.btn {
    background: url('../images/public/btn_bg.jpg') repeat-x left center;
    padding: 3px 12px;
    color: #fff;
    font: 14px 'Open Sans', sans-serif;
    border: 1px solid #a8050e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#flash_messages {position: relative;}

#flash_messages ul .close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    background: url('../images/public/close.png') no-repeat left top;
    text-indent: -99999px;
    overflow: hidden;
    cursor: pointer;
}

footer {
    width: 980px;
    overflow: hidden;
    padding-bottom: 20px;
}

footer .social {
    width: 960px; 
    height: 25px;
    line-height: 25px;
    background: url('../images/public/footer_bg.jpg') repeat-x left top;
    border: 1px solid #1c7bda;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 10px;
}

footer .social p,
footer .social p a {
    color: #fff;
    font: 11px/25px 'Open Sans', sans-serif;  
}

footer .social p a:hover {text-decoration: underline;}

footer .social .lt a {
    display: inline-block;
    text-indent: -99999px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 3px;
}

footer .social .lt #fb {background: url('../images/public/social_ico.png') no-repeat  2px top; margin-left: 20px;}
footer .social .lt #twitter {background: url('../images/public/social_ico.png') no-repeat  -19px top;}
footer .social .lt #in {background: url('../images/public/social_ico.png') no-repeat  -40px top;}

footer nav ul li {
    float: left;
    background: url('../images/public/tmsep.gif') no-repeat left center;
    padding: 0 8px;
}

footer nav ul li:first-child {
    background: none;
    padding-left: 0;
}

footer nav ul li a:hover {text-decoration: underline;}

footer span {
    background: url('../images/public/phone.png') no-repeat left center;
    padding: 2px 0 2px 18px;
}

/* Google recaptcha */
.g-recaptcha div {
    text-align: initial !important;
}

#cookie_policy {
        display:none;
        font-size:12px;
        float:left;
        width:100%;
        position:fixed;
        bottom:0;
        left:0;
        text-align:center;
        padding:10px 0;
        color:white;
        background:rgba(0, 0, 0, 0.8);
        z-index:9999;
}
#cookie_policy a {
        color: orange;
}

#accept_cookies {
        margin-top: 10px;
        background:#00AF66;
        padding:4px 10px !important;
		height:30px !important;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
        -webkit-transition:0.3s;
        -o-transition:0.3s;
        transition:0.3s;
        color: #fff;
        border: none;
        font-size: 1.2em;
		border-radius:4px !important;
        cursor: pointer;
		box-sizing: content-box !important;
}
