/* AF-7.0 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
               Font Face SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('IRANSansWeb(FaNum)_Bold.eot');
    src: url('IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('IRANSansWeb(FaNum)_Medium.eot');
    src: url('IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), url('IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), url('IRANSansWeb(FaNum)_Medium.woff') format('woff'), url('IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('IRANSansWeb(FaNum)_Light.eot');
    src: url('IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), url('IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('IRANSansWeb(FaNum)_Light.woff') format('woff'), url('IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), url('IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), url('IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), url('IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('IRANSansWeb(FaNum).eot');
    src: url('IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('IRANSansWeb(FaNum).woff2') format('woff2'), url('IRANSansWeb(FaNum).woff') format('woff'), url('IRANSansWeb(FaNum).ttf') format('truetype');
}

body {
    font-family: IRANSans,Tahoma,Arial,sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0 !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
               Header SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
#header {
    height: auto !important;
}

#header .header-nav-top {
    align-items: flex-end;
    margin-bottom: 10px;
}

#header .header-nav-top .nav > li > a {
    color: #444;
    position: relative;
    font-weight: 600;
}

#header .header-nav-top .nav > li > a:hover {
    color: #d09700;
}

#header .header-nav-top .nav > li > a::before {
    background: rgba(0, 0, 0, 0.6);
    width: 1px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 0;
    content: '';
}

#header .header-nav-top .nav > li:first-child > a::before {
    background: rgba(0, 0, 0, 0);
}

#header .header-nav-features:not(.header-nav-features-no-border):before, #header .header-nav-features:not(.header-nav-features-no-border):after {
    background: rgba(0, 0, 0, 0.6);
}

#header .header-nav-features {
    margin-bottom: 5px;
}

#header .header-nav-features .header-nav-top-icon {
    top: 0;
    transition: all 0.3s ease-in-out;
}

#header .header-nav-features .header-nav-top-icon:hover {
    color: #d09700;
}

#header .date-wrapper {
    position: absolute;
    top: -4px;
    left: 15px;
    background-color: #1279a2;
    border: solid 1px #1279a2;
    border-radius: 0 0 4px 4px;
    color: #fff;
    padding: 5px 12px 0;
    font-size: 13px;
    border-top: none;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#header .header-nav-top .dropdown-menu::before {
	left:auto;
    right: 5px;
}

#header .header-nav-top .dropdown-menu.show {
	left:auto;
	right:0;
	text-align:right;
}

#header .header-nav.header-nav-divisor nav > ul > li > a {
	border-right: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}

#header .header-nav-main.header-nav-main-slide nav > ul > li > span > a {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 .7rem !important;
}

#header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: 0;
}

#header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span .item-two {
    color: #00435e  !important;
}

html #header .header-nav-main nav > ul > li.dropdown-full-color .dropdown-menu {
    border-top: 3px solid #d09700;
}

html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
    background: #d09700;
    color: #fff !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                 Title SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.main-title {
    text-align: right;
    display: block;
    margin-bottom: 15px;
}

.main-title .subtitle {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    text-transform: capitalize;
    color: #aab7ca;
}

.main-title .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.9;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-right: 15px;
    text-transform: uppercase;
    color: #00435e;
}

.main-title .title::before {
    position: absolute;
    top: 8px;
    right: 0;
    width: 5px;
    height: 24px;
    content: '';
    background-color: #d09700;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                 Slider SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.sec-slider {
    max-height: 500px;
    position: relative;
}

.nivo-slider .theme-default .nivoSlider {
    border-radius: 0;
    margin-top: 0;
    max-height: 500px;
    margin-bottom: 0;
}

    .nivo-slider .theme-default .nivoSlider img {
        border-radius: 0;
    }

.theme-default .nivo-directionNav a {
    width: 35PX;
    height: 60PX;
}

.theme-default a.nivo-nextNav {
    background-position: -35px 0;
}

.nivo-caption {
    bottom: 10%;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 20px;
    background: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    text-transform: none;
    line-height: 75px;
    background: rgba(0, 0, 0, 0.6);
    width: 1110px;
}

.theme-default .nivo-caption {
    font-family: IRANSans, Arial, sans-serif;
}

.nivo-slider .theme-default .nivo-controlNav {
    right: 5px;
}

.theme-default .nivo-controlNav a {
    background: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

    .theme-default .nivo-controlNav a.active {
        background: #30a0c1;
    }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
            News And Notification SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.news-not-sec {
    padding: 40px 0;
}

/* News Style */
.news-row {
    position: relative;
}

.news-col  {
	margin: 10px 15px 30px 15px ;
	box-shadow: 0px 0px 8px rgba(0,0,0, 0.3);
}

.news-col .post-image {
	height: 210px;
	overflow: hidden;
	position: relative;
}

.news-col .post-content {
	background: #fff;
    padding: 15px;
    text-align: justify;
}

.news-col .post-content h4 {
	font-size: 15px;
	height: 50px;
	overflow: hidden;
}

.news-col .post-content p {
	font-size: 14px;
	height: 110px;
	overflow: hidden;
	margin-bottom: 5px
}

.news-col .post-image::after {
    position: absolute;
    z-index: 6;
    bottom: 0;
    right: 0;
    width: 0;
    height: 3px;
    content: '';
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	background-color: #d09700;
	width: 100%;
}

.post-meta {
	margin-bottom: 0;
}

.post-meta a {
	color: #a8a8a8;
	font-weight: 600;
	font-size: 14px;
}

.post-meta a:hover {
    color: #4a4a4a;
}

.news-col .news-date {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 35px;
	padding: 5px 10px 10px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.news-col .news-date i {
	margin-left: 5px;
}

.other-news {
    text-align: center;
}

.news-not-sec .owl-carousel {
    margin-bottom: 0;
}

/*Notification Style */
.news-not-sec .notlist-wrapper ul {
    height: 405px;
    overflow: hidden;
    border-bottom: solid 2px #c7c4c4;
}

.news-not-sec .notlist-wrapper ul li {
    margin-bottom: 12px;
    border-bottom: solid 1px #d5d5d5;
    padding-bottom: 12px;
}

.news-not-sec .notlist-wrapper ul li:last-child {
    margin-bottom: 12px;
    border-bottom: none;
    padding-bottom: 0;
}

.news-not-sec .notlist-wrapper ul li a {
    color: #066390;
    font-weight: 600;
    text-align: justify;
    display: block;
}

.not-row {
    position: relative;
}

.not-row ul {
    margin-bottom: 25px;
    height: 430px;
    overflow: hidden;
}

.not-row ul.list.list-icons li {
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 5px;
    text-align: justify;
}

.not-row .other-news {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 2;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    Counters SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.parallax:not(.page-header):not(.match-height) {
    padding: 40px 0;
}

.sec-counter::after {
    background-color: rgba(0,0,0,0.50);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.sec-counter .container {
    position: relative;
    z-index: 2;
}

.sec-counter.parallax:not(.page-header):not(.match-height) {
    margin: 0;
}

.sec-counter .counter strong {
    margin: 25px 0 15px;
    font-weight: 400 !important;
}

.sec-counter .counter label {
    font-weight: 600;
    font-size: 16px;
}

.counters [class*="fa-"], .counters .icons {
    line-height: 39px;
}

.sec-counter .owl-carousel .owl-item img {
    width: 85px;
    margin: auto;
}

.sec-counter .counters strong {
    font-size: 38px;
}

.sec-counter .owl-carousel {
    margin-bottom: 0;
}

.sec-counter .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.sec-counter .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 4px 0 4px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    Bulletin & Journals SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.sec-bulletin-journals {
    padding: 40px 0;
}

.jo-banner-wrapper {
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0, 0.3);
}

.jo-banner-wrapper .title {
    margin: 0;
    padding: 8px 15px;
    color: #444;
    border-bottom: 2px solid #d09700;
    font-size: 18px;
    background: #f5f5f5;
}

.jo-banner-wrapper .owl-wrapper {
    padding: 15px 25px;
    min-height: 340px;
}

.jo-banner-col .img-owal-wrapper {
   border: solid 1px #d8d8d8;
   height: 263px;
   overflow: hidden;
}

.jo-banner-col span {
    font-size: 14px;
    font-weight: 600;
    color: #066390;
    display: block;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
}

.jo-banner-col a:hover span {
    color: #119cdd;
}

.sec-bulletin-journals .owl-carousel {
    margin-bottom: 0;
}

.sec-bulletin-journals .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
    border-top: solid 2px #d8d8d8;
    padding-top: 10px;
}

.sec-bulletin-journals .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

/* Calender Style */
.tab-content {
    border-radius: 0;
    box-shadow: none;
}

.nav-tabs.nav-justified li:first-child .nav-link, .nav-tabs.nav-justified li:first-child .nav-link:hover {
    border-radius: 0;
}

.sec-bulletin-journals .tabs {
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0px 0px 8px rgba(0,0,0, 0.3);
}

.sec-bulletin-journals .tab-content {
	min-height: 380px;
	padding: 15px 0 0 0;
}

.sec-bulletin-journals .tab-pane .list-unstyled {
	margin: 0 15px 15px 15px;
	height: 350px;
}

.sec-bulletin-journals .bulletin-tabs .tab-content ul li {
	float: right;
    width: 48.7%;
    /*width: 100%;*/
    padding: 15px;
    height: 170px;
    overflow: hidden;
    border: solid 1px #d8d8d8;
    margin: 2px;
}

.sec-bulletin-journals .bulletin-tabs .tab-content ul li .date-box {
	color: #fff;
    padding: 3px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    background-color: #30a0c1;
}
.nav-tabs li .nav-link
{
    border-top: 3px solid #aeaeae;
}

html body .tabs .nav-tabs .nav-link {
    color: #444;
}

.sec-bulletin-journals .bulletin-more {
    font-weight: 400;
    text-align: right;
    padding: 10px 15px;
    border-top: 1px solid #d9d9d9;
}

.nav-tabs.nav-justified li:last-child .nav-link, .nav-tabs.nav-justified li:last-child .nav-link:hover {
    border-radius: 0;
}

.sec-bulletin-journals .bulletin-more  {
	text-align: left;
}

.sec-bulletin-journals .bulletin-more a {
	display: inline-block;
}

.pull-left.flip {
    float: right!important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                Quick Access SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.sec-quick-access {
    padding: 40px 0;
    background-image: url(bg.jpg);
    background-repeat: repeat;
}

.sec-quick-access .main-title {
    text-align: center;
}

.row-quick-access {
    margin-left: -1px;
    margin-right: -1px;
}

.col-quick-access {
    padding-left: 1px;
    padding-right: 1px;
}

.access-img-wrapper {
    visibility: visible;
    animation-delay: 0.5s;
    animation-name: pulse;
    overflow: hidden;
    position: relative;
}    

.access-img-wrapper img {
    height: 300px;
}

.access-img-title {
    bottom: 0;
    right:0;
    width: 100%;
    color: #fff;
    min-height: 25%;
    font-size: 1.3em;
    position: absolute;
    text-align: center;
    padding: 50px 15px;
    -webkit-transition: min-height .5s ease;
    -o-transition: min-height .5s ease;
    transition: min-height .5s ease;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(top, transparent, #000);
    background: -o-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
}

.access-img-wrapper:hover .access-img-title {
    color: #d09700;
}

.access-img-wrapper img {
    transition: all 0.3s ease-in-out;
}

.access-img-wrapper:hover img {
    transform: scale(1.1, 1.1);
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                Achievements SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.sec-achievements {
    padding: 40px 0;
}

.sec-achievements .owl-carousel {
    margin-bottom: 0
}

.sec-achievements .owl-carousel.show-nav-title .owl-nav {
    margin-top: -35px;
}

.sec-achievements .thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
    background: rgba(23, 23, 23, 0);
}

.sec-achievements .post-item {
	box-shadow: 0px 0px 8px rgba(0,0,0, 0.3);
	margin: 7px;
}

.sec-achievements .post-image {
	height: 210px;
    overflow: hidden;
}

.sec-achievements .post-content {
	background-color: #fff;
	padding: 15px;
	border-top: solid 3px #d09700;
}

.sec-achievements .post:hover .btn-outline.btn-light {
    background-color: #ebebeb;
    border-color: #ccc;
    color: #777;
}

.sec-achievements .post-content h5 {
    height: 50px;
    overflow: hidden;
    margin: 0 0 10px 0 !important;
    text-align: justify;
    font-size: 15px !important;
}

.sec-achievements .post-item a {
    display: block;
}

.sec-achievements .post-item:hover h5 a {
    color: #21032c;
}

.sec-achievements .post-content p {
	margin-bottom: 0;
	height: 100px;
	overflow: hidden;
}

.sec-achievements article.post .post-meta {
	margin-bottom: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                Link SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.sec-link {
    padding: 40px 0;
    background-image: url(link-bg.jpg);
    background-size: cover;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.sec-link::after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.sec-link .container {
    position: relative;
    z-index: 101;
}

.sec-link .main-title {
    text-align: center;
}

.sec-link .main-title .title {
    color: #fff;
}

.sec-link .link-bottom-col {
    text-align: center;
    margin-top: 20px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    padding: 20px;
    height: 160px;
    transition: all 0.3s ease-in-out;
    border: solid 4px #64767f;
}

.sec-link .link-bottom-col:hover {
    background: rgba(255,255,255,1);
}

.sec-link .link-bottom-col h5 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 180%;
    margin-top: 15px;
    color: #0e79a3;
    transition: all 0.3s ease-in-out;
}

.sec-link .link-bottom-col a:hover h5 {
    color: #d09700;
}

.link-bottom-img-col img {
    display: inline-block;
    width: 55px !important;
    height: 55px;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.sec-link .link-bottom-col:hover img, .sec-link .link-bottom-col:focus img {
    transform: scale(1.08);
    transition: all 0.3s ease;
    transform-origin: center center;
}

.sec-link .owl-carousel {
    margin-bottom: 0;
}

.sec-link .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.sec-link .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                Footer SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
#footer {
    background: #0476a2;
    border-top: 4px solid #005f83;
    font-size: 1em;
    margin-top: 0;
    color: #e6e6e6;
}

#footer h5 {
    border-bottom: solid 1px rgb(48, 160, 193);
    padding-bottom: 8px;
}

#footer p {
    color: #e6e6e6;
}

#footer a:not(.btn) {
    color: #e6e6e6;
}

#footer i{
    margin-left: 5px;
}

/* Copyright Style */
#footer .footer-copyright {
    background: #005f83;
}

#footer .footer-copyright p {
    color: #e6e6e6;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
               Scroll To Top SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
html .scroll-to-top {
    background: #000;
	border-radius: 0;
	left: 30px;
	bottom: 50px;
}

@media (max-width: 1024px) {
	#header .header-nav-main nav > ul > li {
        height: auto;
    }

    #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a {
        padding: 0 .3rem !important;
    }

    html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
        opacity: 0 !important;
    }

    #header .header-nav.header-nav-links {
        margin-right: 0 !important
    }

    .sec-bulletin-journals .bulletin-tabs .tab-content ul li {
        width: 32.3%;
        height: 145px;
    }

    .jo-banner-col .img-owal-wrapper {
        height: 210px;
    }

    .jo-banner-col span {
        height: 58px;
    }

    .sec-bulletin-journals .tab-content {
        min-height: 375px;
    }

    .sec-bulletin-journals .tab-pane .list-unstyled {
        height: 296px;
    }

    .sec-achievements .post-image {
        height: 185px;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
        opacity: 1 !important;
    }

    #header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
        padding: 6px 5px;
    }

    #header .header-nav-main nav > ul > li {
        min-height: 35px;
        padding-top: 5px;
    }

    .container {
        max-width: 745px;
        padding-right: 0;
        padding-left: 0;
    }

    .header-btn-collapse-nav {
        font-size: 1.5rem;
    }

    .not-row ul {
        height: auto;
    }

    .jo-banner-wrapper {
        margin-top: 30px;
    }

    .jo-banner-col .img-owal-wrapper {
        height: 430px;
    }
}

@media (max-width: 425px) {
    .container {
        max-width: unset;
        padding-right: 15px;
        padding-left: 15px;
    }

    .nivo-slider .theme-default .nivo-caption {
        display: none !important;
    }

    .sec-bulletin-journals .bulletin-more {
        border-top: none;
    }

    .sec-bulletin-journals .tab-pane .list-unstyled {
        height: auto;
    }

    .sec-bulletin-journals .bulletin-tabs .tab-content ul li {
        width: 48.9%;
        height: 145px;
    }

    .access-img-wrapper img {
        width: 100%;
    }

    .sec-link .link-bottom-col {
        height: 175px;
    }
}







/* Inside Accordion menu */

.jquery-accordion-menu,
.jquery-accordion-menu * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: 0
}

.jquery-accordion-menu {
	min-width: 260px;
	float: left;
	position: relative;
	/*box-shadow: 0 20px 50px #333*/
	box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
}

.jquery-accordion-menu .jquery-accordion-menu-footer,
.jquery-accordion-menu .jquery-accordion-menu-header {
	width: 100%;
	height: 50px;
	padding-right: 22px;
	float: right;
	line-height: 50px;
	font-weight: 600;
	color: #f0f0f0;
	background: #1279a2
}

.jquery-accordion-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.jquery-accordion-menu ul li {
	width: 100%;
	display: block;
	float: left;
	position: relative
}

.jquery-accordion-menu ul li a {
	width: 100%;
	padding: 14px 22px;
	float: left;
	text-decoration: none;
	color: #f0f0f0;
	font-size: 13px;
	background: #1279a2;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
}

.jquery-accordion-menu>ul>li.active>a,
.jquery-accordion-menu>ul>li:hover>a {
	color: #fff;
	background: #0e6588
}

.jquery-accordion-menu>ul>li>a {
	border-bottom: solid 1px #0e6588
}

.jquery-accordion-menu ul li a i {
	width: 34px;
	float: left;
	line-height: 18px;
	font-size: 16px;
	text-align: left
}

.jquery-accordion-menu .submenu-indicator {
	float: left;
	left: 22px;
	position: absolute;
	line-height: 19px;
	font-size: 20px;
	-o-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	-ms-transition: transform .3s linear
}

.jquery-accordion-menu ul ul.submenu .submenu-indicator {
	line-height: 16px
}

.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu {
	width: 100%;
	display: none;
	position: static
}

.jquery-accordion-menu ul ul.submenu li {
	clear: both;
	width: 100%
}

.jquery-accordion-menu ul ul.submenu li a {
	width: 100%;
	float: right;
	font-size: 11px;
	background: #383838;
	border-top: none;
	position: relative;
	border-right: solid 6px transparent;
	-o-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	transition: border .2s linear
}

.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-right-color: #1279a2
}

.jquery-accordion-menu ul ul.submenu>li>a {
	padding-right: 30px
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>a {
	padding-right: 45px
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a {
	padding-right: 60px
}

.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
	min-width: 20px;
	padding: 1px 2px 1px 1px;
	position: absolute;
	right: 18px;
	top: 14px;
	font-size: 11px;
	font-weight: 800;
	color: #555;
	text-align: center;
	line-height: 18px;
	background: #f0f0f0;
	border-radius: 100%
}

.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
	top: 12px
}

.ink {
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, .3);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.animate-ink {
	-webkit-animation: ripple .5s linear;
	-moz-animation: ripple .5s linear;
	-ms-animation: ripple .5s linear;
	-o-animation: ripple .5s linear;
	animation: ripple .5s linear
}

@-webkit-keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5)
	}
}

@-moz-keyframes ripple {
	100% {
		opacity: 0;
		-moz-transform: scale(2.5)
	}
}

@-o-keyframes ripple {
	100% {
		opacity: 0;
		-o-transform: scale(2.5)
	}
}

@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5)
	}
}

.blue.jquery-accordion-menu .jquery-accordion-menu-footer,
.blue.jquery-accordion-menu .jquery-accordion-menu-header,
.blue.jquery-accordion-menu ul li a {
	background: #4A89DC
}

.blue.jquery-accordion-menu>ul>li.active>a,
.blue.jquery-accordion-menu>ul>li:hover>a {
	background: #3e82da
}

.blue.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #3e82da
}

.blue.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #3e82da
}

.green.jquery-accordion-menu .jquery-accordion-menu-footer,
.green.jquery-accordion-menu .jquery-accordion-menu-header,
.green.jquery-accordion-menu ul li a {
	background: #03A678
}

.green.jquery-accordion-menu>ul>li.active>a,
.green.jquery-accordion-menu>ul>li:hover>a {
	background: #049372
}

.green.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #049372
}

.green.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #049372
}

.red.jquery-accordion-menu .jquery-accordion-menu-footer,
.red.jquery-accordion-menu .jquery-accordion-menu-header,
.red.jquery-accordion-menu ul li a {
	background: #ED5565
}

.red.jquery-accordion-menu>ul>li.active>a,
.red.jquery-accordion-menu>ul>li:hover>a {
	background: #DA4453
}

.red.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #DA4453
}

.red.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #DA4453
}

.white.jquery-accordion-menu .jquery-accordion-menu-footer,
.white.jquery-accordion-menu .jquery-accordion-menu-header,
.white.jquery-accordion-menu ul li a {
	background: #fff;
	color: #555
}

.white.jquery-accordion-menu>ul>li.active>a,
.white.jquery-accordion-menu>ul>li:hover>a {
	background: #f0f0f0
}

.white.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #f0f0f0
}

.white.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #f0f0f0
}

.white.jquery-accordion-menu ul ul.submenu li a {
	color: #f0f0f0
}

.white.jquery-accordion-menu>ul>li>a>.ink {
	background: rgba(0, 0, 0, .1)
}

.black.jquery-accordion-menu .jquery-accordion-menu-footer,
.black.jquery-accordion-menu .jquery-accordion-menu-header,
.black.jquery-accordion-menu ul li a {
	background: #292929
}

.black.jquery-accordion-menu>ul>li.active>a,
.black.jquery-accordion-menu>ul>li:hover>a {
	background: #222
}

.black.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #222
}

.black.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #222
}


