/* colors - light blue 1 : #F8FBFF; dark blue : #00488f, 
    light blue 2 : #4294db, light gray : #eaedef , dark gray : #3c3c3c */

* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: inherit;
    vertical-align: baseline;
}

html, body {
    width: 100%;
    min-height: 100%; 
}

html {
    background:#fff;
}
@font-face {
    font-family: open sans, sans serif;
    src: url(/font/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
    font-family: open sans, sans serif;
    src: url(/font/Open_Sans/OpenSans-Semibold.ttf);
}

body {
    margin: 0;
    padding: 0;
    font-family: open sans, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #4A4A4A;
    cursor: default;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    color: #000; 
    font-weight: normal;   
}
h1 {
    font-size: 18px!important;
    line-height: 20px!important;
    font-family: open sans, Lato, sans-serif!important;
}
h2 {
    min-height: 30px;
    line-height: 34px;
    color: #1570a6;
    margin: 15px 0 10px 0;
    font-family: open sans, Arial, Helvetica, sans-serif;
    font-size: 21px;    
}
h3 {
    margin-bottom: 9px;
    font-family: open sans, Arial, Helvetica, sans-serif; 
    font-size: 16px;
}
h4 {
    font-size: 13px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #f1ac00;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all  300ms ease-in-out;
    -o-transition: all  300ms ease-in-out;
    transition: all  300ms ease-in-out;
}

p {
    margin-bottom: 8px;
    line-height: 1.6;
    /*font-family: open sans;*/
}
p.cert-table {
    margin: 15px 0 15px 15px;
}
.promo-table td {
    width: 100%;
}
.promo-table thead td {
    font-size: 13px;
    padding: 5px 50px !important;
    color: #ffffff;
}
.promo-table thead td:nth-child(1){
    background: #fcb715;
}
.promo-table thead td:nth-child(2){
    background: #f05027;
}
.promo-table thead td:nth-child(3){
    background: #2b9cd7;
}
.promo-table thead td:nth-child(4){
    background: #54b95a;
}
.promo-table thead td:nth-child(5){
    background: #fcb715;
}
.promo-table tbody td {
    padding: 5px 35px!important; 
}

img {
    border: none;
}

ul {
    list-style-type: none;
}

.cursor_text {
    cursor: text;
}

i {
    font-style: italic;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.main:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix            { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.dada {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.col-1 {
    width: 8.33333%;
}
.col-2 {
    width: 16.6667%;
}
.col-3 {
    width: 25%!important;
}
.col-4 {
    width: 33.3333%;
}
.col-5 {
    width: 41.6667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.3333%;
}
.col-8 {
    width: 66.6667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.3333%;
}
.col-11 {
    width: 91.6667%;
}
.col-12 {
    width: 100%;
}

#main {
    width: 100%;
}

.floatRight {
    float:right;
}

.floatLeft {
    float:left;
}

.mr-10 {
    margin-right:10px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-5 {
    margin-right: 5px;
}

.ml {
    margin-left: 5px;
}

.mb-2 {
    margin-bottom: 20px!important;
}

.mb-3 {
    margin-bottom: 30px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-50 {
    margin-right:50px;
}
.mr-100 {
    margin-right:100px;
}
.ml-35 {
    margin-left: 35px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mtmb-20 {
    margin-top:20px!important;
    margin-bottom: 20px!important;
}
.mtmb-30 {
    margin-top:30px!important;
    margin-bottom: 30px!important;
}
.pt-15 {
    padding-top: 15px;
}
.pt-10 {
    padding-top: 10px;
}
.m-0 {
    margin: 0!important;
}
.p-0 {
    padding: 0!important;
}
h1#site-title,
.logo-header {
    margin: 20px 0!important;
    min-height: 80px;
}
#site-title a {
    background-image: url("/img/logo-dada.png");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    text-indent: -9999px;
    display: block;
    height: 80px;
}
#site-description {
    position: absolute;
    text-indent: -9999px;
}

.button-asap {
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    margin-top: 10px;
    padding: 10px 30px;
}

.button-asap a span, .button-asap {
    color: #fff!important;
    font-weight: bold;
    font-size: 16px;
}

.button-green {
    background: none repeat scroll 0 0 #8bc500;
}

.button-orange {
    background: none repeat scroll 0 0 #f0aa00;
    color: #fff;
    font-weight: 600;
    transition: 0.2s;
}

.button-orange:hover {
    background: none repeat scroll 0 0 #f19901;
}
.second-menu {
    width: 100%;
    box-shadow:0 2px 2px #c0c0c0;
    position: relative;
    padding: 0 0 20px 0;
}
.second-menu div {
    max-width: 1200px;
    margin: 0 auto;
}
.second-menu a {
    color: #333;
    display: inline-block;
    margin: 17px 0px 0 0;
    font-size: 12px;
}

.home-bg .secon-menu-new,
.home-bg .page-contact,
.home-bg .paginate,
.home-bg-index .secon-menu-new,
.home-bg-index .page-contact,
.home-bg-index .home-contact {
    display: none;
}
.empty-div {
    display: table;
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #eee;
    height: 200px;
    opacity: 0.5;
    width: 100%;
}
img.back_img_1 {
    position: fixed;
    top: 0;
    z-index: -1;
}

.pdf {
    background: url("/img/pdf.gif") no-repeat;
    padding: 2px 0 2px 23px!important;
    background-position: left center;
    background-size: 16px 16px;
    color: #f1ac00;
}
.pdf-2 {
    background: url("/img/pdf-2.jpg") no-repeat;
    padding: 2px 0 2px 23px!important;
    background-position: left center;
    background-size: 16px 15px;
}
.microsoft-training .data li {
    list-style: none;
    margin-left: 0;
    /*margin-bottom: 15px;*/
}
.microsoft-training h3 {
    color: #03358f;
    font-size: 17px;
    matgin-bottom: 5px;
}
.microsoft-training div.data a {
    color: #f1ac00;
}
.microsoft-training div.data {
    /*margin: 20px 0 0 0;*/
    padding:0 0 0 45px;
}
h1 {
    font-size: 24px!important;
}

/* logo */

.logo-header {
    margin-top:25px;
}

/* end-logo */

/*search*/
.header-search {
    position: relative;
    margin-top: 42px;
}
@media (max-width: 767px) {
    #search {
        width: 258px;
        margin: 20px auto 30px auto;
        float: none!important;
    }
}
@media (max-width: 316px) {
    #search,
    .header-search input.search-input {
        width: 100%!important;
    }
}
.header-search label {
    display:none;
}
.header-search input.search-input {
    height: 33px;
    border: 1px solid #777;
    width: 270px;
    padding-left: 10px;
}

.header-search input.search-button {
    background: url('/img/search.jpg') no-repeat;
    border: none;
    cursor: pointer;
    width: 17px;
    height: 17px;
    text-indent: -99px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.search-result li {
    font-size: 13px;
    line-height: 22px;
}

/*end search*/

.icons span {
    padding: 0 0 33px 10px;
    vertical-align: middle;
}

/*accordion menu*/

.accordion
{
    width:100%;
    /*min-height:300px;*/
    margin:20px auto;
}
.accordion ul li {
    list-style-type: none;
}
.accordion-item {
    padding: 10px 0;
    color: #000;
    cursor:pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion-item p {
    font-size: 14px;
    padding-left: 45px;
    text-align: left;
    margin-bottom: 0;
}
.accordion h3 {
    color: #1570a6;
    font-size: 17px!important;
}
.brochure h1 {
    font-size: 18px!important;
}

.accordion-item.open
{
    background:#e1e1e1;
    border-bottom:0px;
    color:#333;
}
.accordion-item.open .type {
    float: left;
    background: url('/img/minus-icon.png') center no-repeat;
    padding: 10px 35px 10px 10px;
}
.accordion-item .type {
    float: left;
    background: url('/img/plus-icon.png') center no-repeat;
    padding: 10px 35px 10px 10px;
}
.win-cat, h2 {
    margin-bottom: 20px!important;
    font-size: 22px!important;
    color: #1570a6!important;
}

div.data {
    background: #fff;
    font-size: .8em;
    line-height: 140%;
    display:none;
}
div.data a {
    color: #03358f;
}
.cert-desktop div.data {
    margin: 0;
    padding: 0;
}

.accordion ul {
    list-style-type: disc!important;
}
.tab_container .tab_content h1 {
    margin-bottom: 20px;
}

/*end accordion menu*/

/* menu */
.sf-menu2 {
    backgroung: red!important;
}

.sf-menu2 li a.cursor_text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url("/img/arrow.png") no-repeat;
    background-position: right center;
}


ul.sf-menu2 li{
    cursor: pointer;
}

ul.sf-menu2 li:hover, ul.sf-menu2 li a:hover {
    cursor: pointer;
}

ul.sf-menu2 li ul {
    display: none;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2000;
    background: #ffffff;
    padding-top: 25px;
}

.secont-menu-container {
    background: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 99999;
}
.secont-menu-container.active{
    padding-bottom: 20px;
    box-shadow: 0 2px 2px #c0c0c0;
}

.secont-menu-container ul.active li a:hover {
    color: #f1ac00!important;
    text-decoration: underline;
}
.secont-menu-container ul li:hover {
    background: none!important;
}

#menu_holder ul li a#active  {
    background: #6b6b6b;
    padding: 12px 22px;
}
#menu_holder ul.sf-menu2 li:hover  {
    background: #6b6b6b;
}

#menu_holder ul li a {
    transition: 0s;
}
.news-dada h1 {
    color: #1570a6;
    margin-bottom: 20px;
}
.news-dada table td {
    width: auto!important;
    padding: 10px 0!important;
}
.news-dada .custom-align td:nth-child(2) p {
    text-align: left!important;
    padding-left: 100px;
}
.home-news {
    width: 350px;
    height: auto;
    float: left;
    margin-right: 20px;
}

#mainnav li ul li a,
.second-menu a {
    color: #777;
    font-weight: normal;
    padding: 0 0 0 15px;
    background: url("/img/arrow-right.png") no-repeat scroll left center rgba(0, 0, 0, 0)!important;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px!important;
}
.dropdown-menu .container {
    margin: 20px auto;
}
.more-button {
    font-weight: normal;
    padding: 0 0 3px 11px;
    background: url("/img/arrow-right-blue.png") no-repeat scroll left center rgba(0, 0, 0, 0)!important;
    background-size: 7px 5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px!important;
    color: #1570a6!important;
}
.bullet-1 li{
    padding: 0px 0 0px 15px;
    background: url("/img/arrow-right-1.png") no-repeat;
    margin-left: 20px;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 13px;
}
.bullet-2 li{
    padding: 0px 0 0px 15px;
    background: url("/img/arrow-right-2.png") no-repeat;
    margin-left: 20px;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 15px;
    color: #777;
}
.bullet-4 li{
    padding: 0px 0 0px 15px;
    background: url("/img/arrow-right-1.png") no-repeat;
    margin-left: 20px;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 15px;
    color: #777;
}
.arrow-more {
    background: url("/img/arrow-right.png") no-repeat scroll right center rgba(0, 0, 0, 0)!important;
    padding: 0px 10px 1px 0;
}
.three-boxes .why-us {
    text-align: center;
    margin-bottom: 30px;
}
.three-boxes .row > div {
    padding: 0 2px;
}

.home-bg .sf-menu2 li ul li a,
.home-bg-index .sf-menu2 li ul li a,
.textpage-bg .sf-menu2 li ul li a {
    text-transform: none;
}
.second-menu .currentpage {
    color: #f1ac00;
}

.sf-menu2 li:last-child ul li:last-child a {
    font-weight: bold;
}
.other-courses-table .tab_content {
    padding: 0;
}
.other-courses-table h1 {
    color: #1570a6;
}
.other-courses-table .data {
    padding: 0;
    margin: 0;
}
.other-courses-table table {
    box-shadow: 1px 1px 2px -2px #b9b9b9;
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
    border-spacing: 0;
}
.other-courses-table table td {
    background: #fff;
    border: 1px solid #e0e0e0;
    width: auto;
}
.other-courses-table table thead td {
    border-bottom: 3px solid #03358f;
    background: #f2f2f2;
    padding: 10px 0!important;
}
.newslist {
    -moz-column-count: 2;
    -moz-column-gap: 190px;
    -webkit-column-count: 2;
    -webkit-column-gap: 190px;
    column-count: 2;
    column-gap: 190px;
    padding-left: 10px;
}
#inner_right_column table thead {
    background: #00498f;
}

#inner_right_column table tbody {
    background: #ffffff;
}

#inner_right_column table thead p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.brochure {
    margin-bottom: 40px!important;
}
.brochure h2 {
    font-size: 17px;
}
#inner_right_column table a {
    color: #f1ac00;
}

#inner_right_column table td:nth-child(2) {
    text-align: left;
    padding-left: 45px;
}

#inner_right_column table {
    margin-top: 30px;
}

ul.sf-menu2 li ul.active {
    display: block;
    padding-left:25px;
}

.sf-menu2 {
    margin: 0 auto!important;
    list-style: none;
    text-align: center;
    max-width:1200px!important;
    height: 40px;
    padding:0;
}

.sf-menu2 li {
    float:left;
    border-right: 1px solid #9d9d9d;
    transition-duration: 0.15s;
}

.sf-menu2 li a {
    padding: 12px 23px;
    color: #fff;
    vertical-align: middle;
    font: 11px/40px 'Open Sans', sans-serif;;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}


/* end menu */

/* slider */

#myCarousel {
    position: relative;
}

.slider-text {
    position: absolute;
    right: 15%;
    top: 80px;
    padding: 30px;
    max-width: 400px;
    display: inline-block;
}
.first-slide .slider-text {
    background: #f75314;
}
.second-slide .slider-text {
    background: #54b95a;
}
.first-slide,
.second-slide {
    background: #ece5db;
}
.slide .left .fa.fa-angle-left, .slide .right .fa.fa-angle-right {
    font-size: 60px;
    position: absolute;
    top: 42%;
}
.slider-text h2 {
    color: #fff!important;
    font-size: 26px;
}
.slider-text p {
    color: #fff;
    font-size: 17px;
}
.slider-text .learn-more {
    color: #fff;
    float: right;
    margin-top: 90px;
}


/* end slider */

/* clients */

.our-clients-text {
    text-align: center;
    color: #828282;
    font-size: 13px;
    float: left;
}

.our-clints-icon {
    bottom: 101px;
    position: absolute;
    left: 0;
}

.clients-logos {
    margin:0;
    padding:0;
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px #777777;
}

.container-clients {
    max-width: 1200px;
    margin: 0 auto;
}

.clients-logos ul {
    margin: 0;
}

.clients-logos ul li {
    display: inline-block;
    list-style: none outside none;
    margin-right: 30px;
    position: relative;
    vertical-align: middle;
    width: 58px;
    height: 38px;
}

.clients-logos ul {
    padding: 28px 0px 30px 0px;
    text-align:left;
}

.clients-logos ul li a {
    display: inline-block;
    width: 100%;
    height: 43px;
}

.clients-logos ul li .logo:hover {
    opacity: 0.7;
}

.clients-logos ul li .hp {
    background: url("/img/clients/hp.png") no-repeat;
    background-size: contain;
}

.clients-logos ul li .alcatel {
    background: url("/img/clients/alcatel.png") no-repeat;
    background-size: contain;
}

.clients-logos ul li .siemens {
    background: url("/img/clients/siemens.png") no-repeat;
    background-size: contain;
}

.clients-logos ul li .vig {
    background: url("/img/clients/VIG.png") no-repeat;
    background-size: contain;
}

.clients-logos ul li .coca-cola {
    background: url("/img/clients/coca-cola.png") no-repeat;
    background-size: contain;
}

.clients-logos ul li .actavis {
    background: url("/img/clients/actavis.png") no-repeat;
    background-size: contain;
}

.clients-logos ul li .brenntag{
    background: url("/img/clients/brenntag.png") no-repeat;
    background-size: contain;
}

.clients-logos ul li .cez{
    background: url("/img/clients/cez.png") no-repeat;
    background-size: contain;
}

.clients-logos ul li .duropack{
    background: url("/img/clients/duropack.png") no-repeat;
    background-size: contain;
}

.clients-logos ul li .dm{
    background: url("/img/clients/dm.png") no-repeat;
    background-size: contain;
}

.clients-logos ul li .solvay{
    background: url("/img/clients/solvay.png") no-repeat;
    background-size: contain;
}

.clients-logos ul li .vivacom{
    background: url("/img/clients/vivacom.png") no-repeat;
    background-size: contain;
}

/* end clients */

/* certification */

.certification .data {
    margin: 0;
    padding: 0;
}

.cert-cat .cat-server {
    background: #00a1f1;
    padding: 20px;
    height: 250px;
    transition: color 0s ease 0s, background-color 0.1s linear 0s;
}
.cert-cat .cat-server:hover {
    background: #03358f
}
.cert-cat .cat-server p,
.cert-cat .cat-server h2 {
    color: #fff!important;
    text-align: left;
    margin-bottom: 5px;
}
.cat-server h2 {
    margin: 0!important;
    font-size: 18px!important;
}

/* three boxes */
.subscribe {
    box-shadow: 0 -2px 2px #eaeaea;
    margin: 60px 0 0;
    padding: 20px 0 0 0;
}
.subscribe a {
    margin: 30px 0 0;
}
.subscribe .row-courses {
    margin: 0;
    padding: 15px 0;
}
.subscribe h3 {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
}

.row-text {
    width:100%;
    background: #fff;
}

.three-boxes, .home-promotions, .home-news-dada,
.footer-container {
    margin: 0 auto;
    padding: 50px 0;
}
.company-info a {
    float: right;
    margin-right: 20px;
    text-align: right;
}
.company-info a:first-child {
    margin: 0;
}
.home-promotions .heading span, .home-news-dada .heading span {
    font-size: 22px;
    margin-bottom: 30px;
    display: inline-block;
    padding-top: 5px;
}

/*.news-prom-container p {
    width: 90%;
    max-height: 166px;
    font-size: 14px;
}*/
.news-prom-container h2 {
    width: 90%;
    line-height: 0.8;
    margin-top: 0;
}
.news-prom-container h2 a {
    color: #000;
    font-size: 20px;
}
.home-news-dada .news-article header h2 {
    line-height: 22px;
    margin-bottom: 15px;
}
.home-news-dada {
    padding: 0 0 50px 0;
}
.home-popular {
    max-width: 1200px;
    margin: 0 auto;
}
.home-popular h3,
.why-choose h3 {
    color: #333;
    font-size: 22px;
}
.home-popular .line-container {
    margin-bottom:20px;
}
.home-popular li {
    list-style-type: none;
}
.home-popular li a {
    color: #1570a6;
    line-height: 2;
    font-size: 14px;
}
.home-bg-index .NewsDetailField img,
.home-bg .NewsDetailField img {
    width: 130px;
}
.home-bg-index .why-choose {
    border: 1px solid #e1e1e1;
    padding: 30px;
}

.three-boxes h3 {
    font:400 24px/1 Lato,Arial,Helvetica,sans-serif;
    margin-bottom: 30px;
    color: #000;
}

.three-boxes h1 {
    color: #000;
    font: 600 36px/0.8 "MetricWeb-Semibold", Lato, "Arial Bold",Gadget,sans-serif;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1;
}



.home-bg .three-boxes h1,
.home-bg-index .three-boxes h1
{
    font: 600 26px/0.8 Open Sans;
    line-height: 1.2;
    min-height: 72px;
}

.three-boxes p {
    text-align: left;
    padding: 25px 0 0 130px;
    color: #fff;
    font-size: 20px;
}

.three-boxes .step-1{
    height: 120px;
    background: url('/img/step-1.png') no-repeat; 
    transition: all 300ms ease-in-out 0s;      
}
.news-article a {
    transition: all 300ms ease-in-out 0s;
}
.three-boxes .step-1:hover,
.three-boxes .step-2:hover,
.three-boxes .step-3:hover,
.home-popular li a:hover,
.news-article a:hover {
    opacity: 0.8;
}
.three-boxes .step-2{
    height: 120px;
    background: url('/img/step-2.png') no-repeat;
    transition: all 300ms ease-in-out 0s;     
}
.three-boxes .step-3{
    height: 120px;
    background: url('/img/step-3.png') no-repeat;
    transition: all 300ms ease-in-out 0s;       
}

.news-container h3 {
    color: #3b6b9b;
    font-size: 22px;
    margin-bottom:20px;
    min-height: 53px;
}

.news-container h3 a {
    color: #3b6b9b;
    font-weight: 500;
}

.news-container-new {
    width: 378px;
    float: left;
    margin-right: 22px;
}

.news-container-new p.news-title-h3 {
    margin: 0!important;
    padding: 0 0 3px 0!important;
    color: #f1ac00;
    font-size: 15px;
    text-transform: uppercase;
}

.news-container-new .shape {
    background: none repeat scroll 0 0 #eeeeee;
    border-radius: 10px;
    display: block;
    float: right;
    height: 20px;
    margin-top: -16px;
    width: 20px;
}


p {
    font-size: 13px;
    color: #555;
    /*letter-spacing: 0.2px;*/
    text-align: justify;
}

/* end three boxes */

/* courses */

.courses {
    width: 100%;
    background-color: #f1f1f7;
    padding: 60px 0;
    border-bottom: 1px solid #dbdbdb;
}

.course-name {
    width: 420px;
}

.name {
    text-align: left;
    padding: 0 30px;
}

.courses-container {
    max-width:1200px;
    margin:0 auto;
}

.courses-container h3, .choose-container h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom:30px;
    color: #3b6b9b;
}

.row-courses {
    border-bottom: 1px solid #e0e0e1;
    border-top: 1px solid #e0e0e1;
    list-style: none outside none;
    margin: 0 0 40px;
    padding: 8px;
    text-align: center;
}

.row-courses li {
    display: inline-block;
    margin: 0 20px;
    padding: 0 0 0 20px;
    font-size: 13px;
}

.bullet li {
    background: url("/img/bullet.png") no-repeat;
    background-size: 5px 11px;
    padding: 0 0 0 20px;
    background-position: left center;
    margin: 0!important;
}
.bullet-3 li {
    background: url("/img/check.png") no-repeat;
    background-size: 15px 17px;
    padding: 0 0 0 20px;
    background-position: left top;
    line-height: 15px;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
}

.bullet li {
    margin-left: 20px;
    color: #1570a6;
    font-size: 14px;
}

.popular-courses .NewsSummary {
    width: 100%;
}
table {
    width: 100%;
    margin-top: 9px;
}

table tr {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all  300ms ease-in-out;
    -o-transition: all  300ms ease-in-out;
}

table thead {
    font-size: 16px;
    color: #3370ac;
    background: #fff;
}

table thead p{
    padding:18px 5px !important;
    line-height:24px;
}

table a {
    color: #777777;
    font-size: 13px;
}

table a:hover {
    color: #f0ab00;
}

table tr.second_thead {
    background: #EDEDED;
}

table tr.second_thead p{
    padding:10px 5px;
}

tr.second_thead:hover {
    background: #EDEDED;
}
.col-lg-2-5 {
    width: 20%;
    float: left;
}
.footer-container h3 {
    font-size: 15px;
    margin-top: 0;
}
.footer {
    background: #f1f1f1;
    margin-top: 50px;
}
.footer .footer-social {
    background: url('/img/footer.png') repeat-x;
    height: 64px;
    width: 100%;
}
.footer-last {
    width: 100%;
    background:#5f5f5f;
}
.footer-last p {
    color: #fff;
    padding-top: 15px;
}
.footer-social .special-container {
    padding-top: 17px;
}
.special-container img {
    max-width: 100%;
    vertical-align: middle;
}
.special-container span,
.special-container span a {
    font-size: 15px;
    color: #333;
}
.contact-dada span,
.contact-dada span a {
    font-size: 13px;
    color: #333;
}
.contact-dada h2 span {
    font-size: 16px;
    color:#1570a6;
}
.footer-social a, .footer-social span {
    color: #333;
    font-size: 14px;
}
.footer-social img {
    vertical-align: middle;
}
.footer-menu li {
    color: #3282af;
    line-height: 20px;
    font-size: 13px;
    line-height: 26px;
}
.footer-menu li a {
    color: #3282af;
}
.footer-menu li:hover {
    text-decoration: underline;
}
.special-container {
    max-width: 1200px;
    margin: 0 auto;
}

.top_footer_column table td {
    vertical-align: middle;
    text-align: left;
    border: 1px solid #e2e2e2;
}

.top_footer_column table th {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e2e2e2;
}
table thead td {
    text-align: center;
    color: #333;
}

table td {
    vertical-align: middle;
    text-align: left;
    padding: 10px 0 10px 35px!important;
    background: #f2f2f2;
    border: 1px solid #fff;
    width: 50%;
}

table th {
    vertical-align: middle;
    text-align: center;
    padding: 20px 10px;
    background: #f2f2f2;
    border: 4px solid #fff;
    color: #333;
}

table td p {
    text-align: center !important;
    margin-bottom: 0px;
    padding: 5px;
}

table.clean_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 9px;
}

table.clean_table tr {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all  300ms ease-in-out;
    -o-transition: all  300ms ease-in-out;
}

table.clean_table thead {
    font-size: 18px;
    color: #4A4A4A;
    background: #fff;
}

table.clean_table thead p{
    padding:18px 5px !important;
    line-height:1;
}

table.clean_table thead tr:hover {
    background: #fff;
}

table.clean_table tr.second_thead {
    background: none;
}

table.clean_table tr.second_thead p{
    padding:10px 5px;
}

.clean_table tr.second_thead:hover {
    background: none;
}

table.clean_table tr:hover {
    background: none;
}

.top_footer_column table.clean_table td {
    vertical-align: middle;
    text-align: left;
    border: 0px solid #e2e2e2;
}

.top_footer_column table.clean_table th {
    vertical-align: middle;
    text-align: center;
    border: 0px solid #e2e2e2;
}

table.clean_table td {
    vertical-align: middle;
    text-align: left;
    border: 0px solid #333;
}

table.clean_table th {
    vertical-align: middle;
    text-align: center;
    border: 0px solid #333;
}

table.clean_table td p {
    text-align: left!important;
    margin-bottom: 0px;
    padding: 5px;
}

.cert-category > td {
    background: #00a1f1;
    color: #fff;
}

/* end courses */


/* why choose us */

.choose {
    width: 100%;
    background-color: #f1f1f7;
    border-bottom: 1px solid #dbdbdb;
}

.choose-container {
    width: 970px;
    margin: 0 auto;
    padding: 40px 0;
}

.asap-choose th, .asap-choose td {
    border:none;
}

.asap-choose thead, .asap-choose tbody {
    background: none;
}

.asap-choose thead {
    border-top:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
}

.competitors {
    color:#777;
}

.asap {
    color: #00498f;
}

.categories {
    text-align: left;
    width: 35%;
}

.categories span {
    color:#545454;
    font-size: 15px;
}

/* end why choose us */

/* news */

.news-prom-container {
    margin-top: 50px;
}
.news-prom {
    padding: 0 50px 0 0!important;
}

.news {
    width: 100%;
    background: #fff;
    padding: 60px 0px;
    display: inline-block;
}

.news-container {
    max-width: 1200px;
    margin: 0 auto;
}

#inner_right_column .news {
    padding: 0;
}

#inner_right_column .news a {
    color: #777;
}

#inner_right_column .news a:hover {
    color: #f1ac00;
}

.gap {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    width: 100%;
}

.content-box-icon {
    margin: -44px auto 0;
    width: 70px;
}

.content-box-icon a {
    /*background: #fff;*/
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    box-shadow: 0 0 0 5px white, 0 -4px 5px 4px rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    display: block;
    height: 70px;
    padding: 0;
    text-align: center;
    width: 70px;
    display: inline-block;
}

.content-box-icon img {
    margin-top: 5px;
}

.news-container h3 {
    padding-top: 20px;
    line-height: 1.2;
}

.NewsSummary {
    overflow:hidden;
    padding-bottom: 30px;
    width: 378px;
    float:left;
    transition: 0.5s;
}

.NewsSummary:nth-child(3) {
    margin: 0;
}

.NewsSummarySummary {
    color: #555;
    font-size: 13px;
    letter-spacing: 0.2px;
    text-align: justify;
    padding:0 25px;
    height: 160px;
    overflow:hidden;
    line-height: 1.4;
}

.NewsSummaryLink {
    max-height: 75px;
    overflow: hidden;
}

.NewsSummarySummary p {
    margin: 0;
    padding: 0;
}

/* end news */

/* footer */

.footer-socials {
    width: 100%;
    height: 80px;
    /*background: url("img/footer-back.jpg") repeat-x ;*/
    background: #293857;
}

.copy-footer {
    max-width:1200px;
    padding: 30px 0;
    border-top: 1px solid #3b4b6c;
}

.copy-footer p {
    text-align:right;
    float: right;
}

/* end footer */

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

#header_holder, #menu_holder, #breadcrumbs_holder, #content_holder, #footer_holder {
    width: 100%; /* from body's width */
}

#header, #menu, #breadcrumbs, #content, #footer {
    max-width: 1200px;
    margin : 0px auto;
}

.partners {
    margin-top: 30px;
}
.partners li {
    text-align: center;
}

.partners a,
.partners a:hover {
    color: #fff;
}


.partners img {
    padding-top: 24px;
}

/* Header, Menu */
/* Header, Menu */
/* Header, Menu */




#header_holder {
    height: 130px;
    background: #ffffff;
}

.header-right-side {
    margin-top: 45px;
}

#logo, #iso_9001  {
    padding: 0px;
}

#logo a {
    width: 280px; 
    height: 93px;
    display: block;
    margin-top: 9px;
    background: url("/images/logo.png") no-repeat left top;
    text-indent: -9999px;
    float: left;
}

#language_menu {
    height: 18px;
    padding: 0 0 0 10px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    margin: 0;
    width:445px;
    float: right;
}

#language_menu li {
    width: auto;
    float: left;
}

#language_menu a, #rss a {
    padding: 0 5px 0  20px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all  300ms ease-in-out;
    -o-transition: all  300ms ease-in-out;
}

#language_menu a:hover, #rss a:hover {
    color: #ea851e;
}

#language_menu .active a {
    color: #dadada;
    cursor: default;
}

#language_menu .bg {   
    background: url("/images/flags/bg-new.png") no-repeat left 2px;
    padding: 17px 60px 12px 45px;
}

#language_menu .en {
    background: url("/images/flags/en-new.png") no-repeat left 2px;
    padding: 17px 80px 12px 45px;
}

#language_menu .ro {
    background: url("/images/flags/ro-new.png") no-repeat left 2px;
    padding: 17px 80px 12px 45px;
}
#language_menu .al {
    background: url("/images/flags/al-new.png") no-repeat left 2px;
    padding: 17px 80px 12px 45px;
}

#language_menu .mc {
    background: url("/images/flags/mc-new.png") no-repeat left 2px;
    padding: 17px 80px 12px 45px;
}
#rss {width:26px;float:right;height:18px;color:#fff;}
#rss a {
    background: url("/images/rss.png") no-repeat 10px 2px;
    height: 18px;
    float: right;
    padding-right: 2px;

}
#facebook_header {width:22px;float:right;height:18px;}
#facebook_header a {
    background: url("/images/header/facebook.png") no-repeat 4px 2px;
    float:right;
    height:18px;
    padding-right:9px;
    width:7px;
}

#twitter_header {width:22px;float:right;height:18px;}
#twitter_header a {
    background: url("/images/header/twitter.png") no-repeat 4px 2px;
    float:right;
    width:7px;
    height:18px;
    padding-right:9px;
}
#linkedin_header {width:22px;float:right;height:18px;padding-right:10px;}
#linkedin_header a {
    background: url("/images/header/linkedin.png") no-repeat 4px 2px;
    float:right;
    width:18px;
    height:18px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
}

#sitemap_link {
    width: auto;
    height: 18px;
    float: right;
    padding: 0 7px 0 0;
}

#sitemap_link a {
    width: 38px;
    height: 18px;
    display: block;
    color: white;
    background: url("/images/sitemap_icons.gif") no-repeat 14px -1px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all  300ms ease-in-out;
    -o-transition: all  300ms ease-in-out;
}

#sitemap_link a:hover {
    background: url("/images/sitemap_icons.gif") no-repeat 14px -19px;
}

#social_networks_buttons {
    width: 660px;
    margin-top: 18px;
    float: right;
}

#facebook_button a, #linked_in_button a, #newsletter a, #newsletter_mail a, #twitter_button a  {
    width: 98px;
    height: 28px;
    display: block;
    float: right;
    margin-left: 7px;
    text-indent: -9999px;
    border: 1px solid #333;
    -moz-box-shadow: 0 0 1px 1px #004990;
    -webkit-box-shadow: 0 0 1px 1px #004990;
    box-shadow: 0 0 1px 1px #004990;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

#support_button a {
    width: 210px;
    height: 34px;
    display: block;
    margin-top:-1px;
    float: right;
    background: url("/images/support-button.png") no-repeat left top;
}

#facebook_button a {
    background: url("/images/facebook_button.jpg") no-repeat left top;
}

#twitter_button a {
    margin-left: 30px;
    background: url("/images/twitter_button.jpg") no-repeat left top;
}

#linked_in_button a {
    background: url("/images/linkedin_button.jpg") no-repeat left top;
}

.newsletter_bg a {
    background: url("/uploads/images/ivana/validate_certificate.jpg") no-repeat left top;
}

.newsletter_alb a {
    background: url("/images/validate_certificate_alb.jpg") no-repeat left top;
}
.newsletter_en a {
    background: url("/uploads/images/ivana/validate_certificate_en.jpg") no-repeat left top;
}

.newsletter_ro a {
    background: url("/uploads/images/ivana/validate_certificate_ro.jpg") no-repeat left top;
}

.newsletter_bg_mail a {
    background: url("/images/newsletter_botton.gif") no-repeat left top;
}

.newsletter_en_mail a {
    background: url("/images/newsletter_button_en.gif") no-repeat left top;
}
.newsletter_alb_mail a {
    background: url("/images/newsletter_button_alb.gif") no-repeat left top;
}

.newsletter_ro_mail a {
    background: url("/images/newsletter_button_ro.gif") no-repeat left top;
}

.newsletter_mkd_mail a {
    background: url("/images/newsletter_botton_mkd.gif") no-repeat left top;
}

.code_style {
    background: #f1ac00;
    margin: 0 0 0 10px;
    padding: 5px 5px 0 5px;
}

#facebook_button a:hover, #linked_in_button a:hover, #newsletter a:hover, #newsletter_mail a:hover, #twitter_button a:hover {
    border: 1px solid #EA851E;
    -moz-box-shadow: 0 0 1px 1px #EA851E;
    -webkit-box-shadow: 0 0 1px 1px #EA851E ;
    box-shadow: 0 0 1px 1px #EA851E;
}
.iso_9001 {width:107px;height:60px;float:right;
}
.iso_9001 a {
    background: url("/images/header/9001.png") no-repeat left top;
    display: block;
    float: right;
    height: 60px;
    width: 107px;
}
.iso_27001 {width:107px;height:60px;float:right;margin-right:20px;}
.iso_27001 a  {
    background: url("images/header/27001.png") no-repeat left top;
    width:107px;
    height:60px;
    float:right;
}

#menu_holder {
    background: #7e7c79;
    position: relative;
    box-shadow: 1px 1px 2px #616161;
    clear: both;
}

#menu {
    background: url("/images/menu_vline.jpg") no-repeat left top;
    padding-left: 2px;
    text-align: center;
}

#breadcrumbs_holder {
    width: 100%;
    margin-top: 25px;
}

#breadcrumbs img {
    position: relative;
    top: 4px;
}

.breadcrumbs_current {
    /*color: #4294DB;*/
}

#breadcrumbs a {
    margin: 0px 10px 0 3px;
    color: #333;
}

#breadcrumbs a:hover {
    color: #00488f;
}

#breadcrumbs .delimiter {
    position: relative;
    top: -1px;
}


.news-summary {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}
.news-summary .heading a {
    color: #333;
}
.news-summary .NewsDetailField:nth-child(2) {
    display: none;
}
.news-summary .NewsDetailField:nth-child(3) {
    display: none;
}
.line {
    border-bottom: 1px solid #eeeeee;
    display: block;
    height: 18px;
}

.news-container-new .line {
    border-top: 1px solid #eeeeee;
    display: block;
    height: 5px;
}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.related .portfolio-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 1px #bbbbbb;
    margin: 15px;
    min-height: 545px;
    outline: medium none;
    position: relative;
}
.related .portfolio-box img {
    border-bottom: 5px solid #ffc221;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.related .portfolio-box .subdescription {
    padding: 30px 30px 5px;
}
.related .more-button{
    margin-left: 30px;
}

.page-sep .shape, .shape, .tab-header .shape {
    background: none repeat scroll 0 0 #eeeeee;
    border-radius: 10px;
    display: block;
    float: right;
    height: 20px;
    margin-top: -10px;
    width: 20px;
}

.line-container {
    width: 90%;
    margin-bottom: 20px;
}
.home-bg .line-container {
    width: 100%;
    margin-bottom: 15px;
}
.news-container-new .line-container {
    width: 100%;
    float:left;
    margin-bottom: 15px;
}
.materials .line-container {
    width: 50%;
}
.home-bg .news-summary .heading span,
.home-bg-index .news-summary .heading span {
    margin: 0;
}
.home-bg-index .news-summary .news-article {
    margin-bottom: 20px;
    width: 100%;
}


/* Container */
/* Container */
/* Container */


#content_holder { 
    overflow: auto;
    background: #fff;
}

#content {
}

#inner_container_sitemap {
    margin-bottom: 18px;
}

.sitemap {
    width: 620px;
    border-top: 4px solid #f1ac00;
}

.sitemap h1 {
    padding-left: 10px !important;
    margin-bottom: 9px;
}

.sitemap .side_menu a {
    padding-left: 25px;
    padding-right: 0px;
}

.sitemap .side_menu li {
    margin-bottom: 0px !important;
}

.sitemap .side_menu ul {
    margin-top: 0px !important;
}

.sitemap .side_menu ul .sectionheader {
    list-style-type: none !important;
    margin-left: 0 !important;
}

.sitemap .side_menu ul .sectionheader a {
    position: relative;
    left: -10px;
    padding-left: 10px !important;
}

.sitemap .side_menu ul .sectionheader ul a {
    padding-left: 0 !important;
}

.sitemap .side_menu ul .sectionheader a:hover {
    padding-left: 20px !important;
}

.sitemap .side_menu li:first-child {
    font-weight: bold;
}

.sitemap .side_menu ul li:first-child {
    font-weight: normal;
}

.sitemap .cursor_text, .sitemap .cursor_text:hover {
    color: #FFF !important;
    background: #0156AA !important;
    text-shadow: none !important;
}

.sitemap .side_menu ul {
    margin-left: 20px;
}

#content #inner_container {
    width: 100%;
    /*min-height: 500px;*/
    overflow: hidden;
}

#content .general_news {
    background: #fff url("/images/inner_container_backgr.png") repeat-y left 25px !important; 
}

#content #inner_container ul {
    margin-bottom: 9px;
}

#content #inner_container li {
    margin-left: 15px;
}

#inner_container #inner_left_column {
    width: 280px;
    height: 100%;
    float: left;
    padding-bottom: 18px;
    border-top: 4px solid #ea851e;
}

#inner_left_column h2 {
    padding-left: 10px;
    font-weight: bold;
    color: #FFF;
    border-bottom: 1px solid #0156aa;
    /*text-shadow: 0px -1px 0px #000;*/
}

#inner_container #inner_right_column {
    max-width: 1200px;
    height: 100%;
    position: relative;
}

#inner_right_column h1, .sitemap h1 {
    line-height: 27px;
    padding: 4px 0;     
    overflow: hidden;
    font-weight: bold;
    color: #f1ac00;
    text-transform: uppercase;
    background: none;
    width: 600px;
    font-size: 24px;
    margin-bottom: 20px;
}

#inner_right_column h2 {
    margin-bottom: 10px;
    line-height: 1.2;
    color: #333;
    font-size: 18px;
    display: none;
}

#inner_right_column h3 {
    color: #0156AA;
    text-shadow: none !important;
    font-size: 18px;
    margin: 20px 0;
    line-height: 1.2;
}

#inner_right_column li {
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 1.6;
}

#inner_right_column p {
    text-align: justify;
}

.pages_image {
    margin: 30px 0 20px 25px;
    float: right;
    background: none repeat scroll 0 0 white;
    border: 1px solid #e0e0e1;
    box-shadow: 2px 2px 2px 0 rgba(44, 49, 55, 0.2);
    padding: 15px;
    width: 520px;
    height: auto;
}
.iso-img {
    float: right;
    margin-left: 30px;
    padding: 35px 30px 35px 20px;
}
.clients-border {
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.vendor-img {
    background: none repeat scroll 0 0 white;
    border: 1px solid #e0e0e1;
    box-shadow: 2px 2px 2px 0 rgba(44, 49, 55, 0.2);
    padding: 15px;
    margin: 20px 0;
}
.IN-widget {
    position: absolute;
    right: 0;
    top: 10px;
}

.textpage-bg .social-likes {
    width: 190px;
}

.textpage-en .social-likes {
    width: 150px;
}

.textpage-bg .NewsDetailField,
.textpage-en .NewsDetailField,
.textpage-ro .NewsDetailField {
    display: none;
}
.social-likes {
    float: right;
    height: 35px;
    position: relative;
    padding-top: 10px;
}

.social-likes-ro .fb_iframe_widget {
    width: 180px;
}

.livechat table, .chat table {
    margin: 0;
}

.social-icon table td {
    padding: 0;
    border: none;
}

.social-icon table tbody {
    background: none;
}

.social-links .chat {
    border: none;
}

.livechat td, .livechat tbody {
    border: none;
    background: none;
}


/* Sidemenu*/
/* Sidemenu*/
/* Sidemenu*/

.secon-menu-new {
    width: 100%;
    background: #f3f7fa;
    text-align: center;
    margin-bottom: 30px;
}

.secon-menu-new ul.side_menu {
    display:inline-block;
    max-width: 1200px;
}

.secon-menu-new ul.side_menu li {
    float: left;
    padding: 10px 20px;
}

.secon-menu-new ul.side_menu li a {
    color: #3a3a3a;
    transition: 0.2s;
}

.secon-menu-new ul.side_menu li a:hover {
    color: #f1ac00;
}





/* Facebook News Bar */
/* Facebook News Bar  */
/* Facebook News Bar  */


#facebook {
    width: 260px;   
    margin: 0 10px;
    padding-top: 9px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;  
}

#facebook .fb_iframe_widget, #facebook .fb_iframe_widget iframe, #facebook body.plugin,
#facebook iframe {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    background: #fff;
}

#facebook .fb_iframe_widget .fbConnectWidgetTopmost {
    border: none !important;
}

div.connections_grid {
    height: 130px;
}

#inner_right_column .fb_iframe_widget {
    width: 113px;
    height: 28px;
    float: right;
    position:relative;
    top: 5px;
    overflow: hidden;
}

#inner_right_column .en .fb_iframe_widget {
    width: 75px;
}
#inner_right_column .alb .fb_iframe_widget {
    width: 85px;
}

#inner_right_column .mkd .fb_iframe_widget {
    width: 125px;
}

#inner_right_column .ro .fb_iframe_widget {
    width: 100px;
}

#inner_right_column .IN-widget {
    position: relative;
    top: 5px;
    float: right;
    margin: 0 4px;
}

.page-contact {
    width: 100%;
    padding: 30px 0;
    margin-top: 30px;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.main .page-contact {
    display: none;
}

.contact-container img, .contact-text {
    float: left;
}

.contact-text h1 {
    font-size: 30px;
    color: #4a4a4a;
    line-height: 4;
}



/* Footer */
/* Footer */
/* Footer */


#footer_holder {
    min-height: 370px;
    color: #fff;
    border-top: 3px solid #F1AC00;
    background: #253350;
    background-size: 350px;
}

#footer {
    min-height: 110px;
    padding: 25px 0px 0 0;
}

#footer h3, .country {
    margin-bottom: 3px;
    color: #F1AC00;
    text-shadow: 0px 1px 0px #000;
    font-weight: bold;   
}

#footer a {
    width: auto;
    display: block;
    color: #fff;
    line-height: 1.8;
    text-transform: uppercase;
    font-size: 10px;
    font-weight:600;
}

#footer a:hover {
    text-decoration: underline;
}

#footer p {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.8;
    font-size: 10px;
    text-align: left;
}

#footer_menu, #footer_partners {   
    max-width: 280px;    
}

#footer_menu {
    float: left;
    background: url("/images/pages/2014/footer-icon-1.png") no-repeat;
    padding: 0 0 0 85px;
}

#footer_asap_address {
    float: left;
    text-align: left;
    background: url("/images/pages/2014/footer-icon-2.png") no-repeat;
    padding: 0 0 0 85px;
}

#footer_address {
    width: 200px;
    float:left;
    background: url("/images/pages/2014/footer-icon-3.png") no-repeat;
    padding: 0 0 0 85px;

}

#footer_info {
    float: left;
    text-align: left;
    background: url("/images/pages/2014/footer-icon-1.png") no-repeat;
    padding: 0 0 0 85px;
}

#footer_address img{
    margin: 3px 5px 0;
    float: left;
}

#footer_address .country {
    float: left;
    font-size: 10px;
    margin: 0;
    width: 20px;


}

#footer_address h3 {
    margin-left: 17px;
}

#footer_address span {
    font-size: 11px;
}

.email_footer {
    float: left;
    font-weight: bold;
    width: 42px;
    color: #F1AC00;

}

#footer_address a {
    float: left;
    width: 80px;
}

#footer_address .country_address {

    width: 100%;
    padding-bottom: 3px;
}

.country_address .phone_img {

}

.phone {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100px;
    font-size: 10px;
}

.socials-container {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}
.socials-container .social-links li {
    border: none;
}

.socials-container .social-links {
    margin-top: 24px;
}

.footer-social-text {
    margin-top: 7px;
}

.footer-logo {
    width: 970px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 40px 0;
}

.copyright-footer {
    margin: 14px 0;
}

.footer-first-row {
    width: 100%;
    background: #253350;
}

.footer-third-row {
    background: #253350;
}

.logo-footer {
    position: absolute;
    left: 660px;
    bottom: 80px;
}


/* NEWS */
/* NEWS */
/* NEWS */

.NewsSummary {
    padding-bottom: 9px;
    position: relative;
}

/*.NewsSummary a, #NewsPostDetailReturnLink a {    
    font-weight: bold;
    color: #065097;
}*/

#NewsPostDetailReturnLink  a, .NewsSummaryMorelink a {
    width: 40px;
    height: 18px; 
}

.bg_news_back {
    background: url("/img/bg_news_back.gif") 10px 1px no-repeat;
    margin-left: 370px;
}

.en_news_back {
    background: url("/images/en_news_back.gif") 10px top no-repeat;
    margin-left: 370px;  
}

.alb_news_back {
    background: url("/images/alb_news_back.gif") 10px top no-repeat;
    margin-left: 370px; 
}

.alb_news_back a {
    display: inline-block;
    height: 15px;
    line-height: 0.5;
    width: 90px;
}

.ro_news_back {
    background: url("/images/ro_news_back.gif") 10px top no-repeat;    
}

h3#NewsPostDetailTitle {
    padding-top: 9px;
    border-bottom: 2px solid #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
}

.NewsSummary a:hover, #NewsPostDetailReturnLink a:hover {
    text-decoration: none;
}

.NewsSummaryMorelink {
    text-align: right;
}

.bg_news_more a {
    background: url("/images/bg_news_more.gif") left -1px no-repeat;    
}

.en_news_more a {
    background: url("/images/en_news_more.gif") left -2px no-repeat;    
}

.alb_news_more a {
    background: url("/images/alb_news_more.gif") left -2px no-repeat;    
}

.mkd_news_more a {
    background: url("/images/mkd_news_more.gif") left 4px no-repeat;
    display: inline-block;
    height: 18px;
    width: 94px;
}

.alb_news_more a {
    background: url("/images/alb_news_more.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 16px;
    height: 20px;
    width: 105px;
}

.ro_news_more a {
    background: url("/images/ro_news_more.gif") left 4px no-repeat;
    display: inline-block;
    height: 18px;
    width: 67px;
}

.NewsSummaryLink, #NewsPostDetailContent, h3#NewsPostDetailTitle, .NewsSummarySummary {
    margin-bottom: 9px;
}

#NewsPostDetailDate, .NewsSummaryPostdate { 
    font-style: italic;
    margin-bottom: 9px;

}

#myframe {
    border: 1px solid #333;
}




/* Contacts Form */


fieldset {
    border: none;
}

fieldset legend {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 9px;
}

.contact_us_form {
    margin: 9px 0 18px 0;
}

.contact_us_form .error {
    color: #ff0000;
}

.contact_us_form label {
    display: block;
}

.contact_us_form .input_text {
    width: 300px;
    margin-bottom: 9px;
    padding: 5px;
    border: 1px solid #00488F;
}

.contact_us_form img {
    padding: 5px;
    border: 1px solid #dadada;
}

.captcha input {
    padding: 5px;
    margin-bottom: 9px;
    border: 1px solid #00488F;
}

.captchapict {
    display: block;
    margin-bottom: 9px;
    border: 1px solid #00488F;
}

.submit {
    padding: 5px;
    color: #FFF;
    text-shadow: 0px -1px 0px #000;
    background: #00488f url("/images/menu_background.png") repeat left top;
    border: 1px outset #00488f ;
}

.submit:hover {
    border-color: #333;
    -moz-box-shadow: 0 0 1px 1px #0176E7;
    -webkit-box-shadow: 0 0 1px 1px#0176E7;
    box-shadow: 0 0 1px 1px #0176E7;
}

.cms_textarea {
    margin-bottom: 9px;
    padding: 5px;
    border: 1px solid #00488F;
}

.contact_desc {
    border: 1px solid #e1e1e1;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
    float: left;
    margin-bottom: 20px;
    padding: 30px 0 30px 50px;
    width: 20%;
}

.contact_desc_margin {
    margin-right: 5px;
}
.contact_desc img {
    margin-right: 2px;
    width: 12px;
}
.contact-dada .contact_desc p {
    margin: 0;
}


/* Lightbox*/

#gallery a {
    display: block;
    float: left;
    margin: 9px 6px 9px 0;
}

#gallery img {
    border: 1px solid #333;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all  300ms ease-in-out;
    -o-transition: all  300ms ease-in-out;
    transition: all  300ms ease-in-out;
}

#gallery a:hover img {
    border: 1px solid #fff;
    opacity: 0.7;
}
.check_sert {
    margin: 60px auto 0;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    padding:15px 0 0;
}
.check_sert input[type="text"] {
    max-width: 50px;
}
.special_form  input[type="text"]{
    /*-moz-box-shadow: inset 1px 1px 3px #888;
    -webkit-box-shadow: inset 1px 1px 3px #888;
    box-shadow: inset 1px 1px 3px #888;*/
    border: 1px solid #BDBDBD;
    padding: 5px;
    margin: 10px;

    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.special_form input[type="text"]:focus {
    -webkit-box-shadow: 0px 0px 5px rgba(60, 160, 234, 0.75);
    -moz-box-shadow:    0px 0px 5px rgba(60, 160, 234, 0.75);
    box-shadow:         0px 0px 5px rgba(60, 160, 234, 0.75);
}
.special_form input[type="submit"], .special_form  input[type="button"] {
    background: #0f5fac;
    padding: 5px;
    color: #fff;
    border: none;
    cursor:pointer;
    margin: 0 0 0 10px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.special_form  input[type="submit"]:hover, .special_form  input[type="submit"]:active,  .special_form  input[type="button"]:hover,  .special_form  input[type="button"]:active  {
    background: #147cde;
}

.special_form tbody {
    background: #fff;
}
.red {
    background: #f2dede;
    border: 1px solid #eed3d7;
    border-radius: 5px;
    max-width: 200px;
    padding: 5px;
    margin: 10px auto 0;
}
.green {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 5px;
    max-width: 180px;
    padding: 5px;
    margin: 10px auto 0;
}
.red img {
    float: left;
    margin: 8px 5px;
    width: 17px;
}
.green img {
    float: left;
    margin: 0 5px;
    width: 17px;
}
.gm-style-iw {
    width:240px !important;
    overflow: hidden;
}
.phone_contacts {width:10px!important;}
.iso_table td {border:1px solid #e0e0e0; padding:10px 0; background: #fff;}
.iso_table {box-shadow:1px 1px 2px -1px #B9B9B9;margin-top:20px;}
.iso_table tr.iso_table_title td {
    color: #F1AC00;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background:#f8f8f8;
}
.iso_table tr:hover {
    background:#fff;
}
.iso_pdf {
    position:relative;
}
.iso_table a {
    color:#002b7d;
}
.iso_table a:hover {
    color:#f1ac00;
}
.certif_box li {
    list-style-type: disc;
    margin-left: 45px;
}
/* main menu */

.main-menu-custom {
    margin: 0!important;
    background: #7e7c79;
}
.navbar-brand, .navbar-nav > li > a {
    text-shadow: none!important;
    color: #fff;
    text-transform: uppercase;
    font: 600 11px/40px "Open Sans",sans-serif;
    padding: 12px 15px!important;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:visited {
    text-decoration: none;
}
.navbar-nav > li:hover,
.navbar-nav > li:focus,
.navbar-nav > li.active {
    background: #6b6b6b;
}

/* end main menu */

/*header*/


.header-right-side img:hover {
    opacity: 0.7;
}

/* end header */

/* tabs  */

#tabs {
    overflow: hidden;

}
#tabs {
    margin: 0!important;
    padding: 20px 5px 0 0px;
    list-style: none;
    border: none;
}
#tabs li {
    float: left;
    margin: 0 5px 0 0 !important;
    cursor: pointer;
    line-height: 2.7!important;
    overflow: hidden;
    background-color: #00a1f1;
    font-size: 12px!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#tabs li a {
    padding: 10px 35px ;
    color: #fff;
}
#tabs li a:hover {
    text-decoration: none;
}

#tabs li:hover {
    background: #03358f;
}	
#tabs li.active{
    background: #03358f!important;
    color: #fff;
}
.tab_container {
    clear: both; 
    max-width: 1200px;
    background: #FFFFFF;
    border: none;
}
.tab_content {
    /*padding: 10px 0px 0px 0px;*/
    font-size: 1.2em;
    /*display: none;*/
    line-height: 1.5em;
    border:none;
}

.tab_content .pages_image {
    margin: -50px 0 40px 25px!important;
}

.tab_content h1 {
    font-size: 23px!important;
}

.data li {
    font-size: 14px;
    padding: 5px 0;
    margin-left: 35px;
}
.banner-custom {
    margin: 30px 0;
}
.inner-bg .news-summary {
    margin-top: 30px;
}
.inner-bg .news-summary img {
    max-width: 130px;
}
.inner-bg .news-summary h2 a {
    font-size: 18px;
    color: #f1ac00;
}
.custom-li-style {
    margin-bottom: 10px;
}

/* end tabs */

@media (max-width: 1500px) {
    .slider-text {
        right: 5%;
    }
}

@media (max-width: 1300px) {
    .slider-text {
        top: 12%;
    }
    .slider-text .learn-more {
        margin-top: 20px; ;
    }
}


@media (max-width: 1200px) {
    #tabs li a {
        padding: 10px 20px;
    }
    .clients-logos ul {
        width: 100%;
        text-align: center!important;
    }
    .related .portfolio-box {
        min-height: 465px;
    }
    .navbar-brand, .navbar-nav > li > a {
        padding: 12px 10px !important;
    }
    .materials .line-container {
        width: 40%;
    }
    .second-menu .container {
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .slider-text h2 {
        margin: 0!important;
        font-size: 24px!important;
    }
    
    .pages_image {
        width: 100%;
    }
    .slider-text {
        width: 100%;
        max-width: 100%;
        right: 0;
        top: 30%;
        padding: 30px 0 30px 150px;
    }
    .first-slide .slider-text {
        background: rgba(247, 83, 20, .8);
    }
    .second-slide .slider-text {
        background: rgba(84, 185, 90, .8);
    }
    .slider-text .learn-more {
        float: none;
    }
    .slider-text h2 {
        margin: 0;
    }
    .interactive  ul {
        padding: 15px 0;
    }
    .three-boxes .row > div:first-of-type {
        background: #5cb85c;
        margin-bottom: 10px;
    }
    .three-boxes .row > div:nth-child(2) {
        background: #ffb900;
        margin-bottom: 10px;
    }
    .three-boxes .row > div:nth-child(3) {
        background: #f25022;
        margin-bottom: 10px;
    }
    .newslist {
        -moz-column-count: 2;
        -moz-column-gap: 35px;
        -webkit-column-count: 2;
        -webkit-column-gap: 35px;
        column-count: 2;
        column-gap: 35px;
    }
    .col-lg-2-5 {
        width: 30%;
        min-height: 200px;
    }
    .footer-last .container > div p {
        float: right;
    }
    .other-courses-table table td {
        padding: 10px!important;
    }
    .other-courses-table table thead td {
        font-size: 14px;
        padding: 10px!important;
    }
    /* collapse earlier */


    #mainnav {
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        padding: 0;
        z-index: 1000;
    }
    .nav-main-custom .container {
        width: 100% !important;
    }
    #mainnav li a {
        color: #3f3f3f !important;
    }
    #mainnav .nav > li > a {
        padding: 10px 0 10px 70px !important;
    }
    #mainnav li ul li {
        padding-left: 70px;
    }
    .dropdown-menu .container {
        margin: 0;
    }
    .nav-main-custom .nav > li > a, .nav > li.active > a {
        border-bottom: 1px solid #f1f1f1 !important;
    }
    .nav > li:last-child a, .nav > li.active:last-child > a {
        border-bottom: medium none !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
    }
    .navbar-nav > li {
        float: none !important;
    }
    .navbar-nav > li > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .collapsing {
        overflow: hidden !important;
    }
    .dropdown-menu {
        background: #f6f6f6 none repeat scroll 0 0 !important;
        box-shadow: none;
        font-size: 13px !important;
        position: relative !important;
        margin-bottom: 10px!important;
    }
    #mainnav li {
        border-right: medium none;
    }
    .navbar-nav > li:hover, .navbar-nav > li:focus, .navbar-nav > li.active {
        background: #fff;
    }
    li.custom-li-style {
        padding: 5px 0;
    }
    .dropdown-menu {
        box-shadow: none!important;
    }
}

@media (max-width: 992px) {
    .navbar-header {
        float: none!important;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block!important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent!important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1)!important;
    }
    .navbar-fixed-top {
        top: 0!important;
        border-width: 0 0 1px!important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px!important;
    }
    .navbar-nav>li {
        float: none!important;
    }
    .navbar-nav>li>a {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .collapse.in{
        display:block !important;
    }
}

@media (max-width: 767px) {
    
    
    #mainnav {
        background: #fff;
    }
    li.dropdown a {
        color: #000;
    }
    ul.nav li.active {
        background: #fff;
    }
    ul.nav li.active a {
        color: #337ab7;
    }
    ul.nav li:hover {
        background: none;
    }
    .slider-text {
        position: inherit;
        padding: 30px 30px 30px 70px;
    }
    .newslist {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .col-lg-2-5 {
        width: 50%;
        min-height: 180px;
    }
    .related .portfolio-box {
        min-height: 580px;
    }
}
@media (max-width: 578px) {
    .clients-logos ul li {
        margin-right: 10px;
    }
    .clients-logos ul li {
        width: 45px;
    }
    .clients-logos ul li a {
        height: 25px;
    }
    .news-prom-container h2 a {
        font-size: 16px;
    }
    .col-lg-2-5 {
        width: 100%;
    }
    .iso-img {
        width: 90%;
    }
    
}

@media (max-width: 400px) {
    .slider-text h2 {
        font-size: 20px;
    }
    .slider-text p {
        text-align: left;
    }
    .banner-custom {
        display: none;
    }
    .newslist li {
        background: none;
        padding: 10px 0;
        border-bottom: 1px solid #e1e1e1;
    }
    .footer-last .container > div p {
        font-size: 12px;
        text-align: right;
    }
}
@media (max-width: 380px) {
    .clients-logos ul li {
        width: 35px;
    }
    .news-article {
        text-align: center;
    }
    .news-article header > div,
    .news-article .NewsDetailField {
        width: 100%;
        margin: 0;
        display: flex;
    }
    .news-article .NewsDetailField a {
        margin: 0 auto 10px auto;
    }
    .news-prom {
        padding: 0 10px !important;
    }
    .news-prom-container h2 {
        width: 100%;
    }
    .news-article p {
        text-align: center;
    }
    .news-article h2 a {
        margin-bottom: 10px;
    }
    .social-custom div:nth-child(2),
    .social-custom div:nth-child(3) {
        padding-top: 10px;
    }
    .social-custom div:nth-child(2) {
        margin-right: 5px;
    }
}

.sf-menu li a {
    padding: 0 20px;
}

.NewsSummary {
    margin-right: 20px;
}
.index_no_backgr, .index_no_backgr #content {
    margin-bottom: 0;
    background: transparent !important;
}

.no_backgr {
    background: none !important;
}

a.see_more {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-decoration: underline;
    color: #00488f !important;
}

a.see_more_news {
    float: right;
    margin-right: 20px;
    text-decoration: underline;
    color: #00488f !important;
}

.distance {
    margin: 25px 0 0 0;
}

a.see_more:hover {
    text-decoration: none;
    color: #4294db !important;
}
a.see_more_orange{
    float: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

#middle_columns {
    width: 940px;
    height: 445px;
    margin-top: 13px;
    background:url("/images/middle_columns_shadow.png") no-repeat left bottom;
}

.middle_column {
    width: 458px;
    height: 427px;
    float: left;  
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 3px 0 3px 0;
    border-top-right-radius: 10px;  
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px; 
}

.middle_columns_title {
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0px #333;
    background: #00498f url("/images/middle_columns_title_backgr.gif") repeat-x left top;
    -moz-box-shadow: 0px 0px 0px 0px !important;
    -webkit-box-shadow: 0px 0px 0px 0px !important;
    box-shadow: 0px 0px 0px 0px !important;   
    border-top-right-radius: 10px;  
    -moz-border-radius-topright: 10px;
}

#middle_h2_left {
    text-align: left;
    margin-bottom: 9px;
    padding-left: 10px;
}

.clients {
    width: 138px;
    float: left;
    margin-bottom: 9px;
    margin-left: 10px;
    text-align: center;
}

.clients img {
    border: 1px solid #000;
    margin-bottom: 2px;
}

#middle_column_right {
    margin-left: 20px;
    position: relative;
}

#middle_h2_right {
    text-align: right;   
    padding-right: 10px;
}

#asap_news {

}

#asap_news a {
    color: #4A4A4A;
}

.news li { 
    padding: 4px 0;
    list-style-position: inside;
    border-bottom: 1px solid #dadada;
}

.news  li a:hover {
    color: #000;
    text-decoration: underline;
}

#bottom_columns {
    width: 940px;
    height: 349px;
    margin: 20px 0px;
}

#bottom_columns img, #top_footer img {
    float: left;
    padding: 3px;
    margin: 0 0 5px 19px;
    border: 1px solid #e2e2e2;
}

.bottom_column {
    width: 298px;
    height: 333px;
    position: relative;
    float: left;
    margin-left: 20px;
    text-align: left;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-top-right-radius: 5px;  
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;   
}

.bottom_column p {
    text-align: justify;
    margin: 0 20px 9px 20px;
    /*text-indent: 18px;
    background: url("/images/triangle_yellow.png") no-repeat left 5px;*/
}

#bottom_columns .first {
    margin-left: 0px !important;
}

#bottom_columns .left, #top_footer .left {
    -moz-box-shadow: 1px 1px 10px #d9d9d9;
    -webkit-box-shadow: 1px 1px 10px #d9d9d9;
    box-shadow: 1px 1px 10px #d9d9d9;
}

#bottom_columns .middle, #top_footer .middle {
    -moz-box-shadow: 0px 1px 10px #d9d9d9;
    -webkit-box-shadow: 0px 1px 10px #d9d9d9;
    box-shadow: 0px 1px 10px #d9d9d9;
}

#bottom_columns .right, #top_footer .right {
    -moz-box-shadow: -1px 1px 10px #d9d9d9;
    -webkit-box-shadow: -1px 1px 10px #d9d9d9;
    box-shadow: -1px 1px 10px #d9d9d9;
}

.bottom_columns_title {
    height: 36px;
    line-height: 36px;
    margin-bottom: 9px;
    padding-left: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0px #333;
    background: #00498f url("/images/middle_columns_title_backgr.gif") repeat-x left top;
    /*background: #00498f url("/images/title_bullet.gif") no-repeat 10px center;*/
    border-top-right-radius: 5px;  
    -moz-border-radius-topright: 5px;
}

/*** ESSENTIAL STYLES ***/

.sf-menu li {
    width:                auto;     
    float:			left;
    /*position:		relative;*/
    background:       url("/images/menu_vline.jpg") no-repeat right center;
}
.sf-menu li:hover {
    visibility:		inherit; /* fixes IE7 'sticky bug' */
}