/*
Theme Name: IMI
Author: CRM
Description: IMI Website Theme
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

4. _s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

5. _tk  http://themekraft.com/

*/


/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
        font-family: 'Titillium Web', sans-serif;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
        
}

iframe
{
    border: 0px solid #ffffff;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 0.25em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

.min-pad{
    padding: 0;
}

:after, :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}



/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

.all-caps
{
    text-transform: uppercase;
}

* :focus
{
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */

@media (min-width: 1600px)
{
    .container {
        width: 1440px;
    }
}

/** Header **/
.site-header .container
{
     padding-bottom: 0px;
}

.site-header-inner
{
    padding-top: 15px;
}

/** Navigation **/
.navbar-default .navbar-collapse
{
    border:none;
    background-color: #ffffff;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
    margin: 0px;
}

.sidebar-nav {
    padding: 9px 0;
}

 header .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover 
{
    background: none;
    height: 58px;
}

.dropdown-menu
{
    background-color: #194d79;
    color: #ffffff;
}

.dropdown-menu>li>a
{
    color: #ddd;
    font-weight: normal;
}

.dropdown-menu>li>a:hover
{
    background: none;
    color: #ffffff;
}


header .nav>li>a {
    font-weight: bold;
    font-size: 14px;
    color: #000000  !important;
    height: 59px;
}

header .nav>li.active>a,  .nav>li>a:hover, .nav>li:hover>a
{
    color: #104478  !important;;
}   

.site-navigation
{
    margin-top: 10px; 
}

/*@media (min-width:768px )
{*/
    .dropdown-menu .sub-menu 
    {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
        margin-top: 0;
    }
    header .navbar .sub-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, 0.2);
        border-top: 7px solid transparent;
        left: -7px;
        top: 10px;
    }
    header .navbar .sub-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        left: 10px;
        top: 11px;
        left: -6px;
    }

    header .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover 
    {
        background: none;
        height: 58px;
    }

    header  #main-menu > li.current-menu-item,  header #main-menu li.current-page-parent, 
    header #main-menu li.current-menu-parent, header #main-menu >li ul li.current-page-ancestor
    {
        border-bottom: 2px solid #1c3c59;
        margin-bottom: -1px;
    }

    .dropdown-menu {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        
        background-color: #ffffff;
    }
/*}*/

@media (max-width:767px)
{
    .dropdown-menu 
    {
        //display:none;
    }    
}

#footer-first-menu .nav>li>a {
    color: #ffffff  !important;
}

#footer-first-menu .nav>li.active>a,  #footer-first-menu .nav>li>a:hover, #footer-first-menu .nav>li:hover>a
{
    color: #104478  !important;;
} 
   
    
.site-footer #footer-first-menu a
{
    color: #ffffff !important;
}
/** Footer **/
.site-footer .container
{
    background-color: #503390;
    color: #ffffff;
    margin-top: 40px;
    width: 100%;
}

.site-footer .collapse
{
    display: block;
}

@media (min-width: 1600px) {
    .site-footer .container > .row
    {
        width: 1440px;
        margin: 0 auto 0 auto;
    }
}
@media (min-width: 1360px) and (max-width:1599px) {
    .site-footer .container > .row
    {
        width: 1200px;
        margin: 0 auto 0 auto;
    }
}

/*.site-footer .container > .row
    {
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 0px;
    }*/
/*
    Homepage 
*/

#text-2
{
    margin-top: 20px;
}

.home-page .entry-content-thumbnail
{
    background-color: #1b4d7b;
    margin-bottom: 0px;
}

.home-page .vc_btn3.vc_btn3-size-md {
    font-size: 15px;
    padding: 10px 20px;
}

.home-page .big-image-filter
{
    height: 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    top: 0%;
    background-color: #333333;
    opacity: 0.3;
    z-index: 0;
}
.slide-image-filter
{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0%;
    background-color: #333333;
    opacity: 0.3;
    z-index: 0;
    display:block;
}
/*
.home-page .big-image-filter:hover, .home-page a:hover + .big-image-filter
{
    opacity: 0;
}


    twitter area
*/
.tweet
{
    padding: 10px;
    position: relative;
    background: #ffffff;
    border: 1px solid #ddd;
    position: relative;
    padding: 20px;
    margin: 1em 0 0 0;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.tweet-list
{
    margin: 0px;
    padding: 0px;
}

.tweet-list li {
    background: url("images/twitter.png") no-repeat left top;
    padding: 0px 0px 3px 40px;
    list-style: none;
    background-position-y: 30px;

}


.tweet:after, .tweet:before {
    right: 100%;
    top: 35px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tweet:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 12px;
    margin-top: -12px;
}
.tweet:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #ddd;
    border-width: 13px;
    margin-top: -13px;
}



.homepage-abstraction-text span
{
    padding-left: 0px;
    padding-bottom: 15px;
    font-style: italic;
}

.sidebar-main-image
{
    margin: 0 0 10px -15px;
}

.blue-button{
    display: inline-block;
    padding: 20px;
    background-color: #0074ba;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.green-button{
    display: inline-block;
    /* margin: 10px 10px 0px 0px; */
    padding: 20px;
    background-color: #249a80;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.home-page-abstraction-buttons a:hover
{
    text-decoration: none;
    color:#ffffff;
}

.tweet-box .user-name
{
    color:#ff7200;
}

.tweet-content .meta
{
    display: block;
    color: #9bc980;
}


.popular-post .row 
{
    padding: 5px 0px 5px 0;
}

.popular-post h4
{
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.popular-post a
{
    color: #75ab4c;
}

.home-page, .home-page .hentry
{
    padding-bottom: 0; margin-bottom: 0;
}


.home-page .main-content-inner 
{
    padding-bottom: 0;
}

.home-page .imi-single-image
{
    margin: 0;
    padding: 0;
}

.home-page .imi-single-image img
{
    cursor: pointer;
}

.home-page .imi-single-image a
{   position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    top: 40%;
    cursor: pointer;
    text-decoration: none;
    z-index: 1;
    display: block;
}

.home-page .imi-single-image a:hover
{
    text-decoration: none;
}

.home-page .imi-single-image h2
{
    font-size: 72px;
}

.home-page .container
{
    padding: 0;
}

.home-page .slider a {
    display: block;
    position: absolute;
    /* right: auto; */
    text-align: left;
    color: #ffffff;
    font-size: 20px;
    top: 60%;
    cursor: pointer;
    padding: 0 0 0 57px;
}

.home-page .slider a:hover
{
    text-decoration: none;
}

.home-page .slider a h4
{
    font-size: 28px;
}

.home-page .sidebar h2.widgettitle
{
        text-transform: capitalize;
}
.entry-content-thumbnail .vc_column_container>.vc_column-inner {

    padding-left: 0px; 
    padding-right: 0px; 
}
/**** Headings **/


h4.heading-with-line, .special-headings h2, h3.widget-title, .widgettitle, h2.widgettitle
{
    color: #666666;
    font-size: 20px;
    background-color: #ffffff;
    padding: 0 25px 0 20px;
    margin-top: 10px;
    display: inline-block;
}
/*
h4.heading-with-line:before, .special-headings h2:before, h3.widget-title:before, .widgettitle:before, h2.widgettitle:before
{ 
    content: "";
    position: absolute;
    height: 1px;
    border-top: 5px solid #f6f6f6;
    margin: 10px 0 0 0px;
    overflow: hidden;
    z-index: -1;
}

h4.heading-with-line:before, .special-headings h2:before
{
    width: 96%;
}

h3.widget-title:before, .widgettitle:before, h2.widgettitle:before
{
    width: 100%;
    float: right;
}
*/
.textwidget, .sitemap ul::before
{
    position: relative;
    height: 1px;
    border-top: 5px solid #f6f6f6;
    margin: -24px 0 0 0px;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    float: right;
}

/*** Sidebar Menu ***/
.sidebar-menu li
{
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
}  
.sidebar-menu li:last-child
{
    border-bottom: 1px solid #e3e3e3;
} 
.sidebar-menu li:before
{
    content: "\f105";
    font-family: FontAwesome;
    margin: 15px 10px 10px;
    display: block;
    float: left;
    font-size: 12px;
    color: #333;
}
.sidebar-menu ul li a
{
    color:#71ab4e;;
}
.sidebar-menu ul li.current_page_item a
{
    color:#021138;
}
/*** footer ***/
.site-info
{
    padding-left: 0px;
}    
#footer-first-menu 
{
    padding: 25px 0 0 55px;
}

#footer-first-menu a:focus, 
#footer-first-menu a:hover
{
  color: #ffffff;
  background: none;
}

/*
 *  Social Area
 */


.social .link-tw 
{
    font-size: 17px;
    color: #ffffff;
}

.social .fa-twitter 
{
    font-size: 18px;
    vertical-align: text-top;
    cursor: pointer;
}

.social .fa-twitter:hover
{
    color: #647a9b;
    text-decoration: none;
}

.link-sm
{
    background: url("images/glass_door.png");
    height: 20px;
    display: inline-block;
    width: 20px;
    margin-right: 15px;
    cursor: pointer;
	display:none;
}

.link-link
{
    background: url("images/linkedin.png");
    height: 20px;
    display: inline-block;
    width: 20px;
    margin-right: 15px;
    cursor: pointer;
}

.link-sm:hover
{
    background: url("images/glass_door_down.png");
    
}

.link-link:hover
{
    background: url("images/linkedin_down.png");
}

.social
{
    margin-top: 35px;
    float: right;
}

@media (min-width: 1201px)  
{
    
    margin-right: 6%;
}
@media  (max-width:1200px) 
{
    margin-right: 0%;
}
/*
*  Application Template  
*/

.app-header
{
    min-height: 350px;
    overflow: auto;
    text-align: center;
    padding-top: 80px;
}

.app-header h1
{
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    top: 100px;
}

.app-header h2
{
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    top: 150px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.app-header::before {
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0%;
    background-color: #333333;
    opacity: 0.3;
    z-index: 1;
    content: " ";
    display: block;
}

/*
*   Breadcrumb
*/

.imi_breadcrumb
{
    color: #073765;
    margin-top: 40px;
    margin-bottom: 20px;
}

.imi_breadcrumb a, .imi_breadcrumb a:hover
{
    color: #073765;
}

.breadcrumb_last
{
    color: #71ab4e;
}

/*
*   VC Header Image Template
*/
.content-for-image-template
{
    padding-top: 30px;
}


/*
* Slider
*/
.slider a
{
        top: 47%;
    left: auto;
    display: block;
    position: absolute;
    right: auto;
}

/*
 *   Search Area
 */

#search-form-container
{
    margin-top: 0px;
    width: 100%;
}

#search-form-container form
{
    width: 70%;    
}

#search-form-container input[type=search]
{
    width: 80%;
    outline: 1px;
    border: 1px solid #ccc;
    border-right: 0px solid #fff;
    margin: 0px 0px 1px 0px;
    padding-left: 20px;
    height: 50px;
    font-size: 16px;
    color: #000000;
}

#search-form-container input[type=search]::-webkit-input-placeholder {
   color: #000000;
}

#search-form-container input[type=search]:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

#search-form-container input[type=search]::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

#search-form-container input[type=search]:-ms-input-placeholder {  
   color: #000000;  
}

#search-form-container input[type=submit]
{
    border: 1px solid #dddddd;
    background-color: #ffffff;
    height: 50px;
    width: 50px;
}

#search-form-container span i.fa.fa-search {
    margin: 18px 0 0 -30px;
    cursor: pointer;
}

#search-form-container input
{
    float: left;
}

.search-toggle {
    padding: 20px 24px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    
}
/*
.search-toggle:hover, .search-toggle.active {
    background: #4d4d4d;
}*/

.fa-search {
   
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-search:before {
    content: "\f002";
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    right: 0;
}

.hide-me{
    display: none !important;
}

.search-close
{
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    float: left;
    margin: 12px 0 0 -90px;
}

.search-page-results h3.widget-title:before
{
    width: 85%;
}

.search-page-results .easy-wp-page-navigation 
{
    text-align: right;
}

.search-page-results .easy-wp-page-navigation a, .search-page-results .easy-wp-page-navigation span
{
    color: #c2dbb2;
    border: 1px solid #c2dbb2;
}

.search-page-results .search-left-col a 
{
    color: #91be72;
}

.search-page-results .search-left-col h3 
{
    font-size: 14px;
}


.search-page-results .easy-wp-page-navigation span.current {
    background: #27537f;
    border: 1px solid #27537f;
    color: #fff;
}

/*
 *  Contact Us 
 */
.contact-us-form input
{
    width: 99%;
    background-color: #f7f7f7;
    border: none;
    height: 52px;
    padding: 0 0 0 10px;
}

.contact-us-form input
{
    width: 99%;
    background-color: #f7f7f7;
    border: none;
    height: 52px;
    padding: 0px 0 0 10px;
}

.contact-us-form textarea
{
    width: 99%;
    background-color: #f7f7f7;
    border: none;
    height: 300px;
    padding: 10px 0 0 10px;
}

.contact-us-form input[type=submit]
{
    width: 157px;
    background-color: #367317;
    border: none;
    color: #ffffff;
    height: 52px;
    padding: 5px;
    overflow: auto;
    font-size: 16px;
    text-align: center;
    border-radius: 7px;
}

.contact-us-area h2:before
{
    width: 95%;
}

.contact-us-social a:hover
{
    color: #23527c;
    text-decoration: none;
}

/*
*  IMI Slider
*/
.imi-slider
{
    margin: 0px;
    padding: 0px;
}

.imi-slider section
{
    width: 100%;
    /* height: 3px; */
    /* margin-top: 30px; */
    margin-bottom: 20px;
    padding: 0px;
}

.line-delimiter
{
    width: 100%;
    background-color: #0f1b2f;
    height: 3px;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0px;
    clear: both;
}



/*
 *   IMI LABS
 */

.imi-labs-sidebar-button
{
    margin: -30px 0 0 0 !important;
    padding: 0px 0px 5px 0px !important;
}

/*
*  Contact Us
*/
.contact-us-map .col-sm-12, .contact-us-map .row 
{
    padding: 0;
    margin: 0px;
}
/*
.contact-us-map .col-sm-12::before
{
    width:100%;
    height: 350px;
    position: absolute;
    background-color: blue;
    opacity: 0.3;
    content: " ";
    display: table;
}
*/
.contact-us-map
{   margin: 40px auto -55px auto !important;
    width: 100% !important;
    padding: 0 !important;
}    

.contact-us-map a:hover, .contact-us-gl a:hover, a.contact-us-email:hover, a.contact-us-ln:hover
{
    text-decoration: none;
}

.contact-us-map iframe
{
    pointer-events: none;
    -webkit-filter: hue-rotate(180DEG) brightness(0.85);
    -moz-filter: hue-rotate(180DEG) brightness(0.85);
    -ms-filter: hue-rotate(180DEG) brightness(0.85);
    -o-filter: hue-rotate(180DEG) brightness(0.85);
    filter: hue-rotate(180DEG) brightness(0.85);
}

a.contact-us-email::before, a.contact-us-ln::before,a.contact-us-gl::before  {
    font-family: FontAwesome;
    padding: 0 10px 0 0;
}

a.contact-us-email::before
{
    content: '\f003';
}

a.contact-us-ln::before
{
    content: '\f08c';
}

a.contact-us-gl::before
{
    content: '\f132';
}
a.contact-us-email, a.contact-us-ln, .contact-us-gl {
    color: #666666;
}

.contact-us-address::before, .contact-us-phone::before, .contact-us-fax::before {
    font-family: fontawesome;
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
}

.contact-us-address::before  
{
    content: '\f041';
}

.contact-us-phone::before
{
    content: '\f095';
}

.contact-us-fax::before 
{
    content: '\f02f';
}

.contact-us-address p
{
    display: block;
    float: left;
    clear: right;
}

.contact-us-phone, .contact-us-fax 
{
    clear: both;
    margin: 0 !important;
    padding: 20px 0 0 0;
    display: block;
}

.contact-us-find-us
{
    height: 40px;
    overflow: hidden;
}

.contact-info
{
    margin-bottom: 50px;
}


/*
*  For screen sizes between  1200px 1366px
*/
@media (min-width: 1200x) and (max-width:1366px) 
{
    
    /*
    *   HomePage
    */
    .home-page .slider a h4 
    {
        font-size: 24px;
    }
}

/*
*  For screen sizes between  1024px 1366px
*/
@media (min-width: 1024px) and (max-width:1199px) 
{
    /*
    *   Navigation
    */
    .navbar-default .navbar-collapse {
        padding: 0 5px 0 5px;
    }
    
    .navbar-nav>li>a {
        padding: 10px;
    }
    
    /*
    *   HomePage
    */
    .home-page .slider a h4 
    {
        font-size: 24px;
    }
}



/*
*  For screen sizes between  769 1024px
*/
@media (min-width: 769px) and (max-width:1023px) 
{
    /*
    *   Navigation
    */
    .navbar-default .navbar-collapse {
        padding: 0 5px 0 5px;
    }
    
    .navbar-nav>li>a {
        padding: 10px;
        font-size: 13px;
    }
   

    /*
    *   HomePage
    */
    .home-page .imi-single-image h2 
    {
        font-size: 48px;
    }
    
    .home-page .slider a h4 
    {
        font-size: 24px;
    }
}

/*
*  For screen sizes between  0 768px
*/
@media (min-width:401px) and (max-width:768px) 
{
    /*
    *   HomePage
    */
    .home-page .imi-single-image h2 
    {
        font-size: 2em;
    }
    .home-page .slider a 
    {
        display: block;
        position: relative;
        color: #ffffff;
        font-size: 20px;
        cursor: pointer;
        padding: 10px 0 10px 0;
        margin: -55px 10px 0 auto;
        text-align: right;
        width: auto;
    }
    .home-page .slider a h4 
    {
        font-size: 16px;
    }
    
     /*
    *   HomePage
    */
    .home-page .imi-single-image h2 
    {
        font-size: 1.5em;
    }
    
    .home-page .slider a h4 
    {
        font-size: 18px;
    }
    
    
    /*
    *  Footer
    */
   
    .site-footer-inner .navbar-nav>li>a 
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .site-footer-inner .navbar-nav>li 
    {
        float: left;
    }
    
    .site-footer-inner  #footer-first-menu {
        padding: 0; 
        width: 100%;
        margin: 0;
    }
    
    .site-footer-inner .social
    {
        text-align: center;
    }
    
}

/*
*  For screen sizes between  0 450px
*/
@media (max-width:400px) 
{
   /*
    *   HomePage
    */
    .home-page .imi-single-image h2 
    {
        font-size: 2em;
    }
    .home-page .slider a 
    {
        display: block;
        position: relative;
        color: #ffffff;
        font-size: 20px;
        cursor: pointer;
        padding: 5px 0 5px 0;
        margin: -55px 10px 0 auto;
        text-align: right;
        width: auto;
    }
    .home-page .slider a h4 
    {
        font-size: 16px;
    }
    
     /*
    *   HomePage
    */
    .home-page .imi-single-image h2 
    {
        font-size: 1.5em;
    }
    
    .home-page .slider a h4 
    {
        font-size: 13px;
    }
    
    
    /*
    *  Footer
    */
   
    .site-footer-inner .navbar-nav>li>a 
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .site-footer-inner .navbar-nav>li 
    {
        float: left;
    }
    
    .site-footer-inner  #footer-first-menu {
        padding: 0; 
        width: 100%;
        margin: 0;
    }
    
    .site-footer-inner .social
    {
        text-align: center;
    }
}

p { font-size: 18px; }

.container-gcs{
	color:#23527c;
	padding:0 0 10px 10px;
}
.overlay-gcs{
	display:none;
}
.container-gcs:hover > .overlay-gcs{
	display:block;
}
.overlay-gcs{
}
.text-gcs{
	width: 340px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1111;
	padding-top:130px;
}
/* covid text css*/
.right_area {
    float: left;
    margin-top: 2vh;
    text-align: center;
    margin-left: 4vh;
}
.right_area a {
    color: #e7002b;
    font-weight: 600;
}
@media (max-width: 1024px){
.right_area {
    float: none;
    margin-top: 0vh;
    text-align: center;
    padding-left: 0px;
}
}
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
  .right_area {
   float: left;
    margin-top: 1vh;
    text-align: center;
    margin-left: 2vh;
}
}
#post-2861 .vc_custom_1464882984184 .textwidget {
    
    border-top: 5px solid #503390; }

/* temp hide hover popup */
.overlay-gcs {
    display: none !important;
}