/*
Theme Name: Mediterranean College
Theme URI: http://underscores.me/
Author: Netsteps
Author URI: http://netsteps.gr
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mediterranean_college
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mediterranean College is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,greek,greek-ext);

html {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
    padding: 0;
    *font-family: Open sans, sans-serif !important;
    font-family: 'Roboto', sans-serif!important;
    overflow-x: hidden;
}

.secondary-menu-nav{
    background-color: #757677;
    color: white;
    min-height: 50px;
}

.secondary-menu-nav .top-menu ul{
    margin: 0;
    padding: 0;
}

.secondary-menu-nav .top-menu li{
    list-style: none;
    float: left;
    margin: 0 10px;
    position: relative;
}

.secondary-menu-nav .top-menu li:last-child:after{
    content: " ";
    height: 16px;
    width: 1px;
    background-color: white;
    display: block;
    position: absolute;
    top: 17px;
    right: -20px;
}

.secondary-menu-nav .top-menu li a {
    color: white;
    line-height: 50px;
}

#lmm.lmm-primary {
    *border-bottom: 5px solid #627A8A!important;

}

#lmm.lmm-navbar.lmm-primary .lmm-navbar-brand{
    padding: 3px 0;
    height: 90px;
    text-align: center;
    width: 294px;
    position: relative;
    top: -2px;
}

.mc-additional-header{
        position: absolute;
    /*top: 170px;*/
    z-index: 99999;
    width: 294px;
}

#lmm .navmenu-nav li.lmm-item > a, #lmm .lmm-navbar-nav li.lmm-item > a, #lmm .navmenu-nav li.lmm-item > form, #lmm .lmm-navbar-nav li.lmm-item > form {
   font-size: 13px!important;
}

.lmm-dropdown-menu.ps-container{
    background: white!important;
    border-left: 1px solid #C5C3C3!important;
}

#lmm.lmm-primary .navmenu-nav > li > a > .lmm-item-content, #lmm.lmm-primary .lmm-navbar-nav > li > a > .lmm-item-content {
    color: black!important;
}

#lmm.lmm-primary .lmm-navbar-nav > li.open > a{
    background-color: white!important;
        box-shadow: 0px 1px 8px black!important;
        height: 95px;
}

#lmm.lmm-navbar.lmm-navbar-fixed-top.lmm-primary .lmm-navbar-brand > img {
    height: 60px!important;
}

.ns-slick-slider {
    margin-bottom: 30px;
    margin-top: 30px;
}

.ns-slick-slider .logo img {
    margin: 0 auto;
}

.ns-slick-slider .logo {
    display: none;
}

.ns-slick-slider.slick-initialized .logo {
    display: block;
}

.home #section_2 {
    height: 470px;
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
    background-color: #f6f6f6;
    position: relative;
}
.home #section_2 #logo_2 {
    margin: 0 auto;
    /*margin-bottom: 30px;*/
    text-align: center;
    width: 36%;
    position: relative;
    height: 470px;
}
.home #section_2 #logo_2::before {
	content: "";
	background-color: transparent;
	position: absolute;
	top: 0;
	left: -150px;
	border-top: 500px solid #f6f6f6;
	border-left: 150px solid transparent;
	z-index: 1;
}
.home #section_2 #logo_2::after {
	content: "";
	background-color: transparent;
	position: absolute;
	top: 0;
	right: -150px;
	border-top: 500px solid #f6f6f6;
	border-right: 150px solid transparent;
	z-index: 1;
}

.home #section_2 #logo_2 img {
    max-width: 100%;
    height: auto;
    padding-top: 20px;
    max-height: 350px;
}
.home #section_2 #logo_2 .button_2 {
    margin: 40px auto 0 auto;
    width: 90%;
    max-width: 270px; 
}
.home #section_2 #logo_2 .button_2 > a {
    text-decoration: none;
}
.home #section_2 #logo_2 .button_2 > a > div {
    padding: 12px 5px;
    background-color: #9e0b0f;
    color: white;
    font-size: 18px;
    line-height: 26px;
}
.home #section_2 .left_2,
.home #section_2 .right_2 {
    height: 470px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 32%;
    top: 0;
    position: absolute;
    background-size: cover;
}
.home #section_2 .left_2 {
    left: 0;
    /*-webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);*/
    /*clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);*/
}
.home #section_2 .right_2 {
    right: 0;
    /*-webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);*/
    /*clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);*/
}
.home #section_3 {
    height: 125px;
    background-color: #ffffff;
}
.home #section_3 #logos {
    width: 100%;
    padding: 0 10px;
    text-align: center;
}
.home #section_3 #logos .logo {
    padding: 30px;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
}
.home #section_3 #logos .logo img {
    max-width: 235px;
    max-height: 65px;
}
.home #section_4 {
    height: auto;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGklEQVQIW2N88+bNfxEREUYGBgYGMAEDKBwAkYEEBF24d1wAAAAASUVORK5CYII=) repeat;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 0px;
}
.home #section_4 #bubbles{
    padding: 30px 80px;
}
.home #section_4 #bubbles .bubble {
    width: 331px;
    height: 333px;
    border-radius: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 15px auto;
    padding-top: 74px;
    padding-right: 20px;
    padding-left: 101px;
    position: relative;
    text-align: left;
    color: #828282;
}
.home #section_4 #bubbles .bubble .header_4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.home #section_4 #bubbles .bubble .text_4 {
    font-size: 14px;
    line-height: 18px;
}

.home #section_4 #bubbles .bubble .text_4 a{
    color: #acacac;
}

.home #section_4 #bubbles .bubble .colored {
    position: absolute;
    top: 0px;
    left: -90px;
    width: 180px;
    height: 180px;
    padding: 50px;
    border-radius: 100%;
    background-color: #627a8a;
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.25 );
}

@media (max-width: 1355px){
    .home #section_4 #bubbles .bubble .colored {
        left: -60px;
        top: 0;
        width: 150px;
        height: 150px;
        padding: 34px;
        box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.25 );
    }
}

@media (max-width: 1255px){
    .home #section_4 #bubbles .bubble .colored {
        left: -50px;
        top: -30px;
        width: 150px;
        height: 150px;
        padding: 34px;
        box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.25 );
    }
}

.home #section_4 #bubbles .bubble .colored svg {
    fill: white;
}
.home #section_4 #aboutus .img_text {
    position: absolute;
    top: 50%;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding: 0 15px;
    margin-top: 65px;
    left: 0;
}
.home #section_4 #aboutus .au_h_t {
    height: 140px;
    *font-family: 'Noto Serif', serif;
}
.home #section_4 #aboutus .blue_header {
    font-weight: bold;
    color: #627a8a;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}
.home #section_4 #aboutus .b_text {
    font-style: italic;
    color: #888888;
    font-size: 14px;
    line-height: 18px;
}

.lay-text {
    display: block;
    text-align: center;
    padding: 4.5rem;
    color: white;
    *background-color: rgba(0, 0, 0, 0.25);
    white-space: normal;
}

.lay-text h1 {
    margin: 10px 0;
    font-size: 3.4rem;
    font-weight: bold;
    text-shadow: 0px 1px 5px rgba(0, 1, 1, 0.75);
    white-space: nowrap;
    margin-bottom: 30px;
}

.lay-text h2 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 100;
    text-shadow: 0px 1px 5px rgba(0, 1, 1, 0.75);
    white-space: normal;
}


.lay-text a {
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    position: relative;
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 24px;
    font-size: 2rem;
    padding: 10px 60px;
    border: 2px solid #e5e5e5;
    min-width: 122px;
    margin: 0 5px;
}

#ns_quote_box {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px 125px 15px 30px;
    border-left: 5px solid #88190E;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    position: relative;
    *font-family: 'Noto Serif', serif;
    font-size: 18px;
    color: #878787;
    line-height: 30px;
}

#ns_quote_box .ns_svg_quote{
    background-color: #88190E;
    padding:0 10px;
    width:95px;
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
}

#skype_contact_form.skype_contact_form {
    background-color: #01B0CC;
    color: white;
    padding: 30px 20px;
    width: 100%;
}

#skype_contact_form.skype_contact_form .ns_skype_title {
    margin-bottom: 35px;
    text-align: center;
    font-style: italic;
    color: white;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

#skype_contact_form #SkypeButton_Call {
    display: inline-block;
}

#skype_contact_form #SkypeButton_Call p {
    line-height: 24px;
    margin: 0;
}

#skype_contact_form #SkypeButton_Call a > img {
    margin: 0px 10px 0px 0px !important;
    vertical-align: -7px !important;
}

#skype_contact_form .ns_or_contact {
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 30px;
    display: inline-block;
}

#skype_contact_form .ns_input_container input::-webkit-input-placeholder,
#skype_contact_form .ns_input_container textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
}

#skype_contact_form .ns_input_container input:-moz-placeholder,
#skype_contact_form .ns_input_container textarea:-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;  
}

#skype_contact_form .ns_input_container input::-moz-placeholder,
#skype_contact_form .ns_input_container textarea::-moz-placeholder {  /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;  
}

#skype_contact_form .ns_input_container input:-ms-input-placeholder,
#skype_contact_form .ns_input_container textarea:-ms-input-placeholder {  
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;  
}

#skype_contact_form .ns_btn_container {
    padding: 0px 20px;
    text-align: right;
}

#skype_contact_form .ns_btn_container .ns_send_btn {
    width: 100%;
    max-width: 290px;
    padding: 10px;
    text-align: center;
    background-color: #5CD7EA;
    font-size: 18px;
    line-height: 23px;
    border: 1px solid white;
    outline: 0;
}

#skype_contact_form.skype_contact_form .ns_left_up {
    width: 100%;
    max-width: 290px;
    display: inline-block;
}

#skype_contact_form.skype_contact_form .ns_right_down {
    min-width: -webkit-calc(100% - 295px);
    min-width: -moz-calc(100% - 295px);
    min-width: calc(100% - 295px);
    display: inline-block;
}

#skype_contact_form.skype_contact_form .ns_right_down .skype_btn_container {
    padding: 3px 20px;
    width: 100%;
}

#skype_contact_form .ns_input_container {
    padding: 0px 20px 40px 45px;
    position: relative;
}

#skype_contact_form .ns_textarea_container {
    padding: 10px 20px 20px 20px;
    position: relative;
}

#skype_contact_form .ns_msg_label {
    padding: 0px 20px 0px 50px;
    position: relative;
}

#skype_contact_form .ns_msg_label span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 30px;
}

#skype_contact_form .ns_input_container input {
    width: 100%;
    height: 38px;
    padding: 5px 5px 10px 5px;
    color: white;
    font-size: 18px;
    line-height: 20px;
    background-color: transparent;
    box-shadow: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-left: none;
    outline: 0;
}

#skype_contact_form .ns_textarea_container textarea {
    width: 100%;
    padding: 10px;
    color: white;
    font-size: 18px;
    line-height: 20px;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: 0;
    border-radius: 0px;
    resize: vertical;
}

#skype_contact_form .ns_input_container i.fa,
#skype_contact_form .ns_msg_label i.fa {
    position: absolute;
    top: 1px;
    left: 20px;
    font-size: 20px;
    line-height: 30px;
    width: 20px;
    text-align: center;
}

#skype_contact_form .ns_btn_container img {
    display: none;
}

.ns_page {
    background-color: #f6f6f6;
}

.ns_page #sidebar_content {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 90px;
    padding-left: 0px;    
}

.ns_page #sidebar_content #sidebar {
    position: absolute;
    left: 15px;
    top: 10px;
    line-height: 18px;
    padding: 6px 12px;
    color: white;
    background-color: #9d0a0e;
    font-size: 14px;
    cursor: pointer;
}

.ns_page #sidebar_content #ns_left_sidebar {
    width: 360px;
    height: auto;
    display: inline-block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    -moz-transition: width ease 0.5s, padding-right ease 0.25s, padding-left ease 0.5s;
    -webkit-transition: width ease 0.5s, padding-right ease 0.25s, padding-left ease 0.5s;
    -o-transition: width ease 0.5s, padding-right ease 0.25s, padding-left ease 0.5s;
    transition: width ease 0.5s, padding-right ease 0.25s, padding-left ease 0.5s;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_news_menu,
.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts {
    width: 330px;
    height: auto;
    padding-top: 25px;
    padding-left: 15px;
    padding-bottom: 60px;
    padding-right: 15px;
    background-color: #f2f2f2;
    border: 1px solid #e3e8e8;
    border-bottom: 4px solid #e3e8e8;
    margin-bottom: 40px;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_news_menu .news_title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #575351;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_news_menu ul.category_menu {
    padding: 0px;
    margin-bottom: 40px;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_news_menu ul.category_menu li {
    list-style: none;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_news_menu ul.category_menu li:not(:last-child) {
    list-style: none;
    border-bottom: 1px solid #e0dedb;
    box-shadow: 0px 1px 0px #ffffff;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_news_menu ul.category_menu li a {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: block;
    color: #575351;
    padding: 8px 5px;
    -moz-transition: padding ease 0.25s;
    -webkit-transition: padding ease 0.25s;
    -o-transition: padding ease 0.25s;
    transition: padding ease 0.25s;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_news_menu ul.category_menu li:not(.active):hover a {
    text-decoration: none;
    color: #000000;
    text-shadow: 0px 0px 2px #ffffff;
    padding: 8px 2px 8px 8px;
}

/*.ns_page #sidebar_content #ns_left_sidebar #ns_news_menu ul.category_menu li.active:hover a {
    color: #575351;
}*/

.ns_page #sidebar_content #ns_left_sidebar #ns_news_menu ul.category_menu li.active a {
    font-weight: bold;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_news_menu ul.category_menu li a:active,
.ns_page #sidebar_content #ns_left_sidebar #ns_news_menu ul.category_menu li a:hover,
.ns_page #sidebar_content #ns_left_sidebar #ns_news_menu ul.category_menu li a:focus,
.ns_page #sidebar_content #ns_left_sidebar #ns_news_menu ul.category_menu li a:visited {
    text-decoration: none;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts .recent_title {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-bottom: 70px;
    color: #1e1e1e;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts ul.recent_post_menu {
    padding: 0px;
    margin-bottom: 40px;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts ul.recent_post_menu li {
    list-style: none;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts ul.recent_post_menu li:not(:last-child) {
    list-style: none;
    border-bottom: 1px solid #e0dedb;
    box-shadow: 0px 1px 0px #ffffff;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts ul.recent_post_menu li a {
    display: block;
    width: 100%;
    padding: 5px 15px 5px 30px;
    position: relative;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts ul.recent_post_menu li a::before {
    content: "\25BA";
    font-size: 7px;
    position: absolute;
    top: 10px;
    left: 18px;
    color: #3a3a3a;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts ul.recent_post_menu li a .title {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    display: block;
    color: #3a3a3a;
    max-height: 40px;
    overflow: hidden;
    font-style: italic;
    text-align: left;
    -moz-transition: max-height ease 0.25s;
    -webkit-transition: max-height ease 0.25s;
    -o-transition: max-height ease 0.25s;
    transition: max-height ease 0.25s;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts ul.recent_post_menu li:hover a .title {
    text-decoration: none;
    color: #000000;
    text-shadow: 0px 0px 2px #ffffff;
    max-height: 60px;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts ul.recent_post_menu li a .date {
    font-size: 11px;
    line-height: 20px;
    width: 100%;
    display: block;
    color: #7e7e7e;
    max-height: 20px;
    overflow: hidden;
    font-style: italic;
    text-align: left;
    white-space: nowrap;
}

.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts ul.recent_post_menu li a:active,
.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts ul.recent_post_menu li a:hover,
.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts ul.recent_post_menu li a:focus,
.ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts ul.recent_post_menu li a:visited {
    text-decoration: none;
}

.ns_page #sidebar_content #ns_main_content {
    width: -webkit-calc(100% - 360px);
    width: -moz-calc(100% - 360px);
    width: calc(100% - 360px);
    height: auto;
    display: inline-block;
    float: right;
    -moz-transition: width ease 0.5s;
	-webkit-transition: width ease 0.5s;
	-o-transition: width ease 0.5s;
	transition: width ease 0.5s;
}

#list_page #sidebar_content #ns_main_content #posts {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: 15px;
    margin: 0px;
}

#list_page #sidebar_content #ns_main_content #posts .post {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 10px;
    overflow: hidden;
}

#list_page #sidebar_content #ns_main_content #posts .post .img_container {
    border: 1px solid #e3e8e8;
    padding: 5px;
    margin-bottom: 8px;
    position: relative;
}

#list_page #sidebar_content #ns_main_content #posts .post .img_container .post_img {
    border: 1px solid #e3e8e8;
    height: 290px;
    background-size: cover;
    background-position: 50% 50%;
}

#list_page #sidebar_content #ns_main_content #posts .post .img_container .ns_share_social {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0px 15px 15px 0px;
    display: block;
}

#list_page #sidebar_content.hide_sidebar #ns_main_content #posts .post .img_container .ns_share_social {
    display: block !important;
}

#list_page #sidebar_content #ns_main_content #posts .post .img_container .ns_share_social a {
    float: right;
}

#list_page #sidebar_content #ns_main_content #posts .post .img_container .ns_share_social i.fa {
    font-size: 21px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #9d0a0e;
    color: white;
    margin: 3px;
}

#list_page #sidebar_content #ns_main_content #posts .post .post_info_container {
    background-color: #f9f9f9;
    padding: 30px;
    position: relative;
}

#list_page #sidebar_content #ns_main_content #posts .post .post_info_container::before {
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    left: 60px;
    top: -30px;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #F9F9F9;
    border-left: 15px solid transparent;
}

#list_page #sidebar_content #ns_main_content #posts .post .post_info_container a:focus,
#list_page #sidebar_content #ns_main_content #posts .post .post_info_container a:hover {
    text-decoration: none;
}

#list_page #sidebar_content #ns_main_content #posts .post .post_info_container .post_info_inner {
    width: 100%;
    height: 210px;
    overflow: hidden;
}
#list_page #sidebar_content #ns_main_content #posts .post .post_info_container .post_info_inner .post_title {
    color: #3a3e3f;
    font-size: 30px;
    line-height: 35px;
    max-height: 70px;
    overflow: hidden; 
}

#list_page #sidebar_content #ns_main_content #posts .post .post_info_container .post_info_inner .post_date {
    color: #aeaeae;
    font-size: 12px;
    line-height: 35px;
    max-height: 35px;
    overflow: hidden; 
    white-space: nowrap;
    font-style: italic;
    *font-family: 'Noto Serif', serif;
}

#list_page #sidebar_content #ns_main_content #posts .post .post_info_container .post_info_inner .post_sub_title {
    color: #9d0a0e;
    font-size: 15px;
    line-height: 35px;
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

#list_page #sidebar_content #ns_main_content #posts .post .post_info_container .post_info_inner .post_excerpt {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    *font-family: 'Noto Serif', serif;
}

#list_page #sidebar_content #ns_main_content #ns_pagination {
    margin: 20px 0px 80px 0px;
}

#list_page #sidebar_content #ns_main_content #ns_pagination a {
    line-height: 30px;
    min-width: 32px;
    height: 32px;
    border: 1px solid #ea5745;
    padding: 0px 5px;
    color: white;
    font-size: 12px;
    background-color: #ea5745;
    margin: 4px;
    border-radius: 3px;
    display: inline-block;
}
#list_page #sidebar_content #ns_main_content #ns_pagination a.previous_next {
    width: 70px;
}

#list_page #sidebar_content #ns_main_content #ns_pagination a.active {
    background-color: #ed8477;
    text-shadow: 0px 0px 3px #ea5745;
}

#list_page #sidebar_content #ns_main_content #ns_pagination a:hover {
    background-color: #ed8477;
    text-shadow: 0px 0px 3px #ea5745;
}

#list_page #sidebar_content #ns_main_content #ns_pagination a:active,
#list_page #sidebar_content #ns_main_content #ns_pagination a:hover,
#list_page #sidebar_content #ns_main_content #ns_pagination a:focus,
#list_page #sidebar_content #ns_main_content #ns_pagination a:visited {
    text-decoration: none;
}

.ns_page #sidebar_content #ns_main_content #related_posts {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: 15px;
    margin: 0px;
}

.ns_page #sidebar_content #ns_main_content #related_posts .r_post {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.ns_page #sidebar_content #ns_main_content #related_posts a
.ns_page #sidebar_content #ns_main_content #related_posts a:active,
.ns_page #sidebar_content #ns_main_content #related_posts a:hover,
.ns_page #sidebar_content #ns_main_content #related_posts a:focus,
.ns_page #sidebar_content #ns_main_content #related_posts a:visited {
    text-decoration: none;
}

.ns_page #sidebar_content #ns_main_content #related_posts .r_post .r_img_container {
    border: 1px solid #e3e8e8;
    padding: 5px;
    margin-bottom: 30px;
}

.ns_page #sidebar_content #ns_main_content #related_posts .r_post .r_img_container .r_post_img {
    height: 150px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.ns_page #sidebar_content #ns_main_content #related_posts .r_post .r_post_info_container {
    background-color: #fefefe;
    padding: 30px;
    position: relative;
    border: 2px solid #e9e9e9;
}

.ns_page #sidebar_content #ns_main_content #related_posts .r_post a:hover .r_img_container,
.ns_page #sidebar_content #ns_main_content #related_posts .r_post a:hover .r_post_info_container {
        box-shadow: 0px 2px 7px -2px #000000;
}

.ns_page #sidebar_content #ns_main_content #related_posts .r_post .r_post_info_container::before {
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    left: 25%;
    top: -30px;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #e9e9e9;
    border-left: 15px solid transparent;
}

.ns_page #sidebar_content #ns_main_content #related_posts .r_post .r_post_info_container::after {
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    left: 25%;
    top: -27px;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fefefe;
    border-left: 15px solid transparent;
}

.ns_page #sidebar_content #ns_main_content #related_posts .r_post .r_post_info_container .r_post_info_inner {
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.ns_page #sidebar_content #ns_main_content #related_posts .r_post .r_post_info_container .r_post_info_inner .r_post_title {
    color: #3a3e3f;
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    font-weight: bold;
}

.ns_page #sidebar_content #ns_main_content #related_posts .r_post .r_post_info_container .r_post_info_inner .r_post_date {
    color: #aeaeae;
    font-size: 11px;
    line-height: 33px;
    max-height: 33px;
    overflow: hidden; 
    white-space: nowrap;
    *font-family: 'Noto Serif', serif;
}

.ns_page #sidebar_content #ns_main_content #related_posts .r_post .r_post_info_container .r_post_info_inner .r_post_excerpt {
    color: #959595;
    font-size: 12px;
    line-height: 23px;
    text-align: left;
    *font-family: 'Noto Serif', serif;
}

#page_layout_page #sidebar_content #ns_main_content #post {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: 15px;
    margin: 0px;
}

#page_layout_page #sidebar_content #ns_main_content #post .post {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 10px;
    overflow: hidden;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .img_container {
    border: 1px solid #e3e8e8;
    padding: 5px;
    margin-bottom: 8px;
    position: relative;
    width: 75%;
    margin-right:auto;
    margin-left: auto;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .img_container .page_layout_slick.slick-slider {
    margin-bottom: 0px;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .img_container .page_layout_slick.slick-slider ul.slick-dots {
    bottom: 0px;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .img_container .page_layout_slick.slick-slider ul.slick-dots li button:before {
    opacity: 0.80;
    color: #d0d0d0;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .img_container .page_layout_slick.slick-slider ul.slick-dots li button:hover:before,
#page_layout_page #sidebar_content #ns_main_content #post .post .img_container .page_layout_slick.slick-slider ul.slick-dots li button:focus:before {
    opacity: 1;
    color: #d0d0d0;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .img_container .page_layout_slick.slick-slider ul.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #9d0a0e;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .img_container .post_img {
    border: 1px solid #e3e8e8;
    height: 440;
    background-size: cover;
    background-position: 50% 50%;
    display: none;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .img_container .slick-initialized .post_img {
    display: block;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .img_container .ns_share_social {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0px 15px 15px 0px;
    display: block;
}

#page_layout_page #sidebar_content.hide_sidebar #ns_main_content #post .post .img_container .ns_share_social {
    display: block !important;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .img_container .ns_share_social a {
    float: right;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .img_container .ns_share_social i.fa {
    font-size: 21px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #9d0a0e;
    color: white;
    margin: 3px;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container {
    background-color: #f9f9f9;
    padding: 30px;
    position: relative;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container .post_info_inner {
    *font-family: 'Noto Serif', serif;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container .post_info_inner .post_title {
    color: #3a3e3f;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    overflow: hidden; 
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container .post_info_inner .post_date {
    color: #aeaeae;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    font-style: italic;
    padding: 10px 0;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container .post_info_inner .post_content {
    padding: 10px 0 30px 0;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container .post_info_inner .post_content p {
    color: #444444;
    font-size: 14px;
    line-height: 26px;
}


#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container .post_info_inner .post_content a {
	color: #337ab7;
    font-style: italic;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container #previous_next {
    clear: both;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container #previous_next a {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 340px;
    height: 90px;
    margin-top: 20px;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container #previous_next a:hover,
#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container #previous_next a:focus {
	text-decoration: none;
	box-shadow: inset 2px 2px 10px -4px #555;
    outline: 0;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container #previous_next a.previous {
    background-color: #9d0a0e;
    padding: 20px 20px 20px 50px;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container #previous_next a.next {
    background-color: #829c53;
    padding: 20px 50px 20px 20px;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container #previous_next a.previous i,
#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container #previous_next a.next i {
	position: absolute;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    top: 35px;    
    color: white;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container #previous_next a.previous i {
    left: 15px;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container #previous_next a.next i {
    right: 15px;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container #previous_next a .btn_text,
#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container #previous_next a .p_title {
    color: white;
	width: 100%;
    line-height: 25px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#page_layout_page #sidebar_content #ns_main_content #post .post .post_info_container #previous_next a .p_title {
    text-transform: uppercase;
}

#college_layout_page #ns_college {
    padding-right: 15px;
    padding-left: 15px;
}

.ns_page .slider-for {
    display: none;
}

.ns_page .slider-for.slick-initialized {
    display: block;
}

#college_layout_page .slider-for .sl_college_img,
#college_layout_page .slider-nav .sl_nav_college_img {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

#college_layout_page .slider-for .sl_college_img {
    height: 600px;
}

#college_layout_page .slider-nav .sl_nav_college_img {
    height: 150px;
    margin: 0px 10px;
    position: relative;
}

#college_layout_page .slider-nav .sl_nav_college_img .sl_nav_college_img_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

#college_layout_page .slider-nav .sl_nav_college_img.slick-current .sl_nav_college_img_layer {
    display: none;
}

#college_layout_page .slider-nav {
    margin-left: -10px;
    margin-right: -10px;
}

#college_layout_page .slider-sect .slider-for {
    margin-bottom: 20px;
}

#college_layout_page    .ns_content {
    *font-family: 'Noto Serif', serif;
}

#college_layout_page .ns_content p {
    padding-top: 20px;
    font-size: 14px;
    color: #878787;
    line-height: 25px;
}

#college_layout_page .ns_r_border {
    border-right: 1px solid #CCCCCC;
}

#college_layout_page .ns_content ul {
    padding-left: 25px;
}

#college_layout_page .ns_content ul li {
    *font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 20px;
    padding: 2px;
    color: #878787;
}

#college_layout_page .blockquote {
    margin-top: 40px;
    padding: 10px 10px 10px 30px;       
    border-left: 5px solid #88190E;
    font-size: 18px;
    line-height: 30px;
    color: #808080;
    font-weight: bold;
    margin-bottom: 20px;
}

footer section.f_contact {
    background-color: #1f323f;
    color: #ffffff;
    padding: 60px 0px;
}

.searchbar .f_contact {
background-color: #ffffff;
    color: #000000;
    padding: 30px 0;
}

.searchbar .f_contact [class*='col-'] {
    padding: 0 10px;
}

footer section.f_contact [class*='col-'] {
    padding: 0px 3px;
}

.searchbar .f_contact .col-md-3 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.searchbar .f_contact .wpcf7 form.wpcf7-form > .col-xs-12,
footer section.f_contact .wpcf7 form.wpcf7-form > .col-xs-12 {
    margin: 10px 0px;
}

footer section.f_contact .first-child {
    font-size: 20px;
    line-height: 45px;
}

.searchbar .f_contact .first-child {
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
}

.searchbar .f_contact .col-xs-12 > .col-xs-6 ,
footer section.f_contact .col-xs-12 > .col-xs-6 {
    padding: 0 5px;
}

.searchbar .f_contact .last-child,
footer section.f_contact .last-child {
    padding: 0 5px;
    padding-right: 145px;
    position: relative;
}

.searchbar .f_contact select,
.searchbar .f_contact input[type="email"],
.searchbar .f_contact input[type="text"],
footer section.f_contact input[type="email"],
footer section.f_contact input[type="text"] {
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 13px;
    color: #A5A5A5;
    border: 1px solid #ddd;
}

.searchbar .f_contact select {
    padding: 10px;
}

.searchbar .f_contact select option{
    color: #1f323f;
}

footer section.f_contact input[type="submit"] {
    position: absolute;
    top: 0;
    right: 5px;
    width: 130px;
    height: 45px;
    font-size: 18px;
    color: white;
    background-color: #6dcff6;
    border: 1px solid #ddd;
}

.searchbar .f_contact input[type="submit"]{
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 5px;*/
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #fff;
    background-color: #066aab;
    border: 0px solid #066aab;
}

.searchbar .f_contact div.wpcf7 img.ajax-loader,
footer section.f_contact div.wpcf7 img.ajax-loader {
    display: none !important;
}

.searchbar .f_contact div.wpcf7 div.wpcf7-response-output,
footer section.f_contact div.wpcf7 div.wpcf7-response-output {
    margin: 2em 0 1em;
    text-align: center;
}

footer section.f_menus {
    background-color: #627a8a;
    color: #ffffff;
    padding: 60px 0px 20px 0px;
}

footer section.f_menus a {
    color: #ffffff;
}

footer section.f_menus a:hover {
    text-decoration: none;
    color: #1f323f;
}

footer section.f_menus .f_logo img {
    height: 170px;
    margin-bottom: 30px;
}

footer section.f_menus .f_menu {
    margin-bottom: 20px;
}

footer section.f_menus .f_menu h4,
footer section.f_menus .f_menu ul {
    padding: 0px 10px;
}

footer section.f_menus .f_menu .separator_dot i.fa {
    font-size: 5px;
}

footer section.f_menus .f_menu .separator_dot {
    position: relative;
    line-height: 0px;
    margin: 15px 0px;
}

footer section.f_menus .f_menu .separator_dot::before,
footer section.f_menus .f_menu .separator_dot::after {
    content: " ";
    height: 1px;
    background-color: #ffffff;
    width: 46%;
    position: absolute;
    top: 3px;
}

footer section.f_menus .f_menu .separator_dot::before {
    left: 0px
}

footer section.f_menus .f_menu .separator_dot::after {
    right: 0px
}

footer section.f_menus .f_menu ul {
    margin: 0px;
}

footer section.f_menus .f_menu ul li {
    font-size: 16px;
    line-height: 21px;
    padding: 2px 0px;
    list-style: none;
}

footer section.info_developed {
    background-color: #ffffff;
    color: #444444;
    padding: 40px 5px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
}

footer section.info_developed img {
    margin-top: -8px;
    height: 20px;
    width: auto;
}

.grid-item { 
    width: 20%; 
    margin: 0;
    padding: 0;
}

.grid-item .grid-item-container{
    background: white;
    margin: 5px;
    border-bottom: 3px solid #e3e4e8;
}

.grid-item .grid-item-container .iso-image {
    overflow: hidden;
    width: 100%;
    height: 206px;
    position: relative;
}

.grid-item .grid-item-container .iso-image img{
    height: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    max-width: 100%;
    z-index: 0;
    top: 50%;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin-right: auto;
    margin-left: auto;
}

.grid-item .grid-item-container .iso-content{
    padding: 5px 15px;
    color: #868686;
    font-size: 12px;
}

.grid-item .grid-item-container .iso-content h5{
    font-weight: bold;
    height: 46px;
    overflow: hidden;
}

.grid-item .grid-item-container .iso-content p{
    height: 50px;
    overflow: hidden;
}

.grid-item-x2 .grid-item-container .iso-image {
    height: 460px;
}

.grid-item-x2,
.grid-item-x05 { 
    width: 50%;
}

.grid-item-x05 .grid-item-container{
    display: table;
    padding: 12px;
}

.grid-item-x05 .grid-item-container .iso-image,
.grid-item-x05 .grid-item-container .iso-content{
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.grid-item-x05 .grid-item-container .iso-content h5{
    margin-top: 0; 
}

.ns-more-news{
    text-align: center;
    margin: 50px 0;
    font-size: 16px;
    font-weight: bold;
}

.ns-red-btn{
    color: white;
    background: #9d0a0e;
    padding: 12px 41px;
    border: 2px solid #bdbdbd;
    transition: 0.5s;
}

.ns-red-btn:hover{
    color: white;
    text-decoration: none;
    background: #6B090C;
}

.ns-header-icon{
    width: 99px;
    height: 98px;
    margin: -50px 0 0 0;
    border-right: 1px solid white;
    position: absolute;
    left: 0;
    top: 50%;
}
@media (min-width: 992px) {
.ns-header-box{
    padding-left: 140px;
    min-height: 160px;
}
}

.ns-header-icon img{
    height:100%;
    width: 100%;
}

.ns-header-title{
    color: white;
    font-size: 18px;
    margin: 20px 0 5px 0;
    line-height: 20px;
}
.ns-header-content{
    color: #C1C1C1;
    line-height: 15px;
    font-size: 12px;
}
@media (min-width: 992px) {
.ns-header-content{
    line-height: 17px;
    font-size: 14px;
    overflow: hidden;
    max-height: 51px;
}
.ns-header-button{
    position: absolute;
    bottom: 10px;
    left: 140px;
}
}
.ns-header-button a{
    color: white;
}

.ns-section-title{
    font-size: 22px;
    margin: 25px;
    text-align: center;
    color: #565656;
    font-weight: bold;
}

/*------------------------------- page-course.php----------------------------------*/

.med {
    background-color: #F5F5F5;
    padding: 0px 15px;
}

.med .ns_bg_bb_bm {
    background-color: #ffffff;
    border-bottom: 5px solid #dddddd;
    margin-bottom: 30px;
}

.med-course {
     background-color: #ffffff;
     border-bottom: 5px solid #dddddd;
}

.first-box {
    margin-top: 20px;
    border: 1px solid #40505B;;
    position: relative;
    padding: 0px 0px 0px 60px;
    text-align: center;
}

.ns-svg-uni {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -25px;
}

.first-box .ns_uni_title {
    border-left: 1px solid #dddddd;
    padding: 5px;
    min-height: 60px;
    display: table;
    text-align: center;
    width: 100%;
}

.first-box .ns_uni_title span {
    line-height: 24px;
    font-size: 16px;
    color:#40505B;
    display: table-cell;
    vertical-align: middle;
        font-weight: bold;
}

.first-box:hover svg {
    fill: #9E0B0F;
}

.first-box:hover span {
    color: #9E0B0F;
}

.first-box:hover {
    border-color: #9E0B0F;
}

.course{
    *margin-bottom: 100px;
}

.course h1{
    line-height: 35px;
    color: #575351; 
    margin-bottom: 20px;
}

.course li{
    line-height: 24px;
    color: #575351;
}

.course li > a{
    /* color: red; */
    /* text-decoration: underline; */
}

#ns_quote_box span{
    color:#30abf4!important;
}

.panels span {
    color: #0087bf;
}

.med-fourth-part{
    color: #b6b6b6;
    background-color: white;
}

.med-fourth-part h4{
    color: #575351;
}

.med-nums h4 {
    text-align: center;
}

.button3 p {
    *padding-top: 15px;
    *text-align: center;
    *color: white;
}

/*-----------------------------end of page-course.php -----------------------------*/

/*------------------------------ page-home.php ------------------------------------*/

	#mcText {
		display: table !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}
	#mcText .lay-text {
		display: table-cell;
		vertical-align: middle;
	}
	.slider_section {
		height: auto;
		margin-top: -145px;
		padding-top: 145px;
		position: relative;
	}
	.mc-feature-section {
		position: relative;
		z-index: 2;
		left: 0;
		right: 0;
		bottom: 0;
		min-height: 160px;

		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;

		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;

		-ms-flex-pack: justify;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	@media (max-width: 991px) {
		.mc-feature-section {
			-webkit-box-orient: vertical;
			-moz-box-orient: vertical;
			-webkit-box-direction: normal;
			-moz-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.mc-feature-section {
			min-height: 1px;
			height: auto;
		}
		#mcText .lay-text {
			padding: 1.5rem;
		}
		#mcText .lay-text * {
			white-space: normal;
		}

        .ns-distinguish-baner{
            max-height: 175px!important;
            height: 175px!important;
        }

        .home #section_4 #aboutus .img_text {
            top: 70px!important;
            line-height: 20px!important;
        }

        .home #section_2 #logo_2{
            width: 100%!important;
        }

        .home #section_2 .left_2,
        .home #section_2 .right_2,
        .home #section_2 #logo_2::before,
        .home #section_2 #logo_2::after{
            display: none;
        }

        .alignleft {
            float: none!important;
                margin: 0 auto!important;
            width: auto;
            height: auto;
            display: block;
        }

        .lmm-navbar-nav .ns-school-menu-info{
            padding: 0 10px;
            text-align: justify;
        }
	}

	@media (min-width: 1440px) and (min-height: 840px) {
		.slider_section {
			height: 100vh;
			height: auto;
            min-height: 1060px;
		}
		.mc-feature-section {
			position: absolute;
		}
	}


/*------------------------------end of page-home.php ------------------------------*/

/* ----------------------------- page-med_school.php -----------------------------*/
.sect{
    background-color: #F5F5F5;
}

.first-part{
    /*margin: 10px;*/
    background-color: white;
    margin-bottom: 30px;
    
}

.second-part{
        padding-bottom: 30px;
    /*padding: 10px;*/
    background-color: white;
    border-bottom: 3px solid #EEE;
    margin-bottom: 30px;
    
}
.top{
    background-color: #9d0a0e;
    box-shadow: 0px 0px 10px 2px rgba(170, 170, 170, 0.53);
}

.title{
    *font-family: Noto Serif;
    color: white;       
}

.title h1{
    font-size: 60px;
    margin-left: 50px;
    text-align: justify;

}

.banner h2{
    text-align: left;
    padding: 60px;
}
.banner{
    color: white;
    background-position-y: 20%;
    background-size: cover;
    background-image: url('/wp-content/uploads/2016/04/school.jpg');
}

.content1{
    font-size: 14px;
    line-height: 24px;
    background-color: white;
    color: #808080;
}

.content-box{
    border-left: 5px solid #88190E;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 90px 10px 10px;
    *font-family: Noto Serif;
}
.content-box p{
    
    font-size: 14px;
    color: #878787;
    line-height: 20px;
}

    
.ns-svg-quote{
    background-color: #88190E;
    padding:0 10px;
    width:95px;
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
}

.courseTabs>li.active{
        border-left: 0px solid;
}

.courseTabs>li.active>a, .courseTabs>li.active>a:focus, .courseTabs>li.active>a:hover{
    border: 1px solid #1bb0ce;
    background-color: #1bb0ce;
    color: white;
}

.courseTabs>li.active>a:after{
    content: " ";
    width: 0px;
    height: 0px;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 21px solid #1bb0ce;
    position: absolute;
    right: -22px;
    top: -1px;
}

.courseTabs{
    border:none;
}

.courseTabs>li{
    margin-bottom: 5px;
    border-left: 3px solid orange;
    float: none;
}

.courseTabs>li>a{
    border-radius: 0px 0px 0 0;
    color: black;
}

.btn-course{
    color:#b6b6b6;
    font-weight: bold;
    *font-family: arial;
    font-size: 12px;
    border-radius: 0px;
    padding: 13px 20px;
    padding-right: 60px;
    box-shadow: 0px 0px 10px 0px rgba(170, 170, 170, 0.53);
}

.btn-group>.btn+.dropdown-toggle{
    padding-right: 16px;
    padding-left: 16px;
}

.btn-group{
    padding-top: 15px;
}

.courses{
    margin-bottom: 30px;
}

.tab-pane img{
    /*float: right;*/
}

.ns-button-tab {
    color:#b6b6b6;
    border: none;
    float: left;
    background-color: #f9f9f9;
}
.button-tab{
    color:#b6b6b6;
    float: right;
    border: none;
    box-shadow: 0px 0px 0px 0px rgba(170, 170, 170, 0.53);
}

.g-img{
    width:100%;
    height: 150px !important;
    background-size: cover;
}
.box-image{
    padding: 20px;
    border:2px solid grey;      
}
.third-part{
    color: #b6b6b6;
    background-color: white;
    border-bottom: 5px solid #eee;
    margin-bottom: 20px;
}
.third-part h3{
    color: #808080;
    margin-top: 20px;
    margin-bottom: 10px;
}
.third-part p{
    margin-top: 20px;
    font-size:14px;
    line-height: 24px; 
}

.single-item{
    border: 2px solid #f2f2f2;
    padding: 15px;
}

.slick-dots{
    bottom: -30px;
}

.slick-dots li button::before {
    font-size: 18px;
}

.slick-dots li{
    margin:0;
}

.circles-maxValueStroke{
    fill:#323a45;
}
.circles-text{
    color: white;
    font-size: 32px;
}
.circles-text span{
    font-size: 20px;
    top: -15px;
    position: relative;
}

.fourth-part{
    color: #b6b6b6;
    background-color: white;
    border-bottom: 5px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.circle{
    margin: 30px auto;
    width: 100%;
    text-align: center;
}
.fourth-part h4{
    text-align: center;
}
.fourth-part p{
    text-align: left;
    font-size: 
}

.ns-svg-gradcap{
    margin: 20px auto;
    background-color: #a0b64a;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    width: 150px;
    height: 100%;
    border: 1px solid;
    border-radius: 100%;
    }
.ns-svg-gradcap h4{
    color: white;
    font-size: 14px;
    margin-bottom: 18px;
}

.ns-svg-handshake h4{
    color: white;
    font-size: 14px;
    margin-bottom: 18px;
}
.ns-svg-handshake{
    margin: 20px auto;
    background-color: #ba68c8;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    width: 150px;
    height: 100%;
    border: 1px solid;
    border-radius: 100%;
}
.fifth-part{
    color: #1D1C1B;
    background-color: white;
    border-bottom: 5px solid #eee;
}
.ns-white-box{
    *padding: 10px;
    margin: 10px 2px;
}

.ns-white-box h1{
    color: #575351;
    margin-bottom: 25px;
}

.ns-boxTabs>li::before{
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    z-index: 5;
    right: -30px;
    bottom: 0px;
}
.ns-boxTabs>li::before{
    border-top: 50px solid transparent;
    border-left: 30px solid #f9f9f9;
}
.ns-boxTabs>li::after{
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    z-index: 6;
    right: -28px;
    bottom: 0px;
}
.ns-boxTabs>li::after{
    border-top: 50px solid transparent;
    border-left: 30px solid white;
}
.ns-boxTabs>li:hover::after{
    border-top: 50px solid transparent;
    /*border-left: 30px solid #f9f9f9;*/
}
.ns-boxTabs>li.active::after{
    border-top: 50px solid transparent;
    border-left: 30px solid #f9f9f9;
}
.ns-boxTabs>li.active>a:focus,
.ns-boxTabs>li.active>a{
    color: #575351;
    cursor: default;
    background-color: #f9f9f9 !important;
    border-top: 1px solid #f9f9f9 !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    *border-bottom-color: transparent;
    border-radius: 0px;
}
.ns-boxTabs>li.active>a:hover{
    background-color: #f9f9f9 !important;
    border-top: 1px solid #f9f9f9 !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0px;
}
.ns-boxTabs>li>a{
    color: grey;
    margin-right: 0px;
    padding: 15px 10px 15px 30px;
    border-radius: 0px;
    border-top: 1px solid #f9f9f9;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
}
.ns-boxTabs>li>a:hover{
    color: #555;
    *margin-right: 0px;
    *border-radius: 0px;
    *background-color: white;
    border-top: 1px solid #f9f9f9;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
}
.ns-boxTabs>li{
    margin-right: 0px;  
    border-radius: 0px;
    border: none !important;
}
.ns-boxTabs{
    border-bottom: none !important;
    border-left: 1px solid #f9f9f9;
}
.ns-boxTabs.nav-tabs>li.active>a, .ns-boxTabs.nav-tabs>li.active>a:focus {
    background-color: #f9f9f9;
}
.ns-box{
    padding-left: 0px;
}

.panels{
    min-height: 198px;
    background-color: #f9f9f9;
    padding-bottom: 37px;
    padding-top: 20px;
}
.panel-img{
    background-color: #f9f9f9;
    padding: 23px 0px 25px 15px;
}
.ns-first-block{
    background-color: #e7e8e9;
}

.img-student{
    margin: 30px;
    border-radius: 100%;
    width: 220px;
     height: 220px;
   
    background-size: cover;
}

.text-student{
    margin-top: 30px;
}

.quote-title::before{
    content: "";
    height: 1px;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%, #999 40%, #999 60%,rgba(255,255,255,0) 100%);
    display: block;
    margin-bottom: -12px;
    margin-top: 29px;       
}

.text-student span{
    color: #df4c23;
    padding: 10px;
    background-color: #e7e8e9;
    *font-family: Noto Serif;
    font-weight: bold;  
}

.text-student-white span{
    color: #df4c23;
    padding: 10px;
    background-color: white;
    *font-family: Noto Serif;
    font-weight: bold;  
        font-size: 16px;
}

.student-quote{
    position: relative;
    padding: 10px 70px 0px 70px;
}

.p-quote::before{
    position:absolute;
    left: 40px;
    content: "“";
    font: italic 300%/1 Cochin,Georgia,"Times New Roman", serif;
    color: #999;
}

.p-quote::after{
        content: "”";
        font: italic 300%/1 Cochin,Georgia,"Times New Roman", serif;
        color: #999;
        position: absolute;
        
}

.p-quote{
    text-align: justify;
    *font-family: Georgia;
    font-style: italic;
    line-height: 24px;
}
.left-quote{
    border-right: 0px;
}
.std-quote{
     font-size: 13px;
    color: #b15052;
    margin-bottom: 3px;
}
.std-footer{
    font-size: 12px;
}

.std-footer::after{
    content: "";
}

.quote-img{
    margin-top: 40px;
    float: right;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-size: cover;
}
.student-quote-slider{
    position: relative;
    padding: 10px 70px 0px 20px;
}
@media (max-width: 767px) {
.quote-img{
    float: none;
    width: 120px;
    height: 120px;
    margin: 10px auto 0px auto;
}
.text-student {
    margin-top: 10px;
}
.student-quote-slider{
    padding: 10px 20px 0px 20px;
}
.blockquote-reverse {
    padding: 10px 0px;
}
}

.p-quote-slider::before{
    position:absolute;
    left: 0px;
    content: "“";
    font: italic 300%/1 Cochin,Georgia,"Times New Roman", serif;
    color: #999;
}

.p-quote-slider::after{
        content: "”";
        font: italic 300%/1 Cochin,Georgia,"Times New Roman", serif;
        color: #999;
        position: absolute;   
}

.p-quote-slider{
/*            text-align: justify;
    font-family: Georgia;
    font-style: italic;
    line-height: 24px;*/
    text-align: justify;
    font-family: inherit;
    font-style: normal;
    line-height: 24px;
}
.ns-students{
    background-color: white;
    margin-bottom: 30px;
    border-bottom: 5px solid #eee;
}
.misc_bar .ns_btn_container {
    margin: 10px auto;
    border: none;
    border-bottom: 5px solid #d3d3d3;
    max-width: 290px;
    display: table;
    width: 100%;
    min-height: 55px;
    border-radius: 4px;
    padding: 10px;
    display: flex;
}
.misc_bar .ns_btn_container > a {
    margin: 0px auto;
    display: flex;
    text-align: center;
}
.misc_bar .ns_btn_container .ns_btn_title {
    line-height: 24px;
    flex-direction: row;
    padding: 8px 0px;
    font-size: 18px;
    color: white;
}
.misc_bar .ns_btn_container > a:active,
.misc_bar .ns_btn_container > a:hover,
.misc_bar .ns_btn_container > a:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.misc_bar .svg-image{
    width: 40px;
    height: 40px;
    flex-direction: row;
    padding: 4px 7px 0px 0px;
    display: inline-block;
}
.misc_bar .button1 {
    background-color: #689f38;
}
.misc_bar .button2 {
    background-color: #9d0a0e;
}
.misc_bar .button3 {
    background-color: #12a5f4;
}
.misc_bar .button4 {
    background-color: #ff8f00;
}
.misc_bar #SkypeButton_Call_generic {
    margin: 0 auto;
}
.misc_bar #SkypeButton_Call_generic p {
    margin: 0;
    text-align: center;
}
.misc_bar #SkypeButton_Call_generic img {
    margin: 0px !important; 
    vertical-align: -8px !important;
}
.misc_bar .newsletter {
    max-width: 420px;
    display: block;
    position: relative;
    padding: 15px;
}
.misc_bar .newsletter > div {
    position: relative;
    padding-right: 55px;
}
.misc_bar .es_msg,
.misc_bar .es_lablebox {
    display: none;
}
.misc_bar .es_textbox {
    padding: 0;
}
.misc_bar input.es_textbox_class::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.misc_bar input.es_textbox_class:-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, 0.7);
}
.misc_bar input.es_textbox_class::-moz-placeholder {  /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7);
}
.misc_bar input.es_textbox_class:-ms-input-placeholder {  
    color: rgba(255, 255, 255, 0.7);
}
.misc_bar .es_textbox_class {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    outline: 0;
    font-size: 14px;
    padding: 0px 8px 2px 8px;
    height: 32px;
    line-height: 30px;
}
.misc_bar .es_button {
    padding: 0;
    position: absolute;
    top: 0;
    right: -7px;
}
.misc_bar .es_textbox_button {
    height: 32px;
    font-size: 0;
    border: none;
    padding: 0;
    width: 56px;
    outline: 0;
    background-image: url('/wp-content/uploads/2016/05/env-155538.svg');
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
}

.news-input{
    background-color: #9d0a0e;
    width: 250px;
    border: 1px solid white;
    padding-left: 5px;
}

.video h1{
    position: absolute;
    top: 30%;
    color:white;
    text-align: center;
    width: 100%;      
}

.play-svg{
    position: absolute;
    top: 40%;
    width:150px;
    height: 100px;
    left: 45%;
}

.misc_bar {
    background-color: #ffffff;
    border-bottom: 2px solid #dddddd;
    border-top: 2px solid #dddddd;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 0px;
}

.video-sect:hover .video{
    display: none;
}

.galleryslider,
.sponsors{
    padding: 10px;
}
.sponsors img{
    max-width:100%;
    height: auto;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.3s;
}

.med-course .sponsors img{
    max-width:165px;
}

.sponsors img:hover{
    -webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.galleryslider img{
    max-width:100%;
    height: auto;
}

#sponsors-slider{
    padding: 20px;
}

.bottom-slider .slick-prev:before{
    content: '〈';
    color: grey;
    margin-right: 20px;
}

.bottom-slider .slick-next:before{
    content: '〉';
    color: grey;
    margin-left: 20px;
}
/* ----------------------------- end of page-med_school.php -----------------------------*/

.ns-menu-list li{
    list-style: none;
}

.ns-menu-list li h5{
        color: black;
}

/*#tawkchat-minified-iframe-element{
     bottom: 83px!important;
}*/

#tawkchat-minified-iframe-element,
.airborn-form{
    -webkit-transition:all 0.5s ease;
       -moz-transition:all 0.5s ease;
        -ms-transition:all 0.5s ease;
         -o-transition:all 0.5s ease;
            transition:all 0.5s ease;
}

.airborn-form{
    *background: rgba(31, 50, 63, 0.85);
    background: #9e0b0f;
    height: 100px;
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    *border-top: 3px solid rgb(0, 135, 191);
}

.ns-form2{
    text-align: center;
    padding: 5px;
    font-size: 16px;
}

.ns-form2 input[type=text], 
.ns-form2 input[type=tel], 
.ns-form2 input[type=email] {
    padding: 5px;
    max-width: 185px;
}

.ns-form2 input[type=submit]{
    padding: 6px 10px;
    border: none;
    background: #0087bf;
    color: white;
}

.ns-form2 label{
    color: white;
    margin-right: 5px;
    font-size: 20px;
}

.ns-form2 div.wpcf7-response-output,
.ns-form2 span.wpcf7-not-valid-tip{
    display:none!important;
}

.ns-contact-info{
    text-align: center;
    color: white;
    margin-top: 5px;
    max-width: 650px;
    margin: 0 auto;
        font-size: 16px;
    letter-spacing: 1px;
}

.ns-contact-info span{
    font-weight: bold;
}


.ns-sector-readmore{
        background: #9E0B0F;
    color: white;
    padding: 6px 20px;
    display: inline-block;
    float: right;
    margin-right: 30px;
}

.ns-sector-readmore:hover{
    text-decoration: none;
    color: white;
}


.ns-slick-slider-school{
    margin-top: 25px;
    margin-bottom: 10px;
}



/* ---------------------------- media queries -----------------------------------*/


@media (min-width: 768px) {
    #lmm .lmm-navbar-nav li.lmm-dropdown.lmm-dropdown-full > .lmm-dropdown-menu{
        position: absolute;
        margin-left: 294px;
        *margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .ns-slick-slider-school{
        margin-top: 0px;
    }

    .ns_page #sidebar_content {
       padding-top: 50px; 
    }
    .ns_page #sidebar_content.hide_sidebar #ns_left_sidebar {
        width: 0px;
        padding-right: 0px;
        padding-left: 0px;
        overflow: hidden;
    }    

    .ns_page #sidebar_content.hide_sidebar #ns_main_content {
        width: 100%;
    }

    #list_page #sidebar_content #ns_main_content #posts .post .img_container .ns_share_social,
    #page_layout_page #sidebar_content #ns_main_content #post .post .img_container .ns_share_social {
        display: none;
    }

    #page_layout_page #sidebar_content #ns_main_content #post .post .img_container {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .home #section_4 #bubbles {
        padding: 0;
    }

    #lmm.lmm-navbar.lmm-primary .lmm-navbar-brand{

        text-align: left;
        width: 120px;
        padding-left: 20px;
    }

    #lmm.lmm-navbar.lmm-primary .lmm-navbar-toggle .icon-bar {
        background-color: #9e0c0f!important;
    }

    .home #section_4 #bubbles {
        padding: 15px 0px;
    }
    .home #section_4 #bubbles .bubble {
        width: 80%;
        height: auto;
        border-radius: 0px;
        margin: 40px auto;
        padding: 60px 20px 20px 20px;
        position: relative;
        text-align: center;
    }
    .home #section_4 #bubbles .bubble .colored {
        position: absolute;
        top: -60px;
        left: 50%;
        margin-left: -50px;
        width: 100px;
        height: 100px;
        padding: 8px;
        border-radius: 0px;
        box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.25 );
    }
    .home #section_4 #aboutus .au_h_t {
        height: auto;
        margin-top: 25px;
    }
    .home #section_4 #aboutus .blue_header {
        margin-bottom: 10px;
    }

    .ns_page #sidebar_content #ns_left_sidebar {
        width: 280px;
    }

    .ns_page #sidebar_content #ns_left_sidebar #ns_news_menu,
    .ns_page #sidebar_content #ns_left_sidebar #ns_recent_posts {
        width: 250px;
    }

    .ns_page #sidebar_content #ns_main_content {
        width: -webkit-calc(100% - 280px);
        width: -moz-calc(100% - 280px);
        width: calc(100% - 280px);
    }

    .searchbar .f_contact,
    footer section.f_contact,
    footer section.f_menus {
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-item { 
        width: 50%; 
    }

    .grid-item-x2,
    .grid-item-x05 { 
        width: 100%;
    }    

    #page_layout_page #sidebar_content #ns_main_content #post .post .img_container {
        width: 100%;
    }

    #page_layout_page #sidebar_content #ns_main_content #post .post .img_container .post_img {
        height: 300px;
    }
}

@media (max-width: 470px) { 
    .grid-item { 
        width: 100%; 
    }
}


/* ------------ OVERIDES (to lazy to find a better way right now) ----------------
*/

.slick-slide {
    height: auto;
}




/*section {
    padding-right: 15px;
    padding-left: 15px;
}*/

.alignleft{
    float: left;
       margin: 5px 10px 5px 0;
}

.alignright{
    float: right;
    margin: 10px 10px 10px 0;
}

#lmm .navmenu-nav li.lmm-item > form, #lmm .lmm-navbar-nav li.lmm-item > form, #lmm .navmenu-nav li.lmm-item > a > .lmm-item-content, #lmm .lmm-navbar-nav li.lmm-item > a > .lmm-item-content {
    padding: 5px 15px!important;
}

#lmm.lmm-primary .lmm-dropdown-menu > li:not(:last-child) > a {
    border-bottom: 1px solid #ECECEC!important;
}

#lmm.lmm-primary .lmm-dropdown-menu > li > a > .lmm-item-content {
    color: #4E4E4E!important;
}

@media (min-width: 768px){
    #lmm .lmm-navbar-nav li.open > .lmm-dropdown-menu {

        min-width: 300px!important;
    }
}

.mc-feature-section {
    cursor: default;
}

.mc-feature-section .ns-header-box .ns-header-container .ns-header-content {
	color: #FFFFFF;
}
@media (min-width: 992px) {
	.mc-feature-section .ns-header-box .ns-header-container .ns-header-content {
		color: #dddddd;
	}
	.mc-feature-section .ns-header-box,
	.mc-feature-section .ns-header-box .ns-header-container .ns-header-title,
	.mc-feature-section .ns-header-box .ns-header-container .ns-header-content {
		-webkit-transition: box-shadow 0.25s ease-in-out, opacity 0.2s ease-in-out, letter-spacing 0.5s ease-in-out, padding 0.5s ease-in-out, color 0.25s ease-in-out; /* Chrome < 26, Safari < 7 */
		   -moz-transition: box-shadow 0.25s ease-in-out, opacity 0.2s ease-in-out, letter-spacing 0.5s ease-in-out, padding 0.5s ease-in-out, color 0.25s ease-in-out; /* Firefox < 16 */
		     -o-transition: box-shadow 0.25s ease-in-out, opacity 0.2s ease-in-out, letter-spacing 0.5s ease-in-out, padding 0.5s ease-in-out, color 0.25s ease-in-out; /* Opera < 12.10 */
		        transition: box-shadow 0.25s ease-in-out, opacity 0.2s ease-in-out, letter-spacing 0.5s ease-in-out, padding 0.5s ease-in-out, color 0.25s ease-in-out; /* Chrome 26-35, Safari, Opera 15-23 */
		        transition: box-shadow 0.25s ease-in-out, opacity 0.2s ease-in-out, letter-spacing 0.5s ease-in-out, padding 0.5s ease-in-out, color 0.25s ease-in-out; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
	}

	.mc-feature-section {
		background-color: #888888;
	}

	.mc-feature-section .ns-header-box {
		opacity: 0.9;
	}

	.mc-feature-section:hover .ns-header-box {
		opacity: 0.8;
	}

	.mc-feature-section .ns-header-box:hover {
		opacity: 1 !important;
    		box-shadow: 0px 2px 18px 1px #333333;
		z-index: 7;
	}

	/*.mc-feature-section .ns-header-box:hover .ns-header-container .ns-header-title {
		letter-spacing: 0.3px;
		padding-left: 5px;
	}*/
	.mc-feature-section .ns-header-box:hover .ns-header-container .ns-header-content {
		color: #FFFFFF;
	}
}

@media (max-width: 767px) {
	.ns-header-title {
		margin-top: 0px;
	}
	.ns-header-box {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ns-header-button {
		display: none;
	}
}
@media (max-width: 991px) {
	.ns_header_box_img_link {
		display: none;
}
	.ns-header-button {
		text-align: right;
	}
}

.ns-header-box a:active,
.ns-header-box a:active *,
.ns-header-box a:hover,
.ns-header-box a:hover *,
.ns-header-box a:focus,
.ns-header-box a:focus * {
    text-decoration: none;
}

.ns-header-content {
    color: #dddddd;
}

.ns-header-button a {
    line-height: 20px;
    display: block;
    padding: 10px 0px;
    *margin: -10px;
}

.ns-header-title {
    max-height: 40px;
    overflow-y: hidden;
}

.home #section_4 #bubbles .bubble,
.home #section_4 #bubbles .bubble .colored {
    -webkit-transition: box-shadow 0.25s ease-in-out; /* Chrome < 26, Safari < 7 */
       -moz-transition: box-shadow 0.25s ease-in-out; /* Firefox < 16 */
         -o-transition: box-shadow 0.25s ease-in-out; /* Opera < 12.10 */
            transition: box-shadow 0.25s ease-in-out; /* Chrome 26-35, Safari, Opera 15-23 */
            transition: box-shadow 0.25s ease-in-out; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
}

.home #section_4 #bubbles .bubble:hover {
    box-shadow: -1px -1px 12px -2px #828282;
}

.home #section_4 #bubbles .bubble:hover .header_4 {
    color: #666666;
}

.home #section_4 #bubbles .bubble:hover .colored {
    box-shadow: -1px -1px 7px 3px rgba( 0, 0, 0, 0.3 );
}

.ns_bachelor_master ul li .ns_bachelor_master_text {
    text-align: justify;
    color: #808080;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out; /* Chrome < 26, Safari < 7 */
       -moz-transition: max-height 0.5s ease-out; /* Firefox < 16 */
         -o-transition: max-height 0.5s ease-out; /* Opera < 12.10 */
            transition: max-height 0.5s ease-out; /* Chrome 26-35, Safari, Opera 15-23 */
            transition: max-height 0.5s ease-out; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
}

.ns_bachelor_master .col-xs-6 > ul,
.ns_bachelor_master .col-xs-12 > ul {
    list-style: none;
    padding: 0;
}

.ns_bachelor_master ul li h4 {
    line-height: 25px;
    box-shadow: 0px 1px 2px 0px black;
    padding: 5px 5px 5px 35px;
    position: relative;

}

.ns_bachelor_master ul li h4::before {
    content: "\f19d";
    font-family: FontAwesome;
    color: #9E0B0F;
    width: 25px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 6px;
}

.ns_bachelor_master ul li h4.ns_mps_title::before {
    content: "\f19c";
    font-family: FontAwesome;
}

.ns_bachelor_master .col-xs-12 ul li .ns_bachelor_master_text {
    *max-height: 40px;
}

@media (max-width: 767px) {
    .ns_bachelor_master .col-xs-12 ul li .ns_bachelor_master_text {
        *max-height: 60px;
    }
}

.ns_bachelor_master .col-xs-6 ul li .ns_bachelor_master_text {
    *max-height: 60px;
}

.ns_bachelor_master ul li:hover .ns_bachelor_master_text {
    *max-height: 160px; !important;
}

.ns_bachelor_master ul li .text-right > a {
    padding: 10px 20px;
    display: inline-block;
    background-color: #9E0B0F;
    color: #FFFFFF !important;
    margin: 10px;
}

.ns_bachelor_master ul li .text-right > a:active,
.ns_bachelor_master ul li .text-right > a:hover,
.ns_bachelor_master ul li .text-right > a:focus {
    color: #FFFFFF !important;
    text-decoration: none;
}

.ns_bachelor_master ul li .text-right > a:active,
.ns_bachelor_master ul li .text-right > a:focus {
    box-shadow: inset -2px -1px 10px -3px black;
}


.ns-sector-list > li,
.ns-menu-list > li{
    display: inline-block;
    width: 50%!important;
    padding: 8px!important;
}

.ns-sector-list > li > a,
.ns-menu-list > li > a{
    color: #0087bf;
    font-size: 16px;
    border-bottom: 1px solid #bdbdbd!important;
    padding-bottom: 3px!important;
    width: 100%!important;
    display: block;
}

.ns-menu-list > li p{
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #bbbbbb;
    padding: 35px 10px 5px;
    top: 0;

}

.ns-menu-list > li p:before{
    content: " ";
}

.ns-sector-list > li > a:hover,
.ns-menu-list > li > a:hover {
    color: #a7262a;
}

.ns-program-list li{
    position: relative!important;
}

.ns-program-list li h5 {
    color: #5c5c5c;
        padding: 3px 10px;
}

.ns-program-list li > a:hover {
    color: #000000;
    z-index: 999999;
    position: relative;
    padding: 5px 10px;
}

.ns-program-list li > a:hover h5 {
    position: relative;
    z-index: 99;
    color: black;
}

/*.ns-program-list li > a:hover + p{
    display: block;
    z-index: 9;
}*/

.ns-sector-list > li > ul{
    list-style: none;
}

.ns-sector-list > li > ul > li a{
    font-size: 14px;
    *margin-left: 10px!important;
    color: #949494;
}


.ns-sector-list > li > ul > li a:hover{
    color: black;
}


@media (max-width: 990px){
    .ns-sector-list > li,
    .ns-menu-list > li{
        width: 100%!important;
     }
}

.ns-read-more a{
    padding: 10px 20px!important;
    display: inline-block!important;
    background-color: #9E0B0F!important;
    color: #FFFFFF !important;
    margin: 10px!important;
}

#lmm .ns-read-more a{
    font-size: 16px;
}

.ns-school-menu-info{
    font-size: 13px;
}

.ns-school-menu-info table,
.ns-school-menu-info blockquote{
    display: none;
}

.ns-school-menu-title{
        color: #585858;
    border-bottom: 1px solid #6f6f6f;
}

.ns-school-menu-info h4{
    clear: both;
}

.ns-school-menu-info ul{
    list-style: none;
}

.ns-school-menu-info ul li{
    margin-left: 10px;
}

.navigation{
        margin: 80px 0;
    text-align: center;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #0087bf;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #9e0b0f;
}

h1.screen-reader-text{
        text-align: center;
    margin-bottom: 45px;
}

.ns-form-container select,
.ns-form-container textarea,
.ns-form-container input{
    width: 100%;

}

.ns-form-container input[type=submit]{
    background: #10951b;
    border: none;
    padding: 10px;
    color: white;
    font-weight: bold;
}

.ns-courses-list,
.ns-schools-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ns-schools-list > li > a{
    font-size: 18px;
    color: #2c2c2c!important;
    margin: 50px 0 20px 0;
    display: block;
        border-bottom: 1px solid #acacac;
    padding-bottom: 7px;
}

.ns-courses-list p{
    margin-left: 10px;
    color: #707070!important;
    line-height: 20px!important;
    font-style: italic;
    font-size: 12px!important;
}

.ns-courses-list > li > a{
        color: #0589b6!important;
}
.ns-courses-list > li  h5
{
    margin: 26px 0 10px 0;
        font-size: 16px;
}

    ul.left_top_menu {
        padding: 0px;
        margin: 0px;
    }
    ul.left_top_menu > li {
        list-style: none;
        display: inline-block;
        padding: 15px 10px 15px 10px;
        line-height: 20px;
        font-size: 11px;
        border-right: 1px solid white;
        float: left;
        height: 50px;
    }
    ul.left_top_menu > li i.fa {
        padding: 0px 5px 0px 0px;
        line-height: 20px;
        font-size: 15px;
    }
    #SkypeButton_Call_top_menu {
        display: inline-block;
    }
    #SkypeButton_Call_top_menu p {
        margin: 0px;
    }
    #SkypeButton_Call_top_menu img {
        border: 0;
        margin: 0px 0px 0px 10px !important;
        vertical-align: -5px !important;
    }

    ul.left_top_menu > li.ns-top-second-menu{
        padding: 0; 
    }

     ul.left_top_menu > li.ns-top-second-menu > div > ul > li > a{
        color: white;
    }



    .ns_no_l_r_pad {
        padding-left: 0px !important;
        padding-right: 0px !important;
        height: 50px;
        /*overflow: hidden;*/
        overflow: visible;
        white-space: nowrap; 
    }

    ul.ns_lang_top_menu {
        height: 50px;
        overflow: hidden;
        float: left;
    }

    ul.ns_lang_top_menu:hover {
        height: 100%;
        overflow: visible;
        box-shadow: -2px 2px 4px #333;
    }

    .secondary-menu-nav .top-menu ul.ns_lang_top_menu li {
        float: none;
        text-align: center;
        background-color: #757677;
        width: 90px;
        margin: 0px;
    }

    .secondary-menu-nav .top-menu ul.ns_lang_top_menu li a {
        display: block;
        height: 100%;
        width: 100%;
    }

    .secondary-menu-nav .top-menu ul.ns_lang_top_menu li a:hover {
        text-decoration: none;
    }


.ns-open-chat{
        color: white;
    padding-left: 25px;
    cursor: pointer;
}

.search-form{
    position: relative;
    /* top: 0; */
    /* left: 0; */
    display: inline-block;
}

.search-form form{
    display: block;
    position: absolute;
    right: 42px;
    top: 0;
    z-index: 999;
    width: auto;
    *overflow: hidden;
    display: none;
}

.search-form form input[type=text]{
        height: 31px;
    color: black;
    padding: 0 5px;
    width: 200px;
}

.search-form form input[type=submit]{
    height: 30px;
    vertical-align: middle;
    border: none;
    background: #829a58;
    margin-top: 0px;
    margin-left: -5px;
    color: white;
    line-height: 30px;
    padding: 0 10px;
}

#csbwfs-blg{
    position: absolute;
    right: 0;
}

.slick-track{	
	margin: 0 auto;
}

.bottom-slider .slick-track{   
    margin: 0;
}

.ls-video-layer iframe,
.ls-video-layer{
	width: 100%!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
}

.ns-home-banners{
 text-align: center;
     margin-top: 15px;
    margin-bottom: 25px;
}

.ns-home-banners img{
    text-align: center;
    *padding: 10px 0;
    *height: 150px;
    max-width: 100%;
    max-height: 100%;
}

.ns-home-banners img.ns-has-title {
    height: 73%;
    height: -webkit-calc(100% - 37px);
    height: -moz-calc(100% - 37px);
    height: calc(100% - 37px);
}

.ns-home-banners span.ns-home-banners-title{
    width: 100%;
    display: block;
    padding: 8px;
    color: white;
    font-size: 15px;
}

.ns-banner-left,
.ns-banner-right{
        height: 150px;
    vertical-align: middle;
    color: white;
    font-size: 17px;
        margin: 0;
    padding: 0;
}

.ns-link-info-container h4{
        text-align: center;
    background: #515151;
    padding: 10px;
    color: white;
    margin-top: 0;
}

.ns-link-info-container a:hover{
    text-decoration: none;
}


.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent!important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}


.styled-list-golden{
    list-style-image: url(images/shipping.png);
}

.styled-list-blue{
    list-style-image: url(images/pliroforiki.png);
}
.styled-list-lila{
    list-style-image: url(images/dioikisi.png);
}
.styled-list-green{
    list-style-image: url(images/psyxo.png);
}
.styled-list-tirkuaz{
    list-style-image: url(images/ygeia.png);
}
.styled-list-orange{
    list-style-image: url(images/edu.png);
}
.styled-list-red{
    list-style-image: url(images/tour.png);
}
.styled-list-black{
    list-style-image: url(images/mixani.png);
}

.styled-list-prassino{
    list-style-image: url(images/prassino.png);
}
.styled-list-mob{
    list-style-image: url(images/mob.png);
}
.styled-list-purple {
	    list-style-image: url(images/arts_design.png);
}

.ns-popup-container{
    display: none;
    *width: 500px;
    max-width: 500px;
    width: 90%;
    *height: 200px;
    height: auto;
    max-height: 95%;
    background: #f9f9f9;
    position: fixed;
    z-index: 999999;
    *top: 40%;
    top: 44%;
    left: 50%;
    *margin-left: -250px;
    border: 1px solid #b3b3b3;
    border-radius: 15px;
    *box-shadow: 0 0 10px black;
    box-shadow: 0 0 20px #333;
    *padding: 15px;
    padding: 25px;
    -ms-transform: translate(-50%, -44%);
    -webkit-transform: translate(-50%, -44%);
    transform: translate(-50%, -44%);
    overflow: auto;
}

.ns-popup-container ul{
    margin-bottom: 0px;
    padding-left: 20px;
}

.ns-popup-container ul li{
    padding: 2px 0px;
}

.ns-popup-container .ns-close-button{
    *float: right;
    text-align: right;
    font-style: italic;
    cursor: pointer;
    color: #999;
}

.ns-top-second-menu div > ul > li > ul > li > ul,
.ns-top-second-menu div > ul > li > ul > li > ul > li > ul {
    left: 99%;
    top: 0;
}

.panel-title a:hover{
    text-decoration: none;
}

.ns-stoixisi-img img{
	margin: 10px!important;
}

.grayimage{
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.3s;
}

.grayimage:hover{
    -webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.gallery-item img{
    width: 100%;
    height: auto;
}

.ns-top-second-menu ul li .menu-item-has-children:after{
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(90, 90, 90, 0);
    border-left: 4px solid rgb(148, 148, 148);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    position: absolute;
    right: 3px;
    top: 10px;
}

.gallery {
	width: 50%;
    margin: 0 auto 55px auto;
}

.ns-sidebanners img{
    max-width: 100%;
    margin: 5px 0; 
}

.ns-sticky-error{
        position: absolute;
    height: 46px;
    width: 100%;
    background: #9e0b0f;
    top: -45px;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    color: white;
    display: none;
}
.quote-slider:not(.slick-initialized) > div:not(:first-child) {
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	height: 0;
}
*:hover,
*:focus,
*:visited {
	outline: none !important;
}

.home #section_5 .grid-item {
	display: inline-block;
}
@media (min-width: 768px) {
	.social-icons {
		position: absolute;
	}
}
.social-icon {
	overflow: hidden;
}
@media (max-width: 991px) {
#sidebar_content:not(.hide_sidebar) #ns_main_content .post_info_container {
	min-width: 290px;
	min-width: -webkit-calc(100vw - 30px);
	min-width: -moz-calc(100vw - 30px);
	min-width: calc(100vw - 30px);
}
}
@media (max-width: 767px) {
	.ns_searchbar > .row > .col-xs-6 {
		padding-bottom: 0;
	}
	.ns_searchbar > .row > div:nth-child(odd) {
		padding-right: 5px;
	}
	.ns_searchbar > .row > div:nth-child(even) {
		padding-left: 5px;
	}
	.ns_searchbar select,
	.ns_searchbar input {
		height: 40px !important;
		padding: 0px 10px !important;
		font-size: 14px !important;
	}
}

@media (max-width: 991px) {
.misc_bar .col-xs-12 > div {
    max-width: 320px;
}
}
.ns-box .nav-tabs > li {
margin-bottom: 0px;
}


.fixed{
    position: fixed!important;
    width: 100%;
    top: 0;
    z-index: 999991;
}

@media (max-width: 939px) {
	.fixed{ position: relative!important; }	
	#lmm ul li.lmm-item-level-0 a{padding:12px 0; }
	#lmm ul li.lmm-item-level-0 a span.lmm-item-content{font-size:15px}
	#lmm ul li.lmm-item-level-1 a{padding:2px 0; }
	#lmm ul li.lmm-item-level-1 a span.lmm-item-content {font-size:14px;}
	.ns-menu-list li a{font-size:13px;}
	.ns-program-list li h5 {font-size:13px;}
	#lmm.lmm-primary .lmm-navbar-nav > li.open > a {height:50px;}
	
}


/******************* Προσθήκες 25/06/2020 ******************************/

#page{
 	margin: auto;
	width: 100%;
	max-width: 1600px; 
}

#ls-global {
		margin: auto;
		width: 100%;
		max-width: 1600px; 
}

#lmm{
	width: 100%;
	max-width: 1600px;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-container-helper {
	width: 100%;
	max-width: 1600px;
}


/************ Τέλος - Προσθήκες 25/06/2020 ****************************/
