@font-face {
    /* font-family: 'Continuum Medium';
  src: url(../fonts/contm.ttf);*/
}
html {
    background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
        -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button::-moz-focus-inner {
  border: 0;
}
body {
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 1.25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}
.contentHolder {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-touch-callout: none;
    /* iOS Safari */
    
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    
    -khtml-user-select: none;
    /* Konqueror */
    
    -moz-user-select: none;
    /* Firefox */
    
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    
    user-select: none;
}
.contentHolder .contentBg {
    /*background: #ffffff;
    background: url(../images/contentBg.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;*/
}
.copyRightBlock {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    opacity: 0.5;
    bottom: 1.7%;
}
.copyRightText {
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 0.7%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-right: 0.7%;
    padding-top: 0.3%;
    padding-bottom: 0.3%;
    opacity: 0.5;
    -webkit-user-select: none;
    /* Chrome/Safari */
    
    -moz-user-select: none;
    /* Firefox */
    
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    
    -o-user-select: none;
    user-select: none;
}

.contentHolder .textHolder{z-index: 999;position: absolute;width: 25.5%;height: 88.85%;top: 5.5%;left: 1.8%;display: table;}
.keywords{cursor: pointer;width: 100%;height: 27.7%;background: #FFF;opacity: 0.75;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;text-align: left;outline: none;border: 0;text-align: left;padding: 0 6%;display: table-cell;position: relative;}
/*.contentHolder .textHolder .btn:hover{color: #FF7A22 !important;}*/
.contentHolder .contentDescription{width: 83.7%;height: 81.6%;left:16.3%;position: absolute;float: right;top: 13.5%;background: #F5F5F5;}
.contentHolder .contentDescription .explanationDiv{width: 100%;height: 100%;position: relative;overflow: auto;}
.contentHolder .contentDescription .explanationDiv .heading{position: relative;top:1.2% ;width: 100%;z-index: 9999;}

.contentHolder .contentDescription .explanationDiv .description{color:#000000;height: 100%;background: url('../images/img_0.png');background-size: 100% 100%;position: relative;width: 99.8%;height: 99.8%;}
.contentHolder .contentDescription .explanationDiv .heading .bulletImage{width: 11px;float: left;padding: 0.9% 0.5% 0.5% 1%;}
.contentHolder .contentDescription .explanationDiv .heading .headingText{float:left;padding: 0.5%;line-height: 100%;width: 80%;}

.description{
    position: absolute;
    width: 70.4%;
    height: 14%;
    left: 28%;
    top: 5.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    display: table;
}

.descriptionText{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2.8%;
}

.imageBlock{position: absolute;background-color: #000 !important;opacity: 0.85;width: 70.4%;height: 73.8%;left: 28%;top: 20.8%;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.imagePos{
    position: absolute;
    width: 70.4%;
    height: 73.8%;
    left: 28%;
    top: 20.8%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 1 !important;
    background-size: 100% 100% !important;
}
.descBlock{
    position: absolute;
    width: 70.4%;
    height: 14%;
    background-color: #000000;
    left: 28%;
    top: 5.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    display: table;
    opacity: 0.75;
}

.textHolder .KeywordsBlock{
    position: absolute;
    width: 99.5%;
    height: 10.7%;
    background: rgba(255,255,255,0.7);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.KeywordsBlock:hover{
    background: rgba(255,255,255,1);
}

.Keywords{
    position: relative;
    width: 100%;
    /* height: 10.75%; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: table;
    margin-bottom: 2.8%;
    cursor: pointer;
    background: rgba(255,255,255,0.6);
    border: none;
    text-align: left;
    padding: 6% 6%;
    outline: none;
}
.Keywords:hover {background: rgba(255,255,255,0.9) !important;} 
.Keywords:disabled{background: rgba(0,0,0,1) !important;} 

.KeywordsText{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    /* padding: 0 6%; */
}
/*           Mobile View      */
.textHolder .mobileView{

    position: absolute;
    width: 90%;
    height: 5%;
    background-color: red;
}


.mobileTextHolder{
    position: absolute;
    width: 88.2%;
    top: 3.1%;
    height: 7%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mobileKeywords{cursor: pointer;width: 100%;height: 27.7%;background: #000000;opacity: 0.75;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;outline: none;border: 0;text-align: left;padding: 0 3%;display: none;position: absolute;font-size: 20px;color: #FFF;}
.arrowIcon{
    position: absolute;
    text-align: right;
    float: right;
    background: url('../images/arrow.png') no-repeat center;
    background-size: 100%;
    width: 8.8%;
    height: 100%;
    right: 4.6%;
    z-index: 9999;
    cursor: pointer;
}
.mobileDescriptionBlock{
    position: absolute;
    width: 84%;
    /* height: 13.8%; */
    top: 13.5%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(31,31,31,0.7);
    color: #fff;
    padding: 2%;
}
.mobileDescription{
    position: absolute;
    width: 88.2%;
    /* height: 13.8%; */
    top: 12.5%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: table;
}
.mobileDescriptionText{
    position: relative;
    width: 100%;
    /* height: 100%; */
    font-size: 16px;
    align-content: center;
    display: table-cell;
    vertical-align: middle;
    padding: 12px 7%;
    text-align: left;
    /* border-image-source: initial; */
    /* border-image-slice: initial; */
    /* border-image-outset: initial; */
    /* background-color: buttonface; */
    /* box-sizing: border-box; */
    align-items: flex-start;
}
.mobileCopyRightBlock{
 margin: 0 auto;
 position: absolute;
 text-align: center;
 width: 100%;
 color: #fff;
 opacity: 0.5;
 bottom: 0.5%;
}
.mobileCopyRightBlock .copyRightText {
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 0.7%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-right: 0.7%;
    padding-top: 0.3%;
    padding-bottom: 0.3%;
    opacity: 0.5;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.mobileImageBlock{
    position: relative;
    width: 88.2%;
    height: 65.4%;
    top: 31.5%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(31,31,31,0.7);
    color: #fff;
}
.mobileImagePos{position: absolute;width: 88.2%;height: 65.4%;top: 31.5%;left: 0%;right: 0%;margin: 0 auto;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;opacity: 1 !important;background-repeat: no-repeat !important;background-size: 100% !important;background-color: rgba(0,0,0,0.7) !important;}

.mobileKeywordsListMainDiv{
        position: absolute;
        width: 88.2%;
        height: 16.8%;
        top: 9.5%;
        left: 0%;
        right: 0;
        margin: 0 auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: table;
        z-index: 99;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #1F1F1F;
}
.mobileKeywordsList{
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 20px;
    align-content: center;
    display: table-cell;
    vertical-align: middle;
    padding: 5% 3%;
    text-align: left;
    z-index: 999;
    overflow: visible;
}
.mobileKeywordsListView{position: relative;width: 100%;text-align: left;color: #fff;background-color: transparent;border: none;outline: none;z-index: 9999;cursor: pointer;font-size: 20px;line-height: 150%;padding-left: 0;}

.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}

.mobileKeywordsDesc{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #000;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    text-align: left;
    padding: 0 3%;
    font-size: 20px;
    outline: none;
    border: 0;
    background: #fff;
    z-index: 9999;
}