/* Fonts */

@font-face {
    font-family: 'MuseoSans300';
    src: url('../fonts/MuseoSans_300-webfont.woff');
}

@font-face {
    font-family: 'MuseoSans700';
    src: url('../fonts/museosans_700_macroman/MuseoSans_700-webfont.woff');

}


html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 0px; /* bottom = footer height */
    font-family: 'MuseoSans300' !important;
}

h1{
    line-height: 1.4;
    font-family: "MuseoSans700" !important;
}
h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-family: "MuseoSans300" !important;
    }

/* Header */
.top-header{
	background:#153242;
	color:#ffffff;
}

.top-bar-container {
    background: #0072ae;
    border-bottom: 1px solid #092e45;
}
.top-bar-navigation{
	background: #0072ae;
	padding-top:15px;
	padding-bottom:15px;
	min-height: 75px;
}
.contain-to-grid .top-bar {
    margin: 0px auto;
    max-width: 73rem;
}
.button-top-bar{
	background:#133e54;
	top: 0rem !important;
	font-size: 12px !important;
	max-width: 125px;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background: #0072ae none repeat scroll 0% 0%;
    line-height: 2.8125rem;
    padding: 0px 0.9375rem;
    font-size: 16px;
    font-weight: normal;
}

.search-field{
	background-image: url('../images/bluecat-search-icon.png');
	background-repeat: no-repeat;
	background-position: 4.4px 0.4em;
	padding-left: 29px !important;
	margin-top: 1px !important;
}

.logo-nav li {
	float:left;
}
.logo-description{
	max-width: 190px;
	font-size: 12.5px;
	color: #FFF;
	font-family: "MuseoSans300";
	font-style: italic;
	padding-left: 32px;
}

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: medium none;
	border-top: medium none;
	clear: none;
	height: 2rem;
	width: 9px;
	background-image: url("../images/arrow-right.png");
	background-repeat: no-repeat;
	background-position: 0px 17px;
	border-right: 0px none;
	background-color: #0072AE;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    padding-left: 4px;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #0072AE;
    background: #0072AE;
    color: #00a4e3;
}
.top-bar-section .has-dropdown>a:after {
    display:none;
}
.top-bar-section .has-dropdown > a {
    padding-right: 1rem !important;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: transparent !important;
    color: #00a4e3;
    padding-left: 0px !important;
}

/*	JERRY'S

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: rgb(51, 51, 51) none repeat scroll 0% 0% !important;
    color: #00a4e3;
    background: #ffffff !important;
    border: 1px #00a4e3 solid;
    padding-left: 12px !important;
    font-size: 14px !important;
    line-height: 2.2em;   
	border-bottom: 1px #00a4e3 solid;
	border-right: 1px #00a4e3 solid;
	border-left: 1px #00a4e3 solid;
}
*/

.top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
    /*right: auto !important;*/
    right: -101px !important;
  
}
.top-bar-section ul li {
   background: transparent;
}
.no-padding-right{
	padding-left: 4px;
  	padding-right: 0px;
}
.no-padding-right-sec{
	padding-left: 1em;
  	padding-right: 0px;
}
/* JERRY'S

.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
 	color: #00a4e3;
 	padding-left: 12px !important;;
 	background-color: #dcddde !important;
}
*/

#homepage-hero h1 {
    font-weight: 700;
}
.mgr{margin-right: -25px;}

.top-bar-section .right li .dropdown li .dropdown {
   left: 100%;
}
/*	JERRY'S

.dropdown > li.active {
   background: #ffffff !important;
   color: #00a4e3 !important;
   padding-left: 12px !important;
   border-bottom: 1px #00a4e3 solid;
   border-right: 1px #00a4e3 solid;
   border-left: 1px #00a4e3 solid;
   line-height: 30px !important;
}*/

.dropdown > .active > a{
   background: #ffffff !important;
   color: #00a4e3 !important;
   padding-left: 12px !important;
   line-height: 2em !important;
}

.menu-main ul li a{
	font-family: "MuseoSans300" !important;
}
/* Mobile nav */

.mobile-logo{
	max-height: 30px;
}
.tab-bar {
    background: #0072ae none repeat scroll 0% 0%;
    color: #FFF;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
}
.left-small {
    height: 2.8125rem;
    position: absolute;
    top: 0px;
    width: 2.8125rem;
    border-right: 1px solid #00a4e3;
    left: 0px;
}
ul.off-canvas-list li a {
    border-bottom: 1px solid #00a4e3;
    color: #ffffff;
    display: block;
    padding: 0.666667rem;
    transition: background 300ms ease 0s;
}
.left-off-canvas-menu {
    background: #0072ae none repeat scroll 0% 0%;
    bottom: 0px;
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0px;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    transform: translate3d(-100%, 0px, 0px);
    left: 0px;
}
ul.off-canvas-list li a:hover {
   background: #dcddde;
   color:#00a4e3;
}
.left-submenu {
    background: #0072ae none repeat scroll 0% 0%;
    bottom: 0px;
    box-sizing: content-box;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0px;
    width: 15.625rem;
    z-index: 1002;
    transform: translate3d(-100%, 0px, 0px);
    left: 0px;
    transition: transform 500ms ease 0s;
}
.left-submenu .back > a {
    background: #0072ae none repeat scroll 0% 0%;
    border-bottom: medium none;
    border-top: 1px solid #5E5E5E;
    color: #ffffff;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0px;
}
.left-submenu .back>a:hover {
    background: #dcddde;
    border-bottom: none;
    border-top: 1px solid #0072ae;
    color:#00a4e3;
}
/* Footer */

.row {
    margin: 0px auto;
    max-width: 75rem !important;
    width: 100%;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
footer{
	background:#005581;
	color:#ffffff;
    font-family: 'MuseoSans300';
	/*position: absolute;*/
    left: 0;
    bottom: 0;
    width: 100%;
}
footer .row{
	padding-top: 15px;
	padding-bottom:30px;
}
.copyright{
	font-size:11px;
	margin-bottom: 15px;
	padding-top: 5px;
}
#menu-footer-menu{
	margin-bottom: 0px;
}
.no-padding{
	padding-left:0px;
}
.footer-devider {
    min-height: 20px; /*Jerry */
}
.custom-fa{
	font-size: 19px;
	background: #00A4E3 none repeat scroll 0% 0%;
	padding-top: 4px;
	margin-left: 10px;
	color: #005581;
	width: 28px;
	text-align: center;
	padding-bottom: 4px;
}
.custom-filed-button{
	background-color:#00a4e3 !important;
	color:#ffffff;
	font-size:15pt;
	text-transform:uppercase;
}

.custom-filed-button:hover {
	color:#00a4e3 !important;
	background-color:#ffffff !important;
	
}

.subscribe-input{
	min-height: 58px;
	font-size:15pt;
	color:#a3b6c6;
	text-transform:uppercase;	
}
.button-left-margin{
	margin-left:10px;
}
#menu-footer-menu > li {
	float:left;
	list-style:none;
	margin-right: 32px;
	background-image: url('../images/arrow-right.png');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left:10px;
	max-width: 165px;
	min-height: 120px;
}

#menu-footer-menu > li > ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
}
#menu-footer-menu li a {
    color: #FFF !important;
    text-transform:uppercase;
    font-size:13px;
    
}


/* top footer section */

.top-footer-cection{
	background-color:#338ebe;
	color:#ffffff;
	padding-top:3rem;
	padding-bottom:3rem;
}

.top-footer-cection h1{
	font-size:42.16px;
	font-weight:700;
	color:#ffffff;
	font-family: 'MuseoSans700' !important;
}

.top-footer-cection .top-footer-description{
	font-size:21.44px;
	font-family: 'MuseoSans300' !important;
}

/* Responsivnes */
@media screen and (max-width: 1180px) {	
	.top-bar .name {
	   margin-left: 10px;
	}	
}	
@media screen and (max-width: 820px) {
	#menu-footer-menu {
		display: none;
	}
	.mobile-center{
    	text-align:center !important;
    }
}


@media screen and (max-width: 639px) {
    footer {
        position:relative;
    }
    
    #menu-footer-menu > li {
    	float: none !important;
	    max-width: 100%;
	    text-align: center;
	    list-style: outside none none;
	    background-image: none;
	    min-height: auto !important;
	}
	.custom-filed-button {
	    font-size: 11pt;
	}

}
@media screen and (max-width: 480px) {
    footer {
        position:relative;
    }

    .top-footer-cection h1{
		font-size:28px;
		line-height: 26px;
		font-weight:700;
		padding-left: 20px;
		padding-right:20px;
		
	}

	.top-footer-cection .top-footer-description{
		font-size:18px;
	}

	.custom-filed-button {
	    font-size: 10pt;
	}

}



/* Monday 2015 06 15 */

/* news and events page  */
.event-title{
	font-size:21px;
	color:#005581;
	font-weight:700;
}

.news-list{
	margin-left: 0rem;
}
.news-list li{
	list-style: none; 
	background: #f4f4f5;
	padding: 26px;
	color:#5f6062;
	font-size:16pt;
}

.page-title{
	font-size:28pt;
	color:#5f6062;
	font-weight:700;
}
.readmore{
	color:#5f6062;
	font-size:16pt;
}

/* Blog Sidebar */
.sidebar-blog-title{
	color:#005581;
	font-size:21pt;
	font-weight: 700;
}

.b-fa{
	font-size: 17px;
	background: #A9A9A9 none repeat scroll 0% 0%;
	padding-top: 9px;
	margin-right: 10px;
	color: #FFF;
	width: 40px;
	text-align: center;
	padding-bottom: 9px;
}

.similar-post-content{
	background: #f1f1f2;
	padding: 26px;
	font-size:14pt;
}

.similar-posts{
	/*margin-top:40px;*/
	margin-bottom:40px;
}
.blog-post-title {
    margin-top: -108px;
    position: absolute;
    color: white;
    font-weight: 700;
    font-size: 18pt;
    line-height: 27px;   
}
.social-icons-blog-sidebar {
    margin-bottom: 40px;
}
.tag-links{
	color:#949aed;
}

.blog-header-title{
	color:#ffffff;
	margin-top:20px;
}

/* Home page images */
.grid-image {
    width: 100%;
    min-height: 180px;
}
.grid-image-text {
    color: #ffffff;
    position: absolute;
    bottom:15px;
    word-wrap: normal;
    padding-left: 15px;
    line-height: 26px;
    font-weight: 700;
}

/* Tuesday 2015 16 06 */

/* Company Sidebar */
/*#menu-our-company-sidebar-menu li{
	list-style:none;
}
#menu-our-company-sidebar-menu{
	margin-left: 0rem;	
}

#menu-our-company-sidebar-menu li a{
	border-radius: 3px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	color: #FFF;
	background-color: #00A4E3 !important;
	-moz-appearance: none;
	border-radius: 0px;
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 1rem 2rem 1.0625rem;
	font-size: 1rem;
	background-color: #008CBA;
	border-color: #007095;
	color: #FFF;
	transition: background-color 300ms ease-out 0s;
	border-radius: 3px;
}*/
.red-button{
	background:#9e0b0f;
	color:#ffffff;
	font-size:17px;
}

.our-post-title {
    position: absolute;
    bottom: 45px;/* Jerry */
    padding: 0 15px 15px;/* Jerry */
    color: #FFF;
    font-weight: 700;
    font-size: 15pt;
    line-height: 27px;
    margin-bottom: 0;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.66);
}

/* Jerry */
.inner-button{
	position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	margin: 0 15px 15px 15px;
    padding: 10px;
    font-size: 14px;
    width: auto;
    text-transform: uppercase;
}

.textwidget .button.expand.inner-button{
	width: auto;
}


.sidebar-desc{
	font-size:14px;
}

/* Wednesday 2015 06 17 */

.similar-posts img{
	width:100%;
}


/* Team / Meangement */
.person-name{
	color:#005581;
	font-size:25px;
	font-weight:700;
	margin-bottom: 0px;
}
.about-info{
	text-align: center;
}
.person-position{
	color:#005581;
	font-size:19px;
	font-weight:700;
}


/* Thursday 2015 06 18 */

/* Blog page */

.blog-row{
	max-height:210px;
	position: relative;
	
}

.blog-description{
	border:1px solid #eaeef0;
	border-radius:0px; /*Jerry*/
	border-top: 0; /* Jerry */
	margin-bottom: 30px;
	padding: 17px 20px 5px 20px;
	color:#5f6062;
}

.continue-btn{
	padding:5px 15px 5px 15px;
	text-transform:uppercase;
}

.continue-reading {
    text-align: right;
}
.blog-page-post-title {
    color: #FFF;
    font-weight: 700;
    font-size: 18pt;
    line-height: 27px;
    margin-left: 20px;
    padding-top: 0px;/* Jerry */
}

/*
.description-text {
    min-height: 150px;
}
*/

.blog-page-post-title a{
	position: absolute;
  	bottom: 15px;
 	left: 25px;
 	font-weight: bold;
  	line-height: 25px;
	color:#ffffff;
}

.blog-post-info{
	text-align:left;
}

.blog-post-category{
	color:#a3a3a3 !important;
	font-size:28px;
	font-weight: 700;
}
.filtering {
    margin-bottom: 20px;
}

.button-category {
    -moz-appearance: none;
	border-radius: 0px;
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 1.25rem;
	position: relative;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	padding: 1rem 2rem 1.0625rem;
	font-size: 18px;
	background-color: #ffffff !important;
	border:1px solid #a3a3a3;
	color: #a3a3a3;
	transition: background-color 300ms ease-out 0s;
	width: 100%;
}
.button-category.dropdown::after {
    border-color: #a3a3a3 transparent transparent;
    border-width: 10px;
}
.button-category:hover,.button-category:focus,.button-category:active{
	color:#a3a3a3;
}
.row-blog-list{
	margin-bottom:100px;
}
.paging{
	text-align:center;
}
.page-selected{
	color:#a3a3a3 !important;
	font-weight:700;
	font-size:28px;
	margin-right: 58px;
}
.page-numbers {
    padding: 7px 16px 7px 16px;
    border: 1px solid #a3a3a3 !important;
    color:#a3a3a3 !important;
    font-weight:700;
	font-size:18px;
	line-height: 45px;
}
.content-overlay{position:relative;}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: inherit;
    background-image: url("/wp-content/uploads/images/gradient.png");
    bottom: 0px;
    left: 0px;
}

.grid-image {
    width: 100%;
    min-height: 180px;
}
.grid-image {
    background-size: cover;
    width: 100%;
    min-height: 200px;
    padding: 25px;
    position: relative;
}

.titlegradient {
    position: absolute;
    width: inherit;
    height: 100%;
    margin: inherit;
    background-image: url("/wp-content/uploads/images/gradient.png");
    bottom: 0px;
    left: 0px;
}
.grid-image-text {
    position: absolute;
    bottom: 15px;
    left: 25px;
    color: #FFF !important;
    font-weight: bold;
    line-height: 25px;
}

/* News Page */
.news-title {
    margin-left: -8px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.upcoming-title {
    margin-left: 0px;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.button-news{
	max-width: 174px;
}
.news-sort{
	text-align:right;
}
.news-post-title {
	color:#005581 !important;
	font-size:21px;
	font-weight: 700;
	margin-bottom: 25px;
}

#dropNewsTags li > a{
	text-align:left;
}

.left-align{text-align:left;}
.news-separator {
    height: 80px;
}

.cats{
	text-align:left;
}

/* 
     ___  _______  ______    ______    __   __  __   _______ 
    |   ||       ||    _ |  |    _ |  |  | |  ||  | |       |
    |   ||    ___||   | ||  |   | ||  |  |_|  ||__| |  _____|
    |   ||   |___ |   |_||_ |   |_||_ |       |     | |_____ 
 ___|   ||    ___||    __  ||    __  ||_     _|     |_____  |
|       ||   |___ |   |  | ||   |  | |  |   |        _____| |
|_______||_______||___|  |_||___|  |_|  |___|       |_______|

*/

.button.expand.expand_news{
	width: 25%;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px!important;
}

.button.expand.expand_next_news{
	width: 50%;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 auto;
}

.button.expand.blog_two{
	width: auto;
	padding-right: 25px;
	padding-left: 25px;
	margin: 0 auto;
	float: right;
}

.page-template-hero-news-sidebar ul.pagination{
	clear: both;
}

.page-template-hero-news-sidebar ul.news-list{
	text-align: center;
}

.page-template-hero-news-sidebar ul.news-list h3.event-title,
.page-template-hero-news-sidebar ul.news-list p{
	text-align: left;
}

.textwidget .similar-posts{
	margin-bottom: 10px!important;
}

li#menu-item-1580{
	white-space: nowrap;
	overflow: hidden;
	letter-spacing: -0.2px;
}

body.postid-1409 .small-12.medium-7.columns{
	width: 85%
}

body.postid-1409 .sidebar-blog-title{
	display: none;
}

/* Company, Search Sidebar */
#menu-initiatives-migratebcddi li,
#menu-search-sidebar-menu li,
#menu-work-at-bluecat li{
  list-style:none;
}
#menu-initiatives-migratebcddi,
#menu-search-sidebar-menu,
#menu-work-at-bluecat{
  margin-left: 0rem;  
}

#menu-initiatives-migratebcddi li a,
#menu-search-sidebar-menu li a,
#menu-work-at-bluecat li a{
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  -moz-appearance: none;
  border-style: solid;
/*  border-color: #7fd1f1!important;*/  
  border-color: #e9e9e9!important;
  border-left: 1px solid #e9e9e9!important;
  border-top: 1px solid #e9e9e9!important;
  border-bottom: 1px solid #e9e9e9!important;
  border-right: 1px solid #e9e9e9!important;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: -1px 0px 0px;
  position: relative;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  padding: .75rem 0rem 1.0rem 1.0rem;
  font-size: 1rem;
  background-color: #ffffff!important;
  
  color: #008cba!important;
  transition: background-color 300ms ease-out 0s;
  transition: border-left 300ms ease-out 0s;
}

#menu-initiatives-migratebcddi li a:hover,
#menu-search-sidebar-menu li a:hover{
    background-color: #f4f4f4 !important;
    /*border-left: 10px solid #00a94f!important;*/
    border-left: 10px solid #7fd1f1!important;
    transition: background-color 300ms ease-out 0s;
    transition: border-left 100ms ease-out 0s;
    padding: .75rem 0rem 1.0rem .5rem;
}


#menu-our-company-sidebar-menu li.current-menu-item a, 
#menu-initiatives-sidebar-menu li.current-menu-item a, 
#menu-product-sidebar-menu li.current-menu-item a, 
#menu-customers-sidebar-menu li.current-menu-item a, 
#menu-resources-sidebar-menu li.current-menu-item a, 
#menu-partners-sidebar-menu li.current-menu-item a, 
#menu-services-support-sidebar-menu li.current-menu-item a, 
#menu-initiatives-migratebcddi li.current-menu-item a,
#menu-work-at-bluecat li.current-menu-item a{
    background-color: #f4f4f4 !important;
    /*border-left: 10px solid #00a94f!important;*/
    border-left: 10px solid #7fd1f1!important;
    transition: background-color 300ms ease-out 0s;
    transition: border-left 100ms ease-out 0s;
    padding: .75rem 0rem 1.0rem .5rem;
}

.profday {
	float: left;
	margin-bottom: 1%;
	margin-right: 1%;
	position: relative;
	text-align: center;
	font-size: 13px;
	color: #FFF;
    cursor:default;
}

.oneday {
	width: 19%;
	height: 35px;
	line-height: 30px;
}

.threeday{
	width: 59%;
	height: 50px;
}

.fourday {
	width:79%;
	height:50px;
	padding-top:14px;
}

.fiveday {
	width:99%;
	height:50px;
	padding-top:14px;
}

.twoday {
	width:39%;
	height:50px;
	padding-top:10px;
	padding-bottom:10px;
}

.pdarkgrey {
	background: #9FA1A4;
}

.profday.oneday.single_day{
	height: 50px;
}

.blueday, .bsac{
	background: #074E68;
}

.pblue {
	background: #0073AE;
}

.pgrey {
	background:#DCDDDE;
}

.day_separator{
	display: block;
	height: 15px;
}

.registration_day{
	color: #0073ae;
}

body.page-template-homepage #homepage-hero{
	background: none!important;
	padding: 0!important;
}

body.page-template-homepage .blackcover {
	background:rgba(0,114,174,0.5); top:0px;

}

#gk-header {
    background: transparent!important;
    overflow: hidden;
}
 
#gk-bg {
    background: transparent;
}
 
#bg-video {
    position: absolute!important;
    height: auto;
    z-index:0;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
}

.blackcover{
	background: rgba(0,114,174,0.5)!important;
}

.top-bar-section ul li > a,
.button-top-bar{
	font-family: 'MuseoSans300' !important;
}

.top-bar-section ul li:hover:not(.has-form)>a {
  	background-color: #0072ae !important;
  	color: #00a4e3;
 	background: #0072ae;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
    background: #0072ae!important;
    padding-left: 12px !important;
    font-size: 14px !important;
    line-height: 2.2em;
	-webkit-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-moz-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-o-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;  
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button),
.top-bar-section .dropdown li:hover:not(.has-form):not(.focus) > a:not(.button){
	background: #3ab9e6!important;
	color: #ffffff!important;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > ul.sub-menu.dropdown li a{
	background: #3ab9e6!important;
}

.top-bar-section .dropdown li:hover:not(.has-form):not(.focus) > ul.sub-menu.dropdown li a:hover,
.top-bar-section .dropdown li:hover:not(.has-form):not(.focus) > ul.sub-menu.dropdown li.active a{
	background: #018bbc!important;
}

.menu-main .sub-menu.dropdown li a:hover{
	color: #1c678e;
 	padding-left: 12px !important;
 	background-color: #3ab9e6 !important;
}

.top-bar-section li.active:not(.has-form) a:hover:not(.button){
	color: #00a4e3!important;
}

.top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
    background: #3ab9e6!important;
    color: #ffffff!important;
    padding-left: 12px !important;
    font-size: 14px !important;
    line-height: 2.2em;
}

.blog_list_bc{
	position: relative;
	margin-bottom: 15px;
}

.blog_list_bc p{
	margin-bottom: 0;
}

.button_blog{
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
}

.languages_menu{
	display: inline-block;
}

.search-field.search_head{
	width: 79%!important;
}

.languages_menu{
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

.languages_menu img{
	width: 38px;

}

.languages_menu a:hover{
	opacity: 0.8;
	-webkit-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-moz-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-o-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;  
}

.main_pic_container a{
	display: block;
}

a.big_home_img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-moz-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-o-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s; 
}

a.big_home_img h3, a.big_home_img h4{
	
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.66);
	-webkit-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-moz-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-o-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s; 
}

a.big_home_img:hover h3{
	color: #0cbcff!important;
}

.blog_all{
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.66);	
}

.blog_all a{
	-webkit-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-moz-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-o-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s; 
}

.blog_all:hover a{
	color: #0cbcff!important;
}

body.search footer p{
	background-color: #ffffff;
	color: #005581;
}

@media screen and (max-width: 1100px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
	   font-size: 13px;
	}
}

@media screen and (max-width: 1150px){
	.row.blog_list_all{
		width: 100%!important;
	}
}


@media screen and (max-width: 1075px){
	body.postid-1409 .small-12.medium-7.columns{
		width: 100%
	}


}

@media screen and (max-width: 1024px){
	.textwidget img.attachment-{
		width: 100%!important;
		height: auto!important;
		position: absolute;
		top:0px;
		z-index: 1;
	}

	.textwidget .content-overlay{
		overflow: hidden;
		height: 200px;
	}

	.logo-description{
		display: none;
	}

	body.home .medium-6{
		width: 100%;
	}

	.textwidget .button.expand.inner-button {
		z-index: 99;
	}

	.our-post-title {
		z-index: 99;
	}

}

@media screen and (max-width: 1024px){

	.container.top-bar.top-header .small-7.medium-8.columns{
		width: 100%;
	}

}

@media screen and (max-width: 845px){


	.container.top-bar.top-header .small-7.medium-8.columns .small-12.large-8.medium-8.columns.text-right{
		width: 50%!important;
		padding-top: 10px;
	}

	.container.top-bar.top-header,
	.small-7.medium-8.columns{
		width: 100%!important;
	}

	.container.top-bar.top-header .small-7.medium-8.columns .small-12.large-4.medium-4.columns.no-padding-right{
		width: 50% !important;
	}
}


@media screen and (max-width: 768px) {
    .left-align{text-align:center;}
	.page-selected {
	    margin-right: 58px;
	}

	body.postid-1409 .small-12.medium-7.columns h1{
		font-size: 2em;
	}

}

@media screen and (max-width: 530px){
	blockquote, blockquote p{
		width: 100%!important;
		float: none!important;
		margin-left: 0!important;
		padding-left: 5%!important;
		padding-right: 5%!important;
		border: none;
	}

	body.postid-1409 .small-12.medium-7.columns h1{
		font-size: 1.5em;
		line-height: 1.5em!important;
	}

	.textwidget .content-overlay{
		height: 163px;
	}
}