/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #333333;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #333333;
}


.container{

}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #03406d;
	margin: 0px;
	padding: 0px;
    padding-bottom: 15px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 36px;
    color: #03406d;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
    color: #021C2B;
}
h4 {
    font-size: 20px;
}

h1.title{
	margin-top: 15px;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #8c1e30;
	font-family: 'Roboto', sans-serif;
}
a:hover, a:focus{
	color: ;
    text-decoration: underline;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}

/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/

.top-header-wrap {
    background: #1e415e;
    padding: 7px 0px;
}


#main-header {
    padding: 20px 0px;
}
    @media (max-width: 480px) {
        #main-header {
            padding: 5px 0px;
        }
    }
#logo-wrap svg {
    max-width: 100%;
    width: 274px;
    height: 104px;
}
#right-side-wrap {
    text-align: right;
    margin-top: 10px;
}



/* Member Login */

#login-wrap {
    display: inline-block;
    vertical-align: middle;
    background: #217ca3;
    color: #fff;
    padding: 5px 15px;
    margin-right: 25px;
}
#login-wrap a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
#login-wrap span {
    margin-left: 4px;
}
svg#login-icon {
    width: 13px;
    height: 13px;
}
.login-mobilemenu-wrap {
    text-align: right;
    float: right;
    margin-top: 15px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .login-mobilemenu-wrap {
            margin-top: 12px;
        }
    }
    @media (max-width: 767px) {
        .login-mobilemenu-wrap {
            margin-top: 12px;
        }
    }

.login-wrap {
    display: inline-block;
    vertical-align: middle;
}
.login-wrap a {
    background: #b22d3d;
    border: 1px solid #b22d3d;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 1px 14px;
    border-radius: 18px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
    @media (max-width: 380px) {
        .login-wrap a {
            font-size: 14px;
            padding: 3px 14px;
        }
    }
.login-wrap a:hover, .login-wrapp a:focus {
    background: #b22d3d;
    border: 1px solid #b22d3d;
    text-decoration: none;
    color: #fff;
}

/* Mobile Member Login */

.mobile-login {
    margin-top: 10px;
}
.mobile-login a {
    background: #217ca3 !important;
    border: 1px solid #217ca3 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 8px 12px !important;
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 0px !important;
    width: 154px !important;
}
.mobile-login span {
    margin-left: 10px;
}



/* Search Bar */

#search-login-wrap {
    display: inline-block;
    vertical-align: middle;
}
#search-input {
    max-width: 195px;
    display: inline-block;
    vertical-align: middle;
}
    @media (max-width: 380px) {
        #search-input {
            max-width: 180px;
        }
    }
.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}
.search-input {
    background: transparent;
    border: 2px solid #fff;
}
#search-input ::-webkit-input-placeholder,
.mobile-search-wrap input ::-webkit-input-placeholder {
   color: #333333;
}

#search-input :-moz-placeholder,
.mobile-search-wrap input :-moz-placeholder { /* Firefox 18- */
   color: #333333;  
}

#search-input ::-moz-placeholder,
.mobile-search-wrap input ::-moz-placeholder {  /* Firefox 19+ */
   color: #333333;  
}

#search-input :-ms-input-placeholder,
.mobile-search-wrap input :-ms-input-placeholder {  
   color: #333333;  
}
.icon-search:before {
    content: url("../images/search-icon.png");
}
#search-input input {
    border: 0px;
    box-shadow: none;
    height: 31px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 0px 10px;
}
#search-input button {
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 5px 8px 0px;
    height: 31px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.input-group.search-input-wrap {
    border: 1px solid rgba(51,51,51,.3);
    background: transparent;
    border-radius: 0px;
}


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-top: 50px;
    margin-bottom: 15px;
    padding-left: 0px;
    width: 260px;
}
.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 31px;
    color: #333;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 0px 12px;
}
.mobile-search-wrap button {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 31px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.mobile-search-wrap button:hover, .mobile-search-wrap button:focus {
    background: transparent;
    color: transparent;
}







/* Social - Mobile Menu Wrap */


.social-media-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.social-media-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-media-wrap ul>li {
    float: left;
    position: relative;
    display: block;
    margin-right: 12px;
}
.social-media-wrap ul>li:last-child {
    margin-right: 0px;
}
.social-media-wrap svg {
    width: 30px;
    height: 30px;
}


/*.social-media-wrap svg .cls-1 {
    fill: #0D5EAF !important;
    stroke: #0D5EAF !important;
}
.social-media-wrap a:hover svg#fb-icon .cls-1, .social-media-wrap a:hover svg#twitter-icon .cls-1,
.social-media-wrap a:hover svg#linkedin-icon .cls-1, .social-media-wrap a:hover svg#ig-icon .cls-1 {
    fill: transparent !important;
    stroke: #0D5EAF !important;
}
.social-media-wrap a:hover svg#fb-icon .cls-2, .social-media-wrap a:hover svg#twitter-icon .cls-2,
.social-media-wrap a:hover svg#linkedin-icon .cls-2, .social-media-wrap a:hover svg#ig-icon .cls-2 {
    fill: #0D5EAF !important;
}*/


/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/

.navbar-nav>li a{
	color: ;
	font-family: ;
}
.nav>li>a:hover, .nav>li>a:focus {
}

/*--------------------------------------------------------
                    Mobile Navigation
--------------------------------------------------------*/



/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/

/*----------------Slideshow----------*/

.slideshow-wrap .container {
    width: 100%;
}
.slideshow-wrap img {
    width: 100%;
}
.slideshow-wrap [class*="col-"] {
    padding: 0;
}
.slideshow-wrap a {
    text-decoration: none;
    color: #fff;
}
.carousel-control {
    margin: auto 0px;
    display: none;
}
.carousel-control.left {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    background: rgba(0,167,81,.5);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}
.carousel-control.right {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    background: rgba(0,167,81,.5);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
}
.carousel-control img {
    width: 13px;
    height: 21px;
    margin-top: 11px;
}
.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(51, 51, 51, .7);
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding-top: 16px;
    padding-bottom: 20px;
    min-height: 150px;
}
    @media (min-width: 800px) and (max-width: 990px) {
        .carousel-caption {
            min-height: 175px !important;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-caption {
            background: rgba(51, 51, 51, .7);
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 200px;
            border: none;
        }
    }
    @media (max-width: 767px) {
        .carousel-caption {
            background: rgba(51, 51, 51, .7);
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 200px !important;
            border: none;
        }
    }
    @media (max-width: 609px) {
        .carousel-caption {
            min-height: 217px !important;
        }
    }
    @media (max-width: 538px) {
        .carousel-caption {
            min-height: 260px !important;
        }
    }
    @media (max-width: 499px) {
        .carousel-caption {
            min-height: 280px !important;
        }
    }
    @media (max-width: 429px) {
        .carousel-caption {
            min-height: 305px !important;
        }
    }
    @media (max-width: 380px) {
        .carousel-caption {
            min-height: 330px !important;
        }
    }
    @media (max-width: 370px) {
        .carousel-caption {
            min-height: 345px !important;
        }
    }

.caption-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.carousel-indicators {
    bottom: 10px;
    text-align: center;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background: #fff;
    margin: 0 auto;
    margin-left: 8px;
    border-radius: 20px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: #f6c73e;
    border: 1px solid #f6c73e;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption{
        
    }
}
@media (max-width: 990px){
    .carousel-caption{
        
    }
    #slide-row .col-md-12{
        
    }
}
p.caption-text {
    font-size: 34px;
    font-weight: 500;
    display: block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.2em;
    line-height: normal;
    text-shadow: none;
    text-align: center;
}
    @media (max-width: 767px) {
        p.caption-text {
            max-height: 1.2em;  
        }
    }
    @media (max-width: 538px) {
        p.caption-text {
            max-height: 2.5em;  
        }
    }
    @media (max-width: 480px) {
        p.caption-text {
            max-height: 2.4em;  
        }
    }
    @media (max-width: 323px) {
        p.caption-text {
            max-height: 3.6em;  
        }
    }
p.alt-text {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 22px;
    text-shadow: none;
    text-align: center;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        p.alt-text {
            max-height: 4em !important;  
        }
    }
    @media (min-width: 800px) and (max-width: 990px) {
        p.alt-text {
            max-height: 4.2em !important;  
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        p.alt-text {
            max-height: 5.5em;  
        }
    }
    @media (max-width: 767px) {
        p.alt-text {
            max-height: 5.7em;  
        }
    }
    @media (max-width: 609px) {
        p.alt-text {
            max-height: 7em;  
        }
    }
    @media (max-width: 499px) {
        p.alt-text {
            max-height: 8.1em;  
        }
    }
    @media (max-width: 429px) {
        p.alt-text {
            max-height: 9.5em;  
        }
    }
    @media (max-width: 380px) {
        p.alt-text {
            max-height: 11em;  
        }
    }
    @media (max-width: 370px) {
        p.alt-text {
            max-height: 12.4em;  
        }
    }
.carousel-caption a {
    display: none;
}
.carousel-caption a:hover {
    color: #4B9699; 
    text-decoration: none;
}


/*----------------End Slideshow------*/



/*---------- news_feed_pages function ----*/
div#news-button-container {
	margin: 10px 0px 0px 0px;
	text-align: right;
}
div#news-button-verbiage {
	margin-right: 10px;
	display: inline-block;
	color: #5DB2D7;
}
div#news-button-container:active{	
	margin: 9px 0px 0px -1px; /* keeps buttons from jumping around when pressed*/
}
div.news-button {
	display: inline-block;
	padding: 5px 10px;
	background-color: #5DB2D7;
	color: black;
	border: 1px solid black;
	border-radius:5px;
	margin: 0px;
}
div.nb-number:hover {
	opacity:0.7; /*buttons move toward backgound color when hovered over*/
	cursor: pointer;
}
div.nb-number:active {
	/* make buttons look like they are being pressed when clicked*/
	opacity:0.6;
	border-width:2px 0px 0px 2px; 
}
div.nb-selected {	
	/* style the selected button */
	opacity:0.5;
}
div#nb-ellipsis-left, div#nb-ellipsis-right {
	background-color: transparent;
	color: #5DB2D7;
	border: 0px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
/*---------- END: news_feed_pages ----*/



/*----------------------------------Primary-Content*/


/*--------------------------------------------------------
	CSS STYLE FOR HOME PAGE CONTENT
--------------------------------------------------------*/


/* Welcome Section */

#welcome-section-wrap {
    padding: 40px 0px;
}
#welcome-section-wrap h1 {
    padding-bottom: 30px;
}

.btn-wrap {
    margin-top: 35px;
}
.btn-wrap a {
    background: #edad39;
    border: 1px solid #edad39;
    border-radius: 20px;
    color: #fff;
    padding: 8px 38px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}



/* Quick Links */

#quick-links-wrap {
    padding: 25px 0px;
}
#quick-links-wrap a {
    text-decoration: none;
    color: #fff;

    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #quick-links-wrap a {
            font-size: 18px;
        }
    }
    @media (max-width: 480px) {
        #quick-links-wrap a {
            font-size: 16px;
        }
    }
#quick-first-wrap, #quick-second-wrap {
    display: flex;
}
    @media (max-width: 767px) {
        #quick-first-wrap, #quick-second-wrap {
            display: flex;
            flex-flow: column wrap;
        }
    }
    @media (min-width: 560px) and (max-width: 767px) {
        #quick-first-wrap, #quick-second-wrap {
            width: 50%;
        }
        #quick-first-wrap {
            padding-right: 1px;
        }
        #quick-second-wrap {
            padding-left: 1px;
        }
    }
#quick-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 33.33%;
}
    @media (max-width: 767px) {
        #quick-box-wrap {
            width: 100%;
        }
    }
#quick-box-wrap .col-content-wrap {
    padding: 50px 35px 47px;
    min-height: 375px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #quick-box-wrap .col-content-wrap {
            padding: 50px 20px 47px;
        }
    }
    @media (min-width: 560px) and (max-width: 767px) {
        #quick-box-wrap .col-content-wrap {
            padding: 30px 15px;
        }
    }
    @media (max-width: 559px) {
        #quick-box-wrap .col-content-wrap {
            padding: 25px 15px 20px;
            min-height: auto;
        }
    }
#quick-box-wrap img {
    margin: 0 auto;
    margin-bottom: 30px;
}
#quick-box-wrap h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
#quick-box-wrap p {
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin-top: 18px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #quick-box-wrap p {
            margin-top: 5px;
        }
    }
    @media (max-width: 480px) {
        #quick-box-wrap p {
            margin-top: 5px;
        }
    }
.quick-membership {
    padding-right: 0px;
}
.quick-membership .col-content-wrap {
    background: #1a224d;
}
.quick-institute {
    padding-left: 2px;
    padding-right: 2px;
}
    @media (max-width: 767px) {
        .quick-institute {
            padding-left: 0px;
            padding-right: 0px;
        }
    }
.quick-institute .col-content-wrap {
    background: #edad39;
}
.quick-conference {
    padding-left: 0px;
}
.quick-conference .col-content-wrap {
    background: #217ca3;
}
.quick-journal {
    padding-right: 0px;
}
.quick-journal .col-content-wrap {
    background: #55b3c9;
}
.quick-memberlogin {
    padding-left: 2px;
    padding-right: 2px;
}
    @media (max-width: 767px) {
        .quick-memberlogin {
            padding-left: 0px;
            padding-right: 0px;
        }
    }
.quick-memberlogin .col-content-wrap {
    background: #cd7213;
}
.quick-partnerships {
    padding-left: 0px;
}
.quick-partnerships .col-content-wrap {
    background: #03406d;
}


/* News Letter */

.newsletter-wrap {
    background: #217ca3;
    margin-top: 35px;
    padding: 25px 0px;
}
#newsletter-inside-wrap h2 {
    color: #ffffff;
    font-size: 26px;
    padding-bottom: 20px;
}
#newsletter-inside-wrap label {
    display: none;
}
#newsletter-inside-wrap label[for="contactCaptcha"] {
    display: block;
    margin-bottom: 15px;
}
#newsletter-inside-wrap .col-sm-offset-2.col-sm-10 {
    margin: 0;
    padding: 0;
}
#newsletter-inside-wrap #contact input.form-control {
    background: #f4f4f4;
    border: 1px solid #7f7f7f;
    border-radius: 0px;
    box-shadow: none;
    height: 36px;
    color: #585858;
    font-size: 16px;
    width: 360px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        #newsletter-inside-wrap #contact input.form-control {
            width: 293px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        #newsletter-inside-wrap #contact input.form-control {
            width: 220px;
        }
    }
    @media (max-width: 767px) {
        #newsletter-inside-wrap #contact input.form-control {
            width: 100%;
        }
    }

#newsletter-inside-wrap #contact .form-group.row {
    display: inline-block;
    padding-right: 30px;
    margin-bottom: 12px;
}
    @media (max-width: 767px) {
        #newsletter-inside-wrap #contact .form-group.row {
            padding-right: 0px;
            display: list-item;
        }
    }
#newsletter-inside-wrap #contact .form-group.row:nth-child(6) {
    padding-right: 0px;
}
#newsletter-inside-wrap #contact .form-group.row p {
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0px;
}
#newsletter-inside-wrap #contact input.btn.btn-default {
    background: #edad39;
    border: 1px solid #edad39;
    border-radius: 20px;
    color: #fff;
    padding: 5px 36px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}




/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

#subpage {
    min-height: calc(100vh - 379px);
    padding-top: 30px;
    padding-bottom: 40px;
}


/*--------------------------------------------------------
    CSS STYLE FOR MMS PAGES
--------------------------------------------------------*/



/*--------------------------------------------------------------
                        Modal Log In
--------------------------------------------------------------*/
.modal{
    overflow-y: visible;
}
.modal-dialog{
    max-width: 280px;
    margin: 50px auto;
}
.modal-header{
    text-align: center;
}
.modal-body {
    padding: 15px 23px;
}
#login input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-left: 15px;
    background: #fff;
    font-size: 16px;
    color: #3a3f47;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
    font-family: 'Roboto', sans-serif;
}
#login input[type="submit"] {
    background: #217ca3;
    border: 1px solid #217ca3;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    padding: 6px 20px;
    height: auto;
}
#login input[type="submit"]:hover, #login input[type="submit"]:focus {
    background: #03406d;
    border: 1px solid #03406d;
    text-decoration: none;
    color: #fff;
    outline: none;
}
#login a {
    color: #217ca3;
    display: block;
    margin-left: 15px;
    font-size: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
}
#login a:hover, #login a:focus {
    color: #03406d;
}
#login input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #03406d;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}


/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

.footer-content-wrapper {
    background: #1a224d;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 22px;
    padding: 35px 0px 15px;
}
.footer-content-wrapper span {
    color: #fff;
}
.footer-content-wrapper a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
.footer-content-wrapper p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
p.footer-credits-wrap {
    margin-top: 15px;
}
p.footer-credits-wrap a {
    color: #217ca3;
    text-decoration: underline;
}


/*-----------------------------------Footer Menu*/

/*-------------------------------End-Footer Menu*/

/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/

/*----------- MEDIA QUERY --------------------*/


@media (min-width: 1200px) {

}

@media (min-width: 1000px) {
	.container {}

}

@media (min-width: 990px) and (max-width: 1199px) {
	.container {}

}


@media (min-width: 768px) and (max-width: 990px) {
	.container {}

    .mobile-search-menu {
        margin-top: 30px;
    }
}


@media (max-width: 767px) {
	.container {}

}

@media (max-width: 480px) {
    .container {}

}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    ::i-block-chrome, .div {
    }

}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    #logo-wrap svg {

    }

}