/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #5fd8e3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
   
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
   
}

.img-centered {
    margin: 0 auto;
}
.text-vertical-center {
     /*display: table-cell;*/
    text-align: center;
    vertical-align: middle;
}

.div-top-clearfix {position: relative; height: 100px; width: 100%; clear: both; }

/*---header section----*/
header {
   display: table;
    position: relative;
    width: 100%;
    height: 700px;
    color: #fff;
    background: url(../img/body-bg1.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .container {
  margin-top: 5%;
}


header img {
    display: block;
    margin: 0 auto;
}
/*header .login-area{
    padding: 5px;
    border: 4px solid rgba(252, 203, 0, 0.49);
   background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 10px 0;
}*/
header .login-area{
    padding: 5px;
	border: 4px solid #FF8A65;
   background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 10px 0;
}
.name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 3em;
    font-weight: 700;
}

header .login-area .skills {
    font-size: 1.25em;
    font-weight: 300;
}

header .nav-area{
    padding: 0px;
    border-radius: 5px;
    
}

/*---- Tabpanel --- */

.nav-tabs { border: 0px;}
.nav-tabs > li {
    width: 33.333333%;
    height: 100%;
	text-align: center;
}
.nav-tabs > li > a:hover { background: #d6eef0; color: #b15215;  }
.nav-tabs > li > a { background: #d6eef0; color: #b15215; }
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   color: #b15215; 
    cursor: default;
    border-top: 3px solid  #fccb00;
   
}*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   color: #b15215; 
    cursor: default;
    border-top: 3px solid  #FF8A65;
   
}
.tab-content {
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 10px 10px 0;
    border-radius: 0 4px 4px 4px;
    min-height: 300px;
    overflow: hidden;
    text-align: left;
    color: #2c3e50;
    border:  0px;
    border-top: 2px solid #fff 
}
.tabpanel { color: #fff; margin-top: 5%;}
.tabpanel ul li a { color: #2c3e50;}
.tab-pane > ul > li  { margin: 10px 0;  }
.tab-pane > ul > li > a:hover { color: #b15215; }
.tab-pane .btn-info { position: relative; margin-top: 10px;}
/* ----- Login form -- */

.form-top {
	overflow: hidden;
	padding: 0 10px 0px 10px;
	-moz-border-radius: 4px 4px 0 0; 
    -webkit-border-radius: 4px 4px 0 0; 
    border-radius: 4px 4px 0 0;
	text-align: left;
    margin-top: 15px;
}
.form-top-left { float: left;  }
.form-top-left h2 { margin-top: 0; padding: 0; color: #fff;  }
.form-top-left h3 { margin-top: 0; color: #fff;  }
.form-top-left p { opacity: 0.8; color: #fff;  text-align: left;font-size: 16px; }

.form-top-right {
	float: right;
	margin-top: -25px;
	padding-top: 5px;
	font-size: 66px;
	color: #fff;
	line-height: 100px;
	text-align: right;
	opacity: 0.3;
    display: inline-block;
   
}
.form-bottom {
	padding: 0 10px 0px 10px;
	-moz-border-radius: 0 0 4px 4px; 
    -webkit-border-radius: 0 0 4px 4px; 
    border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #de615e;
}

.form-p form { margin-bottom: 7px;}
.form-p > p  {margin: 0px;}
.form-p > p > a { color: #fff; font-size: 20px; } 
.form-p p.forgot a { font-size: 15px; color: #fccb00;}
.form-p p.forgot a:hover { color: #fff; text-decoration: underline;}
.form-p p a:hover { color: #fccb00; text-decoration: none;}
.form-captcha-img { 
    margin-right: 5px; 
    margin-top: 5px; 
    display: inline-block; 
    background: rgba(11, 11, 11, 0.31); 
    padding: 15px 10px; 
    border-radius: 5px;
    vertical-align: middle; }
.form-captcha { width: 50%; vertical-align: middle; }


/* -- section top -- */
.header-top { }
/*.header-top > a > .btn-success { position: absolute; top: 0; right: 0; background: #fccb00;  margin-right: 8%; border: 0px solid  #fccb00; border-radius: 0 0 5px 5px; transition: all 0.5s ease; color: #707071;  margin-top: 0px;}*/
.header-top > a > .btn-success { position: absolute; top: 0; right: 0; background: #FF8A65;  margin-right: 8%; border: 0px solid  #FF8A65; border-radius: 0 0 5px 5px; transition: all 0.5s ease; color: #FAFAFA;  margin-top: 0px;}
.header-top > a > .btn-success:hover { padding-top: 13px; }

.header-top > a > .btn-success:hover {opacity: 0.7;  }
.header-top > a > .btn-success:active {outline: 0; opacity: 0.7;  -moz-box-shadow: none; -webkit-box-shadow: none;box-shadow: none;}
.header-top > a > .btn-success:focus {outline: 0;  }
.header-top > a > .btn-success:active:focus{ outline: 0; }
.header-top .btn-support {	position:absolute;	top: 40%;	right: 7%;margin-top: 10px;}


.header-top .navbar-nav {  position: absolute; top: 0; right: 10%; background: #ccc;  border-radius: 0 0 5px 5px; }
.header-top .navbar-nav > li > a {color: #6d6d6d; padding-top: 12px; padding-bottom: 12px; font-size: small;}
.header-top .navbar-nav > li > a.item1 { background: #fccb00; border-radius: 0 0 0 5px;  }
.header-top .navbar-nav > li > a.item2 { background: #ffd114;  }
.header-top .navbar-nav > li > a.item3 { background: #ffdc4c;  border-radius: 0 0 5px 0; }
.header-top .navbar-nav > li > a:hover { color: #545757;}
.header-top .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #5fd8e3;
    color: #ffffff;
}
.header-top .navbar-nav > li > .dropdown-menu {font-size: small; min-width: 145px; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #5fd8e3;}


/*--- scholarship buttons --- */
.app-button {
    border: 3px solid #5fd8e3;
    border-radius: 10px;
    padding: 10px;
    min-height: 140px;
    margin: 12px 0;
    transition: all 0.5s ease;
    background: rgba(59, 57, 57, 0.39);
    vertical-align: middle;
}
.app-button:hover {background: rgba(15, 11, 11, 0.54); padding-top: 25px; }
.app-button a {  font-weight: 700px; color: #fff;  }
.app-button a:hover { text-decoration: none; }
.button {
    border: 3px solid #5fd8e3;
    border-radius: 10px;
    padding: 20px;
    min-height: 120px;
    margin: 30px 45px;
    transition: all 0.5s ease;
    background: rgba(59, 57, 57, 0.39);
    vertical-align: middle;
}
.button:hover {background: rgba(15, 11, 11, 0.54); padding-top: 25px; }
.button a {  font-weight: 700px; color: #fff;  }
.button a:hover { text-decoration: none; }
@media(max-width:532px) {
	.btn-support {display:none;}
	.nav-tabs > li[role="presentation"] {
		font-size: 2vw;
	}
	
}

@media(min-width:532px) {
  
   .navbar-fixed-top {
        padding: 10px 0 7px 0;
       
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 5px 0 20px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.3em;
    }
    
.top {padding: 2px 0; margin-right: 20px; margin-top: 0px;}
   .btn-support {visibility:visible;}

}
@media(min-width:768px ) {
    
    .navbar-fixed-top {
        padding: 15px 0 10px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        
    }
    
    
    .navbar-fixed-top.navbar-shrink {
        padding: 5px 0 28px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
     .navbar-fixed-top.navbar-shrink .navbar-brand span { padding: 10px 5px;  }
     
    /* -- section top -- */
    .top {padding: 2px 0; margin-right: 20px; margin-top: -45px;}
   


}
@media(min-width:991px ) {
.navbar-fixed-top {padding: 15px 0 40px 0;}
}
@media(max-width:991px){
     .tabpanel{ margin-top: 100px;}
}

.navbar {
    /*text-transform: uppercase;*/
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500; 
    height: inherit;
    /*background: url(../img/nav-bg.png) #e4f5f7 center;*/
}

.navbar a:focus {
    outline: 0;
   
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default {
    background-color: #f9f9f9;
    border: 0;
    /*border-bottom: 2px solid #5fd8e3;
    border-top: 4px solid #fccb00;*/ 
	border-top: 4px solid #FF8A65 ;
	padding:15px 0;
}
.navbar-default .navbar-toggle {
   background: #fccb00;
    border: 1px solid #5fd8e3;
}
.navbar-default .navbar-brand { color: #2c3e50; padding: 0px;  }
.navbar-default .navbar-brand img {width: 6.5%; display: inline-block; vertical-align: middle; float: left;}
.navbar-default .navbar-brand span { display: inline-block; padding: 5px 5px;  }
/*.navbar-default .navbar-brand span font { color: #3498db;}*/
.navbar-default .navbar-brand span font { color: #0288D1; font-size: 23px;}
.navbar-default .navbar-brand span p { font-size: 0.7em; padding: 3px 0; margin: 0px; color: #2c3e50;}
.navbar-default .navbar-brand span p.p1 { font-size: 0.9em;}
.navbar-default .navbar-brand span a:hover { text-decoration: none;}
section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #5fd8e3;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
    
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}


/*----top-menu---*/
.top-menu {
   position: absolute;
    bottom: -48px;
    right: 0;
    margin-right: 8%;
    width: 50%;
}
.top-menu .navbar-collapse { background: rgba(95, 216, 227, 0.72); border-radius: 0 0 5px 5px ; }
.top-menu .nav > li > a {color: #fff; padding-top: 12px; padding-bottom: 12px; }
.top-menu .nav > li > a:hover { color: #545757;}

/*----top-menu-nav---*/
.top-menu-nav { 
    margin-top: 117px;
    text-align: right;
}
.top-menu-nav .navbar-collapse {  }
.top-menu-nav .navbar-nav { background: #ccc;  border-radius: 0 0 5px 5px ;  }
.top-menu-nav .navbar-nav > li > a {color: #fff; padding-top: 12px; padding-bottom: 12px;}
.top-menu-nav .navbar-nav > li > a.item1 { background: #5fd8e3; border-radius: 0 0 0 5px;  }
.top-menu-nav .navbar-nav > li > a.item2 { background: #7cdee6;  }
.top-menu-nav .navbar-nav > li > a.item3 { background: #7fe3eb;  border-radius: 0 0 5px 0; }
.top-menu-nav .navbar-nav > li > a:hover { color: #545757;}
.top-menu-nav .navbar-nav > li > .dropdown-menu { min-width: 130px;}

/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  margin: 0 auto;
  padding: 3px;
  border: 3px solid #d2d6de;
    display: inline-block;
}
.profile-username {
  font-size: 21px;
  margin-top: 5px;
}
.profile-head {
    padding: 10px;
    font-size: 9px;
    margin-bottom: 10px;
    border-radius: 5px;
}



@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #5fd8e3;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #5fd8e3;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

/* ----- Content wrapper --- */
.content-wrapper {margin: 20px 0; padding: 10px;  height: auto; }
.content-wrapper section {padding: 10px 0;}
.content-wrapper section.content-header { text-align: center;}
.content-wrapper section.content-body { }
.content-wrapper section.content-footer { }

.content-header > h1 {
    text-align: center;
    margin: 10px;
    font-size: 24px;
    font-weight: 100;
}
.content-wrapper .nav-pills { padding-top: 10px;}
.content-wrapper .nav-pills > li > a { border: 1px solid #ccc; color: #3498db;}
.content-wrapper .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background-color: #fccb00;
}
.content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding: 10   px;
  font-weight: 300;
}
.content-header h2 {
    text-align: center;
    font-size: 20px;
}
.breadcrumb { margin-bottom: 0px; padding: 0px; }
.content-header > .breadcrumb {
  margin-top: 0;
  font-size: 12px;
    margin-top: 30px;
  padding: 7px 5px;
  border-radius: 2px;
    
}
.content-header > .breadcrumb  > h2 { display: block; }
.content-header > .breadcrumb > ol {text-align: right; display: block;}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}

/*
 * Component: Form
 * ---------------
 */

.form-control {
  box-shadow: none;
  border-color: #d2d6de;
}
.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group > label { text-align: left; }

.form-horizontal .control-label { text-align: left;}
.btn1 { width: 100%;}

/*---footer --- */
footer {
    color: #fff;
    
}

footer .footer-absolute{
    position: absolute;
    bottom: 0px;
    width: 100%;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 15px 0;
    background-color: #233140;
	font-size:11px;
}
.best_view img {
    width: 35%;
    margin-left: 5px;
}
.copyright{margin-top:3px; float:left;}
.best_resolution{margin-top:3px; float:left;}
.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

/********* site visibility css start 26.04.2019 *********/

.top_visibility_pan ul {
    margin: 0;
    padding: 0;
}
.top_visibility_pan ul li {
    display: inline-block;
}
.top_visibility_pan ul li a{font-size:14px;}
.top_visibility_pan .first a {
    background: transparent !important;
    border: 1px solid #000;
    padding: 2px 6px !important;
    vertical-align: middle !important;
    margin-top: 10px;
    margin-right: 3px;
	color:#000;
}
.top_visibility_pan .last a {
    background: #000 !important;
    border: 1px solid #000;
    padding: 2px 6px !important;
    vertical-align: middle !important;
    margin-top: 10px;
    color: #fff !important;
    margin-right: 5px;
}
.header_screen_reader {
    background: #0288d1;
    padding: 5px 10px;
    vertical-align: middle;
}
.header_screen_reader a{color:#fff; font-size:14px;}

.top-font-heading {
    font-size: 11px;
    font-weight: 300;
    margin: 0 5px 0 0;
}
.resize {
    display: inline-block;
}
.resize li {
    border: 1px solid #000;
    /*width: 24px;*/
	padding: 0 5px;
    text-align: center;
}
.resize li a{color:#000; font-weight:normal;}
.screen_reader_heading {
    color: #000;
    font-size: 30px;
}
.screen_reader_para {
    font-size: 14px;
    color: #000;
}
.screen_reader_table {
    background: rgba(225, 225, 225, 0.8);
	margin-bottom: 40px;
}
.site_visibility {
    margin-top: 28px;
}
#google_translate_element {
    position: absolute;
    padding: 3px 0px;
    z-index: 9999;
    right: 25%;
}
/********* site visibility css end 26.04.2019 *********/

@media(max-width:1280px ) {
.top_visibility_pan ul li a {
    font-size: 11px;
}
}
@media(max-width:1199px ) {
.top-font-heading {
    display:none !important;
}
.resize{margin-left:5px;}
}
@media(max-width:991px ) {
.site_visibility {float: right; margin-right: -10%; padding-top: 8px;}
}
@media(max-width:850px ) {
.site_visibility { margin-right: 0%;}
}
@media(max-width:767px ) {
.resize{display:none;}
.site_visibility {margin-right: 5%; padding-top: 12px;}
}
@media(max-width:560px ) {
.navbar-default .navbar-brand img{display:none;}
}
@media(max-width:531px ) {
.site_visibility {margin-right: 0; padding-top: 0px; padding-bottom: 5px; float: none; margin: 0 auto; text-align: center;}
}
@media(max-width:366px ) {
.navbar-default .navbar-brand span font {font-size: 15px;}
.navbar-default .navbar-brand span p.p1 {font-size: 0.5em;}
.navbar-default .navbar-brand span p {font-size: 0.4em;}
}