/**
 * ------------------------------------------------------------------------
 * JA T3v2 System Plugin for J25 & J31
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap { width: 100%; clear: both; }
.main { width: 800px; max-width: 1800px; margin: 0 auto; position: relative;}

.column { overflow: hidden; float: left; }

.ja-mass { clear: both; }

/* Gutter ---*/
.main .inner {
/* We use liquid layout, so we need to insert a div which will create margin if need */
	padding-left: 15px;
	padding-right: 15px;
}

.main .main-inner1 {
/* We use liquid layout, so we need to insert a div which will create margin if need */
	margin-left: 15px;
	margin-right: 15px;
}

.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module { 
/* for side columns and spotlight, we only need to add margin or padding to Module */
	margin-left: 15px;
	margin-right: 15px;
}

.ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module {
	margin-right: 0;
	margin-left: 30px;
}

.ja-inset1 div.ja-moduletable, .ja-inset1 .div.moduletable, .ja-inset1 div.ja-module, .ja-inset1 div.module {
	margin-right: 30px;
	margin-left: 0;
}

.item .contentpaneopen {
/* for article columns, we only need to add margin or padding to this div  */
	padding-left: 15px;
	padding-right: 15px;
}

.items-leading { }

.items-row {
/* minus the spacing of the article row to macth with the Gutter & global grid */
	margin-left: -15px;
	margin-right: -15px; 
}

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody { float: left; }
#ja-current-content, #ja-main { float: right; }

/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap {}
.ja-col {}

/* Left Column ---*/
#ja-left .ja-l2 .ja-left1, #ja-left .ja-l2 .ja-left2 { width: 50%; }
#ja-left .ja-l1 .ja-col { width: 100%; }

/* Right Column ---*/
#ja-right { float: right; }
#ja-right .ja-r2 .ja-right1, #ja-right .ja-r2 .ja-right2 { width: 50%; }
#ja-right .ja-r1 .ja-col { width: 100%; }

/* HEADER
--------------------------------------------------------- */
#ja-header {}

/* FOOTER
--------------------------------------------------------- */
#ja-footer { clear: both; }

/* CONTENT'S GRIDS
--------------------------------------------------------- */
.item { float: left; position: relative; }

.cols-1 .item { width: 100%; }
.cols-2 .item { width: 50%; }
.cols-3 .item { width: 33.33%; }
.cols-4 .item { width: 25%; }
.cols-5 .item { width: 20%; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl {}
#ja-botsl {}

.ja-box { float: left; overflow: hidden; }
.ja-box-right { position: absolute; right: 0; }

.navdocente{
	min-height: 85px;
	background-color : #063D6B;
	font-family:""Comic Sans MS", cursive, sans-serif";
	font-weight: 700;
}

.docenteBrand {
	color : #ffffff;
	font-size:2.3em;
}


/****  Left Bar */

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-default .navbar-nav #user-profile {
    height: 50px;
    padding-top: 15px;
    padding-left: 58px;
}

.navbar-default .navbar-nav #user-profile img {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 2px;
    left: 8px;
    padding: 1px;
}

#wrapper1 {
    padding-top: 50px;
    padding-left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media (min-width: 992px) {
    #wrapper1 {
        padding-left: 225px;
    }
}

@media (min-width: 992px) {
    #wrapper1 #sidebar-wrapper {
        width: 225px;
    }
}

#sidebar-wrapper {
    border-right: 1px solid #e7e7e7;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 225px;
    width: 0;
    height: 100%;
    margin-left: -225px;
    overflow-y: auto;
    background: #f8f8f8;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#sidebar-wrapper .sidebar-nav {
    position: absolute;
    top: 0;
    width: 225px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar-wrapper .sidebar-nav li {
    text-indent: 0;
    line-height: 45px;
}

#sidebar-wrapper .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #428bca;
}

.sidebar-nav li:first-child a {
    background: #92bce0 !important;
    color: #fff !important;
}

#sidebar-wrapper .sidebar-nav li a .sidebar-icon {
    width: 45px;
    height: 45px;
    font-size: 14px;
    padding: 0 2px;
    display: inline-block;
    text-indent: 7px;
    margin-right: 10px;
    color: #fff;
    float: left;
}

#sidebar-wrapper .sidebar-nav li a .caret {
  position: absolute;
  right: 23px;
  top: auto;
  margin-top: 20px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse {
    list-style: none;
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    -khtml-padding-start: 0;
    -o-padding-start: 0;
    padding-start: 0;
    padding: 0;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse li i {
    margin-right: 10px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse li {
    text-indent: 15px;
}

@media (max-width: 992px) {
    #wrapper1 #sidebar-wrapper {
        width: 45px;
    }
    #wrapper1 #sidebar-wrapper #sidebar #sidemenu li ul {
        position: fixed;
        left: 45px;
        margin-top: -45px;
        z-index: 1000;
        width: 200px;
        height: 0;
    }
}

.sidebar-nav li:first-child a {
    background: #92bce0 !important;
    color: #fff !important;
}

.sidebar-nav li:nth-child(2) a {
    background: #6aa3d5 !important;
    color: #fff !important;
}

.sidebar-nav li:nth-child(3) a {
    background: #428bca !important;
    color: #fff !important;
}

.sidebar-nav li:nth-child(4) a {
    background: #3071a9 !important;
    color: #fff !important;
}

.sidebar-nav li:nth-child(5) a {
    background: #245682 !important;
    color: #fff !important;
}

.col-center {
    float: none;
    margin: 0 auto;

}


.main-screen{
    background-image: url(https://grafreez.com/wp-content/temp_demos/coming-soon-demo/demo-02/img/body-bg-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 140%;
    overflow: hidden;
}
.main-screen:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.55;
    background-color: #000;
}
/*==========Floating Menu==========*/
.float-menu{
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left:-50%;
    transition: 0.3s ease-in;
    top: 0;
    z-index: 9999;
}
.float-menu.show{
    left: 0
}
.float-menu .menu-icon{
    position: absolute;
    right: -83px;
    top: 43px;
    transition: 0.3s ease-in;
    z-index: 99999;
}
.float-menu.show .menu-icon{
    right: unset;
     left: 20px;
     top: 20px;
}
.float-menu .content-block{
    float: left;
    width: 100%;
    color: #232323;
}
.float-menu h2{
    font-weight: 700;
}
.float-menu p{
    font-weight: 400
}
/*====Animated Menu Icon===*/
#nav-icon1{
    width: 50px;
     height: 20px;
     position: relative;
     margin: -8px auto 0;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
     cursor: pointer;
}
#nav-icon1 span{
    display: block;
     position: absolute;
     height: 2px;
     width: 67%;
     background: #fff;
     border-radius: 9px;
     opacity: 1;
     left: 0;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
     -o-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1){
    top: 0px;
}
#nav-icon1 span:nth-child(2){
    top: 11px;
}
#nav-icon1 span:nth-child(3){
    top: 22px;
}
#nav-icon1.open span{
    background: #00cec9;
}
#nav-icon1.open span:nth-child(1){
    top: 18px;
     -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
     -o-transform: rotate(135deg);
     transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2){
    opacity: 0;
     left: -60px;
}
#nav-icon1.open span:nth-child(3){
    top: 18px;
     -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
     -o-transform: rotate(-135deg);
     transform: rotate(-135deg);
}
/*===Our Member Block===*/
.member-box{
    width:100%;
     float:left;
     position:relative;
     overflow:hidden
}
.member-box h4{
}
.member-box:hover> img{
    transform: scale(1.05);
    transition:1s ease-in;
}
.member-box img{
    transition:0.3s ease-in;
}
.member-box.t-bottom .overlay-content{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}
.member-box.t-center .overlay-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
}
.member-box i.box-circle-solid{
    padding: 0;
     width: 35px;
     height: 35px;
     text-align: center;
     line-height: 40px;
     border: 1px solid #fff;
     border-radius: 50%;
     line-height: 35px;
     transition:0.4s ease-in;
}
.member-box i.box-circle-solid:hover{
    background-color: #00cec9;
    border-color: #00cec9;
    color: #fff;
}
/*===Member Hover Animation===*/
.member-box.anim-lf .overlay-content{
    position:absolute;
     background-color:rgba(0,0,0,0.6);
     left:-100%;
     bottom:0;
     width: 100%;
     height:100%;
     transition:0.4s ease-in;
}
.member-box.anim-lf:hover>.overlay-content{
    left:0;
     transition:0.4s ease-in;
}
/*====Footer Section===*/
footer{
    float: left;
     width: 100%;
     padding: 0px 0;
     color: #232323;
     bottom: 0;
}
footer a{
    color: #00cec9;
}
/*==========Top Brand Block==========*/
.top-nav{
    float: left;
    width: 100%;
    color: #fff;
   
    z-index: 2;
   
}

.top-nav .navbar-brand{
    font-weight: 600;
    font-size: 23px;
}
.top-nav .navbar-brand:hover{
    color: #fff;
}
.top-nav .brand-deco{
    border: 1px solid #00cec9;
    padding-left: 20px;
    padding-right: 20px;
     color: #00cec9;
}
.top-nav .brand-deco:hover{
    border: 1px solid #00cec9;
    background-color: #00cec9;
    color: #fff;
}
/*==========Main Content Section==========*/
.heading-sec{
    float: left;
    width: 100%;
    color: #fff;
    padding: 30px;
    position: relative;
    z-index: 2;
}
.heading-sec h1{
    font-weight: 700;
    font-size: 52px;
}
.heading-sec strong{
    color: #00cec9;
}
/*==========Countdown Block==========*/
.countdown-sec{
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.countdown-sec #timer{
    float: left;
    width: 100%
}
.countdown-sec #timer span{
    font-size: 55px;
    position: relative;
    line-height: normal;
    padding: 10px 20px 0;
    display: inline-block;
    font-weight: 700;
}
.countdown-sec #timer span i{
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    width:50%;
    text-align: center;
    left: 50%;
    margin-left: -25%;
    top: -10px;
    color: #fff;
    opacity: 0.7;
}
/*==========Notification and Social Media==========*/
.contact-sec{
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}
.contact-sec .subscribe-box .btn{
    padding:8px 20px;
}
.contact-sec .social-container{
    width: 80%;
    margin: 0 auto;
}
.contact-sec .social-icon{
    border: 1px solid #efefef;
    color: #efefef;
    font-size: 20px;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 5px;
}
.contact-sec .social-icon:hover{
    color: #fff;
    background-color: #00cec9;
    border-color: #00cec9;
    transition: .25s ease-in;
    -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
}
/*===Notification Modal===*/
.custom-modal .modal-header{
    border-radius: 0;
    background-color: #fff;
    position: relative;
}
.custom-modal .modal-header h5{
    color: #00cec9;
     margin: 0 auto;
     font-size: 1.6rem;
     font-weight: 700;
}
.custom-modal .modal-header .close{
    position: absolute;
     right: 10px;
     top: 4px;
     outline: none
}
.custom-modal .modal-footer{
    justify-content: center;
}

.action-sec{background-color:#4E3C31; float:left; width:100%;}
.action-sec h2{color:#fff; margin-bottom:20px;}
/*==========Responsive Media Queries==========*/
@media only screen and (max-width: 900px){
    .float-menu{
        width:100%;
        left: -100%;
    }
}
@media only screen and (max-width: 768px){
    .heading-sec h1{
        font-size: 45px;
    }
    .heading-sec{
        padding-left: 0px;
        padding-right: 0px;

    }
  
}
@media only screen and (max-width: 575px){
    footer .copyright,footer .credit{
        width: 50%;
        font-size: 13px;
    }

   
}
@media only screen and (max-width: 574px){
    .countdown-sec #timer span{
        font-size: 55px;
        width: 50%;
        float: left;
        margin-bottom: 40px;
    }

  
}
    
    
    