/*Global Styles*/
.navbar-brand{
	height: auto!important;
    margin-top: 10px!important;
}

.row-margin-top{
    margin-top: 20px;
}

.navbar-brand img{
	max-height: 60px;
}

/*Custom Styles*/
.nav-margin-top{
    height: 90px;
}

.nav-margin-top li, .nav-margin-top li a{
    height: 100%;
}

.nav-margin-top li a{
    line-height: 60px;
}

.secondary-menu{
    border-radius: 0;
    border: none!important;
}

.secondary-menu a{
    line-height: 30px!important;
}

.header
{
    text-align: center;
}

.header{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    width: 100%;
    height: 50px;
    padding: 0 50px;
}

.header.fixed{
    position: fixed;
    top: 0;
    left: 0;
}

.header a{
    display: block;
    width: 45px;
    height: 100%;
    padding: 11px;
    position: absolute;
    top: 0;
    left: 0;
}

.header a:before,.header a:after{
    content: '';
    display: block;
    background: #fff;
    height: 2px;
}

.header a span{
    background: #fff;
    display: block;
    height: 2px;
    margin: 6px 0;
}

.content{
    padding: 150px 50px 50px 50px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 1px) 
and (max-width : 449px) {

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 100px) 
and (max-width : 767px) {
    .row-margin-top{
    margin-top: 0px;
}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 361px)
and (max-width : 768px) {
	
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 500px) {

}

/* Desktop Responsive ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 992px) {
    .nav li a{
    	font-size: 8px!important;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 902px) {
    .nav li a{
    	font-size: 8px!important;
    }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */

}