/* ************************************************
 @project                   : KIAAI
 @company                   : Larsa LLC
 @year                      : 2017
 @developer                 : Hiba Almanakly
 @email                     : eng.hibaalmanakly@gmail.com
 @createdDate               : November, 2017
 @updatedBy                 : Hiba Almanakly
 @updatedDate               : November, 2017
 ************************************************ */
.headernavcontainer,
.logomobile,
.langmobile{
    display: none;
}

@media only screen and (device-width: 768px)
,only screen and (max-width: 1024px)
,only screen and (max-device-width: 1024px) and (orientation:portrait)
,only screen and (max-device-width: 1024px) and (orientation:landscape) {
.award-col {
    width: 100%;
    float: none;
    box-sizing: border-box;
    border: none;
    border-right: none;
    position: relative;
    border-bottom: solid 1px #ac7a3c;
    padding: 15px;
    font-size: 130%;
}
.mapBackground {
    height: 24vw;
    min-height: 200px;
}
    .menuli#langlink{
        display: none;
    }
    .abouttitle1{
        line-height: 1;
    }
    .langmobile{
        display: block;
        position: absolute;
        right: 10%;
        top: 0;
        font-family: csbold;
        letter-spacing: 1px;
        font-weight: bold;
        background: #000000;
        color: white;
        padding: 2px 10px;
        height: 2.2vw;
        margin: 3vw 0;
        line-height: 1.4;
        font-size: 100%;
    }
    .loadinglogo {
        width: 28vw;
        margin-top: 36vh;
    }
    .timercontainer {
        margin: 0 35vw;
        width: 30vw;
    }
    .menu{
        display: none;
        width: 100%;
        margin-top: 8vw;
        box-shadow: 3px 4px 10px #c5c5c5;
        border-width: 0px 0px 1px 0px;
        border-color: #e2e2e2;
        border-style: solid;
        background: rgba(255, 255, 255, 0.95);
    }
    .header {
        width: 100%;
        margin: 0;
    }
    .menucontainer{
        width: 100% !important;
        position: fixed;
    }
    .ar .menuli,
    .menuli{
        width: 100%;
        padding: 0;
        margin: 1vw 0;
        text-indent: 0;
        border: none;
        text-align: center;
    }
    .ar .ulsubmenu,
    .ulsubmenu{
        background: rgb(255, 255, 255);
        box-shadow: 3px 4px 10px #c5c5c5;
        border-width: 0px 1px 1px 0px;
        border-color: #e2e2e2;
        border-style: solid;
        width: 70%;
        left: 15%;
        right: 15%;
    }
    .lisubmenu{
        margin: 3vw 0;
        text-indent: 0;
        padding: 0 4%;
    }
    .menuli:before,.lisubmenu:before{
        display: none;
    }
    .menu{
        text-align: center;
    }
    .menuli {
        width: 100%;
        margin: 2vw 0;
        text-indent: 0;
        letter-spacing: 0.5px;
    }
    .lisubmenu {
        margin: 3vw 0;
        text-indent: 0;
        padding: 0px 10%;
    }


    .headernavcontainer{
        display: block;
        width: 100%;
        background: black;
        height: 8vw;
        position: fixed;
        z-index: 700;
        top: 0;
        left: 0;
    }
    .logomobile {
        border: none;
        display: block;
        width: auto;
        height: 5vw;
        padding: 1.5vw;
        float: left;
        margin-left: 2%;
    }
    .headernav {
        float: right;
        right: 0;
        width: 8vw;
        height: 100%;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        background: transparent;
        transition: 1.0s;
    }
    .menuspan{
        position: absolute;
        background-color: white;
        width: 50%;
        height: 3px;
        margin: 0 25%;
        top: 4.1vw;
        transition: 1s;
    }
    .headernav:before {
        content: "";
        position: absolute;
        background-color: white;
        width: 50%;
        height: 3px;
        margin: 0 25%;
        top: 3vw;
        transition: 0.4s;
    }
    .headernav:after{
        content: "";
        position: absolute;
        background-color: white;
        width: 50%;
        height: 3px;
        margin: 0 25%;
        top: 5.1vw;
        transition: 0.4s;
    }
    /* headerNavAnimation1Start */
    .headerNavAnimation1Span{
        transition: 1s;
        margin-left :100%;
    }
    .headerNavAnimation1StartBefore:before{
        transition: 0.4s;
        -webkit-transform: rotate(45deg) translate(22%, 50%);
        -moz-transform:rotate(45deg) translate(22%, 50%);
        transform: rotate(45deg) translate(22%, 50%);
    }
    .headerNavAnimation1StartAfter:after{
        transition: 0.4s;
        -webkit-transform: rotate(-45deg) translate(30%, -150%);
        -moz-transform:rotate(-45deg) translate(30%, -150%);
        transform: rotate(-45deg) translate(30%, -150%);
    }

    /* headerNavAnimation2Start */
    .headerNavAnimation2Span {
        transition: 1s;
        width: 0;
        margin: 40% 0% 0 60%;
    }

    /* headerNavAnimation3Start */
    .headerNavAnimation3HeaderNav{
        transition: 1.5s;
        -webkit-transform: rotate(90deg);
        -moz-transform:rotate(90deg);
        transform: rotate(90deg);
    }
    .headerNavAnimation3Span{
        transition: 0.5s;
        width: 0%;
        margin: 0% 50% 0 50%;
    }
    /* headerNavAnimation4Start */
    .headerNavAnimation4HeaderNav{
        transition: 1.5s;
        -webkit-transform: rotate(-180deg);
        -moz-transform:rotate(-180deg);
        transform: rotate(-180deg);
    }
    .headerNavAnimation4Span{
        transition: 0.5s;
        width: 0%;
        margin: 0% 50% 0 50%;
        opacity: 0;
    }
    /* headerNavAnimation2Start */
    .headerNavAnimation5Span {
        transition: 1s;
        width: 0;
    }

    .pagecontent{
        margin-top: 8vw;
    }
    .logo{
        display: none;
    }
    .headerimageoverlay{
        height: 70vw;
    }
    .headerimage{
        height: 55vw;
    }
    .header1{
        opacity: 1 !important;
        height: 22vw;
    }
    .about{
        position: absolute;
        width: 50%;
        padding: 10% 5% 0 5% !important;
    }
    .homepagecontent {
        margin-top: 56vw;
    }
    .centersection {
        width: 80%;
        margin: 0vw 10% 4vw;
    }
    .centeroption {
        width: 48.5%;
    }
    .centerimage ,
    .centerimage3{
        height: 40vw;
    }
    .centerimage2 {
        height: 50vw;
    }
    .arrow {
        width: 1.5vw;
    }
    .slidercontent .arrow{
        top: 44%;
    }
    .sessionsubtitlecontent {
        margin: 0 8vw 5vw;
    }
    .centertitleicon ,
    .centertitle{
        vertical-align: middle;
    }
    .arrowup {
        top: -26%;
    }
    .arrowdown {
        bottom: 7%;
    }
    .arrow2 {
        width: 3vw;
    }
    .winnericon {
        height: 14vw;
    }
    .arrowdown:hover {
        bottom: 7%;
        -webkit-transform: none;
        -moz-transform:none;
        transform: none;
    }
    .arrowup:hover {
        top: -26%;
        -webkit-transform: none;
        -moz-transform:none;
        transform: none;
    }
    .center2 {
        box-shadow: none;
        border: 1px solid #dadada;
    }
    .centerimage2 {
        box-shadow: none;
    }








    .slidercontent {
        padding: 4% 10%;
    }
    .ar .sidesection,
    .sidesection {
        width: 80%;
        padding: 0 10%;
        margin: 0;
        z-index: -2;
    }
    .rightsection{
        z-index: initial;
    }
    .sidecontainer{
      background-size: cover;
    }
    .timing_sec .sidebartitle.margin2 {

    width: 25%;
}
.rightbutton{
    width:33%;
}
.ar .timing_sec {
    font-size: 65%;
}
    .vmiddle{
        vertical-align: middle;
    }
    .sidebartitle{
        width: 100%;
        margin: 3vw 0 1vw !important;
        line-height: 1.0;
        padding-top: 1vw;
    }
    .leftimage3 {
        padding: 0%;
        position: relative;
    }
/*    .leftimage3 img {
        width: auto;
        height: 12vw;
        float: left;
        padding: 2% 0;
    }*/
    .leftimage3title{
        position: absolute;
        right: 4%;
        top: 38%;
    }
    .boxes_section .leftimage{
        width:100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 4%;
          
    }
    .leftimage3title .font11{
        font-size: 11px !important;
    }
    .leftimage3title .font16{
        font-size: 15px !important;
    }
    .pageimageoverlayleft{
        display: none;
        top: -590% !important;
        -webkit-transform: none !important;
        -moz-transform:none !important;
        transform: none !important;
    }
    .pageimageoverlayright{
        display: none;
        top: -108% !important;
        -webkit-transform: none !important;
        -moz-transform:none !important;
        transform: none !important;
    }
    #calendar{
        margin: 2.5% 0;
        text-align: center;
    }
    .ar #calendar{
        margin: 7% 0;
    }
    .rightbutton{
        line-height: 2.5;
        margin-right: 0;
    }
    .rightimage{
        box-shadow: none;
        background: transparent;
        margin-right: 0px;
        margin-bottom: 0;
    }
    .rightimage2 {
        font-size: 0;
        margin-right: 0;
    }
    .rightimage img,
    .rightimage2 img{
        width: auto;
        height: 26vw;
        border-radius: 6px;
    }
    .abouttitle2 {
        padding: 2% 0;
        line-height: 1;
    }
    .centeroptioncontainer{
        margin-bottom: 2%;
    }


    /************************* footer *************************/
    .footer {
        margin-top: 15%;
    }
    .footerimage {
        height: auto;
        background-position: 9% 0;
    }
    .footercontent {
        background-image: url(../images/footermobile.png);
        background-position: 90% 0;
        background-size: cover;
        padding: 60vw 10% 4vw;
        line-height: 1.4;
    }
    .ar .footercontent{
        background-image: url(../images/footertabar.png);
    }
    .footercol1{
        width: 49%;
        margin-right: 12vw;
    }
    .footerlogo {
        width: 18vw;
        margin: auto;
    }
    .footerlinks {
        padding: 4% 0;
    }
    .footersearch {
        width: 90%;
    }
    .copyright {
        padding-top: 23%;
    }
    .footercol2{
        width: 35%;
        margin: 15vw 0 0;
    }
    .footercol3 {
        width: 100%;
        margin-top: 3vw;
    }
    .footercol3-1 {
        width: 49%;
        margin: 0 12vw 5% 0;
    }
    .footercol3-2 {
        width: 35%;
    }
    .footercol3-3 {
        margin-bottom: 3%;
    }
    .social {
        width: 100%;
        float: none;
        text-align: center;
    }
    .socialimage {
        width: 4.0vw;
    }
    .timersocial {
        margin: 0 35vw;
        width: 30vw;
    }
    /********************************* end footer *********************************/



    .maincontent,
    .maincontent2 {
        padding-top: 16vw;
    }
    .maincontent3 {
        padding: 23vw 10% 0;
    }
    .maincontent5 {
        width: 80%;
        padding: 23vw 10% 20%;
    }
    .maincontent6 {
        width: 80%;
        padding: 23vw 10% 0%;
    }
    .maincontent8 {
        width: 90%;
        padding: 23vw 5% 0%;
    }
    .magazine, .published {
        padding: 23vw 10% 0;
        margin-bottom: -9vw;
    }
    .contentnewsdetails {
        padding-top: 16vw;
        margin-bottom: -9vw;
    }
    .newsimage2 {
        margin: 0 10%;
        width: 80%;
    }
    .ar .leftimagebar4,
    .leftimagebar4 {
        width: 25%;
        margin: 5% 5% 0;
    }
    .rightcontent4 {
        width: 58%;
        margin-top: 8%;
    }

    .inside42 {
        width: 50%;
        margin: 83% 25% 0;
    }
    .bicon {
        width: 4vw;
    }

    .ar .leftimagebar,
    .leftimagebar{
        width: 50%;
        margin: 3vw 25%;
    }
    .inside12{
        width: 36%;
        top: 22%;
        left: 54%;
    }
    .sectioncontent p {
        margin-bottom: 2vw;
    }
    .rightcontent {
        width: 80%;
        margin: 0 10%;
    }
    .leftimagebar2 {
        width: 80%;
        margin: 3vw 10% 0;
    }
    .inside21 {
        width: 70%;
        margin: 0 15%;
    }
    .rotate1{
        transform: none;
        animation: unset;
        opacity: 1;
    }
    .rotate3 {
        animation: unset;
        margin-left: 9%;
        margin-top: 0%;
        opacity: 1;
    }
    .rightcontent2 {
        width: 80%;
        margin: 0 10%;
    }
    .memberimage {
        width: 27.5vw;
        margin: 0 6vw !important;
    }
    .memberimage:nth-child(5) {
        margin-right: 10vw;
    }
    .memberimage:nth-child(3n+4) {
        margin-right: 0vw;
    }
    .ar .memberimage:nth-child(3n+4){
        margin-left: 0;
    }
    .ar .memberimage:nth-child(5) {
        margin-right: 0;
        margin-left: 10vw;
    }
    .ar .mainimage,
    .mainimage{
        width: 60%;
        margin: 5% 20% 0 !important;
    }
    .ar .memberauther,
    .memberauther {
        width: 130%;
        margin-left: -15%;
        margin-right: -15%;
    }

    .arrowinside {
        top: 26vw;
        width: 2vw;
    }
    .arrowinside:hover {
        -webkit-transform: none;
        -moz-transform:none;
        transform: none;
    }
    .insideslideimage {
        height: 25vw;
    }
    .magazineimage {
        width: 24vw;
    }
    .magazineimage:nth-child(6) {
        margin-right:3.2vw;
    }
    .magazineimage:nth-child(3n+4) {
        margin-right: 0vw;
    }
    .sectiontitle {
        width: 100%;
        margin: 2vw 0;
    }
    .sidebarcontent:hover .sidebartitle:before{
        -webkit-animation: unset;
        -moz-animation: unset;
        animation: unset;
    }
    .sidebartitle:before{
        top: 0px;
        height: 3px;
        width: 7vw !important;
        -webkit-animation: unset;
        -moz-animation: unset;
        animation: unset;
    }
    .formcontainer input{
        height: 3vw;
    }
    .formcontainer .table1 {
        margin: 1% 4%;
        width: 92%;
    }
    .formcontainer select {
        height: 3.15vw;
    }

    .centertitle2{
        width:90%;
    }
    .inside5bg{
        background-attachment: initial;
        background-position: 0% 0%;
        display: none;
    }
    .footersearch2:after,
    .footersearch1:before,
    .footersearch1:after {
        background: transparent;
    }

    .contactcontainer {
        width: 90%;
        margin: auto;
    }
    .contactmap {
        width: 100%;
        margin: 0 0% 2vw 0;
    }
    .contactinfo {
        width: 100%;
        margin: 0% 0 5vw 0%;
    }
    .contactinfomap iframe {
        height: 35vw;
    }
    .contactcontainer input, .contactcontainer select, .contactcontainer textarea {
        height: 4.5vw;
    }
    .contactcontainer textarea {
        height: 12vw !important;
    }



    .videoyear {
        display: block;
        vertical-align: top;
        width: 100%;
    }
    .videoyear iframe {
        height: 21vw;
        width: 32vw;
        margin-bottom: 5vw;
    }
    .videotitle {
        width: 57%;
    }
    .social2{
        width: 3.2vw;
    }


    .ar .magazineimage:nth-child(3n+4) {
        margin-right: 0vw;
        margin-left: 0;
    }
    .ar .magazineimage:nth-child(6) {
        margin-right: 0vw;
        margin-left: 3.2vw;
    }
    .ar .footersearch{
        float: right;
    }
    .ar .footercol1 {
        width: 49%;
        margin-right: 0;
        margin-left: 12vw;
    }
    .ar .footercol3-1 {
        margin: 0 0 5% 12vw;
    }
    .ar .sidebartitle {
        text-align: right;
    }


    .memberblock2 {
        padding: 3% 0 11vw;
    }

    .footer input{
        line-height: normal;
    }
    .bcontainer {
        display: block;
        margin: 8% auto 0;
        text-align: center;
    }
    .newspageimage {
        width: 100%;
        padding: 0;
        margin-bottom: 4vw;
    }
    .newspageimg {
        height: 20vw;
        width: 20vw;
    }
    .newspagetext {
        width: 71%;
        margin: 0% 1.5%;
    }
    .filtertitle1,
    .filtertitle1video{
        width: auto;
        margin: 0;
    }
    .filtertitle2 select {
        height: auto;
        margin: 0 12%;
    }
    .filtertitlealbum2 select {
        height: auto;
        margin: 0 -2px;
        text-indent: 0;
    }

    .carousel {
        height: 40vw;
        margin-bottom: 3vw;
    }
    .album.carousel {
        height: 50vw;
        margin-bottom: 2vw;
        margin: 0 0vw 3vw;
    }

    .decisioncontainer{
        width: 24.0vw;
    }
}
