@import url('normalize.min.css');
@import url('fonts/fonts.css');
 html, button, input, select, textarea {
    color: #222;
    outline: none;
    border: 0;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    outline: none !important;
    border: 0;
}
body {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
    background: #0a0e0c;
}
b {
    font-weight: normal;
    line-height: 16px;
}
::-moz-selection {
    background: #7cb900;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #7cb900;
    color: #fff;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
a, input[type="text"], input[type="text"]:focus, textarea:focus {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}
textarea {
    resize: vertical;
}
ul, li {
    list-style: none;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    outline: 0;
}
.chromeframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
    z-index: 9999;
}
.mT20 {
    margin-top: 20px !important;
}
/* ==========================================================================
   Author: Aslan Ünal
   ========================================================================== */

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a0e0c;
    z-index: 9999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../images/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.middle {
    width: 960px;
    position: relative;
    margin: 0;
    padding: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    behavior: url("boxsizing.htc");
}
#header {
    position: relative;
    z-index: 900;
    float: left;
    width: 100%;
    height: 125px;
}
#logo {
    position: absolute;
    top: 30px;
    left: 0;
    width: 298px;
    height: 29px;
}
#logo a {
    float: left;
    width: 298px;
    height: 29px;
    background: url("../images/logo.png") no-repeat left center;
}
body.en #logo {
    width: 289px;
}
body.en #logo a {
    width: 289px;
    background: url("../images/logo-en.png") no-repeat left center;
}
.lt-ie8 #logo a {
    display: block;
    float: none;
    height: auto;
}
#language {
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0;
}
#language li {
    float: left;
    text-align: center;
}
#language li a {
    float: left;
    font-family: 'dinpro';
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #bbb;
    width: 27px;
    height: 27px;
}
#language li.selected a {
    color: #fff;
    background: #E32112;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url("PIE-2.0beta1/PIE.htc");
}

/*main menü*/
#nav {
    position: absolute;
    top: 90px;
    left: 0;
}
#nav>ul {
    margin: 0;
}
#nav>ul>li {
    position: relative;
    float: left;
    padding: 0 32px;
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
}
.lt-ie9 #nav>ul>li {
    padding: 0 31px !important;
}
#nav>ul>li:before, #nav>ul>li .before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 12px;
    margin-top: 5px;
    background: #525655;
}
#nav>ul>li:last-child:after, #nav>ul>li:last-child .after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: -5px;
    width: 1px;
    height: 12px;
    margin-top: 5px;
    background: #525655;
}
#nav>ul>li>a {
    font-family: 'dinpro';
    font-weight: 500;
    font-size: 16px;
    color: #ededed;
}
#nav>ul>li>a:hover {
    color: #fff;
}
#nav>ul>li.selected {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 13px 33px 7px 32px;
    margin: -13px -1px -7px 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    behavior: url("PIE-2.0beta1/PIE.htc");
}
.lt-ie9 #nav>ul>li.selected {
    border-radius: 5px;
    padding: 13px 32px 7px 31px !important;
}
#nav>ul>li.selected:before, #nav ul>li.selected .before {
    display: none;
}
#nav ul>li.selected:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0a0e0c;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    top: auto;
    right: -10px;
    bottom: -3px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
    behavior: url("PIE-2.0beta1/PIE.htc");
}
#nav>ul>li:nth-child(5).selected:after, #nav>ul>li:last-child.selected:after {
    right: auto;
    left: -10px;
    border-left: 0;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
}
.ie #nav ul>li.selected:after {
    display: none;
}
#nav>ul>li.selected>a {
    color: #000;
}
#nav>ul>li.selected>a:hover {
    color: #000;
}
#nav>ul>li>ul {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    margin: 7px 0 0 0;
    padding: 0;
    width: 200px;
    background: #edecea;
    border: 6px solid #fff;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    behavior: url("PIE-2.0beta1/PIE.htc");
    -webkit-box-shadow: 7px 7px 4px -3px rgba(66, 66, 66, 0.30);
    -moz-box-shadow: 7px 7px 4px -3px rgba(66, 66, 66, 0.30);
    box-shadow: 7px 7px 4px -3px rgba(66, 66, 66, 0.30);
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
}
.lt-ie9 #nav>ul>li>ul {
    margin: 0;
}
.lt-ie8 #nav>ul>li>ul {
    margin: 27px 0 0 0;
}
#nav>ul>li:nth-child(5)>ul {
    min-width: 250px;
}
#nav>ul>li:nth-child(5)>ul, #nav>ul>li:last-child>ul {
    left: auto;
    right: 0;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
#nav>ul>li>ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    margin: -1px;
    border: 1px solid #ccccca;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url("PIE-2.0beta1/PIE.htc");
}
#nav>ul>li>ul>li {
    padding: 0 10px;
    position: relative;
    display: block;
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
}
#nav>ul>li>ul>li:after, #nav>ul>li>ul>li .after {
    content: '';
    float: left;
    width: 100%;
    border-bottom: 1px dashed #c0bebf;
}
#nav>ul>li>ul>li:last-child:after, #nav>ul>li>ul>li.last:after {
    border-bottom: 0;
}
#nav>ul>li>ul>li>a {
    display: block;
    color: #444;
    font-family: Arial;
    font-size: 11px;
    line-height: 12px;
    padding: 7px 5px;
    margin: 10px 0 5px 0;
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
}
#nav>ul>li>ul>li:hover>a {
    position: relative;
    color: #fff;
    background: #d22127;
    margin: 10px -5px 5px -5px;
    padding: 7px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url("PIE-2.0beta1/PIE.htc");
}
#nav>ul>li>ul>li:hover>a:before, #nav>ul>li>ul>li:hover>a .before {
    font-family: 'icomoon';
    content: "\e000";
    position: absolute;
    right: 5px;
}
.container {
    float: left;
    width: 100%;
    overflow: hidden;
}
/* banner */
.banner {
    position: relative;
    max-width: 1720px;
    margin: 0 auto !important;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -wbkit-border-radius: 10px;
    behavior: url("PIE-2.0beta1/PIE.htc");    
}
.banner figure {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -wbkit-border-radius: 10px;
    behavior: url("PIE-2.0beta1/PIE.htc");
}
.banner figcaption {
    position: relative;
    width: 960px;
    margin: 0 auto;
    font-family: 'raleway';
}
.banner figcaption div {
    position: absolute;
    top: 130px;
    left: 0;
}
.banner figcaption h2 {
    font-size: 52px;
    line-height: 52px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}
.banner figcaption h2 strong {
    font-weight: 800;
}
.banner figcaption p {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}
.banner figcaption .button {
    position: relative;
    z-index: 102;
    float: left;
    background: #e32112;
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    padding: 5px 30px;
    margin-top: 10px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -wbkit-border-radius: 20px;
    behavior: url("PIE-2.0beta1/PIE.htc");
}
.banner figcaption .button:hover {
    background: #0a0e0c;
}
.banner figure img {
    width: 100%;
    min-height: 300px;
}
.banner #banner-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 17px;
    overflow: hidden;
}
.banner #banner-pager a {
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 11px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -wbkit-border-radius: 50%;
    behavior: url("PIE-2.0beta1/PIE.htc");
}
.banner #banner-pager a span {
    float: left;
    margin: 3px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -wbkit-border-radius: 50%;
    behavior: url("PIE-2.0beta1/PIE.htc");
}
.banner #banner-pager .cycle-pager-active {} .banner #banner-pager .cycle-pager-active span {
    border: 3px solid #fff;
    margin: 0;
    background: none;
}

.banner #bannerControl a {
    z-index: 101;
    position: absolute;
    top: 37%;
    width: 80px;
    height: 100px;
    color: #fff;
    display: inline-block;
}
.banner #bannerControl a img {
    width: 100%;
    height: auto;
}
.banner #bannerControl .controlLeft {
    left: 0;
}
.banner #bannerControl .controlRight {
    right: 0;
}

/*news*/
.news {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0 0 0;
}
.news .cycle-slideshow {
    margin-bottom: 35px;
}
.news figure {
    padding: 0;
    width: 273px;
    height: 196px;
    margin-right: 5em;
    white-space: normal;
}
.news figcaption {
    position: relative;
    float: left;
}
.news figcaption h3 {
    font-family: 'dinpro';
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0;
    letter-spacing: -1px;
}
.news figcaption p {
    font-size: 11px;
    line-height: 12px;
    color: #858786;
    font-family: Arial;
    margin: 0;
    padding: 0;
}
.news figcaption .button {
    font-family: Arial;
    position: relative;
    float: left;
    color: #F1E7D0;
    font-size: 11px;
    line-height: 12px;
    margin-top: 12px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.news figcaption .button:hover {
    color: #fff;
}
.news figcaption .button:before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 80%;
    border-bottom: 1px dotted #F1E7D0;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.news figcaption .button:hover:before {
    border-bottom: 1px dotted #fff;
}
.news figcaption .button span {
    color: #ab1d22;
    font-size: 22px;
    margin: -5px 0 0 0;
    float: right;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.news figcaption .button:hover span {
    color: #dc8083;
}
.news figcaption .button span:before {
    margin-left: 8px;
}
.news #news-pager {
    text-align: center;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 1px;
    overflow: hidden;
}
.news #news-pager a {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    width: 8px;
    height: 3px;
    margin: 0 2.5px;
    background: #25262c;
}
.news #news-pager .cycle-pager-active {
    width: 14px;
    background: #ab1d22;
}
.news #newsControl {
    position: relative;
    z-index: 100;
    height: 15px;
    border: 1px solid #282b2a;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -wbkit-border-radius: 10px;
    behavior: url("PIE-2.0beta1/PIE.htc");
}
.news #newsControl a {
    position: absolute;
    z-index: 101;
    bottom: 1px;
    color: #fff;
    display: inline-block;
}
.news #newsControl a:before {
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
}
.news #newsControl .controlLeft {
    left: 5px;
}
.news #newsControl .controlRight {
    right: 5px;
}

/*content*/
.container#content {
    min-height: 200px;
    background: url('../images/subHead.jpg') top center no-repeat;
}

/*breadcrumb*/
.container#content .breadcrumb {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.container#content .breadcrumb li {
    float: left;
    position: relative;
}
.container#content .breadcrumb li a {
    position: relative;
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
    color: #fff;
    margin-right: 10px;
}
.container#content .breadcrumb li a:after {
    float: right;
    position: relative;
    font-family: "icomoon";
    content: "\e008";
    font-size: 6px;
    color: #FFBFBF;
    margin: 9px 10px 0 0;
}
.container#content .breadcrumb li:last-child a {
    color: #FFBFBF;
    text-decoration: none;
}
.container#content .breadcrumb li:last-child a:after {
    display: none;
}

/*container*/
.container#content .contentCol {
    float: left;
    width: 670px; /*710*/
    min-height: 300px;
    padding: 20px;
    background: #fff;
    color: #666666;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -wbkit-border-radius: 10px;
    text-align: justify;
}
.container#content .contentCol.full {
    width: 920px;
}
.container#content .contentCol h2 {
    float: left;
    width: 100%;
    color: #000;
    font-family: 'dinpro';
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    margin: 0;
}
.container#content .contentCol .contentImg {
    float: left;
    width: 694px;
    height: 300px;
    margin: 20px -15px;
    overflow: hidden;
    border: 3px solid #0A0E0C;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -wbkit-border-radius: 2px;
    behavior: url("PIE-2.0beta1/PIE.htc");
}
.container#content .contentCol .contentImg.map {
    width: 948px;
    background: #000;
}
.container#content .contentCol .contentImg img {
    width: 100%;
    max-width: 694px;
    height: auto;
}
.container#content .contentCol h3 {
    float: left;
    color: #0A0D0C;
    width: 100%;
    font-family: 'dinpro';
    font-weight: 400;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: -0.3px;
    border-bottom: 1px dotted #b9b9b9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.container#content .contentCol p {
    font-size: 12px; 
    line-height: 15px;
    color:#868686;
    font-weight: normal;
}
.container#content .contentCol p a,
.container#content .contentCol p u { 
    color:#f25d57;
    text-decoration: underline;
}
.container#content .contentCol p a:hover {
    color:#f17f7a;
}
.container#content .contentCol p.big {
    color:#494949;
    font-family: 'dinpro';
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0;
}
.container#content .contentCol p.bold {
    font-size: 22px !important;
    line-height: 22px !important;
    font-family: 'dinpro';
    font-weight: 400;
    color: #0a0e0c;
}
.container#content .contentCol .docList {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}
.container#content .contentCol .docList li {
    float: left;
    width: 305px;
    margin: 0 30px 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #B9B9B9;    
}
.container#content .contentCol .docList li a {
    color: #888888;
    font-size: 11px;
    line-height: 11px;
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
}
.container#content .contentCol .docList li a:before, .container#content .contentCol .docList li a .before {
    content: '';
    float: left;
    width: 51px;
    height: 51px;
    margin-right: 8px;
    background: url('../images/sprite.png') no-repeat -377px -86px;
}
.container#content .contentCol .docList li a[href$=".pdf"]:before, .container#content .contentCol .docList li a[href$=".PDF"]:before, .container#content .contentCol .docList li a[href$=".pdf"] .before, .container#content .contentCol .docList li a[href$=".PDF"] .before {
    background-position: 0 -86px;
}
.container#content .contentCol .docList li a[href$=".doc"]:before, .container#content .contentCol .docList li a[href$=".DOC"]:before, .container#content .contentCol .docList li a[href$=".docx"]:before, .container#content .contentCol .docList li a[href$=".DOCX"]:before, .container#content .contentCol .docList li a[href$=".doc"] .before, .container#content .contentCol .docList li a[href$=".DOC"] .before, .container#content .contentCol .docList li a[href$=".docx"] .before, .container#content .contentCol .docList li a[href$=".DOCX"] .before {
    background-position: -102px -86px;
}
.container#content .contentCol .docList li a[href$=".xls"]:before, .container#content .contentCol .docList li a[href$=".XLS"]:before, .container#content .contentCol .docList li a[href$=".xlsx"]:before, .container#content .contentCol .docList li a[href$=".XLSX"]:before, .container#content .contentCol .docList li a[href$=".xls"] .before, .container#content .contentCol .docList li a[href$=".XLS"] .before, .container#content .contentCol .docList li a[href$=".xlsx"] .before, .container#content .contentCol .docList li a[href$=".XLSX"] .before {
    background-position: -51px -86px;
}
.container#content .contentCol .docList li a span {
    display: block;
}
.container#content .contentCol .docList li a span.text {
    color: #000;
    padding: 7px 0;
}

/* pagination*/
.pagination {
    float: right;
}
.pagination a {
    color: #878787;
    font-family: Arial;
    font-size: 11px;
    line-height: 10px;
    display: inline-block;
    padding: 6px;
    border: 1px solid #c7c7c7;
    background: url('../images/paginationBg.gif') 0 0 repeat-x;
}
.pagination a:hover {
    border: 1px solid #ff0000;
}
.pagination a.active {
    background-position: 0 -22px;
    border: 1px solid #ff0000;
    color: #fff;
}
.pagination .more {
    font-size: 12px;
    color: #336599;
    background: none;
    border: 0;
    padding: 6px 0;
}
.pagination a.prev:before, .pagination a.next:before {
    font-family: 'icomoon';
    content: '\e001';
    font-size: 8px;
    line-height: 7px;
    margin: 0 5px 0 0;
}
.pagination a.next:before {
    float: right;
    content: '\e001';
    margin: 1px 0 0 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

/* submenu */
.container#content .subMenuCol {
    float: left;
    padding-left: 10px;
    width: 240px;
    background: url('../images/subMenuBg.jpg');
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.container#content .subMenuCol .pattern {
    float: left;
    background: url('../images/subMenuPattern.png');
    width: 188px;
    min-height: 200px;
    padding: 20px;
    margin: 0 0 10px 0;
    border: 1px solid #720c07;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.container#content .subMenuCol h4 {
    font-family: 'dinpro';
    font-weight: 700;
    color: #fff;
    font-size: 23px;
    line-height: 23px;
    margin: 0;
}
.container#content .subMenuCol ul {
    margin: 10px 0 0 0;
}
.container#content .subMenuCol ul li {
    border-bottom: 1px dotted #d61a0d;
    padding: 10px 0;
}
.container#content .subMenuCol ul li:last-child {
    border: 0;
    padding-bottom: 0;
}
.container#content .subMenuCol ul li a {
    display: block;
    color: #FFBFBF;
    font-family: Arial;
    font-size: 11px;
}
.container#content .subMenuCol ul li.selected a, .container#content .subMenuCol ul li:hover a {
    color: #fff;
}
/* mediaGallery */
.container#content .mediaGallery {
    float: left;
    width: 100%;
}
.container#content .mediaGallery li,
.container#content .contentCol .img {
    position: relative;
    float: left;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    margin: 0 10px 10px 0;
}
.container#content .contentCol .img.left {
    margin: 0 10px 0 0; 
}
.container#content .contentCol .img.right {
    float: right;
    margin: 0 0 0 10px;
}

.container#content .mediaGallery li:hover {
    border: 1px solid #a4a4a4;
}
.container#content .mediaGallery li:nth-child(4n), .container#content .mediaGallery li.last {
    margin-right: 0;
}
.container#content .mediaGallery li a,
.container#content .contentCol .img img{
    border: 3px solid #fff;
    overflow: hidden;
    display: block;
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
}
.container#content .mediaGallery li a:before,
.container#content .mediaGallery li a .before,
.container#content .contentCol .img:before,
.container#content .contentCol .img .before {
    content: '';
    opacity: 0;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 152px;
    height: 142px;
    border: 3px solid #fff;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.container#content .mediaGallery li:hover a:before, .container#content .mediaGallery li:hover a .before {
    content: '';
    opacity: 0.7;
}
.container#content .mediaGallery li a:after, .container#content .mediaGallery li a .after {
    content: '';
    position: absolute;
    top: 58px;
    left: 63px;
    width: 28px;
    height: 28px;
    opacity: 0;
    background: url('../images/sprite.png');
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.container#content .mediaGallery li:hover a:after, .container#content .mediaGallery li:hover a .after {
    content: '';
    opacity: 1;
}
.container#content .mediaGallery.photo li a:after, .container#content .mediaGallery.photo li a .after {
    background-position: -153px -86px;
}
.container#content .mediaGallery.video li a:after, .container#content .mediaGallery.video li a .after {
    background-position: -181px -86px;
}

/*contact*/
.adressRow {
    float: left;
    width: 100%;
    color: #666666;
    font-family: 'dinpro';
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}
.adressRow .cols {
    position: relative;
    float: left;
    width: 245px;
    padding-right: 40px;
    margin-right: 40px;
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
}
.adressRow .cols:before, .adressRow .cols .before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 60px;
    border-right: 1px dotted #666;
}
.adressRow .cols.last {
    margin-right: 0;
    padding-right: 0;
}
.adressRow .cols.last:before, .adressRow .cols.last .before {
    border-right: 0;
}
.adressRow .cols p {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'dinpro';
    font-weight: 400 !important;
    font-size: 16px!important;
    line-height: 22px!important;
}
.adressRow .cols a {
    color: #000;
    text-decoration: none !important;
    border-bottom: 1px dotted #ff0000;
}
.adressRow .cols a:hover {
    border-bottom-style: solid;
}
.contactForm {
    float: left;
    width: 100%;
}
.contactForm .cols {
    position: relative;
    float: left;
    width: 293px;
    margin-right: 20px;
}
.contactForm .cols.last {
    margin-right: 0;
}
.contactForm input[type="submit"], .contactForm button {
    float: right;
}

.signature {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.signature p {
    padding:0;
    margin:0;
}
.signature .name {
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 12px !important;
}

.container#content ul.list { 
    padding: 10px 0; 
    margin: 0;
}
.container#content ul.list ul { 
    padding: 10px 0; 
    margin: 0;
}
.container#content ul.list ol { 
    padding:10px 0; 
    margin: 0;
    list-style:decimal; 
    font-weight:bold; 
}
.container#content ul.list li, 
.container#content ul.list ol li { 
    line-height:170%; 
    padding:3px 0 3px 8px; 
    font-weight:normal; 
    font-size: 12px;
    background: url('../images/list.png') 0 9px no-repeat;
}
.container#content ul.list li li, 
.container#content ul.list ol li li { 
    line-height:150%; 
    padding:2px 0; 
}

.container#content ul.styled { 
    padding:10px 0px 20px 30px; 
    margin-bottom:20px;  
}
.container#contentul.styled li { 
    margin-right:20px; 
    min-width:90px; 
    float:left; 
}

/*footer*/
#footer {
    float: left;
    width: 100%;
}
#footer .row {
    float: left;
    width: 100%;
}
#footer .row.first {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px dotted #121a14;
}
#footer .row .newsletter {
    float: left;
    font-family: Arial;
    margin-top: 5px;
}
#footer .row .newsletter .icon {
    float: left;
    text-indent: -9999px;
    width: 102px;
    height: 44px;
    margin-right: 10px;
    background: url('../images/sprite.png') -217px -14px;
}
#footer .row .newsletter form, #footer .row .newsletter input, #footer .row .newsletter button {
    float: left;
}
#footer .row .newsletter input[type="text"] {
    width: 165px;
    padding: 10px 20px;
    margin: 5px 5px 0 0;
    color: #9d9e9d;
    background: #090c0b;
    font-size: 11px;
    border: 1px solid #111714;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -wbkit-border-radius: 30px;
    behavior: url("PIE-2.0beta1/PIE.htc");
}
#footer .row .newsletter input[type="submit"] {
    font-size: 11px;
    margin: 5px 0 0 0;
    width: 79px;
    height: 33px;
    background: url('../images/sprite.png') -318px 0;
    color: #d7b9ba;
}
#footer .row .newsletter input[type="submit"]:hover {
    color: #fff;
    background-position: -318px -33px;
}
#footer .row .contactNumber {
    position: relative;
    float: right;
    width: 217px;
    height: 53px;
    background: url('../images/sprite.png') 0 -14px;
}
#footer .row .contactNumber a {
    color: #F1E5D0;
    font-size: 11px;
    margin-top: 33px;
    float: right;
    letter-spacing: 2.3px;
}
#footer .row .contactNumber a:hover {
    color: #fff;
}
#footer .row.copy {
    border-top: 1px dotted #121a14;
    margin-top: 23px;
    padding: 17px 0 30px 0;
}
#footer .row .social {
    float: left;
    margin: 0;
}
#footer .row .social li {
    float: left;
    margin-right: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    background: url('../images/socialPattern.png');
    border-radius: 50%;
    -moz-border-radius: 50%;
    -wbkit-border-radius: 50%;
    behavior: url("PIE-2.0beta1/PIE.htc");
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
#footer .row .social li.facebook:hover {
    background: #195e9e;
}
#footer .row .social li.twitter:hover {
    background: #55acee;
}
#footer .row .social li.instagram:hover {
    background: #50809f;
}
#footer .row .social li.youtube:hover {
    background: #b53339;
}
#footer .row .social li.googleplus:hover {
    background: #d93e2d;
}
#footer .row .social li.linkedin:hover {
    background: #0085ae;
}
#footer .row .social li a {
    display: block;
    color: #fff;
}
#footer .row .social li a span:before {
    margin: 0;
    font-size: 13px;
    line-height: 30px
}
#footer .row .copyright {
    float: right;
}
#footer .row .copyright .durakText {
    display: block;
    width: 428px;
    height: 17px;
    text-indent: -9999px;
    background: url('../images/sprite.png') 0 -67px;
}
#footer .row .copyright .b2 {
    display: block;
    float: right;
    margin-top: 8px;
    width: 177px;
    height: 14px;
    text-indent: -9999px;
    background: url('../images/sprite.png') 0 0;
    opacity: 1;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
#footer .row .copyright .b2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*footer last*/

.generalForm .formItem {
    float: left;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 0 !important;
}
.generalForm .formItem.radioBox table input {
    float: left;
    margin-top: 3px;
}
.generalForm .formItem.radioBox table label {
    float: left;
    margin-left: 5px;
}
.generalForm label {
    font-family: 'dinpro';
    font-weight: 700;
    color: #6c6b6b;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 3px;
    display: block;
}
.generalForm input[type="text"], .generalForm input[type="password"], .generalForm textarea, .generalForm select {
    width: 100%;
    resize: none;
    margin-bottom: 10px;
    padding: 8px 10px;
    display: block;
    border: 1px solid #ccc;
    background-color: #F4F4F4;
    font-family: 'dinpro';
    font-weight: 400;
    font-size: 11px;
    color: #858585;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}
.generalForm select {
    width: 100%;
}
.generalForm input[type="submit"], .generalForm button {
    width: 94px;
    height: 39px;
    padding-left: 10px;
    background: url('../images/sprite.png') -217px -86px;
    font-family: 'dinpro';
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-align: left;
}
.generalForm label.error, .generalForm .formItem span.error, .generalForm .formItem span.fail {
    float: left;
    position: relative;
    font-size: 12px;
    width: 100%;
    margin: -9px 0 6px 0 !important;
    font-weight: normal;
    display: block;
    color: #d30037;
}
.generalForm label.valid, .generalForm .formItem span.success, .generalForm .formItem span.valid {
    float: left;
    width: 100%;
    margin: -9px 0 3px 0 !important;
    font-weight: normal;
    display: block;
    color: #5cd03d;
}
.generalForm input.error, .generalForm textarea.error {
    background: #FDE0DF;
    color: #F25E59;
    border: 1px solid #F25D58;
}
.generalForm input.valid, .generalForm textarea.valid {
    border: 1px solid #5cd03d;
}
div.success {
    font-size: 12px;
    font-weight: bold;
    float: left;
    color: #fff;
    background-color: #6ba044;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}
div.fail {
    font-size: 12px;
    font-weight: bold;
    float: left;
    color: #fff;
    background-color: #d11508;
    padding: 10px;
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("boxsizing.htc");
}
.generalForm .radio {
    padding-bottom: 7px;
}
.generalForm .radio label {
    cursor: pointer;
    font-family: 'dinpro';
    font-weight: 500;
}
.generalForm .radio input[type="checkbox"] {
    display: none;
}
.generalForm .radio input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url("../images/check_radio_sheet.png") left top no-repeat;
    cursor: pointer;
}
.generalForm .radio input[type="checkbox"]:checked + label span {
    background: url("../images/check_radio_sheet.png") -19px top no-repeat;
}
.generalForm .radio input[type="radio"] {
    display: none;
}
.generalForm .radio input[type="radio"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url("../images/check_radio_sheet.png") -38px top no-repeat;
    cursor: pointer;
}
.generalForm .radio input[type="radio"]:checked + label span {
    background: url("../images/check_radio_sheet.png") -57px top no-repeat;
}
.generalForm .radio.checked label span {
    background: url("../images/check_radio_sheet.png") -57px top no-repeat !important;
}
.generalForm .radio.checked2 label span {
    background: url("../images/check_radio_sheet.png") -19px top no-repeat !important;
}
.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Disable iOS/WinMobile font size changes */

@media screen and (max-width: 600px), screen and (max-device-width: 480px) {
    html {
        -ms-text-size-adjust: none;
        -webkit-text-size-adjust: none;
    }
}
@media screen and (min-width: 1700px) {
    .banner figcaption div {
        top: 225px;
    }
    .banner #bannerControl a {
        top: 40%;
        width: 100px;
        height: 120px;
    }
}
/* iPhone 4 + Retina Display Backgrounds ----------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {}@media print {}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
    margin:0 -3px 0 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("small")).className="after", this.insertBefore(document.createElement("small"), this.firstChild).className="before");
}
.ir:before, .ir .before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after, .clear:before, .clear:after {
    content: " ";
    display: table;
}
.clearfix:after, .clearfix .after {
    clear: both;
}
.clearfix, .clear {
    *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href)")";
    }
    abbr[title]:after {
        content: " (" attr(title)")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}