@charset "utf-8";
@import "fonts.css";

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

img {
	vertical-align: top;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
a {
	color: #2d549a;
	outline: none;
}
a:hover,
a img:hover {
	color: #1697c7;
	text-decoration:none
}

.hidebox {
	display: none;
}

body {
	font-size: 16px;
	line-height: 1.25;
	font-family: Arial, Helvetica, sans-serif;
	color: #141334;
	width: 100%;
	height: 100%;
}

h1, .h2, h3, .h4, h5 {
	font-weight: normal;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	color: #0B2D50;
	padding: 0 0 34px 0;
	font-family: FcRegular, Helvetica, Arial !important;
	margin-bottom:10px;
}
.h3 span,
.h2 span {
	font-weight: 500;
}

.right {
	float: right;
}
.left {
	float: left;
}
.clear{
	clear:both;
}

*{ -ms-word-wrap: break-word;
    word-wrap: break-word;}
figure {
	float:left;
	width:100%;
    position: relative;
	overflow:hidden;
}
/* MAIN */
body {
	background: #EDEEF2;
}

/* Header
-----------------------------------------------------------------------------*/
header:after{content:''; display:block; clear:both;}
.header{
	background: #f7f7f7;
}
.header .header-top-line{
	border-top:2px solid #828DA5;
	height:24px;
	margin-bottom:-22px;
}
.header .top-right{
	position:relative;
	float:right;
	color: #AFB6C5;
	margin-right:85px;
	z-index:1;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header .top-right{
		margin-right:53px;
	}
}
@media (max-width: 991px) {
	.header .top-right{
		margin-right:0px;
		position:absolute;
		right:20px;
		top:0px;
	}
}

.header .top-right li{
	position:relative;
	float:left;
	margin-left:15px;
	color: #AFB6C5;
	font-size:11px;
	line-height:20px;	
}
@media (max-width: 767px) {
	.header .top-right{
		left:-15px;float:none;right:0px; left:0px;
	}
	.header .top-right li{
		position: relative;
		float:left;
		margin-left: 7px;
		font-size: 10px;
	}
}

.header .top-right li .icon{
	position:relative;
	padding-right:5px;
	font-size:14px;	
}

.header .top-right li a{
	position:relative;
	color: #AFB6C5;
}
.header .top-right li a:hover{
	color: #0B2D50;
}
.header .logo {
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    color: #000;
    display: block;
    position: relative;
}
.header .logo:after{content:''; display:block; clear:both;}
.header .logo img {
    width: 100px;
    height: 100px;
    float: left;
	margin-left:10px;
}

.header .logo .name{
    margin-top: 6px;
    text-transform: uppercase;
    line-height: 1;
	font-size: 24px;
    font-weight: normal;
	font-family: FcMedium, Helvetica, Arial!important;
	padding-left:120px;
}
.header  .logo .name .minobr{
	font-size:14px;
	line-height:22px;
	font-family: FcRegular, Helvetica, Arial;
	text-transform:uppercase;
	color: #AFB6C5;
}
.header .logo .name .sub{ font-size:16px;}
@media (max-width: 767px) {
	.header .logo {
		text-align:center;
	}
	.header .logo img {
		 float:none;
		 margin-top:20px;
		 margin-left:0px;
	}
	.header .logo .name{
		padding-left:0px;
		font-size: 18px;
	}
	.header  .logo .name .minobr{
		font-size:10px;
	}
	.header .logo .name .sub{ font-size:11px; padding-bottom:8px;}
}
.header .resource-centers{
	width:200px;
	height:111px;
	margin:0px 15px 0px auto;
	margin-top:10px;
    text-decoration: none;
    display: block;
    position: relative;
	background-image:url('../images/rf-map.png');
	cursor: pointer;
}
.header .resource-centers .hover-rf-map{
	background-image:url('../images/rf-map-hover.png');
	width:200px;
	height:111px;
	opacity:0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.header .resource-centers:hover .hover-rf-map{
	opacity:1;
}
.header .resource-centers:hover .point-title{
    color: #091D54;
}
.header .resource-centers .point{
	background-image:url('../images/map-point.png');
	background-repeat:no-repeat;
	width:30px; height:30px;
	position:absolute;
	left: 58px;
    top: 65px;
}
.header .resource-centers .point-title{
	position:absolute;
	left: 88px;
    top: 63px;
	font-size: 14px;
    font-weight: normal;
	font-family: FcRegular, Helvetica, Arial!important;
	color:#1338A0;
}
.header .resource-centers .point-title b{
	font-family: FcMedium, Helvetica, Arial!important;
}
.fc_scl_icon{
	float:right;	
}
.fc_scl_icon ul li{
	display:inline-block;
	position:relative;
	-ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);	
}
.fc_scl_icon ul li a{
	display:block;
	padding:15px 12px 15px;
	color:#fff;	
	-ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

/* no transform for mobile devices */
.fc_scl_icon_nt{
	float:right;	
}
.fc_scl_icon_nt ul li{
	display:inline-block;
	position:relative;
}
.fc_scl_icon_nt ul li a{
	display:block;
	padding:15px 12px 15px;
	color:#fff;	
}

/*=======================================================
			PADDING
========================================================*/
.padding-r-20 {
	padding-right: 20px !important;
}
.padding-r-80 {
	padding-right: 80px !important;
}
.padding-l-20 {
	padding-left: 20px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-b-20 {
	padding-bottom: 20px;
}
.no-margin {
	margin: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-margin-t {
	margin-top: 0px !important;
}
.no-padding-t {
	padding-top: 0px !important;
}
.padding-l-60 {
	padding-left: 60px;
}
/*
	  ==============================================================
		   LOGO & NAVIGATION WRAP CSS START
	  ==============================================================
*/
.fc_navigation_outr_wrap{
	float:left;
	width:100%;
	position:relative;
	background-color:#0b2d50;
	font-family: FcRegular, Helvetica, Arial;
}
.fc_navigation_outr_wrap .container{
	
}
.fc_navigation_outr_wrap:before{
	content:"";
	position:absolute;
	top:-4px;
	left:0px;
	height:2px;
	width:34%;	
	background-color:#0b2d50;
}
.fc_navigation_outr_wrap:after{
	content:"";
	position:absolute;
	bottom:-4px;
	left:0px;
	background-color:#0b2d50;
	height:2px;
	width:50%;
	z-index:1;	
}
.fc_navigation_outr_wrap .container{
	position:relative;
	z-index:9999999;	
}
.fc_logo{
	float:left;
	padding:25px 20px;
	position:relative;	
}
.fc_logo:before{
	content:"";
	position:absolute;
	right:100%;
	top:0px;
	height:100%;
	width:2000%;
}
.fc_logo:after{
	content:"";
	position:absolute;
	right:-26px;
	height:100%;
	width:100px;
	transform:skew(-25deg);
	top:0;
}
.fc_logo img{
	position:relative;
	z-index:10;
}
.fc_logo a{
	display:block;	
}
/*UI Element Style*/
.fc_ui_element{
	float:left;
	position:relative;
}
.fc_ui_element:after{
	content:"";
	position:absolute;
	bottom:-4px;
	left:0px;
	background-color:#0b2d50;
	height:2px;
	right:0px;
}

.fc_menu{
	float:left;	
}
.fc_menu ul{
	float:left;
	width:100%;	
}
.fc_menu ul li{
	float:left;
	position:relative;	
}
.fc_menu ul li:before{
	content:"";
	position:absolute;
	bottom:-4px;
	left:0px;
	right:0px;
	margin:auto;
	width:0;
	height:2px;	
	z-index: 1;
}
.fc_menu ul li a{
	display:block;
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
	padding:17px 10px;
	font-weight:600;
	line-height:16px;
	font-family: FcRegular, Helvetica, Arial !important;	
}
@media (min-width: 768px) and (max-width: 991px) {
	.fc_menu ul li a{
		padding:17px 8px;
	}
}

.fc_menu>ul>li>a:hover{
	color:#3EB3DE !important;
}
.fc_menu ul ul li a{
	font-size:14px;
}
.fc_menu ul li.active:before,
.fc_menu ul li:hover:before,
.fc_menu ul li:focus:before
{
	width:70%;	
}
/*1st DropDown Menu*/
.fc_menu ul ul{
	width:250px;
	position:absolute;
	top:50%;
	left:-50px;
	background-color:#0b2d50;
	opacity:0;
	visibility:hidden;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	padding-top:20px;
	border-bottom:4px solid;
	z-index: 2;
}
.fc_menu ul ul li{
	float:left;
	width:100%;
	position:relative;
}
.fc_menu ul ul li:after{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:0px;
	z-index:-1;
}
.fc_menu ul ul > li:hover > a{
	color:#fff;
}
.fc_menu ul ul li:hover:after{
	width:100%;
}
.fc_menu ul ul li a{
	padding:15px 15px;	
}
.fc_menu ul ul li:before{
	content:"";
	display:none;	
}
.fc_menu ul > li:hover > ul{
	left:0px;
	top:100%;
	opacity:1;
	visibility:visible;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);	
}
.fc_menu ul > li:hover > ul:before{
	content:''; display:block; position:absolute; top:0px; left:0px; height:2px; right:0px; background-color:#1697c7;

}
/*2nd DropDown Menu*/
.fc_menu ul ul ul{
	position:absolute;
	top:0px;
	left:100%;	
}
.fc_menu ul ul > li:hover > ul{
	left:100%;
	top:0px;
	opacity:1;
	visibility:visible;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);	
}
/*
	  ==============================================================
		   flexslider
	  ==============================================================
*/

.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus
{
	outline:none
}
.slides,.flex-control-nav,.flex-direction-nav
{
	padding:0;
	 list-style:none
}
.slides
{
	margin-top:0 !important;
	 margin-left:0 !important
}
.flexslider
{
	margin:0;
	 padding:0
}
.flexslider .slides > li
{
	 -webkit-backface-visibility:hidden;
	 text-align:center
}
.flexslider .slides > li img
{
	max-width:100%;
	 line-height:0
}
.flexslider .slides.post_slideshow_widget > li
{
	margin-right:0 !important
}
.flexslider .slides.post_slideshow_widget > li img
{
	margin-bottom:10px
}
	#page_slider.flexslider .slides > li
{
	margin-right:0 !important
}
.flex-pauseplay span
{
	text-transform:capitalize
}
.slides:after
{
	content:"\0020";
	 display:block;
	 clear:both;
	 visibility:hidden;
	 line-height:0;
	 height:0
}
	html[xmlns] .slides
{
	display:block
}
	* html .slides
{
	height:1%
}
.no-js .slides > li:first-child
{
	display:block
}
.flexslider
{
	margin:0;
	 position:relative;
	 zoom:1;
	 margin-top:0
}
.flexslider.post_carousel
{
	margin-top:0
}
.flex-viewport
{
	max-height:2000px;
	 -webkit-transition:all 1s ease;
	 -moz-transition:all 1s ease;
	 -o-transition:all 1s ease;
	 transition:all 1s ease
}
.loading .flex-viewport
{
	max-height:300px
}
.flexslider .slides
{
	zoom:1
}
.flexslider.tg_gallery .slides
{
	line-height:0
}
.carousel li
{
	margin-right:5px
}
.flex-direction-nav
{
	height:0;
	 list-style:none !important
}
.flex-direction-nav a
{
	display:block;
	 width:60px;
	 height:60px;
	 text-align:center;
	 position:absolute;
	 bottom:46%;
	 z-index:2;
	 overflow:hidden;
	 opacity:1;
	 cursor:pointer;
	 -webkit-transition:all .3s ease;
	 -moz-transition:all .3s ease;
	 transition:all .3s ease;
	 background:rgba(0,0,0,0.3);
	 border-radius:250px
}
.flex-direction-nav a:hover
{
	opacity:1
}
	#page_slider .flex-direction-nav a
{
	top:42% !important
}
.slider_widget_wrapper .flex-direction-nav a
{
	top:34% !important
}
.post_type_gallery .flex-direction-nav a
{
	top:33%
}
.flex-direction-nav .flex-prev
{
	left:-80px;
	 opacity:0;
	 text-decoration:none!important
}
.flex-direction-nav .flex-next
{
	right:-80px;
	 opacity:0;
	 text-decoration:none!important
}
.slider_wrapper:hover .flex-prev
{
	opacity:1;
	 left:2%
}
.slider_wrapper:hover .flex-next
{
	opacity:1;
	 right:2%
}
.slider_wrapper .flexslider:hover .flex-prev
{
	opacity:1;
	 left:0
}
.slider_wrapper .flexslider:hover .flex-next
{
	opacity:1;
	 right:0
}
.flexslider .flex-prev:hover,.flexslider .flex-next:hover
{
	text-decoration:none !important
}
.flex-direction-nav .flex-disabled
{
	opacity:0!important;
	 filter:alpha(opacity=0);
	 cursor:default
}
.flex-direction-nav a:before
{
	font-family:"FontAwesome";
	 font-size:22px;
	 line-height:60px;
	 display:block;
	 content:'\f104';
	 color:#fff;
	 margin-top:0px
}
.flex-direction-nav a.flex-next:before
{
	content:'\f105'
}
.flex-pauseplay a
{
	display:block;
	 width:20px;
	 height:20px;
	 position:absolute;
	 bottom:5px;
	 left:10px;
	 opacity:0.8;
	 z-index:10;
	 overflow:hidden;
	 cursor:pointer;
	 color:#000
}
.flex-pauseplay a:before
{
	font-family:"flexslider-icon";
	 font-size:20px;
	 display:inline-block;
	 content:'\f004'
}
.flex-pauseplay a:hover
{
	opacity:1
}
.flex-pauseplay a.flex-play:before
{
	content:'\f003'
}
.flex-control-nav
{
	width:100%;
	 text-align:center;
	 margin:0 !important;
	 margin-top:20px !important
}
.flex-control-nav li
{
	margin:0 4px;
	 display:inline-block;
	 zoom:1;
	 *display:inline
}
.flex-control-paging li a
{
	width:4px;
	 height:4px;
	 line-height:7px;
	display:inline-block;
	 vertical-align:middle;
	 background:transparent;
	 cursor:pointer;
	 text-indent:-9999px;
	 -webkit-border-radius:20px;
	 -moz-border-radius:20px;
	 -o-border-radius:20px;
	 border-radius:20px;
	 border:2px solid transparent;
	 background:#ccc
}
.flex-control-paging li a:hover
{
	border-color:#222;
	 background:#222
}
.flex-control-paging li a.flex-active
{
	background:#222;
	 border-color:#222;
	 cursor:default;
	 width:7px;
	 height:7px
}
.flex-control-thumbs
{
	margin:5px 0 0;
	 position:static;
	 overflow:hidden
}
.flex-control-thumbs li
{
	width:25%;
	 float:left;
	 margin:0
}
.flex-control-thumbs img
{
	width:100%;
	 display:block;
	 opacity:.7;
	 cursor:pointer
}
.flex-control-thumbs img:hover
{
	opacity:1
}
.flex-control-thumbs .flex-active
{
	opacity:1;
	 cursor:default
}
.slider_wrapper
{
	width:100%;
	position:relative;
	overflow:hidden
}
.slider_wrapper.fixed_width
{
	width:960px;
	margin:auto;
	margin-top:35px !important
}
.slider_wrapper.fixed_width .flex-direction-nav .flex-prev
{
	left:30px
}
.slider_wrapper.fixed_width .flex-direction-nav .flex-next
{
	right:30px
}
.slider_wrapper.fixed_width:hover .flex-direction-nav .flex-prev
{
	left:110px
}
.slider_wrapper.fixed_width:hover .flex-direction-nav .flex-next
{
	right:110px
}
.post_wrapper.grid_layout .slider_wrapper
{
	min-height:190px;
	margin-bottom:15px
}

	#post_featured_slider
{
	margin-top:-1px;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	transition:all 0.6s ease;
	background-color:#f9f9f9
}
	#post_featured_slider.three_cols
{
height:250px;
}
	#post_featured_slider li .slider_image:after
{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(76%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.5)),to(rgba(0,0,0,0.59)));
	background-image:-webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 76%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.59) 100%);
	background-image:linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 76%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.59) 100%);
	z-index:2
}
	#post_featured_slider li .slider_image
{
	width:100%;
	height:500px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative
}
	#post_featured_slider li .slider_image.three_cols
{
	width:33.33333%;
	float:left;
	height:250px
}
	#post_featured_slider li .slider_image .slide_post
{
	position:absolute;
	bottom:15px;
	left:0;
	width:100%;
	text-align:center;
	color:#fff;
	z-index:3
}
	#post_featured_slider li .slider_image.three_cols .slide_post
{
	text-align:left
}
	#post_featured_slider li .slider_image .slide_post .slide-title
{
	color:#fff;
	font-size:24px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: FcMedium, Helvetica, Arial!important;
}
	#post_featured_slider li .slider_image.three_cols .slide_post
{
	padding:0 20px 0 20px;
	box-sizing:border-box
}
	#post_featured_slider li .slider_image.three_cols .slide_post .slide-title
{
	font-size:14px
}
	#post_featured_slider li .slider_image .slide_post .slide_post_date
{
	font-family: FcRegular, Helvetica, Arial!important;
	font-style:italic;
	font-size:13px
}
	#post_featured_slider li .slider_image.three_cols .slide_post,slide_post_date
{
	font-size:11px
}
/*
	  ==============================================================
		   second menu
	  ==============================================================
*/

.sm_wrap{
	background-color:#0b2d50;
	position:relative;
}
.sm_wrap .sm_wrapper{
	text-align: center;

}
.sm_wrap .sm_wrapper ul
{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	margin-bottom:0
}
.sm_wrap .sm_wrapper ul li{
	display:inline-block;
	position:relative;
	margin:0;
	padding:0;
	background-color:rgba(256,256,256,0)
}
.sm_wrap .sm_wrapper ul li:last-child{
	margin-right:0
}
.sm_wrap .sm_wrapper ul li a{
	display:inline-block;
	position:relative;
	z-index:3;
	padding:0;
	margin:0;
	color:#fff;
	font-size:14px;
	padding:10px 15px 10px 15px;
	font-weight:400;
	text-transform:uppercase;
	-webkit-transition:padding 0.3s;
	-moz-transition:padding 0.3s;
	transition:padding 0.3s;
	font-family: FcRegular, Helvetica, Arial !important;
		
}
@media (min-width: 768px) and (max-width: 991px) {
	.sm_wrap .sm_wrapper ul li a{
		padding:10px 8px 10px 8px;
	}
}
@media (max-width: 767px) {
	.sm_wrap .sm_wrapper ul li,.sm_wrap .sm_wrapper ul li a{
		display:block;
		font-size:16px;
	}
}
.sm_wrap .sm_wrapper ul li:hover a{
    /*color: #1697c7;*/
}
.sm_wrap .sm_wrapper ul li:after{
	content:"";
	position:absolute;
	left:0px;
	bottom:0px;
	height:0px;
	width:100%;
	z-index:1;
	background-color: #1697c7;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.sm_wrap .sm_wrapper ul li:hover:after,.sm_wrap .sm_wrapper ul li.active:after{
	height:100%;
}

.sm_wrap:before{
	content:"";
	position:absolute;
	top:-4px;
	left:0px;
	height:2px;
	right:0px;
	background-color:#0b2d50;
}
/*=======================================================
			FOOTER
========================================================*/
footer {
	background: #222229;
	font-family: FcRegular, Helvetica, Arial !important;
}

footer h6 {
	border-bottom: 1px solid #4f4f4f;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #e8e8e8;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 30px;
}
footer p {
	color: #aaaaaa;
	line-height: 24px;
    margin: 0 0 10px;
}
footer p.addres {
	color:#FFFFFF;
	font-size:14px;
}
footer p.email,footer p.site {
	color:#FFFFFF;
	font-size:16px;
}
footer p.phone {
	color:#FFFFFF;
	font-size:22px;
	font-family: FcMedium, Helvetica, Arial !important;
}
footer .shadow {
	box-shadow: 6px 0px 6px rgba(0,0,0,0.3);
	background: #2C2C33;
	padding-left:25px;
}
footer .shadow a{
	color: #fff;
}
footer .shadow a:hover{
	color: #1697c7;
}
footer .links li {
	padding: 6px 0px;
	color: #aaaaaa;
}
footer .links li a {
	color: #aaaaaa;
	display: inline-block;
	width: 100%;
}
footer .links li a:hover {
	color: #fff;
}
footer .tweet {
}
footer .tweet a {
	color: #ecc731;
	display: inline-block;
	width: 100%;
}
footer .tweet span {
	color: #ffffff;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	font-size: 11px;
	line-height: 30px;
}
footer .tweet span i {
	font-size: 30px;
	float: left;
	margin-right: 10px;
}
footer li a.btn {
	border: 1px solid #c4a62e;
	background: none;
	padding: 10px 10px;
	color: #fff;
	white-space: normal;
	font-size: 18px;
	text-align: center;
	text-transform:uppercase;
	letter-spacing: 3px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
	footer li a.btn {
		letter-spacing: 1px;
	}
}
@media (max-width: 767px) {
	footer li a.btn {
		letter-spacing: 1px;
		display:block;
	}
}

footer li a.btn:hover {
	background: #c4a62e;
}
footer .rights {
	background: #1C1B25;
	position:relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: FcRegular, Helvetica, Arial !important;
	font-size: 14px;
}
footer .rights p {
	font-size: 14px;
	line-height:16px;
	margin-bottom: 0px;
}
@media (max-width: 767px) {
	footer .rights p {
		font-size: 11px;
	}
}

.fc-back-top{
	float: right;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    background-color: #0B2D50;
    line-height: 48px;
    position: fixed;
    bottom: 30px;
    right: 30px;
	z-index:1000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.fc-back-top:hover{
	color:#FFFFFF;
}
.fc-back-top:focus {
   color:#FFFFFF;
}
/*=======================================================
			CONTENT
========================================================*/

.content_section{ padding-top:40px; padding-bottom:40px;}
.content_section .container{}
h4.ngd {
    text-transform: uppercase;
    font-weight:normal;
    padding-bottom: 6px;
    position: relative;
	text-align:center;
	font-family: FcMedium, Helvetica, Arial !important;
	font-size:24px;
}
h4.ngd:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 75px;
    height: 3px;
    background-color: #27282d;
}
h1.ngd {
    text-transform: uppercase;
    font-weight:normal;
    padding-bottom: 6px;
    position: relative;
	text-align:center;
	font-family: FcRegular, Helvetica, Arial !important;
	font-size:34px;
}
h1.ngd:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 75px;
    height: 3px;
    background-color: #27282d;
}
.index-content .container { background-color:#FFFFFF;}
.page-content{padding: 0px 50px 40px 50px;}

.breadcrumbs{
	padding-top:35px;
	font-family: FcRegular, Helvetica, Arial !important;
	font-size:16px;
}
.breadcrumbs .separator{font-size:14px; padding:0px 6px;}
.page-content h1{
	color: #333333;
	font-style: normal;
    font-weight: normal;
    line-height: 1.6;
    margin: 0px 0px 0px 0px;
	font-family: FcMedium, Helvetica, Arial !important;
	padding-bottom:0px;
	margin-bottom: 10px;
	font-size: 30px;
	position:relative;
}
.page-content h1:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 75px;
    height: 3px;
    background-color: #27282d;
}
.page-content > ul.detail{
	float:left;
	width:100%;
	border-bottom:1px solid #dddddd;
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:15px;	
}
.page-content > ul.detail > li{
	float:left;	
	padding:0px 10px;
	font-size:14px;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.page-content{padding: 0px 5px 40px 5px;}
	.page-content h1{
		font-size: 20px;
	}
	.page-content > ul.detail > li{
		font-size:11px;
	}
	.breadcrumbs{
		font-size:14px;
	}
	.breadcrumbs .separator{font-size:12px; padding:0px 6px;}
}
.page-content > ul.detail > li > a{
	color:#a1a1a1;
}
.page-content ul.detail li i{
	margin-right:10px;	
}
.page-content ul.detail li:first-child{
	padding-left:0px;	
}
.page-content p{
	margin-bottom:10px;	
}
.page-content blockquote{
	padding:50px 70px;
	border-left:2px solid;	
	background:#f7f7f7;
	margin-bottom:10px;
}
.page-content blockquote p{
	font-size:16px;
	font-weight:bold;
	color:#898989;
	position:relative;
	line-height:30px;	
}
.page-content blockquote p:before,
.page-content blockquote p:after
{
	content:"\f10d";
	position:absolute;
	font-family:fontawesome;
	font-size:22px;
	top:-30px;
	left:-20px;	
}
.page-content blockquote p:after{
	content:"\f10e";
	left:auto;
	right:0px;
	bottom:-30px;
	top:auto;	
}
.page-content .fc_aside_cat ul li a{
	font-family: FcRegular, Helvetica, Arial !important;
	font-size:22px;
}


/*
	  ==============================================================
		   NEWS & PRESS RELEASE WRAP CSS START
	  ==============================================================
*/
.fc_services_news_bg{	
	background-color:#f7f7f7;
}
.fc_services_news_bg .fc_press_new_lst,
.fc_services_news_bg .margin_bottom
{
	margin:0px;	
}
.fc_press_news{
	float:left;
	width:100%;
	position:relative;
	box-shadow:0 1px 2px 1px rgba(0, 0, 0, 0.24);
	background-color:#FFFFFF;	
}
.fc_press_new_lst{
	float:left;
	width:100%;
	margin:0px 0px 0px;
	margin-bottom:50px;
}
.fc_press_news:before{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:0px;
	height:4px;	
}
.fc_press_news figure{
	background-color:rgba(0,0,0,1);	
}
.fc_press_news figure img{
	width:100%;
	height:auto;	
}
.fc_press_news figure.fc_pres1_style:before{
	background-color: #fff;
    bottom: -110px;
    content: "";
    height: 50%;
    left: -10px;
    position: absolute;
    transform: rotate(0deg);
    width: 110%;
    z-index: 9;	
}
.fc_press_news figure.fc_pres1_style:after{
    bottom: 10px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    transform: rotate(-7deg);
    width: 0%;
    z-index: 9;	
}
.fc_press_news figure figcaption{
	position:absolute;
	top:0%;
	width:100%;
	text-align:center;
	opacity:0;	
}
.fc_press_news figure figcaption a{
	display:block;
	font-weight:300;
	font-size:45px;
	margin:-45px 0px 0px;
	color:#fff;
}
.fc_news_date{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:15px;
	padding-left:10px;
	padding-top:20px;
}
.fc_news_date ul li{
	float:left;
	position:relative;
}
.fc_news_date ul li a{
	font-size:12px;
	color:#474747;
	text-transform:uppercase;
	padding:10px 10px 5px;	
}
.fc_news_des{
	float:left;
	width:100%;
	padding:0px 20px 30px 20px;	
}
.fc_news_des h6 > a{
	display:block;
	font-size:20px;
	color:#474747;
	margin-bottom:9px;
	text-transform:uppercase;
	font-weight:normal;
	position:relative;
	line-height:20px;
	font-family: FcMedium, Helvetica, Arial !important;
	float:left;
	width:100%;
}
.fc_news_des h6 a:before{
	content:"";
	position:absolute;
	top:0px;
	left:-22px;
	width:3px;
	height:100%;
	background-color:#474747;	
}
.fc_news_des p{
	color:#999999;
	margin-bottom:10px;
	text-align:justify;
}
.fc_news_des a{
	display:inline-block;
	float:right;
	color:#27282d;	
}
.fc_news_des a i{
	margin-left:5px;
	font-weight:normal;
	color:#27282d;	
}
.fc_press_news{
	margin:10px 0px;
}
.fc_press_news:hover:before{
	width:100%;	
}
.fc_press_news:hover figure.fc_pres1_style:after{
	width:100%;
	bottom:32px;	
}
.fc_press_news:hover figure figcaption{
	top:50%;
	opacity:1;	
}
.fc_press_news:hover figure img{
	opacity:0.4;	
}
.fc_press_news:hover figure.fc_pres1_style:before{
	transform:rotate(-7deg);	
}
/*STYLE 2*/
.fc_press_news figure.fc_pres2_style{
margin-bottom:-20px;
}
.fc_press_news figure.fc_pres2_style:before{
	background-color: #fff;
    top: 100%;
	margin-top:-30px;
    content: "";
    height: 50%;
    left: -30px;
    position: absolute;
    transform: rotate(0deg);
    width: 110%;
    z-index: 9;	
}
.fc_press_news figure.fc_pres2_style:after{
    bottom: 54px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    transform: rotate(7deg);
    width: 0%;
    z-index: 9;	
}
.fc_press_news:hover figure.fc_pres2_style:after{
	width:100%;
	bottom:28px;	
}
.fc_press_news:hover figure.fc_pres2_style:before{
	transform: rotate(7deg);	
}
/*LINK STYLE*/
.fc_press_link{
	float:left;
	width:100%;
	text-align:center;	
	line-height:12px;
}
.fc_press_link a{
	border:2px solid #000000;
	color:#474747;	
}
.fc_press_link a.fc_link_2:before{
	content:"";
	position:absolute;
	background-color:#474747;	
}
.fc_press_link a.fc_link_2:hover{
	color:#fff;	
}
/*
	  ==============================================================
		   ASIDE ABR WRAP CSS START
	  ==============================================================
*/
.fc_aside{
	float:left;
	width:100%;
	margin-bottom:40px;
	box-shadow:0 3px 6px 1px rgba(0, 0, 0, 0.15);	
}
.fc_aside h5{
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:20px 20px;
	line-height:normal;	
}
/*Aside Category*/
.fc_aside_cat{
	background-color:#FFFFFF;	
}
.fc_aside_cat:after{
	content:'';
	display:block;
	clear:both;

}
.fc_aside_cat ul{
	float:left;
	width:100%;
	padding:10px 20px 13px;	
	list-style: none!important;
	margin-left:0px!important;
}
.fc_aside_cat ul li,
.fc_aside_event ul li
{
	float:left;
	width:100%;
	position:relative;	
}
.fc_aside_cat ul li a{
	display:block;
	color:#a8a8a8;
	padding:10px 0px;
	border-bottom:1px solid #d8d6d6;
	font-size:16px;
	line-height:normal;
	text-transform:capitalize;	
	font-family: FcRegular, Helvetica, Arial !important;
	padding-left:0px;	
	padding-right:10px;	
}
.fc_aside_cat ul li:last-child a{
	border-bottom:0px;	
}
.fc_aside_cat ul li:hover a{
	padding-left:10px;	
	padding-right:0px;	
}
/*
	  ==============================================================
		   partners section
	  ==============================================================
*/
.partners-section{margin-bottom:30px;}
.owl-carousel .owl-item .item {
	height:100px;
	width:100px;
	text-align:center;
	vertical-align:middle;
	line-height:90px;
	background-color:#FFFFFF;
	border: 1px solid #D9DBDE;
    margin: 0 auto;
	overflow: hidden;
}
.owl-carousel .owl-item .item a{
	height:100px;
	width:100px;
	text-align:center;
	vertical-align:middle;
	line-height:90px;
	display: table-cell;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
}
@-moz-document url-prefix() {
	.owl-carousel .owl-item img {
		width:100%;
	}
}
/*
	  ==============================================================
		   search form
	  ==============================================================
*/

.search_form{
	position:absolute;
	right:14px;
	bottom:100%;
	display:block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.search_form.active{}
.search_form .search_form_wrap{
	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	background-color:#1697c7;
    position: relative;
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
	right:0px;
	overflow:hidden;
	height:50px;
	width: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.search_form.active .search_form_wrap{
	width: 310px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
.search_form .search_form_wrap .search-area {
    display: block;
    padding: 6px 4px;
	padding-left:19px;
    color: #fff;
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.search_form .submit-search{
    background-color: transparent;
	border:none;
	padding:6px 10px;
	font-size:20px;
	    outline: 0;
}
.search_form input[type=text]{
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    width: 0;
    right: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
	display: inline-block;
	    outline: 0;
    border: 0;
	 padding: 8px 12px!important;
    width: 240px;
	font-family: FcRegular, Helvetica, Arial !important;
	color:#FFFFFF;
	font-size:18px;
}
.search_form input[type=text]::-webkit-input-placeholder {color:#E1ECF1;}
.search_form input[type=text]::-moz-placeholder          {color:#E1ECF1;}/* Firefox 19+ */
.search_form input[type=text]:-moz-placeholder           {color:#E1ECF1;}/* Firefox 18- */
.search_form input[type=text]:-ms-input-placeholder      {color:#E1ECF1;}
.search-page{}
.search-page span.word{ font-weight:bold; color:#1697c7;}
/*
	  ==============================================================
		   Gallery
	  ==============================================================
*/
.filterable_container{		
	margin-left:-1.5%;
	margin-right:-1.5%;
}
.filterable_container .home_gallery{
	width:24.7%;
	float:left;
	padding-left:1.5%;
	padding-right:0px;	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.fc_galry_item{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:2.8%;
	overflow:hidden;	
}
.fc_galry_item:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:0px;
	background-color:rgba(0,0,0,0.3);
	z-index:1;	
}
.fc_galry_item figure:before{
    bottom: -48px;
    content: "";
    height: 50%;
    position: absolute;
    right: -471px;
    transform: rotate(-36deg);
    width: 110%;
    z-index: 9;
	opacity:0;	
	box-shadow:0px 0px 0px 5px #fff;
}
.fc_galry_item figure img{
	width:100%;
	height:auto;
}
.fc_galry_item figure figcaption{
	position:absolute;
	left:0px; right:0px; top:0px; bottom:0px;
	width:100%;
	text-align:center;
	z-index:9999;
	opacity:0;	
}
.fc_galry_item figure figcaption a{
	display:block;
	position:absolute;
	left:0px; right:0px; top:0px; bottom:0px;
	font-size:45px;
	color:#fff;	
}
.fc_galry_des{
	position:absolute;
	bottom:-50px;
	right:0px;
	z-index:99999;
	text-align:right;
	width:100%;
	padding:0px 25px 20px 0px;
	opacity:0;	
}
.fc_galry_des p{
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:14px;	
}
.fc_galry_des h6{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;	
}
.fc_galry_item:hover:before{
	height:100%;	
}
.fc_galry_item:hover figure figcaption{
	opacity:1;	
}
.fc_galry_item:hover figure:before{
	right: -171px;
	opacity:1;	
}
.fc_galry_item:hover figure:after{
	width:100%;	
}
.fc_galry_item:hover .fc_galry_des{
	opacity:1;
	bottom:0px;	
}
/*
	  ==============================================================
		   404 PAGE WRAP CSS START
	  ==============================================================
*/
.kf_404_bg{
	padding:60px 0px;	
}
.kf_404_wrap{
	width:685px;
	margin:auto;
	text-align:center;	
}
.kf_404_wrap h2{
	margin-top:-4px;
	font-size:100px;
	color:#333333;
	font-weight:bold;
	line-height:85px;	
}
.kf_404_wrap h2 span{
	display:inline-block;
	font-weight:bold;
	padding:0px 5px;
}
.kf_404_wrap h4{
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	margin:0px 0px 40px;	
}
.kf_404_wrap h4:before{
	content:"";
	position:absolute;
	bottom:0px;
	width:50px;
	left:0px;
	right:0px;
	margin:auto;
	height:2px;	
}
.kf_404_wrap h5{
	color:#16283c;
	text-transform:uppercase;
	margin-bottom:32px;	
}
.kf_404_wrap h5 span{
	display:block;	
}
.kf_404_wrap p{
	text-transform:uppercase;
	color:#16283c;
	margin-bottom:43px;	
}
.kf_404_form{
	position:relative;
	width:535px;
	height:55px;
	margin:auto auto 43px;
	border:1px solid #c8c8c8;	
}
.kf_404_form input[type="text"]{
	width:100%;
	border:0px;
	padding:17px 60px 16px 40px;
	color:#888888;
	outline:none;
}
.kf_404_form button,
.kf_404_form input[type="submit"]
{
	position:absolute;
	right:0px;
	top:0px;
	color:#fff;
	height:53px;
	padding:0px 25px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	border:none;
}
@media (max-width: 767px) {
	.kf_404_form{
		width:100%;
	}
	.kf_404_form button,
	.kf_404_form input[type="submit"]
	{
		padding:0px 10px;
	}
	.kf_404_form input[type="text"]{
		padding-right: 77px;
	}
}
.kf_404_form button:hover,
.kf_404_form input[type="submit"]:hover{
	background-color:#020202;	
}
.kf_404_form i{
	position:absolute;
	font-size:16px;
	color:#b2b2b2;
	left:10px;
	top:19px;	
}
.kf_page_list,
.kf_page_list ul{
	float:left;
	width:100%;	
}
.kf_page_list p{
	text-transform:uppercase;
	font-size:15px;
	color:#666666
}
.kf_page_list ul{
	padding-left:20px;	
}
.kf_page_list ul li{
	float:left;
	position:relative;
	width:25%;	
}
.kf_page_list ul li:before{
	content:"\f105";
	position:absolute;
	font-family:fontawesome;
	top:6px;
	left:0px;
	color:#666666;
	font-size:16px;	
}
.kf_page_list ul li a{
	display:block;
	color:#666666;
	padding:8px 16px;
	text-align:left;
	text-transform:capitalize;	
}

/*
	  ==============================================================
		   404 PAGE WRAP CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		   PAGINATION WRAP CSS Start
	  ==============================================================
*/
.fc_pagination{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:12px;
}
.fc_pagination .pagination{
	margin:0px;
	border:0px;
	border-radius:0px;	
}
.fc_pagination .pagination li{
	display:inline-block;
	margin-right:3px;	
}
.fc_pagination .pagination li a{
	color:#666666;
	border:0px;
	margin:0px;	
	font-size:16px;
	padding:6px 14px;
	border:1px solid #d9d9d9;
	border-radius:0px;float: left;
}
.fc_pagination .pagination .dots{
display: inline-block;
    margin-right: 3px;
	font-weight:bold;
	font-size:20px;
line-height:24px;
height:34px;
margin-top:-24px;
vertical-align:middle;
	
}
.fc_pagination .pagination li a span{
	border:1px solid #cfcfcf;
	padding:4px 9px;	
}
.fc_pagination .pagination li a:focus,
.fc_pagination .pagination li a:hover{
	background:none;	
}
.fc_pagination .pagination li:hover a,
.fc_pagination .pagination li:focus a{
	color:#fff;	
}
.fc_pagination .pagination li.active a{
	    background-color: #1697c7!important;
	color:#fff;
}

.fc_pagination .bx-wrapper .bx-pager{
	display:none;	
}
/*Second Pagination*/
.fc_pagination2{
	margin-top:20px;	
	margin-bottom:38px;
}
.fc_pagination ul.pagination{
	float:left;
	width:100%;	
}
.fc_pagination .pagination li a b{
	border-top:2px solid #000000;
	color:#000000;
	padding-top:5px;	
}


/*
	  ==============================================================
		   PAGINATION WRAP CSS END
	  ==============================================================
*/
/*
	  ==============================================================
		   structure tree
	  ==============================================================
*/
#structure-tree {}
#structure-tree .tree-item-cpntainer {
	text-decoration: none;
	display: block;
	margin: 0 0 0 1.2em;   		
	background-color: transparent;
	border: solid silver;
	border-width: 0 0 1px 1px;
}
#structure-tree .tree-item{
	display: block; 
	position: relative;
	top: 12px; 
	background-color: #fff; 
	margin: 0 0 1px 8px; 
	padding: 3px 4px; 
}
#structure-tree .fitst-item{
	top: 11px; 
}
#structure-tree span{
	
}
#structure-tree span.title{
}
#structure-tree .tree-item-cpntainer a  {
}
#structure-tree ul, #structure-tree li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#structure-tree ul li {
	line-height: 1.2em;
}
#structure-tree ul li ul {}
#structure-tree ul li ul li {
	margin: 0 0 0 1.2em;
	border-left: 1px solid silver; 
}
#structure-tree ul li.last ul li {
	border: none;  
}

/*Office Location Info Wrap Style*/
.kf_location_info{
	float:left;
	width:100%;
	text-align:center!important;	
	padding:20px 0px;
}
.kf_location_info > i{
	width:70px;
	height:70px;
	background-color:#1f1e22;
	color:#fff;
	border:4px solid #d2d2d3;
	border-radius:100%;
	line-height:65px;
	font-size:30px;
	margin-bottom:22px;
}
.kf_location_info h6{
	color:#333236;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 14px;
	font-size:20px;	
}
.kf_location_info p,
.kf_location_info span,
.kf_location_info a{
	color:#333236;
	margin:0px;
	font-family: FcRegular, Helvetica, Arial !important;
	font-size:18px!important;
	text-align:center!important;
}
#IOE-CNT .kf_location_info p{text-align:center!important;	}
.kf_location_info a{
	display:inline-block;
	margin-bottom:10px;	
}
.kf_location_info span{
	display:block;	
}
ul.kf_loc_socil_icon{
	float:left;
	width:100%;	
}
.kf_loc_socil_icon li{
	display:inline-block;
	position:relative;	
}
.kf_loc_socil_icon li a{
	display:block;
	color:#1f1e22;
	font-size:16px;
	padding:0px 8px;	
}
/*Hover Style*/
.kf_location_info:hover i{
	background-color:#fff;	
}

/*
	  ==============================================================
		   widget calendar
	  ==============================================================
*/
table.widget_calendar
{
	width:100%
}
.widget_calendar .weekday
{
	color:#222;
	font-size:.6875em;
	text-transform:uppercase
}
.widget_calendar td .day_wrap
{
	display:block;
	position:relative;
	border:2px solid transparent;
	padding:12px 4px;
}
.widget_calendar td a:after
{
	font-family:fontawesome;
	content:'\f111';
	font-size:4px;
	position:absolute;
	left:48%;
	bottom:2px
}
.widget_calendar th,.widget_calendar td
{
	font-weight:400;
	text-align:center;
	border-width:0;
	padding:0
}
.widget_calendar th
{
	padding:18px 4px;	
}
.widget_calendar th.weekday
{
	 border-color: #ddd;
	border-style: solid;
    border-width: 1px;
}
.widget_calendar td
{
	font-size:.875em;
	 padding:0;
	 border-color: #ddd;
	border-style: solid;
    border-width: 1px;
}
.widget_calendar .month_cur,.widget_calendar .month_prev,.widget_calendar .month_next{
    background-color: #0b2d50; color:#fff;
}
.widget_calendar .month_cur{
	font-size:18px;
}
.widget_calendar .month_cur
{
	text-transform:uppercase
}
.widget_calendar .month_prev a,.widget_calendar .month_next a
{
	display:block;color:#fff
}
.widget_calendar .month_prev a:before,.widget_calendar .month_next a:before
{
	font-family:fontawesome;
}
.widget_calendar .month_prev a:hover,.widget_calendar .month_next a:hover
{
	color:#fff
}
.widget_calendar .month_prev a:before
{
    content: "\f100"
}
.widget_calendar .month_next a:before
{
	content:'\f101'
}
.widget_calendar td a
{
	color:#1697c7
}
.widget_calendar td a:hover
{
	background-color:#1697c7;
	color:#fff
}
.widget_calendar .today .day_wrap
{
	border-color:#1697c7
}
/*
	  ==============================================================
		   GET IN TOUCH WRAP CSS START
	  ==============================================================
*/
.kf_touch_form{
    float: left;
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
	margin: 10px 0px;
	padding:20px;
}
.kf_touch_field{
	float:left;
	width:100%;
	position:relative;
}
.kf_touch_field input[type="text"],
.kf_touch_field textarea{
	width:100%;
	height:50px;
	border:1px solid #bdbec1;
	padding:8px 15px;
	margin-bottom:30px;
	color:#27282d;
	outline:none;
}
.kf_touch_field textarea{
	height:150px;	
}
.kf_touch_field input[type="submit"],
.kf_touch_field .fc_btn_1{
	float:right;
	cursor:pointer;
}
.kf_touch_field .fc_btn_1{
	border:1px solid #000000;
	padding:12px 20px;
	color:#474747;	
}
.kf_touch_field .fc_btn_1:before{
	background-color:#474747;	
}
.kf_touch_field .fc_btn_1:hover{
	color:#fff;	
}
.kf_touch_field #file-box{padding:5px; font-size:16px; padding-left:54px; 
	font-family: FcRegular, Helvetica, Arial !important;}
.kf_touch_field #file-box .file-item{
    font-size: 18px;
    padding: 6px 8px;
}
.kf_touch_field #file-box .file-item span{
	color:#A7A7A7;
}
.kf_touch_field #file-box .file-item .del-file{
	color:#A7A7A7;
}
.kf_touch_field #file-box .file-item .del-file:hover{
	color:#CE5858;
}
/*
	  ==============================================================
		  INFO BOXES
	  ==============================================================
*/
info{background-color:#FFFFE1; border: 1px solid #E6E600; padding:8px; display:block; margin:2px; color: #171717; margin:8px 0px 18px 0px;}
info[green],info[ok]{background-color:#98E9BC; border: 1px solid #5EDD97;}
info[red],info[error]{background-color:#FDA38C; border: 1px solid #FB3D0D;}
info[none]{background-color:transparent; border:none;padding:0px; margin:0px;color:#000000;}
/*--------------------------------------------
Mobile Menu
----------------------------------------------*/
	.mobile-block{width:100%; position:relative;text-align: center;padding:7px 0 15px 0;background-color: #0b2d50; margin-top:0px; display:none;}
  .menu-link {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	
  }
  .menu-link.active {
    border-color: transparent;
    box-shadow: none;
  }
  .menu-link.active .lines {
    background-color: transparent;
  }
  .menu-link.active .lines:before,
  .menu-link.active .lines:after {
    top: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
  }
  .menu-link.active .lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
  }
  .menu-link.active .lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
  }
  .menu-link .lines {
    display: inline-block;
    width: 30px;
    height: 3px;
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .menu-link .lines:before,
  .menu-link .lines:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .menu-link .lines:before {
    top: 11px;
  }
  .menu-link .lines:after {
    top: -11px;
  }
.menu-link .lines, .menu-link .lines:before, .menu-link .lines:after{background-color:#FFFFFF;}
.menu-link.active .lines:before, .menu-link.active .lines:after{background-color:#FFFFFF;}
.nav-mobile {
  text-transform: uppercase;
}
.nav-mobile .sub-menu {
  margin: 0;
}
.nav-mobile .sub-menu li {
  text-transform: none;
}
.nav-mobile .sub-menu li a {
  display: block;
  text-transform:uppercase;
}
.nav-mobile .sub-menu li .post-simple-layout .post .entry-title {
  margin-top: 15px;
}
.nav-mobile .sub-menu-toggle {
  display: none;
}
.nav-mobile .vc_row {
  margin: 0;
}
  .nav-mobile {
    width: 100%;
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 100000;
    border-top: 1px solid #1697c7;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	background-color:#ffffff;
  }
  .nav-mobile.active {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .nav-mobile li {
    position: relative;
  }
  .nav-mobile ul {
    list-style: none;
	margin: 0;
    padding: 0;
	background-color: #0b2d50;
  }
  .nav-mobile li > a {
    display: block;
    border-bottom: 1px solid #1697c7;
    padding: 10px 20px;
	font-family: FcRegular, Helvetica, Arial !important;
  }
  .nav-mobile li .sub-menu {
    display: none;
	background-color:#205784;
  }
  .nav-mobile li.menu-item-has-children > .sub-menu-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    outline: 0;
	color:#1697c7;
  }
  .nav-mobile li.menu-item-has-children > .sub-menu-toggle:before {
    display: inline-block;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-mobile li.expand > .sub-menu-toggle:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .nav-mobile li.mega-menu .sub-menu {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
  }

.nav-mobile a{color:#FFFFFF;}
.nav-mobile li:hover > a, .nav-mobile .menu-item-has-children > a:after{color:#1697c7;}
.nav-mobile .sub-menu{background-color:#ffffff;border-top-color:#00A4A3;border-bottom-color:#00A4A3;border-left-color:#eeeeee;border-right-color:#eeeeee;}
.nav-mobile .sub-menu a, .nav-mobile .sub-menu a:after{color:#FFFFFF;}
.nav-mobile .sub-menu li:hover > a, .nav-mobile .sub-menu li:hover > a:after{color:#1697c7;}
.nav-mobile .current-menu-ancestor > a {
    color: #00A4A3 !important;
}
.kf_touch_form span{padding:5px; font-size:16px; margin-top:-30px; margin-bottom:30px;display: block;
	font-family: FcRegular, Helvetica, Arial !important;}
.kf_touch_form label{
	font-family: FcRegular, Helvetica, Arial !important;font-size:24px; 
}


.agree_container {
}
.agree_container input[type=checkbox] {
    display: none;
}

.agree_container label{
	font-family: FcRegular, Helvetica, Arial !important;font-size:24px; line-height:30px; margin-bottom:30px;
}
.agree_container label:before {
    content: "\46";
    display: inline-block;
    width: 30px;
    height: 30px;
	line-height:16px;margin:0;
    margin-right: 10px;
    position: relative;
    border: 1px solid #bdbec1;
	color: transparent;
	top: -5px;
}
.agree_container input[type=checkbox]:checked + label {
    position: relative;
    top: 0px;
}
.agree_container input[type=checkbox]:checked + label:before {
    position: relative;
    content: "\2713";line-height:30px; 
    color: #000;
    font-size: 24px;
    text-align: center;
    padding: 0;
    font-weight: bold;
	top: 0px; margin-top:1px; margin-bottom:5px;
}
.kf_touch_form hr{margin-bottom:40px; margin-top:0px; color:#dfe0e2;}
