﻿@font-face {
    font-family: 'Cochin LT Std';
    src: url('../fonts/cochinltstd.woff') format('woff');
}

@font-face {
    font-family: 'Cochin LT Std Roman';
    src: url('../fonts/cochinltstd.woff') format('embedded-opentype');
    src: url('../fonts/Cochin_0.ttc') format('embedded-opentype');
}

@font-face {
    font-family: 'Cochin LT Std';
    src: url('../fonts/cochinltstd-bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'Lucida Sans Regular';
    src: url('../fonts/Lucida Sans Regular.ttf') format('truetype'), url('../fonts/Lucida Sans Regular.woff') format('woff');
}

html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Cochin LT Std Roman';
    font-size: 1vw;
    color: #8b766a;
    display: table;
    width: 100%;
}

p {
    margin: 0px;
    padding: 0px;
}

a {
    color: #2d130c;
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:active, a:focus {
        opacity: .5;
        background-color: inherit;
    }

.page-row {
    display: table-row;
    height: 1px;
}

.page-row-expanded {
    height: 100%;
}

.content-margin {
    height: 10%;
}

.content-space {
    height: 80%;
}


table {
    width: 100%;
    height: 100%;
    border: 0px none;
    padding: 0px;
    overflow: hidden;
    text-align: justify;
}

.text-center {
    text-align: center;
}

ul {
    list-style: none;
    padding: 0px;
}

li {
    display: inline-block;
}

    li > a {
        display: block;
        cursor: pointer;
        white-space: nowrap;
    }

.topbar-menu li > a {
    padding: 0 5px 0 20px;
}

.sidebar-menu {
    text-align: right;
    display: grid;
    padding-right: 12%;
}

    .sidebar-menu li {
        display: inline;
    }

        .sidebar-menu li > a {
            width: auto;
            padding: 10% 0;
        }

.pull-right {
    float: right;
}

.sidebar-menu, .topbar-menu, .footer-text {
    font-family: 'Lucida Sans Regular';
    font-size: 1vw;
    color: #2d130c;
}


.content-box-border {
    border-style: solid;
    border-color: #eeece6;
    border-left-style: solid;
    border-left-color: #f3f0e8;
    border-left-width: thick;
    border-bottom-style: solid;
    border-bottom-color: #fcfcfc;
    border-bottom-width: thick;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #dbd6c6;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #cec6b2;
}

.content-main {
    position: relative;
    width: 100%;
    padding: 0px;
    min-height: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    text-align: center;
}

.content-child {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    display: table;
    line-height: 1.7;
}

.box {
    display: table-cell;
    vertical-align: middle;
    padding: 10%;
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
}

.box-sm {
    padding: 2%;
}

.content-headline {
    font-family: 'Cochin LT Std';
    font-weight: bold;
    color: #3b2518;
}

.infra-image {
    width: 75px;
    width: 6vw;
}

.home-img-content {
    height: 100%;
    justify-content: center;
    background: url("../images/content_home_page.png") no-repeat center center;
    background-size: contain;
}

.vision-img-content {
    height: 100%;
    justify-content: center;
    background: url("../images/vision.jpg") no-repeat center center;
    background-size: contain;
}
/* --- Defined in Media CSS --- */

.ideology-img-content {
    height: 100%;
    justify-content: center;
    background: url("../images/idealogy.png") no-repeat center center;
    background-size: contain;
}
/* --- Defined in Media CSS --- */

.logo-img {
    vertical-align: bottom;
}

.logo-line {
    border-bottom: 2px solid #3c2517;
}

.logo-text {
    font-family: 'Cochin LT Std';
    font-weight: bold;
    font-size: 1.4vw;
    color: #3c2517;
    white-space: nowrap;
    display: block;
}

.col-left {
    width: 8%;
}

.col-left-menu {
    width: 17%;
}

.col-right {
    width: 8%;
}

.col-top-menu {
    width: 100%;
    text-align: right;
}

.page-bg {
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    background: transparent url("../images/page_bg_img_1900x.png") repeat-y left;
    background-size: cover;
    width: 100%;
    height: 100%;
}
/*-- Infrastructure page --*/
#infra {
    line-height: 1.2;
    table-layout: fixed;
    height: auto;
    text-align: center;
}

    #infra td {
        vertical-align: top;
        padding: 10px;
    }

#tab_Infra a {
    color: #8b766a;
}

.infra-text {
    text-align: justify;
    padding: 0 10px;
}

/*-- Infrastructure sub sections --*/
.infra-view {
    font-size: 1.2vw;
    padding-left: 4%;
    padding-bottom: .5vw;
}

.infra-view-box {
    padding: 2%;
}

.infra-viewback {
    padding-left: 3.8%;
}

    .infra-viewback a {
        background-color: #2d130c;
        color: #f4f2ee;
        padding: .2vw .6vw;
    }

.infra-view-left {
    width: 65%;
    text-align: right;
    vertical-align: middle;
}

    .infra-view-left > img {
        width: 95%;
        height: auto;
    }

.infra-view-right {
    width: 35%;
    text-align: left;
    vertical-align: middle;
}

/* THUMBNAIL MAKER STYLES */
/*.xzoom  {
        width: 350px;
    }*/

.prod-content {
    display: none;
    overflow: hidden;
    height: 102px;
    position: relative;
    padding: 5px;
    background: #f3f0eb;
    margin: 5px auto;
    width: 600px;
}

    .prod-content li {
        margin: 0 4px;
    }

        .prod-content li a {
            display: block;
            border: 7px solid rgba(255,255,255,.1);
        }


#prods img:hover {
    cursor: url('../images/pointer.cur'), default;
}

#prods img:active {
    cursor: url('../images/pointers.cur'), default;
}

.img-responsive {
    width: 100%;
}

.copyright {
    font-size: .7vw;
}

#left {
    text-align: right;
}

#right {
    text-align: left;
}

.nav-arrow {
    font-size: 1vw;
    color: #a69b8a;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
}


/* Home page content styles */
.home-pg-left {
    width: 50%;
    text-align: right;
    vertical-align: middle;
}

    .home-pg-left > img {
        width: 80%;
        height: auto;
    }

.home-pg-right {
    width: 50%;
    text-align: left;
    vertical-align: middle;
}

.text-tagline {
    font-family: Arial;
    font-style: italic;
    font-size: 1vw;
    font-weight: normal;
    margin-top: 52%;
    margin-left: .5vw;
}
.text-tagline1 {
    font-family: Arial;
    font-style: italic;
    font-size: 1.5vw;
    font-weight: normal;
	margin-top: 52%;
    margin-left: .5vw;
   
}

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8vw;
    margin-top: -.2vw;
    position: absolute;
}

.text-right {
    text-align: right;
}

.xzoom, .xzoom-preview {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.visible-xs {
    visibility: hidden;
    display: none;
}

.xs-text {
    position:fixed; background-color: #412819; color: #f4f2ee;
    height: 2.6vw;
    padding: .5vw;
    font-size: 2.2vw;
    text-align: center;
    width: 100%;
    margin-top: -25%;
}


@media (max-width: 600px), (max-height:600px) {
    .visible-xs {
        display: table;
        visibility: visible;
        font-size: 4.5vw;
        width: 100%;
        height: 100%;
    }

    .hidden-xs {
        display: none;
        visibility: hidden;
    }

    .text-tagline {
	font-size: 1.8vw;
    }
	
	
}

@media (max-height:600px) and (orientation: landscape) {
    .xs-text {
            margin-top: -8%;
    }
}
