@charset "utf-8";
/* CSS Document */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	font: normal 75%/1em 'PT Sans Narrow', sans-serif; /* 12px */
	line-height:18px;
	color:#333;
	text-align: left;
}
a {
	color:#333;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0px;
	vertical-align:middle
}
.section-top-shadow {
	-webkit-box-shadow: 0px -7px 8px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px -7px 8px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px -7px 8px 0px rgba(0, 0, 0, 0.35);
	position: relative;
}
.section-bottom-shadow {
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.35);
	position: relative;
}
.section-both-shadow {
	-webkit-box-shadow: 0px 2px 8px 6px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 2px 8px 6px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 2px 8px 6px rgba(0, 0, 0, 0.35);
	position: relative;
}
/***top header ****/

.top_menu {
	float:left;
	width:100%;
	background-color:#61bb43;
	padding-top:7px;
	padding-bottom:7px;
}

.top_menu_left{
	float:left;
}


.top_menu_left ul{
	float:left;
	list-style:none;
}


.top_menu_left ul li{
	float:left;
	margin-right:10px;
}

.top_menu_left ul li a{
	font-size:24px;
	color:#FFF;
}


/***top header ****/

.logo_search {
	float:left;
	width:100%;
}
.top_header {
	float:left;
	width:100%;
	
}
.logo {

	text-align:center;
	vertical-align:middle;
}
.logo a img {
	padding-top:5px;
	padding-bottom:5px;
	max-height:100px;
}



.logo_right_contact{
	float:right;
	margin-top:25px;
	display:none;
}
	
.logo_right_contact ul{
	float:left;
	list-style:none;	
}

.logo_right_contact ul li{
	float:left;
	margin-top:20px;
	margin-left:25px;
}

.logo_right_contact ul li p{
	font-size:16px;
}

.r_name{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	color:#2a2a2a;
	margin-bottom:5px;
	
}

.r_name i{
	font-size:18px;
	color:#ef1e19;
	margin-right:5px;
}



 @media (min-width:768px) {

.logo {
	float:left;
	
}
 .logo a img {
	 padding-top:10px;
	 padding-bottom:10px;
     max-height:120px;
}

.logo_right_contact{
	display:block;
	}


}
 @media (min-width:992px) {
}
 @media (min-width:1200px) {
}
/************ main menu **********************/
.main_content_menu {
	float:left;
	width:100%;
	height:50px;
	background:#61bb43;
}

.main_menu {
	float:left;
	width:100%;
}

.mobile_hide {
	display:none;
}

.mobile_menu_name{
	float:left;
	height:50px;
	line-height:50px;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	padding-left:10px;
	display:none;
}



 @media (max-width:767px) {
 .main_menu {
 	float:right;
 	width:100%;
 	position:absolute;
 }
  .mobile_menu_name {
	display:block;
	}
 
}




.navbar-nav>li>a>i{	
	font-size:20px;
}



.top_menu_right {
	float:right;
}
.top_menu_right ul {
	float:left;
	list-style:none;
}
.top_menu_right ul li {
	float:left;
	color:#FFF;
	font-size:16px;
	padding-top:5px;
}
.top_menu_right ul li a {
	float:left;
	margin-left:10px;
}
.top_menu_right ul li a i {
	margin-right:3px;
}



.main_content {
	float:left;
	width:100%;
	margin-bottom:35px;

}

.slider {
	float:left;
	width:100%;
	margin-bottom:10px;
}

.main_content_wrapper {
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.main_content_wrapper1 {
	float:left;
	width:100%;
	padding-top:40px;
	padding-bottom:30px;
}


.news{
   float:left;
   width:100%;
}

.news .l_img {
	max-width:50%;
	margin-right:45px;
	padding:1px;
	border:1px solid #999;
}

.news .news_tit{

	color:#000;
	font-size:22px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:25px;
}

.news_desc{
	text-align:justify;
	font-size:16px;
	line-height:24px;
}


.news a.f_news_read{
	float:right;
	padding:12px;
	padding-left:30px;
	padding-right:30px;
	background-color:#61bb43;
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;
	border-radius:30px;
	margin-top:25px;
	}
	
.news a:hover {
	background-color:#50b52e;
	text-decoration:none;
}
	


/****************** last news *********/

.last_news {
	float:left;
	width:100%;
}

.last_news1{
	float:left;
	width:100%;	
	margin-bottom:15px;
}

.last_news_title {
	float:left;
	width:100%;
	color:#000;
	font-size:24px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:30px;
	padding-bottom:25px;
	background:url(../../images/title-separator_green.png) no-repeat center bottom;
	letter-spacing:0.5px;
}

.last_news_title i{
	color:#f19901;
	margin-right:5px;
}

.last_news .col-sm-6{
	margin-bottom:30px;
}

.post_featured {
	float:left;
	width:100%;
	margin-bottom:25px;
}
.post_featured .l_img {

	width:100%;
	width:150px;
	margin-right:25px;
	padding:1px;
	border:1px solid #999;
}

.post_featured .item_title{

	padding:0px;
	margin:0px;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:15px;
	font-size:18px;
	line-height:22px;
	line-height:
}


.post_featured .item_intro{
	color:#666;
	text-align:justify;
	font-size:15px;
	line-height:22px;
	margin-bottom:20px;
}


.post_featured .item_date{
	color:#333;
	font-size:15px;
}


.post_featured .item_read{
	float:right;
	font-size:15px;
}

.post_featured .item_read a{
	color:#333;
}

 @media (min-width:768px) {

.post_featured {
	margin-bottom:0px;
}

.post_featured .l_img {
	width:100%;
	max-width:240px;
	margin-right:25px;
}

}
 @media (min-width:992px) {
}
 @media (min-width:1200px) {
}

.post_featured1 {
	float:left;
	width:100%;
}
.post_featured1 .l_img {
	width:100%;
	margin-right:25px;
	margin-bottom:10px;
	border:1px solid #CCC; 
}

.post_featured1 .item_title{
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
}


.post_featured1 .item_intro{
	color:#333;
	text-align:justify;
	
	font-style:italic;
	font-size:13px;
}


.post_featured1 .item_date{
	color:#f19901;
}


.post_featured1 .item_read{
	float:right;
}

.post_featured1 .item_read a{
	color:#f19901;
}


.sta{
	float:left;
	width:100%;
	position:relative;
	padding-top:80px;
	padding-bottom:80px;
	background:url(../../images/footer_bg.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	margin-bottom:35px;
}


.sta:before{
   content:'';
   position:absolute;
   left:0px;
   top:0px;
   width:100%;
   height:100%;
   background-color: rgba(0, 0, 0, 0.70);
   z-index:0;	
}


.sta .col-sm-4{
	text-align:center;
	font-size:28px;
}

.sta_111{
	float:left;
	width:100%;
	padding-bottom:30px;
	background:url(../../images/nav-dots.png) no-repeat center bottom;
	color:#FFF;
	font-size:28px;
	margin-bottom:30px;

}



.sta_name{
	float:left;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:15px;
	letter-spacing:1px;
	text-transform:uppercase;	
}


@media (min-width:768px) {

.sta_name{
	font-size:20px;

}


}
 @media (min-width:992px) {
}
 @media (min-width:1160px) {
}






/*


.service{
	float:left;
	width:100%;
	margin-bottom:10px;
}


.colpad{
	text-align:center;
	padding-top:180px;
	padding-bottom:180px;
}



.colpad1{
	text-align:center;
	padding-top:49px;
	padding-bottom:49px;
}

.cover1{
	background:url(../../images/1.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}

.cover2{
	background:url(../../images/2.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
		position:relative;
}
	
.cover3{
	background:url(../../images/3.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}


.cover_mask{
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	background-color: rgba(251, 152, 25, 0);
}



.cover1:hover .cover_mask, .cover2:hover .cover_mask, .cover3:hover .cover_mask{
	background:none;
	background-color: rgba(251, 152, 25, 0.5);
	-webkit-transition: 5s;
	-moz-transition: 5s;
	transition: 1s;	
}


.service .col-sm-4 a{
	
	text-transform:uppercase;
	color:#FFF;
	font-size:16px;
	text-align:center;
	padding:15px;
	padding-left:30px;
	padding-right:30px;
	border:1px solid #FFF;
	z-index:1000;
	position:relative;
}




/*
.last_dates {
	position:absolute;
	top:4px;
	left:4px;
	background-color:#dd3333;
	padding:4px;
	padding-left:5px;
	padding-right:5px;
	color:#FFF;
	font-size:12px;
	z-index:1000;
}
.last_dates1{
     color:#666;	
	}

.l_img1 {
	width:100%;
	height:auto;
}
.post_featured .mask {
	background-color: rgba(34, 28, 37, 0.4);
	content: ' ';
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 -ms-transition: all ease .5s;
 -o-transition: all ease .5s;
 transition: all ease .5s;
}
.post_featured .icons {
	position: absolute;
	z-index: 120;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #f56c6d;
	transition: all 0.3s ease;
	text-decoration: none;
	background: transparent;
}
.post_featured .icons i {
	position:absolute;
	z-index:102;
	left:calc(50% - 16px);
	top:calc(50% - 16px);
	opacity: 0;
	font-size:22px;
	color:#FFF;
 -webkit-transition:all ease .5s;
 -moz-transition:all ease .5s;
 -ms-transition:all ease .5s;
 -o-transition:all ease .5s;
 transition:all ease .5s;
}
.news ul li:hover .icons i {
	opacity:1;
}
.news ul li:hover .mask {
	opacity:1;
}
.news_tit {
	float:left;
	width:100%;
}
.news_tit a {
	float:left;
	width:100%;
	text-transform:uppercuase;
	color:#0e5ab2;
	font-size:15px;
	line-height:18px;
	margin-bottom:7px;
}
 @media (min-width:576px) {
 .news_tit a {
 height:35px;
 overflow:hidden;
}
}



/************** front right content **********

.videos {
	float:left;
	width:100%;
	margin-bottom:30px;
}

.video_content {
	float:left;
	width:100%;
}

.fb_box_web{
	float:left;
	width:100%;
	margin-bottom:30px;
}

.exchange_box{
	float:left;
	width:100%;
}

/** front video 


.logos_wrapper {
	float:left;
	width:100%;
	margin-bottom:30px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.links_logos {
	float:left;
	width:100%;
}
.links_logos ul {
	float:left;
	width:100%;
	list-style:none;
}
.links_logos ul li {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.links_logos ul li span {
	float:left;
	width:65px;
	height:50px;
	text-align:center;
}
.links_logos ul li h5 {
	font-size:14px;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:3px;
	color:#069;
}
.links_logos ul li h6 {
	font-size:14px;
	color:#666;
	padding:0px;
	margin:0px;
}
/***** news content **/

.full_content {
	float:left;
	width:100%;
}
.main_left {
	float:left;
	width:100%;
	display:none;
}
.main_right {
	float:right;
	width:100%;
	padding-left:15px;
	padding-right:15px;
}
 @media (min-width:768px) {
	 .main_left {
	 float:left;
	 width:27%;
	 display:block;
	}
	.main_right {
	 float:right;
	 width:73%;
	 padding-left:0px;
	 padding-right:0px;
	 border-left:1px solid #b8b6b6;
}
}
.main_full {
	float:left;
	width:100%;


}
/********right menu***/

.right_colm {
	float:left;
	width:90%;
}
.right_colm .title {
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:18px;
	line-height:18px;
	margin-bottom:18px;
	padding-bottom:8px;
	color:#333;
	border-bottom:1px solid #b8b6b6;
}
.right_colm ul {
	list-style:none;
}
.right_colm ul li {
	float:left;
	width:100%;
	margin-bottom:3px;
}
.right_colm ul a {
	float:left;
	width:100%;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:3%;
	padding-top:8px;
	padding-bottom:8px;
	color:#0e76bc;
}
.right_colm ul ul {
	float:left;
	width:90%;
	margin-left:20px;
	margin-top:10px;
}
.right_colm ul ul li {
	border-bottom:0px;
	list-style:circle;
	margin-top:2px;
}
.right_colm ul ul a {
	padding:0px;
	text-transform:none;
}
.right_colm a:hover {
	color:#003399;
	text-decoration:underline;
}
.right_colm ul a.active {
	background-color:#3f4450;
	color:#FFF;
}
.right_colm ul a.active_sub {
	color:#144d92;
	text-decoration:underline;
	font-weight:bold;
}
/************************/

.all_news {
	float:left;
	width:100%;
	padding-left:15px;
}
 @media (max-width:768px) {
 .all_news {
 padding-left:0px;
}
}
.section_header {
	float:left;
	width:100%;
	font-size:18px;
	line-height:18px;
	padding-bottom:8px;
	margin-bottom:18px;
	text-transform:uppercase;
	color:#333;
	border-bottom:1px solid #b8b6b6;
}
.all_news ul {
	float:left;
	width:100%;
	list-style:none;
}
.list_item_news {
	float:left;
	width:100%;
	border-bottom:1px dotted #CCC;
	margin-bottom:18px;
	padding-bottom:15px;
}
.list_item_news:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}
.item_news_img {
	max-width:220px;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:5px;
}
 @media (max-width:480px) {
 .item_news_img {
 float:left;
 width:50%;
}
}
.item_header {
	width:100%;
	text-transform:uppercase;
	padding-top:2px;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#333;
	font-size:16px;
}
.item_content {
	color:#666;
	font-size:14px;
	text-align:justify;
}
a.item_read_more {
	float:right;
	margin-top:3px;
	background-color:#00aeef;
	color:#FFF;
	padding:5px;
	padding-left:12px;
	padding-right:12px;
	text-decoration:none;
	border-radius:2px;
}
a.item_read_more:hover {
	background-color:#1d4393;
	color:#FFF;
}
/** single news */


.single_news {
	float:left;
	width:100%;
	padding-left:25px;
	font-size: 14px;
	line-height: 18px;
}
 @media (max-width:768px) {
 .single_news {
 padding-left:0px;
}
}
.single_news_header {
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	padding-bottom:8px;
	margin-bottom:18px;
	text-transform:uppercase;
	color:#333;
	border-bottom:1px solid #b8b6b6;
}
.single_news_content {
	float:left;
	width:100%;
	font-size:15px;
	line-height:22px;
	text-align:justify;
}
.single_news_content img {
	max-width:100%;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:5px;
}
.single_news_content ul {
	margin-left:55px;
}
.single_news_content table tr td, .single_news_content table tr th {
	padding:3px;
}
.socail_share {
	float:right;
}
.socail_share_top {
	float:right;
	width:100%;
	margin-bottom:10px;
}
.socail_share a, .socail_share_top a {
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:2px;
}
.socail_share a i, .socail_share_top a i {
	margin-right:3px;
	font-size:14px;
}
a.facebook_share {
	float:right;
	padding:5px;
	background-color:#3b5998;
	margin-right:15px;
	padding-left:7px;
	padding-right:7px;
}
a.twitter_share {
	float:right;
	padding:5px;
	background-color:#29aae3;
	padding-left:7px;
	padding-right:7px;
}
.socail_share a:hover, .socail_share_top a:hover {
	text-decoration:underline;
}
.single_audio {
	position:relative;
	z-index:5000 !important;
}
.list_items {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
}
.list_items td, .list_items th {
	padding:6px !important;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
/*********************/

.contacts_content {
	float:left;
	width:100%;
	padding-top:40px;
	padding-bottom:30px;
}
.contacts_news_header {
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	padding-bottom:8px;
	margin-bottom:18px;
	text-transform:uppercase;
	color:#333;
	border-bottom:1px solid #b8b6b6;
}
.contact_map {
	float: right;
	width:100%;
	margin-bottom:45px;
}
.contacts_news_form {
	float:left;
	width:100%;
}
.con_col1 {
	float:left;
	width:49%;
	margin-bottom:15px;
}
.con_col2 {
	float:right;
	width:49%;
	margin-bottom:15px;
}
 @media (max-width:767px) {
 .con_col1 {
 float:left;
 width:100%;
 margin-bottom:25px;
}
 .con_col2 {
 display:none;
}
}
.contact_news {
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:15px;
}
.contact_news li {
	float:left;
	width:100%;
	font-size:15px;
	margin-bottom:8px;
}
.colc {
	float:left;
	width:100%;
}
.contact2-textbox {
	float:left;
	width:100%;
	height:35px;
	margin-bottom:12px;
	font-size:15px;
	padding-left:5px;
}
.contact2-textarea {
	float:left;
	width:100%;
	height:118px;
	padding:5px;
	font-size:14px;
}
.btn_contact {
	float: right;
	margin-top:15px;
	padding:6px;
	padding-left:15px;
	padding-right:15px;
	background: #0e5ab2;
	color: #FFF;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	text-transform:uppercase;
}



/*****************

.video_all {
	float:left;
	width:100%;
}

.video_all ul {
	float:left;
	width:100%;
	list-style:none;
}
.list li {
	float:left;
	width:25%;
	padding:10px;
	overflow:hidden;
}
.video_all img {
	width:100%;
	margin-bottom:5px;
}
.video_all img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.video_all a {
	text-align:center;
	color:#000;
	text-decoration:none;
	font-size:16px;
}
.video_all a:hover {
	text-decoration:underline;
}

.video_all ul li p{	
	text-align:left;
	height:60px;
	overflow:hidden;
}


.single_video_content {
	float:left;
	width:100%;
}
.single_video {
	float:left;
	width:65%;
	margin-top:10px;
}
.other_videos {
	float:right;
	width:32%;
	margin-top:10px;
}
.other_videos ul {
	float:left;
	width:100%;
	list-style:none;
}
.other_videos ul li {
	float:left;
	width:45%;
	text-align:center;
	margin-right:15px;
	margin-bottom:15px;
	overflow:hidden;
}
.other_videos ul li {
	font-size:16px;
}
.other_videos ul li img {
	float:left;
	width:100%;
	margin-bottom:3px;
}


.other_videos ul li p{
	text-align:left;
	}


.single_news_content_full {
	float:left;
	width:100%;
	border:1px solid #0F0;
}



.logos_marquee {
	float:left;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}

.logos {
	float:left;
	width:100%;
}


.pagination {
	float:left;
	width:100%;
	text-align:center;
	font-size:13px;
	font-size:18px;
	margin-top:50px;
}
.pagination a, .pagination strong {
	padding:5px;
	padding-left:14px;
	padding-right:14px;
	border:1px solid #0d2535;
}

.pagination a:hover, .pagination strong:hover {
   background-color:#f19901;
   color:#FFF;
   border:1px solid #f19901;
   text-decoration:none;

}
.pagination strong {
	background-color:#0d2535;
	color:#FFF;
}



/** footer **/

.footer_section {
	float:left;
	width:100%;
	background:url(../../images/footer_bg.jpg) no-repeat center center;
	background-size:cover;

}

.footer_bg{
	background-color: rgba(0, 0, 0, 0.7);
	padding-top:80px;
	padding-bottom:20px;
}


.footer_menu_sub_contact {
	float:left;
	width:100%;
}
.foo_section{
	margin-bottom:35px;
}



.footer_title {
	float:left;
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:30px;
}

.footer_contacts {
	float:left;
	width:100%;
	list-style:none;
}
.footer_contacts li {
	float:left;
	width:100%;
	color:#FFF;
	line-height:22px;
	font-size:16px;
	margin-bottom:15px;
}

.footer_contacts li i{
	margin-right:8px;
	font-size:16px;
}

.footer_socail {
	float:left;
	width:100%;
	list-style:none;
	margin-top:10px;
}
.footer_socail li {
	float:left;
}
.footer_socail li a {
	float:left;
	margin-right:20px;
}
.footer_socail li a i {
	color:#FFF;
	font-size:24px;
}
.footer_socail li a:hover i {
	color:#FFF;
}

.footer_menu {
	float:left;
	width:100%;
	list-style:none;
}
.footer_menu li {
	float:left;
	width:100%;
	margin-bottom:17px;
}
.footer_menu li a {
	float:left;
	width:100%;
	color:#FFF;
	font-size:16px;
}


.f_input {
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	margin-bottom:12px;
	border-radius: 2px;
	border: 1px solid #FFF;
	background:none;
	font-size:14px;
	background-color:#FFF;
}
.input_txt {
	float: left;
	width: 100%;
	height: 80px;
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #FFF;
	margin-bottom:15px;
	background:none;
	font-size:14px;
	background-color:#FFF;
}
.send_button {
	float: right;
	padding:8px;
	padding-left:12px;
	padding-right:12px;
	background-color: #61bb43;
	color: #FFF;
	border: none;
	cursor: pointer;
	border-radius: 2px;
	font-size:14px;
	text-transform:uppercase;
}
.send_button:hover {
	background-color: #50b52e;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #a4a4a4;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #a4a4a4;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #a4a4a4;
}

 @media (min-width:768px) {
	 
	 .foo_section{
		 margin-bottom:0px;
}


.footer_title {
	float:left;
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:60px;
}

}
 @media (min-width:992px) {
}
 @media (min-width:1160px) {
}


/*****************/

.footer_copyright {
	float:left;
	width:100%;
	text-align:left;
	padding-left:15px;
	text-transform:uppercase;
	font-size:14px;
	color:#FFF;
	margin-top:15px;
}

.f_c_name {
	float:left;
	margin-top:20px;
}

.f_logo{
	float:right;
	
	}
