
/*

.bo_sbright #container, .container{position: relative; width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.bo_sbright #container, .container{max-width:540px}}@media (min-width:768px){.bo_sbright #container, .container{max-width:720px}}@media (min-width:992px){.bo_sbright #container, .container{max-width:960px}}@media (min-width:1200px){.bo_sbright #container, .container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
*/


.clear {
    clear: both;
    font-size: 0.1px;
    height: 0.1px;
    line-height: 0.1px;
    float: none;
    display: table;
}


body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 17px;
    color: #575756;
    background: #fff;
}

@media only screen and (max-width: 767px) {
	.logo {
		width: 100px;
		height: 70px;
	}
}

.logo {
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;	
}

.logo a {
	background-image: url(../img/logo.png);
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left;
}

header, footer, nav, section, aside, article, figure, figcaption {
    display: block;
}
 
#header {
	line-height: 100px;
}

.shrink-header #top_wrapper.fixed #header {
	line-height: 70px;
}

#slider .inside {
    /*
	min-height: 200px;
	background-image: url(../img/header.jpg);
	background-size: cover;
*/
}

/*
#fix_wrapper {
	position: fixed;
	z-index: 1000;
	width: 100%;
}
*/

#header {
	width: 100%;
	top: 0px;
	z-index: 1;
	position: relative;	
	transition: All 0.8s ease;
	-webkit-transition: All 0.8s ease;	
}


/* T O P
==============================================================*/

/*
#header .inside {
	padding-left: 40px;
	padding-right: 40px;
}

#top .inside {
	padding-left: 40px;
	padding-right: 40px;
}

*


#site_wrapper {
	background: rgb(255,255,255);
}


#top_wrapper {
	width: 100%;
	z-index: 1000;
	position: fixed;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

#top_wrapper.fixed {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	background: rgba(0,0,0,0.8);
}
*/
#top {
	position: relative;
	z-index: 10;
	font-size: 0.85rem;
	line-height: 19px;
	border-bottom: 1px solid rgba(210,210,210,0.3);
	overflow: hidden;
	max-height: 40px;	
	transition: All 0.8s ease;
	-webkit-transition: All 0.8s ease;	
	background: rgba(255,255,255,1)
}

#top_wrapper.fixed #top {
	max-height: 0;
	overflow: hidden;
}

#top:hover {
	overflow: visible;
}


#top .meta-nav:last-of-type {
	border-left: 1px solid rgba(210,210,210,0.5);
}

#top, #top a {
	color: rgb(255,255,255);
}


#top span {
    line-height: 34px;
    float: right;
    padding: 0 0 0 35px;
    font-weight: 400;
} 

#top span:before  {
    font-family: "FontAwesome";
	content: '\f105';
    margin-right: 6px;
    font-size: 0.7rem;
} 






.kda_main_nav {
    overflow: visible !important;
    float: right;
}


.kda_main_nav ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.kda_main_nav ul li {
    display: inline-block;
    text-align: left;
    list-style-type: none;
    z-index: 10;
}





.kda_main_nav {
	overflow: visible !important;
	float: right;
}

.kda_main_nav .mod_article {
	float: right;
}

.kda_main_nav ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.kda_main_nav ul ul {
	width: auto;
    min-width: 180px;
	display: none;
	white-space: nowrap;
	border-radius: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	margin-left: 0;
	background: #fff;
	border-top: 2px solid rgb(193,193,193);
	box-shadow: 1px 8px 15px rgba(0,0,0,0.1);
	margin-top: -2px;
}

.kda_main_nav ul ul ul {
	border-top: 0;
	margin-top: 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.kda_main_nav ul:after {
	content: "";
	clear: both;
	display: block;
}

.kda_main_nav ul li{
	display: inline-block;
	text-align: left;
	list-style-type: none;
	z-index: 10;
}

.kda_main_nav ul li:not(.megamenu) {
	position: relative;
}

/*
.kda_main_nav ul li:last-of-type strong,
.kda_main_nav ul li:last-of-type a {
	padding-right: 0;
}
*/

.kda_main_nav ul li:hover > ul {
	display: block;
}

.kda_main_nav ul li a, .kda_main_nav ul li strong {
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 1em;
    min-height: inherit;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    float: none;
    padding: 0 20px;
    line-height: inherit;
    font-weight: 500;
    color: #fff;
    letter-spacing: .2px;
}

/*
.kda_main_nav ul li a.trail,
.kda_main_nav ul li a.active {
	color: rgb(152,152,152);
}
*/

.kda_main_nav ul li a i {
	margin-right: 5px;
	display: none;
}

.kda_main_nav ul li a i.fa {
	display: inline-block;
	width: 20px;
}

.kda_main_nav ul ul li.open-left ul {
	left: auto;
	right: 100%!important;
}

.kda_main_nav ul li.last ul {
	right: 0;
}

.kda_main_nav ul ul li.last ul {
	right: inherit;
}

.kda_main_nav ul ul li {
	float: none;
	position: relative;
	line-height: 36px;
	min-height: 0;
	display: block;
}

.kda_main_nav ul ul li strong,
.kda_main_nav ul ul li a {
	text-transform: none;
	text-align: left;
	border: 0;
	padding: 0 20px !important;
	line-height: 36px!important;
	color: #393939;
	font-size: 0.85rem;
	letter-spacing: 0;
	border-bottom: 1px solid rgb(242,242,242);
	font-weight: normal;
}

.kda_main_nav ul ul li a.last {
	border-bottom: 0;
}

.kda_main_nav ul ul li a.submenu:after {
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	right: 8px;
	background: none;
}

.kda_main_nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

.kda_main_nav ul ul li a:hover, .kda_main_nav ul ul li a.trail, .kda_main_nav ul ul li a.active {
	color: rgb(255,255,255);
	background: rgb(55,55,55);
}

.kda_main_nav ul ul li a:hover, .kda_main_nav ul ul li.active a {
	color: rgb(255,255,255);
	background: rgb(19,94,164);
}

.mm-menu.mm-theme-dark {
    background: rgba(19,94,164,1)
}



/* L A N G  -  N A V
===============================================================*/


 /* Dropdown Button */
.dropbtn {
    padding: 0 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding-left: 20px;
    background-color: #fff;
}

.dropbtn i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: -5px;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right:0
}

/* Links inside the dropdown */
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    line-height: 1.3em;
    border-bottom: 1px solid #ccc;
    color: #555;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 























#wrapper {
    margin: 100px auto;
    background: #fff;
    position: relative;
    z-index: 10;
}







#container {
    position: relative;
    width: 100%;
    margin: 0;
    background: #fff;
}






/* B A C K  2  T O P
==============================================================*/

.kda_back2top {
    background: rgba(0,0,0,0.8);
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 25px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 100;
    border: 1px solid rgba(255,255,255,1);
}



/* Footer 
==============================================================*/

footer {
    width: 100%;
    background: #333;
    color: #eee;
    font-size: 0.8rem;
}

footer>.inside {padding: 5px 15px 25px 15px;}
footer strong {font-weight: inherit;}

footer h5 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 30px 0;
}

footer p {
    padding-right: 10px;
}

footer a {
    color: #fff;
    font-weight: 400;
    padding: 0 2px;
    text-decoration: none;
}

footer a:hover {text-decoration: underline;}

.kda_fsocials i {
    font-size: 20px;
    padding: 5px 8px;
    display: inline-block;
    opacity: .6;
}

footer a:hover i {
    text-decoration: none;
    opacity: 1;
}

/* B O T T O M 
==============================================================*/

#bottom {
    border-top: 1px solid #444;
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    padding: 20px 0;
    color: #eee;
}



/* S I D E B A R  R I G H T
==============================================================*/

.bo_sbright #main {
    overflow: hidden;
    width: 68%;
    float: left;
    position: relative;
}

@media screen and (max-width: 767px) {
    .bo_sbright #main {
        width: 100%;
        float: none;
    }
}


.bo_sbright #right {
    overflow: hidden;
    margin-left: 5%;
    width: 27%;
    float: left;
    position: relative;
    padding: 20px 10px;
    margin-top: 15px;
}

.bo_sbright #main .article-inside.container {
    padding-left: 0;
    padding-right: 0;
}


.bo_sbright #right ul li {border-bottom: 1px solid #ddd;} 
.bo_sbright #right ul li:last-child {border:none;} 



.bo_sbright #right ul li a, .bo_sbright #right ul li strong {
    padding: 8px 0;
    display: block;
    transition: All 0.2s linear;
	-webkit-transition: All 0.2s linear;	
    font-weight: 500;
    color: #888;
} 

.bo_sbright #right ul li a:hover, .bo_sbright #right ul li a:focus {
    background: #efefef;
    color: rgba(19,94,164,1);
} 

.bo_sbright #right h3 {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 4px 0;
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin-bottom: 3px;
}

/*
.bo_sbright #right h3:before {
    font-family: "FontAwesome";
    content: '\f105';
    ;padding-left: 3px;
    width: 22px;
    display: inline-block
}
*/



@media only screen and (max-width: 600px) {
	#right {display: none;}
	#main {margin-right: 0;}
}




/* H E A D E R  -  I M A G E
==============================================================*/

.kda_header_img {
    min-height: 500px;
    width: 100%;
    background-size: cover;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}


.kda_header_img p span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 5px;
}


#slider .container-fluid {
    padding-left: 0;
    padding-right: 0;
}








.ce_gallery .cols_3 li {
    width: 33.20%;
    float: left;
}

.ce_gallery ul  {
    display: inline-block;
}

.ce_gallery ul:after {
    clear: both;
}

























