@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helvetica/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica/HelveticaNeueLTStd-BdCn.otf') format('opentype'),
    url('fonts/helvetica/HelveticaNeueLTStd-BdCn.woff') format('woff'), url('fonts/helvetica/HelveticaNeueLTStd-BdCn.ttf') format('truetype'), url('fonts/helvetica/HelveticaNeueLTStd-BdCn.svg#HelveticaNeueLTStd-BdCn') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helvetica/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica/HelveticaNeueLTStd-Md.otf') format('opentype'),
    url('fonts/helvetica/HelveticaNeueLTStd-Md.woff') format('woff'), url('fonts/helvetica/HelveticaNeueLTStd-Md.ttf') format('truetype'), url('fonts/helvetica/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helvetica/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica/HelveticaNeueLTStd-Roman.otf') format('opentype'),
    url('fonts/helvetica/HelveticaNeueLTStd-Roman.woff') format('woff'), url('fonts/helvetica/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('fonts/helvetica/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helvetica/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica/HelveticaNeueLTStd-Lt.otf') format('opentype'),
    url('fonts/helvetica/HelveticaNeueLTStd-Lt.woff') format('woff'), url('fonts/helvetica/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('fonts/helvetica/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helvetica/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica/HelveticaNeueLTStd-Th.otf') format('opentype'),
    url('fonts/helvetica/HelveticaNeueLTStd-Th.woff') format('woff'), url('fonts/helvetica/HelveticaNeueLTStd-Th.ttf') format('truetype'), url('fonts/helvetica/HelveticaNeueLTStd-Th.svg#HelveticaNeueLTStd-Lt') format('svg');
    font-weight: 200;
    font-style: normal;
}

ul, ol {
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    width: auto;
}

body, html {
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    position: relative;
    width: 100%;
    height: 100%;
}

p {
    margin-top: 0;
}

h1, h2, h3, h4, h5 {
    margin-top: 0 !important;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
    outline: none !important;
}

.center-div {
    margin: 0 auto;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/site/logo2.png) center no-repeat #fff;
}

.se-pre-con img {
    width: 100%;
}

.mainwrapper {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.section-slider {
    border: 2px solid #616161;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-slider:hover .cust-btn-slidtop, .section-slider:hover .cust-btn-slidbot {
    opacity: 0.7;
}

.section-slider .cust-btn-slidtop {
    position: absolute;
    /*left: 145px;*/
    /*right: 0;*/
    margin: 0px;
    padding: 0px;
    /*top: -7px;*/
    z-index: 1;
    /*font-size: 30px;*/
    color: #000;
    /*height: 45px;*/
    /*opacity: 0;*/
    /*-webkit-transition: all 0.5s ease;*/
    /*-moz-transition: all 0.5s ease;*/
    /*-ms-transition: all 0.5s ease;*/
    /*-o-transition: all 0.5s ease;*/
    /*transition: all 0.5s ease;*/
}

.cust-btn-slidtop img {
    width: 100%;
}

.section-slider .cust-btn-slidbot {
    position: absolute;
    /*left: 145px;*/
    bottom: 0;
    margin: 0px;
    padding: 0px;

    z-index: 1;

    color: #000;
    /*height: 45px;*/
    /*opacity: 0;*/
    /*-webkit-transition: all 0.5s ease;*/
    /*-moz-transition: all 0.5s ease;*/
    /*-ms-transition: all 0.5s ease;*/
    /*-o-transition: all 0.5s ease;*/
    /*transition: all 0.5s ease;*/
}

.mainwrapper * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.section-slider .owl-controls {
    display: none !important;
}

.section-menu {
    position: relative;
    padding-top: 3px;
}

.logo {
    height: 110px;
    width: 110px;
    color: #fff;
    text-align: center;
    float:right;
}

.logo h3 {
    display: table-cell;
    vertical-align: middle;
}

.item .img-cont {
    overflow: hidden;
    position: relative;
}

.item .img-cont img {
    position: absolute;
    max-height: 100%;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-cont {
    /*width: 65%;*/
    /*text-align: justify;*/


    /*padding: 16px;*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;

    height:100%;
    overflow: scroll;
    overflow-y: scroll; overflow-x:hidden;
    background: #f0f0f0;

    font-size: 13px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.text-cont-content{
    padding: 16px;
}

.video-cont video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 100%;
}

.video-cont iframe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 100%;
    height: 70%;
}

.text-cont ol {
    list-style-type: decimal;

}

.text-cont ul {
    list-style-type: circle;
    padding-left: 20px;
}

@media screen and (max-width: 660px) {
    .text-cont-content{
        padding: 10px;
    }

}

@media screen and (max-width: 460px) {
    .text-cont {
        font-size: 12px;
    }

    .text-cont-content{
        padding: 10px;
    }

    #slidnxt, #slidper {
        width: 18px;
        height: 18px;
    }


    .section-slider {
        border: 1px solid #000;
    }
}

@media screen and (max-width: 360px) {

    .text-cont {
        font-size: 10px;
    }

    .text-cont-content{
        padding: 8px;
    }

    #slidnxt, #slidper {
        width: 15px;
        height: 15px;
    }

    .section-slider {
        border: 1px solid #000;
    }
}

@media screen and (max-height: 415px) {

    .mainwrapper {
        position: relative;
        top: 10%;
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);;
    }

    .text-cont {
        font-size: 10px;
    }

    .text-cont-content{
        padding: 8px;
    }

    #slidnxt, #slidper {
        width: 15px;
        height: 15px;
    }

    .section-slider {
        border: 1px solid #000;
    }
}

/*temp meu test*/

#menu-v li, #menu-v a {
    zoom: 1;
}

/* Hacks for IE6, IE7 */
#menu-v, #menu-v ul {
    width: 100px; /* Main Menu Item widths */
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 9;
    float:left;
}

/* Top level menu links style
---------------------------------------*/

#menu-v li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-v li a {
    /*font-size: 12px;*/
    display: block;
    color: black;
    text-decoration: none;
    padding-left: 0px;
    white-space: nowrap;
}

#menu-v ul li a {
    /*line-height: 30px;*/
}

/*Sub level menu items
---------------------------------------*/
#menu-v li ul {
     position: absolute;
     visibility: hidden;
     width:auto;
 }

#menu-v li ul li ul{
    padding-left: 10px;
}


#menu-v li:hover, #menu-v li.onhover {
    background-position: 0 -62px;
}

#menu-v ul li:hover, #menu-v ul li.onhover {
}
