/********styles*********/
@font-face {
  font-family: 'IRANSans';
    src: url('IRANSans-web.eot');
    src: url('IRANSans-web.eot?#iefix') format('eot'),  /* IE6–8 */
         url('IRANSans-web.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
         url('IRANSans-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('IRANSans-web.ttf') format('ttf');  
    font-weight: normal;
    font-style: normal;
}

@-ms-viewport {
    width: device-width;
}

html, body {
    height: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

body {
    position: relative;
    font-family: 'IRANSans',Tahoma, Arial;
    background: #818285;
}
.form-control {
	font-family: 'IRANSans',Tahoma, Arial;
	font-size: 12px;
}

.container {
    position: relative;
}

a:hover {
	text-decoration: none;
	color: #39afb5;
}

.disabled {
    pointer-events: none;
    cursor: default;
    color: #2F2F30 !important;
    opacity: 0.5;
}

.register {
    height:80px
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
}

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.40);
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1000;
}

.loading {
    margin: 100px auto;
    z-index: 2000;
    background: url('../Content/images/Site/ajax-loader.gif') center no-repeat;
    width: 32px;
    height: 32px;
}
/*End Styles*/

/*Menu Responsive Mobile Tablet*/
.navbar-inverse .navbar-brand {
    color: black;
}

.navbar-inverse .navbar-nav > li > a {
    color: black;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: black;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}

.navbar-nav {
    text-align: right;
    margin: 7.5px 8px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #39AFB5;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #B1B1B1;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #39AFB5;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    padding-right: 50px;
    color: #39AFB5;
}

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: black;
    }
/*END Menu Responsive Mobile Tablet*/

/*Advertisement*/
.img-loader {
    background: url(../Content/images/Site/ajax-loader.gif)no-repeat center;
}

.small-size-adv {
    height: 110px !important;
    margin-top: 0px;
    position: relative;
}

.large-size-adv {
    border-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

    .small-size-adv a,
    .large-size-adv a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

        .small-size-adv a:first-child,
        .large-size-adv a:first-child {
            display: block;
        }

.large-size-adv-side {
    position: relative;
    border: 5px solid transparent !important;
    margin-top: 4px;
    height: 200px !important;
    background-color: transparent !important;
}

.small-size-adv-side {
    position: relative;
    height: 110px;
    border-bottom: 0px;
    border: 5px solid transparent;
    margin-top: 5px;
}

    .large-size-adv-side a,
    .small-size-adv-side a {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        .small-size-adv-side a:first-child,
        .large-size-adv-side a:first-child {
            display: block;
        }

.large-size-adv-side a {
    height: 200px;
}

.small-size-adv-side a {
    height: 100%;
}
/*End Advertisement*/

/*Home Page**/
/*Header*/
.header-logo-center {
    width: 421px;
}

.header-background {
    background: #fff;
    height: 102px;
}

p.topheader {
    height: 32px;
    margin: 0 0 0;
    font-size: 18px;
    /*padding-top: 0.55em;*/
    text-align: center;
    color: white;
}
.formbox {
	background: #e0e0e0;
}

.rowheader {
    margin-left: 0px;
    margin-right: 0px;
}

.header-logo {
    height: 100px;
    display: block;
	margin: auto;
}

#header-logo-left {
    margin-left: 0px;
}

#header-logo-right {
    margin-right: 0;
    float: right !important;
}

header {
    width: 100%;
	background: #0c5256;
}

.top-header {
    background-color: #39afb5;
}

.header-bg {
    background-color: white;
}

/*Menu*/
nav#main-menu {
    padding: 0;
}

    nav#main-menu ul {
        text-align: center;
        padding: 0;
        margin-bottom: 0;
    }

    nav#main-menu a {
        color: #fff;
        display: block;
		padding: 0.5em 1em;
        text-decoration: none;
        transition: background-color .3s ease-in;
    }

        nav#main-menu a:after {
            /*content: '';
            width: 1px;
            height: 26px;
            border: 1px solid #939598;
            margin-left: 5px;
            position: relative;
            left: 9px;*/
        }

    nav#main-menu > ul > li:first-child a:after,
    nav#main-menu > ul > li.last-menu-item a:after {
        border: none;
    }

    nav#main-menu a:hover {
        background-color: #005f5f;
    }

    nav#main-menu a.active {
        background-color: #aaa;
        color: #444;
        cursor: default;
    }

a#home-page {
    color: orange !important;
}

nav#main-menu li {
    line-height: 30px;
    font-size: 1em;
	font-family: 'IRANSans';
    display: inline-block;
    padding-right: 2px;
    text-align: center;
}

    /*SubMenu*/
    nav#main-menu li ul.submenu {
        text-align: center;
        position: absolute;
        display: none;
        z-index: 1;
        text-align: center;
        background-color: rgba(77,76,76,0.75);
        z-index: 100;
    }

        nav#main-menu li ul.submenu li {
            display: block;
            height: 100%;
            font-size: .9em;
            line-height: 28px;
            padding-right: 0px;
        }

            nav#main-menu li ul.submenu li:last-child {
                max-height: 40px;
            }

        nav#main-menu li ul.submenu a:after {
            content: '';
            border: none;
        }

#search-box {
    padding-left: 0;
    padding-right: 0px;
    text-align: center;
    width: 240px;
}

    #search-box > input {
        height: 26px;
        margin-left: 9px;
        margin-right: auto;
        width: 82%;
        vertical-align: middle;
        line-height: normal;
    }

    #search-box > img {
        height: 26px;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        padding-left: 5px;
    }

nav#main-menu li#search-text {
    display: none;
}
/*End SubMenu*/
/*End Menu*/
/*End Header*/

/*Main Page Slider*/
.banner {
    background-color: white;
}

.slider-bg {
    padding-bottom: 30%;
    background: url('../content/images/site/slider-bg.png') no-repeat center center;
    background-size: 100% auto;
    z-index: 10;
}

.slider-img-container {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

    .slider-img-container > img {
        position: absolute;
        margin: 0px -20px;
        padding-right: 6px;
        padding-left: 10px;
        padding-top: 9px;
    }

.pager-container {
    width: 10%;
    height: 50px;
    margin: auto;
}

.pager-arrow {
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

    .pager-arrow:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

#pager-arrow-left {
    float: left;
}

#pager-arrow-right {
    float: right;
}

.slider-content {
    height: 350px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-family: tahoma;
    font-size: 11px;
    width: 20%;
    background: rgba(255, 255, 255, 0.81);
    float: right;
    text-align: right;
    padding-left: 4px;
    margin-top: 19px;
    z-index: 10;
    position: relative;
}

    .slider-content > h2 {
        color: #d62020;
        font-weight: bold;
    }

    .slider-content > div {
        height: 180px;
        font-size: 1.5em;
    }

#slider-control-container {
    position: absolute;
    bottom: 0;
}

.row-slider {
    margin-bottom: 10px;
    height: 400px;
    border: 1px solid rgba(215, 213, 213, 0.71);
    position: relative;
}

.row-school {
    padding-right: 5px;
    padding-left: 11px;
    z-index: 10;
}

.row-schoolName {
    color: white;
    font-family: Tahoma;
    font-size: 11px;
    padding: 0px;
    margin-top: 7px;
}

.row-schooltitle {
    text-align: center;
    color: orange;
    margin-bottom: 5px;
    font-size: 13px;
    clear: both;
}

.row-schoolbox {
    width: 49%;
    background: linear-gradient(to right, #464648,#636466,#727375,#636466,#464648 );
    border: 2px solid #7a7a7a;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.row-schoolboxleft, .row-schoolboxcenter {
    float: left;
}

.row-schoolboxcenter {
    margin-bottom: 10px;
    width: 100%;
}

.row-schoolboxright {
    float: right;
}

.row-schoolbox > a {
    font-size: 11px;
}

#row-gif {
    background-color: #404041;
    width: 100%;
    padding-top: 0px;
    margin-top: 46px;
    height: 90px;
    margin-left: 2px;
}

.row a img {
    height: 90px;
    width: 99%;
}

/*End Main Page Slider*/

/*News Slider*/
.row-box {
    margin-top: 3px;
    margin-right: 7px;
    margin-left: 7px;
}

.box-white {
    border: 10px solid #ececed;
    background-color: #fafafa;
    height: 220px;
}

.box-bg {
    background-color: #ececed;
    border: 2px solid white;
    height: 270px;
}

@media only screen and (max-width: 992px) {
}

section[role="main"] {
    position: relative;
    top: 10px;
}

.box {
    margin-bottom: 1em;
    padding-bottom: 15%;
    border: 10px solid transparent;
}

    .box > a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .box > a > img {
            position: relative;
            width: 100%;
            height: 100%;
            border: .1em solid #4b1452;
        }

.news-link {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.news-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.news-link.selected {
    color: #000;
    font-size: 1.01em;
}

.news-slider-img {
    background: #ffffff;
    height: 178px;
    margin-top: 10px;
    float: left;
    padding: 0;
}


.news-img {
    height: 176px;
    width: 100%;
    margin-top: 2px;
    margin-left: 20px;
    border: 5px solid #FFFFFF;
    -webkit-box-shadow: 0px 2px 10px 2px #D5D5D5;
    -moz-box-shadow: 0px 2px 10px 2px #D5D5D5;
    box-shadow: 0px 2px 10px 2px #D5D5D5;
    -webkit-border-radius: 2px 2px;
    -moz-border-radius: 2px 2px;
    border-radius: 2px 2px;
}

.news-box {
    height: 100%;
    /*width: 95%;*/
    position: relative;
    margin: auto;
    border: 1px solid #39afb5;
    margin-left: 10px;
}

    .news-box p a {
        color: black;
    }

.news-box-news {
    float: right;
    padding-right: 5px;
}

    .news-box-news > ul {
        font-family: Tahoma;
        line-height: 0.96;
        font-size: 0.85em;
        padding: 10px 0px 5px;
        padding-top: 7px;
    }

        .news-box-news > ul li {
            text-align: right;
            padding-bottom: 0px;
        }

            .news-box-news > ul li img {
                padding-right: 7px;
                padding-top: 0px;
                float: right;
                padding-left: 2px;
            }

.news-box > ul li a {
    color: black;
}

    .news-box > ul li a:hover {
        color: #39AFB5;
    }

.news-box > p a:hover {
    color: #39AFB5;
}

.news-box-news > p a {
    color: #C7C6C6;
}

.news-box-news > ul li a {
    color: #C7C6C6;
}

.news-box-news > ul > li > a:hover {
    color: black;
}

.news-box-news > p > a:hover {
    color: black;
}

.news-box-relation {
    margin: 0;
    padding: 0;
}

    .news-box-relation > ul {
        font-family: Tahoma;
        font-size: 0.91em;
        padding: 0px 2px 5px;
        margin-top: 0;
        margin-bottom: 0px;
    }

        .news-box-relation > ul > li {
            border-bottom: 1px dotted #82F1F6;
            padding-bottom: 2px;
            text-align: right;
        }

            .news-box-relation > ul > li:last-child {
                border-bottom: 0px;
            }

            .news-box-relation > ul > li > img {
                padding-right: 7px;
            }

    .news-box-relation a {
        color: #000;
    }

.news-relation {
    background-color: #39afb5;
    height: 20px;
    margin: 5px 5px;
    padding: 0px;
    border-radius: 6px;
}

    .news-relation > p {
        font-family: Tahoma;
        color: white;
        text-align: center;
        font-size: 0.80em;
    }


.news-header-box-slider {
    background-color: #39afb5;
    text-align: center;
    height: 25px;
    margin: 5px 5px;
    margin-bottom: 0px;
    padding: 0px;
    border-radius: 6px;
}

    .news-header-box-slider a:hover {
        color: black;
    }
/*End news Slider*/

/* Footer */
#copyright {
    font-family: Tahoma;
    font-size: 14px;
    color: white;
    background-color: #39afb5;
    padding: 0.5%;
    height: 38px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media only screen and (max-width: 990px) {
    #copyright {
        font-size: 12px;
    }
    .register {
        height:260px;
    }
}

@media only screen and (max-width: 768px) {
    #copyright {
        font-size: 8px;
        padding: 1.5%;
    }
}



footer {
    padding-top: 10px;
	bottom: 0px;
    width: 100%;
    height: 38px;
}
#social {
    padding-top: 5px;
    height: 40px;
    color: #39AFB5;
    line-height: 26px;
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: rgba(0,0,0,.4) 1px 1px 0;
}

    #social a {
        display: inline-block;
        width: 26px;
        height: 0;
        overflow: hidden;
        padding-top: 26px;
        margin: 0 5px;
        vertical-align: middle;
    }

    #social #facebook {
        background: url('/Content/facebook.png') center no-repeat;
        background-size: cover;
        opacity: 0.4;
        filter: alpha(opacity=40); /* For IE8 and earlier */
    }

        #social #facebook:hover {
            opacity: 1;
            filter: alpha(opacity=1); /* For IE8 and earlier */
        }

    #social #twitter {
        background: url('/Content/twitter.png') center no-repeat;
        background-size: cover;
        opacity: 0.4;
        filter: alpha(opacity=40); /* For IE8 and earlier */
    }

        #social #twitter:hover {
            opacity: 1;
            filter: alpha(opacity=1); /* For IE8 and earlier */
        }

    #social #instagram {
        background: url('/Content/instagram.png') center no-repeat;
        background-size: cover;
        opacity: 0.4;
        filter: alpha(opacity=40); /* For IE8 and earlier */
    }

        #social #instagram:hover {
            opacity: 1;
            filter: alpha(opacity=1); /* For IE8 and earlier */
        }

    #social #googleplus {
        background: url('/Content/google-plus.png') center no-repeat;
        background-size: cover;
        opacity: 0.4;
        filter: alpha(opacity=40); /* For IE8 and earlier */
    }

        #social #googleplus:hover {
            opacity: 1;
            filter: alpha(opacity=1); /* For IE8 and earlier */
        }

/* End Footer */
/*End Home Page*/

/*Gallery Page*/
#row-gallery {
    height: 400px;
    border: 1px solid rgba(215, 213, 213, 0.71);
    position: relative;
    margin-bottom: 10px;
}

#row-gallery-arrow {
    border: none !important;
    background: none !important;
    width: 96%;
    position: absolute;
    bottom: 15px;
    right: 1%;
    border-radius: 5px;
    text-align: center;
    height: 24px;
    color: #818285;
}

#row-gallery-arrow-up, #row-gallery-arrow-down {
    padding-right: 0px;
    font-size: 35px;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

    #row-gallery-arrow-up:hover, #row-gallery-arrow-down:hover {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
        color: #39afb5;
    }


#row-gallery-category {
    height: 100%;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
}

    #row-gallery-category > ul {
        height: 324px;
        color: #fff;
        padding: 0px;
        overflow: hidden;
    }

        #row-gallery-category > ul li {
            background: linear-gradient(to right, #464648,#636466,#727375,#636466,#464648 );
            border: 2px solid #7a7a7a;
            float: left;
        }

        #row-gallery-category > ul li, #gallery-category-header {
            width: 96%;
            position: relative;
            border-radius: 5px;
            line-height: 15px;
            padding-bottom: 5px;
            text-align: center;
            margin-bottom: 3px;
            height: 24px;
        }

#gallery-category-header {
    background: #E64D5F;
    border: 2px solid #E64D5F;
}

    #gallery-category-header a {
        color: #f6c960;
        font-size: 12px;
    }

#row-gallery-category > ul li a {
    font-size: 11px;
}

    #row-gallery-category > ul li a:hover {
        color: white;
    }

#row-gallery-category > ul li.active {
    background: #343435;
    border: 2px solid #7a7a7a;
}

    #row-gallery-category > ul li.active a {
        color: #39AFB5;
    }

#row-gallery-large {
    padding-left: 0px;
    padding-right: 0px;
}

    #row-gallery-large > ul {
        color: white;
        font-family: Tahoma;
        font-size: 11px;
        padding: 0px;
        margin-top: 10px;
    }

        #row-gallery-large > ul li {
            width: 96%;
            border-radius: 5px;
            margin-bottom: 6px;
            text-align: center;
            float: left;
            margin-left: 15px;
        }

            #row-gallery-large > ul li img {
                height: 350px;
                border: 1px solid #39AFB5;
            }

            #row-gallery-large > ul li p {
                margin-top: 7px;
            }


@media only screen and (max-width:768px) {
    #row-gallery-large {
        display: none;
    }
}

#row-gallery-slider {
    position: relative;
    left: 1px;
}

    #row-gallery-slider > ul {
        color: white;
        font-family: Tahoma;
        font-size: 11px;
        margin-top: 5px;
        padding-left: 20px;
    }

        #row-gallery-slider > ul li {
            width: 33%;
            position: relative;
            text-align: center;
            float: left;
            padding-left: 7px;
            padding-right: 7px;
            /*padding-bottom: 10px;*/
            padding-top: 5px;
            height: 100px;
            margin-bottom: 8px;
        }

            #row-gallery-slider > ul li img {
                border: 1px solid #818285;
                /*height: 100px;*/
            }

.img-slider {
    max-width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=40);
    cursor: pointer;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

    .img-slider.active, .img-slider:hover {
        opacity: 2.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

        .img-slider:hover .video-overlay {
            display: none;
        }

.video-overlay {
    position: absolute;
    top: 20%;
    left: 26%;
    background: url('/content/images/site/player.png') no-repeat;
    height: 100px;
    width: 100px;
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
}

.video-download {
    position: absolute;
    left: 10.5%;
    bottom: -4%;
}

.gallery-pager {
    position: absolute;
    left: 9.2%;
    bottom: 2%;
    color: #818285;
}

    .gallery-pager li {
        float: left;
        padding-right: 10px;
        font-size: 13px;
        cursor: pointer;
    }

        .gallery-pager li#selected, .gallery-pager li:hover {
            color: #39afb5;
        }

span.pager-number {
    display: block;
    padding-top: 4px;
    font-family: 'IRANSans';
}

.gallery-pager-arrow {
    font-size: 25px !important;
    cursor: pointer;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

    .gallery-pager-arrow:hover {
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
        color: #39afb5;
    }

.gallery-pager-arrow-large {
    position: absolute;
    color: #818285;
    z-index: 10;
    font-size: 35px !important;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

    .gallery-pager-arrow-large:hover {
        color: #39afb5;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

#gallery-pager-arrow-large-left {
    left: 1.4%;
    top: 39%;
    z-index: 10;
}

#gallery-pager-arrow-large-right {
    left: 40.7%;
    top: 39%;
}


.gallery-parent-category {
    background: #39AFB5;
    border: 2px solid #7FD0D4;
    width: 96%;
    position: relative;
    border-radius: 5px;
    line-height: 15px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 3px;
    height: 24px;
}

    .gallery-parent-category a {
        color: #FFF;
        font-size: 12px;
    }
/*End Gallery Page*/

/*News Page*/
.row-news {
    height: auto;
    border: 1px solid rgba(215, 213, 213, 0.71);
    position: relative;
}

.news-header-box {
    background-color: #E64D5F;
    height: 20px;
    margin: 5px 21px;
    padding: 0px;
    border-radius: 6px;
}

    .news-header-box > p {
        font-family: Tahoma;
        color: white;
        text-align: center;
        font-size: 0.80em;
    }

.news-list {
    margin: 7px 7px 0 0;
}

.news-list-pic {
    float: right;
    text-align: right;
    margin: 0 0 15px 7px;
    border: 1px solid #000000;
    padding: 2px;
}

    .news-list-pic img {
        width: 75px !important;
        height: 92px !important;
    }

.news-list-info {
    font: normal 13px 'iranian sans' !important;
    line-height: 150%;
    margin: 0px;
    padding: 5px 15px 0px;
    direction: rtl;
    text-align: right;
    float: none;
}

.news-box-list {
    margin: 0;
    padding: 0;
}

    .news-box-list > ul {
        padding-left: 5px;
        padding-right: 5px;
    }

        .news-box-list > ul li {
            border: 1px dotted #636466;
            text-align: right;
            margin-bottom: 5px;
            height: 115px;
        }

.newsrotitr {
    font: normal 11px Tahoma;
    color: #003b72;
    margin-bottom: 5px;
}

.news-info-title {
    font-size: 16px;
    color: #00407c;
    padding: 0;
}

.newslead {
    text-align: justify;
    margin: 3px 0;
    font: normal 11px 'iranian sans';
}
/*End News Page*/

/*last check*/
.account-header {
    color: #39AFB5;
    font-size: 23px;
}

.account {
    color: red;
    font-size: 21px;
}

.account-textbox {
    margin-bottom: 20px;
    float: right;
}

#news {
    color: #0094ff;
    margin-bottom: -15px;
}

.static-text {
    text-align: justify;
    line-height: 20px;
}

.static-img {
    border: 1px solid #818285;
    width: 480px;
    height: 350px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.btn-left {
    margin: auto;
    width: 48%;
    background-color: #39AFB5;
    color: yellow !important;
    border: 0px;
    margin-top: 10px;
}

.btn-right {
    margin: auto;
    width: 48%;
    margin-left: 25px;
    background-color: #39AFB5;
    color: yellow !important;
    border: 0px;
    margin-top: 10px;
}

.golbang-right {
    width: 50%;
    float: right;
    line-height: 22px;
}

.golbang-left {
    width: 50%;
    float: left;
    line-height: 22px;
}

.golbang-text {
    color: #39AFB5;
    font-size: 10px !important;
}

.search-img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    opacity: 0.4;
}

.search-movie {
    color: #3B5998;
    margin-bottom: 10px;
    opacity: 0.4;
}

.honor-img {
    border: 1px solid #818285;
    margin-bottom: 15px;
    margin-top: 10px;
    height: 100% !important;
}

.honor-header {
    padding-right: 26px;
    z-index: 1;
}

.sender-box {
    padding-right: 0px;
    z-index: 10;
    line-height: 10px;
}

.sender-textbox {
    border: 1px solid #CCC;
    box-shadow: 0px 0px 2px #CCC;
    width: 100%;
    margin-top: 6px;
    padding-right: 10px;
    padding-top: 6px;
}

.receiver-box {
    z-index: 10;
    margin-top: 10px;
    float: right;
    margin-bottom: 10px;
    margin-right: -10px;
    line-height: 15px;
}

.receiver-text {
    margin-right: 16px;
    margin-top: 15px;
    color: #0094FF;
    margin-bottom: 5px;
}

.btn-comment {
    width: 25%;
    margin-top: 10px;
    margin-bottom: 15px;
    border: none;
    color: #fff;
    background: #0094FF;
    height: 30px;
    float: left;
}

.comment-title {
    color: red;
    margin-right: 20px;
    font-family: 'iranian sans';
    text-align: center;
}

.comment-img {
    height: 50px;
    opacity: 0.3;
}

.comment-sender-box {
    background: #EAEAEA;
    padding: 5px;
    margin-left: 4px;
    margin-bottom: 3px;
}

.comment {
    color: red;
    margin-right: 20px;
    text-decoration: underline;
    text-align: right !important;
    font-family: 'iranian sans';
}

/*last check*/

/*Responsive*/
@media only screen and (min-width:3000px) and (max-width:6000px) {
    body {
        line-height: 1.02;
    }

    .row-schoolbox > a {
        font-size: 5px;
    }

    #copyright {
        font-size: 5px;
    }

    .news-box-relation > ul {
        font-size: 5px;
    }

    .row-slider {
        height: 450px;
    }
}

@media only screen and (min-width:1930px) and (max-width:6000px) {

    nav#main-menu li#search-box {
        margin-bottom: 10px;
        display: none;
    }

    nav#main-menu li#search-text {
        display: inline-block;
    }
}

@media only screen and (min-width:1200px) and (max-width:1930px) {
    nav#main-menu li {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        /*max-width: 1210px;*/
        width: 1210px;
    }

    #row-school-box-small {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    nav#main-menu ul > li {
        float: left;
    }

    nav#main-menu li ul.submenu li {
        float: none !important;
    }

    nav#main-menu li ul.submenu li {
        margin: 0 !important;
    }

    #row-gif {
        display: none;
    }

    #row-school-box-small {
        display: none;
    }

    .slider-img-container > img {
        height: 98%;
        width: 100%;
    }


    .news-box-news > ul li img {
        padding-right: 0;
    }

    .gallery-pager {
        left: 7%;
        bottom: 3%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    p.topheader {
        font-size: 14px;
    }

    nav#main-menu ul > li {
        margin: 0 3px;
    }

        nav#main-menu ul > li:first-child {
            margin-left: 15px;
        }

    nav#main-menu li, nav#main-menu li ul.submenu li {
        font-size: 12px;
    }

        nav#main-menu li ul.submenu li:last-child {
            max-height: 30px;
        }

        nav#main-menu li#search-box {
            margin-bottom: 10px;
            display: none;
        }

        nav#main-menu li#search-text {
            display: block;
        }

    .row-schoolbox {
        height: 35px;
    }

        .row-schoolbox > a {
            font-size: 8px;
            line-height: 30px;
        }

    .row-slider {
        height: 100%;
    }

    .news-box-news > ul li {
        font-size: 9px;
        line-height: 12px;
    }

    .news-box-relation > ul > li {
        line-height: 18px;
        font-size: 9px;
    }

    .video-overlay {
        margin-left: 2px;
    }
}

@media only screen and (max-width: 992px) {
    nav#main-menu ul > li {
        margin: 0;
        float: none !important;
    }

    nav#main-menu li#search-box {
        margin-bottom: 10px;
        display: none;
    }

    nav#main-menu li#search-text {
        display: inline-block;
    }

    .row-slider {
        height: 300px;
    }

    .slider-img-container {
        height: 100% !important;
    }

        .slider-img-container > img {
            padding-right: 0px;
            padding-left: 10px;
            padding-top: 5px;
        }

    #row-gallery-category > ul li a {
        font-size: 9px;
    }

    #row-school-box {
        display: none;
    }

    .box-white {
        height: 224px;
    }

    .box-bg {
        height: 490px;
    }

    #row-school-box-small {
        display: block;
        margin-bottom: 40px;
    }

    .row-schoolboxcenter {
        margin-bottom: 5px !important;
    }

    .row-schoolName {
        font-size: 9px;
    }

    .row-schooltitle {
        font-size: 13px;
    }

    .row-schoolbox {
        padding-bottom: 2px;
    }

        .row-schoolbox > a {
            font-size: 8px;
        }

    .gallery-pager {
        left: 0.8%;
        bottom: 5%;
    }

    #row-gallery-slider {
        left: 5px;
    }

        #row-gallery-slider > ul li img {
            height: 80px;
        }

    .video-overlay {
        display: none;
    }

    #row-school-box-small {
        margin-bottom: 0px;
    }

    .news-list-info {
        font: normal 11px 'iranian sans' !important;
    }

    #main-menu {
        display: none;
    }

    #mobile-menu {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    nav#main-menu li {
        font-size: .7em;
    }

    nav#main-menu ul > li:first-child {
        margin-left: 6px;
    }

    .news-box-news > ul li {
        font-size: 10px;
        line-height: 1.2;
    }

    .news-box-relation > ul > li {
        font-size: 13px;
        line-height: 1.4;
    }

    .ads {
        border: none;
        width: 50%;
        float: left !important;
    }

    .row-schooltitle {
        font-size: 9px;
    }

    .news-box {
        height: 103%;
    }

    nav#main-menu a {
        font-size: 8px;
    }

    .gallery-parent-category a {
        font-size: 10px;
    }
}

@media only screen and (max-width:767px) {
    nav#main-menu li {
        font-size: .63em;
    }

    nav#main-menu ul > li:first-child {
        margin-left: 3px;
    }

    .box-bg {
        height: 1420px;
    }

    .row-school {
        margin-bottom: 25px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .row-schoolbox {
        line-height: 27px;
    }

        .row-schoolbox > a {
            font-size: 13px;
        }

    .row-schooltitle {
        font-size: 15px;
    }

    .news-slider-img {
        display: none;
    }

    #small-gif-box {
        display: none;
    }

    #header-logo-left, #header-logo-right {
        display: none;
    }

    #header-logo-center {
        margin: auto;
    }

    .news-box-news > ul li {
        font-size: 13px;
        line-height: 12px;
    }

    .gallery-pager {
        left: 16%;
        bottom: 5%;
    }

    #gallery-pager-arrow-large-right {
        left: 73%;
    }

    .large-gif {
        height: 550px;
        margin-left: 0px;
        border-left: 10px solid #ececed !important;
    }

    #row-school-box-small {
        margin-bottom: 85px;
    }

    .row-box {
        margin-top: 3px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .row-slider {
        margin-bottom: 4px;
    }
}

@media only screen and (max-width:640px) {
    p.topheader {
        font-size: 15px;
    }

    .row-slider {
        height: 220px !important;
    }

    #row-gallery-category > ul li a {
        font-size: 8px;
    }

    .gallery-pager {
        left: 13%;
        bottom: 5%;
    }

    .large-gif {
        height: 500px;
    }

    .box-bg {
        height: 1370px;
    }

    .gallery-parent-category {
        border: 1px solid #7FD0D4;
    }
}

@media only screen and (max-width:560px) {
    p.topheader {
        font-size: 13px;
    }

    .row-slider {
        height: 200px !important;
    }

    .gallery-pager {
        left: 8%;
        bottom: -1%;
    }

    .pager-container {
        height: 30px;
    }

    .fa-2x {
        font-size: 1.2em !important;
    }

    .large-gif {
        height: 460px;
    }

    .box-bg {
        height: 1330px;
    }

    .gallery-parent-category {
        border: 1px solid #7FD0D4;
    }

    #row-gallery-category > ul li a {
        font-size: 6px;
    }
}

@media only screen and (max-width:480px) {
    p.topheader {
        font-size: 10px;
        padding-top: 12px;
    }

    .header-logo {
        height: 90px;
    }

    .header-background {
        height: 95px;
    }

    .slider-img-container > img {
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 2px;
    }

    .row-slider {
        height: 180px !important;
    }

    .gallery-pager {
        left: 0%;
    }

    .pager-container {
        height: 25px;
    }

    .fa-2x {
        font-size: 1em !important;
    }

    .large-gif {
        height: 420px;
    }

    .box-bg {
        height: 1290px;
    }

    .news-box-news > ul {
        padding-top: 13px !important;
    }

        .news-box-news > ul li {
            font-size: 12px;
            line-height: 10px;
        }

    #row-gallery-slider {
        left: -2px;
        padding-right: 13px;
        padding-left: 5px;
    }

        #row-gallery-slider > ul li {
            width: 33%;
            position: relative;
            text-align: center;
            float: left;
            padding-left: 0px;
            padding-right: 3px;
            /* padding-bottom: 10px; */
            padding-top: 5px;
            height: 100px;
            margin-bottom: -45px;
        }

            #row-gallery-slider > ul li img {
                height: 52px;
            }

    #row-gallery-category {
        padding-right: 0px;
        padding-left: 0px;
    }

        #row-gallery-category > ul li {
            border: 1px solid #7a7a7a;
        }

        #row-gallery-category > ul li, #gallery-category-header {
            width: 96%;
            position: relative;
            border-radius: 5px;
            line-height: 8px;
            padding-bottom: 5px;
            text-align: center;
            margin-bottom: 3px;
            height: 20px;
        }

    #gallery-pager-arrow-large-right {
        left: 70%;
        top: 33%;
    }

    #gallery-pager-arrow-large-left {
        left: 1.4%;
        top: 33%;
    }

    #row-gallery {
        height: 227px;
        margin-bottom: 10px;
    }

    .gallery-pager li {
        padding-right: 7px;
    }

    #row-gallery-arrow {
        height: 30px;
        right: 4%;
    }

    #gallery-category-header a {
        font-size: 9px;
    }

    .gallery-parent-category a {
        font-size: 6px;
    }

    #row-gallery-category > ul {
        height: 115px !important;
    }
    /******Edit LightBox*******/
    #lightbox-secNav-btnClose {
        width: 30px !important;
    }

    #lightbox-container-image-data-box {
        width: 170px !important;
    }

    #lightbox-container-image-box {
        background-color: transparent;
    }

    /******Edit LightBox*******/
    #row-gallery-category > ul li a {
        font-size: 5px;
    }

    .gallery-parent-category {
        border: 1px solid #7FD0D4;
    }

    .news-info-title {
        font-size: 11px;
    }

    .newsrotitr {
        font-size: 8px;
    }
}

@media only screen and (max-width:400px) {
    .row-slider {
        height: 137px !important;
    }

    .box-bg {
        height: 1220px;
    }

    .large-gif {
        height: 350px;
    }

    .news-box-news > ul li {
        font-size: 10px;
        line-height: 10px;
    }

    .gallery-pager {
        left: -3%;
    }

        .gallery-pager li {
            padding-right: 5px;
        }
}
