﻿.header {
    width: 100%;
    text-align: center;
    padding: 0 0 40px 0;
    background-color: #222;
    position: relative;
    z-index: 15000;
    overflow: hidden;
    padding: 0 !important;
    -ms-opacity: 1.0;
    opacity: 1.0;
    /*background-image: url(Img/contactUsDrak.jpg);*/
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: contain;
    background-attachment: fixed;
    -moz-background-position-y: bottom;
    -o-background-position-y: bottom;
    background-position-y: top;
}

.col {
    position: relative;
    margin-bottom: 10px;
    padding: 0 7px 0 7px;
}

.subCol {
    width: 100%;
    margin-top: 10px;
    background: #ff8500;
    background-image: url('Img/gplaypattern.png');
    background-repeat: repeat;
    position: relative;
    /*-webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);*/
    margin-top: 5px;
    left: 47px;
    border: 0 solid red;
}

.mobCol {
    background: #fdbf17;
background-image: url('Img/gplaypattern.png');
    background-repeat: repeat;}

.deskCol {
    background: #424142;
background-image: url('Img/gplaypattern.png');
    background-repeat: repeat;}

.webCol {
    background: #a843b7;
background-image: url('Img/gplaypattern.png');
    background-repeat: repeat;}

.segment {
    width: 100%;
    height: 200px;
    background: #ff8500;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
    transform: skew(25deg);
    position: relative;
    right: 0;
    /*overflow: hidden;*/
}
.column {
        width: 96%;
        height: 60px;
        background: #333;
        -webkit-transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0);
        transform: skew(0);
        margin: auto;
        margin-bottom: 5px !important;
        margin-top: 10px;
        position: relative;
        border: 1px solid #000;
        border-bottom: 1px solid #ff6c14;
        border-bottom: 1px solid #ff6c14;
        /*border-radius: 5px;*/
        z-index: 15000;
}
.MobileColumn {
    border-top-color: #fdbf17;
        border-bottom: 1px solid #fdbf17;
}
.DesktopCol {
    border-top-color: #dedede;
        border-bottom: 1px solid #dedede;
}
.webCol {
     border-top-color: #a843b7;
        border-bottom: 1px solid #a843b7;
}
.column:after {
    content: " ";
            width: 0;
            height: 0;
            border-right: 125px solid transparent;
            border-left: 125px solid transparent;
            border-top: 30px solid #333;
            position: relative;
            margin: auto;
            top: 65px;
            z-index: 500;
}

.mobileSegment {
    background: #fdbf17;
}

.desktopSegment {
    background: #424142;
}

.webSegment {
    background: #a843b7;
}

.ribbon {
    width: 96%;
    height: 15px;
    background: #222;
    -ms-opacity: 0.4;
    opacity: 0.4;
    position: absolute;
    top: 90px;
    left: 2%;
}

.pattern {
    height: 55px;
    top: 115px;
    position: relative;
    left: -5px !important;
    overflow: hidden;
    background: none;
}

.patternImg {
    width: 100%;
    min-width: 130%; 
    position: relative;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-25deg);
    position: absolute;
    top: 0;
    left: -15px;
    border: 0 solid red;
}

.bottomRibbon {
    width: 100%;
    height: 15px !important;
    -ms-opacity: 1.0;
    opacity: 1.0;
    top: 178px;
    left: 0;
}

.segmentTitle {
    width: 100%;
    color: #333;
    position: absolute;
    top: 35px;
    left: 10px;
    font: 22px golf;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    opacity: 0.8;
    font: bold 44px golf; 
    display: none;
}
.columnTitle {
     width: 100%;
    color: #333;
    position: absolute;
    top: 35px;
    left: 10px;
    font: 22px golf;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    opacity: 0.8;
    font: bold 44px golf; 
    display: block;
}
 
.desktopTitle{
    color: #ddd;
}
.segmentVector{
    width:  65px;
    height: 65px;
    background: url(Img/gamingVectorAvatar.png) no-repeat;
    background-size: cover;
    margin: auto;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    position: absolute;
    top: 30px;
    left: 40%;
    opacity: 0.0;
}
.mobVector{
    width: 64px;
    height: 120px;
    background: url(Img/mobileVectorIcon.png) no-repeat;
    background-size: cover;
    margin: auto;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    position: absolute;
    top: 0px;
    left: 45%;
    opacity: 0.0;
 
}
.desktopVector{
       width: 74px;
    height: 64px;
    background: url(Img/desktopVector.png) no-repeat;
    background-size: cover;
    margin: auto;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    position: absolute;
    top: 20px;
    left: 40%;
    opacity: 0.0;
}

.webVector{
  width: 64px;
    height: 120px;
    background: url(Img/webVector.png) no-repeat;
    background-size: cover;
    margin: auto;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    position: absolute;
    top: 0px;
    left: 45%;
    opacity: 0.0;
}

/*   ------------------------------------
              register new idea
*/
.customIdeaLight {
    color: #666;
    position: relative;
    margin: auto;
}
.CustomerIdeaz {
    padding: 80px 0 20px !important;
    background: url('Img/congruent_outline.jpg') repeat;
    border: 0 solid red;
}
 .customIdeaTitle {
     margin-top: 2px !important;
     font: bold 16px yekan;
     margin-bottom: 15px !important;
 }
.robbonTriangle {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #666;
    position: relative;
    margin: auto;
    top: 2px;
}
.robbonTriangle:before {
    content: " ";
    width: 0;
    height: 0;
    border-left:  15px solid transparent;
    border-right: 15px solid transparent;
    border-top:   9px solid #333;
    position: absolute;
    margin: auto;
    top: -15px;
    left: -15px;
}
.customIdeaPic {
    width: 360px;
    height: 310px;
    max-height: 100%;
    background: url('Img/businessman1.png') no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed;*/
    display: block;
    margin-top: 45px !important;
    border: 0 solid red;
    -ms-opacity: 0.9;
    opacity: 0.9;
    float: left;
    margin-left: 80px;
}

.formSendIdea {
    margin-top: 115px; 
    float : right ;
}

/* ----------------------------------
    investor
*/
.investor {
    padding: 160px 0 140px 0 !important;
    border: 0 solid red;
    background: url('Img/congruent_outline.jpg') repeat;
}
.investorPic {
    width: 320px;
    height: 310px;
    background: url('Img/businessman2.png') no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 15;

}

.investorPic:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 70px solid transparent;
    position: absolute;
    top: 300px;
    left: 15px;
}
.investorPicBg {
    width:  300px;
    height: 300px;
    position: relative;
    margin: auto;
    background: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 80px;
    left: 70px; 
    z-index: 5;
}

.investorPicBg:after {
    content: " ";
    width:  295px;
    height: 295px;
    position: relative;
    margin: auto;
    background: #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(90deg);
    position: absolute;
    top: -15px;
    left: 20px; 
    z-index: 1;
    border: 0 solid red;
}

@media only screen and (max-width: 900px) {
    .gameCol {
        margin-top: 85px;
    }
}


@media only screen and (max-width: 1000px) {
    .noSegment {
        width: 96%;
        height: 60px;
        background: #333;
        -webkit-transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0);
        transform: skew(0);
        margin: auto;
        margin-bottom: 5px !important;
        margin-top: 10px;
        position: relative;
        border: 1px solid #000;
        border-bottom: 1px solid #ff6c14;
        border-bottom: 1px solid #ff6c14;
        /*border-radius: 5px;*/
        z-index: 15000;
    }

        .noSegment:after {
            content: " ";
            width: 0;
            height: 0;
            border-right: 125px solid transparent;
            border-left: 125px solid transparent;
            border-top: 30px solid #333;
            position: relative;
            margin: auto;
            top: 65px;
            z-index: 500;
        }

    .subCol {
        -webkit-transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0);
        transform: skew(0);
        left: 0;
        position: relative;
        margin-bottom: 10px;
        margin-top: 10px;
        top: 0;
        background: #333;
        /*border-top: 1px solid #ff6c14;*/
        border-bottom: 2px solid #ff6c14;
        /*display: none;*/
    }

    .segmentTitle {
        width: 100%;
        -webkit-transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0);
        transform: skew(0);
        font: bold 28px golf;
        text-align: center;
        display: block;
        border: 0 solid black;
        top: 55px;
        margin-top: -50px;
        left: 0;
        /*border-bottom: 3px solid rgba(0,0,0,0.3);*/
        border-bottom: 3px solid #ff6c14;
        color: #ff6c14;
    }
    .columnTitle {
         width: 100%;
        -webkit-transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0);
        transform: skew(0);
        font: bold 28px golf;
        text-align: center;
        display: block;
        border: 0 solid black;
        top: 55px;
        margin-top: -50px;
        left: 0;
        /*border-bottom: 3px solid rgba(0,0,0,0.3);*/
        border-top: 1px solid #ff6c14;
        border-bottom: 3px solid #ff6c14;
        color: #ff6c14;
    }
    .MobileColumnTitle {
        color: #fdbf17 !important;
        border-bottom: 3px solid #fdbf17;
    } 
    .desktopColTitle {
        color: #dedede !important;
        border-bottom: 3px solid #dedede;

    }
    .webColTitle {
         color: #de2ddc !important;
        border-bottom: 3px solid #de2ddc;
    }
    .ribbon {
        display: none;
    }


    /* ---------------------------
             mobile segment
         -------------------------------
     */

    .mobileSegment {
        border-bottom-color: #fdbf17;
    }

    .mobileTitle {
        color: #fdbf17 !important;
    }

    .MobileLineSep {
        border-bottom-color: #fdbf17 !important;
    }
    .MobileLineSep:after {
        border-top-color: #fdbf17 !important;
    }

    .mobCol {
        border-top-color: #fdbf17;
        border-bottom-color: #fdbf17;
    }
    .gameLogoTitle {
        color: #fdbf17 !important;
    }

    /* ---------------------------
             desktop segment
         -------------------------------
     */

    .desktopSegment {
        border-bottom-color: #ccc;
    }

    .desktopTitle {
        color: #dedede !important;
        border-bottom-color: #ccc;
    }

    .deskCol {
        border-top-color: #ccc;
        border-bottom-color: #ccc;
    }


    /* ---------------------------
             web segment
         -------------------------------
     */

    .webSegment {
        border-bottom-color: #de2ddc;
    }

    .webTitle {
        color: #de2ddc;
        border-bottom-color: #de2ddc;
    }

    .webCol {
        border-top-color: #de2ddc;
        border-bottom-color: #de2ddc;
    }

    .formSendIdea {
        margin-right: 20px;
    }
}


