﻿
body {
    font-family: Tahoma,sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
}

.mainWrap {
    padding-bottom: 132px;
    min-height: 99vh;
}

header {
    padding: 0;
    background: transparent;
}

footer {
    padding: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
}

footer,
header {
    background-color: transparent;
}

.footerLine {
    width: 100%;
    margin-bottom: 0;
}

    .footerLine img {
        width: 100%;
        max-width: none;
        min-width: 850px;
    }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    color: #222;
}

.wrapRtl .h1,
.wrapRtl .h2,
.wrapRtl .h3,
.wrapRtl .h4,
.wrapRtl .h5,
.wrapRtl .h6 {
    font-family: 'B Yekan',Tahoma;
}

.h1,
.h2,
.h3,
.h4 {
    font-weight: 700;
}

.defaultTrans {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.wrapRtl {
    position: relative;
    font-family: 'B Yekan',Tahoma;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
}


.link,
.link:visited {
    text-transform: none;
    color: #004bff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    padding: 0 3px;
}

    .link:hover {
        color: #20A5DE;
        text-decoration: underline;
    }

.button {
    white-space: nowrap;
    padding: 8px 50px 10px;
    /*background-color: #781866;*/
    background-color: #4c2f6e;
    border: none;
    /*border-radius: 1px;*/
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.button {
    padding: 2px 50px;
}

.button:visited {
    color: #FFF;
}

.wrapRtl .button {
    font-family: "B Yekan",Tahoma;
}

.button:hover {
    text-decoration: none;
    background-color: #3D2658;
}

.dropdownInput,
.textInput,
.multilineInput {
    border: 2px solid #EDEDED;
    background-color: #FFF;
    min-width: inherit;
    color: #444;
    font-size: 12px;
    padding: 8px 14px;
    line-height: 1;
}

.wrapRtl .dropdownInput,
.wrapRtl .textInput,
.wrapRtl .multilineInput {
    font-family: "B Yekan",Tahoma;
}

.dropdownInput,
.textInput,
.multilineInput {
    min-height: 40px;
    max-width: 100%;
    outline: none;
}

.multilineInput {
    width: 100%;
    max-width: 100%;
    min-width: 100px;
    height: auto;
    min-height: 100px;
    font-family: inherit;
}

    .textInput:hover,
    .multilineInput:hover {
        /*border-color: #00C2FF;*/
    }

    .textInput:focus,
    .multilineInput:focus {
        border-color: #D8D8D8;
        box-shadow: 0px 0px 4px -2px #D8D8D8;
    }


/* --- Default */


.topNav {
    /*position: fixed;*/
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 9999;
}

.topLogo {
    /*position: absolute;
    left: 10px;
    top: 10%;
    height: 80%;*/
}

    .topLogo .h1 {
        width: 300px;
        max-width: 100%;
    }

    .topLogo .imgRespons {
        max-height: 100%;
    }

.mainSection {
    padding: 40px 0 10px;
    padding: 40px 23% 10px 20px;
}

    .mainSection img {
        max-width: 100%;
    }
    /*.mainSection.topNav {
    padding-right: 21% ;
}*/

    .mainSection.mainPage {
        padding-left: 10px;
        padding-right: 10px;
    }

.contentWrap {
    padding: 0 10px;
}

.logoWrap {
    position: relative;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    display: block;
}

.pageContent {
    margin-top: 70px;
    padding: 10px 0;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

    .pageContent img {
        max-width: 100%;
    }

.mainHeading .h3 {
    color: inherit;
    font-size: 16px;
    margin-bottom: 15px;
}


.studentGallery,
.gallery {
    max-width: 100%;
    width: 800px;
    margin: 0px auto;
}

    .studentGallery img,
    .gallery img {
        margin: 0 2px;
    }

.footerContent {
    padding: 0 20px;
}

.socialLink {
    width: 25px;
    height: 25px;
    display: block;
    float: right;
    margin: 0px 1px;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .socialLink:hover {
        border-color: rgba(255,255,255,0.5);
    }

.faqQuestion {
    font-size: 14px;
}

.faqAnswer {
    margin: 10px 0 22px;
    border-right: 3px solid aliceblue;
    padding-right: 8px;
    line-height: 24px;
    border-radius: 3px;
}

@media (max-width:600px) {

    .menuHolder {
        background-color: transparent;
    }

    .mainSection {
        padding: 30px 20px 10px;
    }

        .mainSection.mainPage {
            padding-top: 0;
        }

    .logoWrap {
        max-width: 200px;
    }
}
