	@font-face {
	    font-family: 'Roboto';
	    src: url('/assets/fonts/roboto/roboto-light-webfont.eot');
	    src: url('/assets/fonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/roboto/roboto-light-webfont.woff2') format('woff2'), url('/assets/fonts/roboto/roboto-light-webfont.woff') format('woff'), url('/assets/fonts/roboto/roboto-light-webfont.ttf') format('truetype'), url('/assets/fonts/roboto/roboto-light-webfont.svg#robotolight') format('svg');
	    font-weight: 300;
	    font-style: normal;
	    vertical-align: baseline
	}

	@font-face {
	    font-family: 'Roboto';
	    src: url('/assets/fonts/roboto/roboto-regular-webfont.eot');
	    src: url('/assets/fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/roboto/roboto-regular-webfont.woff2') format('woff2'), url('/assets/fonts/roboto/roboto-regular-webfont.woff') format('woff'), url('/assets/fonts/roboto/roboto-regular-webfont.ttf') format('truetype'), url('/assets/fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
	    font-weight: 400;
	    font-style: normal;
	    vertical-align: baseline
	}

	@font-face {
	    font-family: 'Roboto';
	    src: url('/assets/fonts/roboto/roboto-medium-webfont.eot');
	    src: url('/assets/fonts/roboto/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/roboto/roboto-medium-webfont.woff2') format('woff2'), url('/assets/fonts/roboto/roboto-medium-webfont.woff') format('woff'), url('/assets/fonts/roboto/roboto-medium-webfont.ttf') format('truetype'), url('/assets/fonts/roboto/roboto-medium-webfont.svg#robotomedium') format('svg');
	    font-weight: 500;
	    font-style: normal;
	    vertical-align: baseline
	}

	@font-face {
	    font-family: 'Roboto';
	    src: url('/assets/fonts/roboto/roboto-bold-webfont.eot');
	    src: url('/assets/fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/roboto/roboto-bold-webfont.woff2') format('woff2'), url('/assets/fonts/roboto/roboto-bold-webfont.woff') format('woff'), url('/assets/fonts/roboto/roboto-bold-webfont.ttf') format('truetype'), url('/assets/fonts/roboto/roboto-bold-webfont.svg#robotobold') format('svg');
	    font-weight: 700;
	    font-style: normal;
	    vertical-align: baseline
	}

	@font-face {
	    font-family: 'Roboto Light';
	    src: url('/assets/fonts/roboto/roboto-light-webfont.eot');
	    src: url('/assets/fonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/roboto/roboto-light-webfont.woff2') format('woff2'), url('/assets/fonts/roboto/roboto-light-webfont.woff') format('woff'), url('/assets/fonts/roboto/roboto-light-webfont.ttf') format('truetype'), url('/assets/fonts/roboto/roboto-light-webfont.svg#robotoregular') format('svg');
	    vertical-align: baseline
	}

	@font-face {
	    font-family: 'Roboto Regular';
	    src: url('/assets/fonts/roboto/roboto-regular-webfont.eot');
	    src: url('/assets/fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/roboto/roboto-regular-webfont.woff2') format('woff2'), url('/assets/fonts/roboto/roboto-regular-webfont.woff') format('woff'), url('/assets/fonts/roboto/roboto-regular-webfont.ttf') format('truetype'), url('/assets/fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
	    vertical-align: baseline
	}

	@font-face {
	    font-family: 'Roboto Bold';
	    src: url('/assets/fonts/roboto/roboto-bold-webfont.eot');
	    src: url('/assets/fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/roboto/roboto-bold-webfont.woff2') format('woff2'), url('/assets/fonts/roboto/roboto-bold-webfont.woff') format('woff'), url('/assets/fonts/roboto/roboto-bold-webfont.ttf') format('truetype'), url('/assets/fonts/roboto/roboto-bold-webfont.svg#robotobold') format('svg');
	    vertical-align: baseline
	}
	@font-face {
	    font-family: 'Roboto Condensed Light';
	    src: url('/assets/fonts/roboto-condensed/RobotoCondensed-Light.ttf') format('truetype');
	    vertical-align: baseline
	}

	@font-face {
	    font-family: 'Roboto Condensed Regular';
		src: url('/assets/fonts/roboto-condensed/RobotoCondensed-Regular.ttf') format('truetype');
	    vertical-align: baseline
	}

	@font-face {
	    font-family: 'Roboto Condensed Bold';
		src: url('/assets/fonts/roboto-condensed/RobotoCondensed-Bold.ttf') format('truetype');
		font-weight: 800;
	    font-style: normal;
	    vertical-align: baseline
	}

	.header .header-logo{
		padding:0px;
		width: auto;
	}
	.header-navbar {
	    background: url('/assets/images/mrg_logo_background.gif') repeat-x!important;
	    height: 127px;
	    max-height: 127px;
	}
	.header > .header-navbar .wrapper {
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: space-between;
	    align-items: center;
	}
	.header .header-logo .brand-logo {
	    display: block;
	    display: flex;
	    justify-content: flex-start;
	    background:  #ffffff;
	}
	.header > .header-navbar .header-nav .nav-link span.firstchar{
		font-family: 'Roboto Condensed Bold';
		font-weight: bold;
	}

	.header > .header-navbar .header-nav .nav-link {
	    line-height: 1.1;
	    display: inline-block;
	    font-weight: 300;
	    text-decoration: none;
	    color: #ffffff;
	    transition: .2s ease-in-out;
	    font-size: 24px;
	    padding: 16px 0;
	    outline: none;
	    font-family: 'Roboto Condensed Light';
	}

	.header-nav .nav-link.home img {
	    width: 24px;
	    height: 24px;
	    vertical-align: top;
	}
/**login footer **/

.footer-container {
    display: flex;
}
.footer-with-logo {
    font-family: 'Roboto Condensed Light';
}

.footer-static-bottom {
    line-height: 1.9;
    font-size: 15px;
    margin-top: 20px;
}
.footer-static-bottom .footer-links {
    background-color:  rgba(255, 255, 255, 0.1);
}
.footer-static-bottom .footer-links {
    padding: 20px 0;
}

.footer-static-bottom.footer-with-logo .brand-logo {
    display: inline-block;
    max-height: 200px;
}
.footer-container .footer-logo {
    display: block;
    margin-top: 100px;
}
.footer-static-bottom a {
    color:  #fff;
    font-size: 22px;
}
.footer-container > div:first-child {
    margin-right: 20px;
}
.footer-container > div {
    width: 33%;
    padding: 10px;
}

.footer-container .footer-logo {
    display: block;
    margin-top: 100px;
}

.footer-container ul li a, .footer-container p {
    font-size: 20px;
}

.list-unstyled{
	column-count: 2!important;
}

.copyrights {
    background: #000000;
    opacity: 0.5;
    text-align: center;
}

.panel-login .btn-block{
	background: #e2a83b ;
	border-color:#e2a83b ;
}

.header .header-navbar .header-nav  .header-dropdown .dropdown-button .dropdown-message .fa {
    transition: .2s ease-in-out;
    margin-left: 3px;
}


.header .header-navbar .header-nav  .header-dropdown .dropdown-button .dropdown-message {
    color:  white;
}
.header-navbar .header-nav  .header-dropdown .dropdown-button {
    cursor: pointer;
    color:#fff;
}

.header-navbar .header-nav .header-dropdown .dropdown-button .dropdown-content .dropdown-list {
    margin: 0;
    padding: 0 13px;
    list-style: none;
}

.header-navbar .header-nav  .header-dropdown .dropdown-button.is-open .dropdown-content {
    margin-top: 8px;
}
.header-navbar .header-nav  .header-dropdown .dropdown-button.is-open .dropdown-content {
    visibility: visible;
    opacity: 1;
}
.header-navbar .header-nav .header-dropdown .dropdown-button .dropdown-content {
    top: auto;
    border-radius: 4px;
}
.header-navbar .header-nav  .header-dropdown .dropdown-button .dropdown-content {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0px 3px 6px 0px
    rgba(0,0,0,0.2);
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    top: 100%;
}

.header-navbar .header-nav  .header-dropdown .dropdown-button .dropdown-content .dropdown-list {
    margin: 0;
    padding: 0 13px;
    list-style: none;
}
.header > .header-navbar .header-nav {
    text-align: center;
    top: -5px;
    z-index: 5000;
    transition: .2s ease-in-out;
    
}

.header .header-navbar .header-nav{
	/*overflow: hidden!important;*/
}

@media only screen and (max-width: 991px) {
	.header .header-logo .brand-logo img.logotext {
	    display: none;
	}
}

.header > .header-navbar .navbar-toggler, .header > .header-navbar .search-toggler {
    font-size: 28px;
    color:  #ffffff;
    padding: 0;
    line-height: 1;
    transition: .2s ease-in-out;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background-image: none;
    background: none;
}

.header > .header-navbar .header-nav.is-open {
    background:   #006666;
}
.header > .header-navbar .header-nav .nav-link:hover {
    color: #fff!important;
    border-bottom-color: transparent!important;
}
nav.header-nav .dropdown-content {
    display: inline-block;
    position: relative;
}

nav.header-nav .dropdown-content.is-open ul.dropdown-list {
    display: block;
    opacity: 1;
}
nav.header-nav .dropdown-content ul.dropdown-list {
    position: absolute;
    right: 0px;
    top: calc(100% - 10px);
    z-index: 5001;
    width: 100%;
    background-color:#fff;
	border-radius: 4px;
	box-shadow: 0px 3px 6px 0px
    rgba(0, 0, 0, 0.2);
    transition: all .3s;
    display: none;
    opacity: 0;
    margin: 0;
    padding: 0 13px;
    list-style: none;
    min-width: 180px;
}

nav.header-nav .dropdown-content .dropdown-list .dropdown-item {
    border-bottom: 1px solid    #e0e2e9;
    width: auto;
    position: relative;
    transition: 0.2s ease-in-out;
}

nav.header-nav .dropdown-content ul.dropdown-list::before {
    content: '';
    position: absolute;
    background-color: transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-top: 8px solid  transparent;
    top: -15px;
    right: 21px;
}

nav.header-nav .dropdown-content ul.dropdown-list .dropdown-link {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-weight: 500;
    color:   #180c0c;
    text-decoration: none;
}

.header > .header-navbar .header-nav {
	overflow: visible;
}

@media only screen and (max-width: 812px) {
	.footer-container {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	}
  	.footer-container > div {
	    width: 100%;
	}

	.footer-container .footer-logo {
	    margin-top: 0px;
	}
}
.theme-box-primary .theme-box-title {
    background-color: #006666;
}
.theme-box-primary .theme-box-title .view-more {
    color: #fff;
    text-decoration: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #006666;
}
#buttonfile , #linkRemovePhoto span , #cont_tab_1 button, #cont_tab_1 .btn-facebook, #cont_tab_2 button{
	background: #006666;
	border-color:#006666;
}
.text-success ,#URL_ok small , .help-block {
    color: #006666;
}

#cont_tab_1 hr, #cont_tab_2 hr{
	border-top: 1px solid #006666;
    opacity: .5;
}
.action-links{
	background: #e3ecf0;
}
.fa-facebook-square::before , .fa-twitter-square::before {
	color:#006666;
}
.search{
	width: 52px;
	height: 52px;
}

.collapse.in {
    display: block;
}
.search-frm {
    position: absolute;
    z-index: 1000;
    min-width: 600px;
    right: 0px;
    border: 1px solid #c5baba;
	border-radius: 5px;
	background: #fff;
    padding: 10px;
}
.search-frm form.form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.search-frm .form-control, .search-frm .btn {
    height: 40px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 22px;
    display: block;
    width: auto;
}
.search-frm .well{
	padding: 0;
	margin:0;
}

#search-responsive-mobile .well-translucid{
	background-color: #fff;
}
#searchKeywordIcon.fa-close::before {
    content: ' ';
    background-image: url('/assets/images/btn_close.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.input-group-addon:last-child {
    border-left: 0;
}

.twitter-typeahead .tt-input, .input-group-addon {
    border-color:  #d0d0d0;
    border-radius: 5px;
}
.search-header .input-group-addon, .search-frm .input-group-addon {
    padding: 6px 12px;
    min-width: 46px;
    position: absolute;
    z-index: 10;
    right: -3px;
    height: 40px;
}

.search-frm .well-translucid{
	background-color:#fff;
}
.search-frm form.form .input-group {
    margin-right: 10px;
}
.fa-gps-detect {
    background: url('/assets/images/icon_location_off.png') center center no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
#searchLocationDiv .input-group-addon {
    border-left: 1px solid  #d0d0d0;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #e2a83b !important;
	border:  #e2a83b;
    border-radius: 5px;
}

.search-frm .input-group-addon {
    border-color: #d0d0d0;
    border-radius: 5px!important;
}

@media only screen and (max-width: 480px) {
	#headerSearchForm {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	}
	.search-frm {
		min-width: 0;
	}
}
@media only screen and (max-width: 991px) {
   .header-nav .nav-link img.login, .header-nav .nav-link img.search{
        display: none;
    }
    .mobile-icon{
        position: absolute;
        right: 40px;
    }

    .header > .header-navbar .header-nav.is-open  #desktop-dropdown{
        display: none;
    }

    .mobile-icon .dropdown-content ul.dropdown-list {
        position: absolute;
        right: 50px;
        top: calc(100% - -3px);
        z-index: 5001;
        width: 100%;
        background-color:   #fff;
        border-radius: 4px;
        box-shadow: 0px 3px 6px 0px
        rgba(0, 0, 0, 0.2);
        transition: all .3s;
        display: none;
        opacity: 0;
        margin: 0;
        padding: 0 13px;
        list-style: none;
        min-width: 180px;
    }

    .mobile-icon .dropdown-content.is-open ul.dropdown-list {
        display: block;
        opacity: 1;
    }

    .mobile-icon .dropdown-content .dropdown-list .dropdown-item {
        border-bottom: 1px solid  #e0e2e9;
        width: auto;
        position: relative;
        transition: 0.2s ease-in-out;
    }

    .mobile-icon .dropdown-content ul.dropdown-list:before {
        content: '';
        position: absolute;
        background-color: 
        transparent;
        border-right: 8px solid
        transparent;
        border-left: 8px solid
        transparent;
        border-bottom: 8px solid   #fff;
        border-top: 8px solid
        transparent;
        top: -15px;
        right: 21px;
    }

    .mobile-icon .dropdown-content ul.dropdown-list .dropdown-link {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        font-weight: 500;
        color:  #180c0c;
        text-decoration: none;
    }

    .img-profile{
        position: absolute;
        right: 47px;
      
    }
    .mobile-icon{
    	width: 52px;
    	height: 52px;
    }

    .search-frm #headerSearchForm .input-group{
    	margin-bottom: 15px;
    }
   .mobile-icon .dropdown-content{
   		display: none;
   }

   .header > .header-navbar .header-nav.is-open img.search{
	    display: none;
	  
	}
}

@media only screen and (min-width: 992px) {
    .mobile-icon{
        display: none;
        width: 52px;
        height: 52px;
    }
}