/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


h2,
h3,
h4 {
	text-transform: none;
}


nav.main_menu.right {
	margin-right: 100px;
}

.ca_lang {
	height: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
}

#lang_sel_list ul a,
#lang_sel_list_list ul a:visited {
	background: none;
	padding: 0;
	margin: 0;
}

#lang_sel_list ul a {
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;

	border-radius: 100%;
	-webkit-border-radius: 100%;
	overflow: hidden;

	position: relative;
}

#lang_sel_list img.iclflag {
	position: inherit;
	top: inherit;
	width: auto;
	height: auto;
}

#lang_sel_list li {
	margin-left: 5px !important;
}


.ileft {
	width: 50%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}

.ilefta {
	width: 50%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}

.clearf {
	clear: both;
}

.q_circles_holder .q_circle_inner2 {
	background: #f8f8f8 !important;
}

.q_circles_holder .q_circle_inner2:hover {
	background: #3fa8e1 !important;
	border-color: #3fa8e1 !important;
}

.q_circles_holder.five_columns.no_line {
	margin-bottom: 50px !important;
}
/*
.drop_down .second .inner > ul,
li.narrow .second .inner ul {
	background: #3fa8e1 !important;
}

.drop_down .second .inner > ul a,
li.narrow .second .inner ul a {
	color: #FFF !important;
}

.drop_down .second .inner > ul a:hover,
li.narrow .second .inner ul a:hover {
	color: #333 !important;
}*/



.drop_down .second .inner > ul,
li.narrow .second .inner ul {
	background: #FFF !important;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 0 !important;
}

.drop_down .second .inner > ul a,
li.narrow .second .inner ul a {
	color: #333 !important;
	border-bottom: solid 1px #CCC;
}

.drop_down .second .inner > ul a:hover,
li.narrow .second .inner ul a:hover {
	color: #3fa8e1 !important;
}


.footer_top .column2 a {
	margin-right: 10px;
}

.footer_top_holder,
.footer_bottom_holder {
	background: #262626;
}


@media (max-width: 500px) {

	#lang_sel_list li {
		float: none;
		clear: both;
		margin: 0 0 2px 0 !important;
	}

	.ca_lang {
		margin: 0;
		top: 11px;
	}
}



















