/*********************************************************************************
common styles
***************/
body {
	background:#fff!important;
	color:#333!important;
	font-family: 'Open Sans', sans-serif!important;
	font-size:13px!important;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin:0px!important;
	padding:0px!important;
}
a {
	color:#333!important;
	cursor:pointer;
	text-decoration:none!important;
}
a:active {
	box-shadow:none!important;
}
p {
	line-height:22px;
	margin-bottom:10px!important;
	font-size:14px!important;
}
h1, h2 {
	margin-bottom:10px!important;
}
/*********************************************************************************
colored text and buttons
***************/
 
.text-green {
	color:#16b7b3
}
.text-white {
	color:#fff
}
 .text-red {
	color:#d9271d
}
 
 
.btn {
	border-radius:0px!important;
}
.btn-red {
	background:#d9271d;
	color:#fff!important
}
.btn-green {
	background:#16b7b3;
	color:#fff!important
}
.btn-blue {
	background:#016fb4;
	color:#fff!important
}
.btn-borderd {
	border:2px solid #ccc!important;
	width:80%!important;
}
.btn-booking {
	float:right;
}
.btn:hover {
	background:#333!important;
	color:#fff!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 6px 12px !important;
	margin-right:0px!important;
}
/*********************************************************************************
header styles
***************/
header {
	width:100%;
	border-bottom:1px solid #eee;
}
header.header-fixed {
	width: 100%;
	position:fixed!important;
	z-index: 9999;
	top:0;
	-moz-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
}
header.header-fixed .top-bar {
	display:none
}
header .top-bar {
	height:auto;
	position:relative;
	border-bottom:1px dashed #ccc;
}
/*cont nav*/

header .cont-nav {
}
header .cont-nav ul {
	list-style:none;
	float:right;
	margin:2px 0!important
}
header .cont-nav ul li {
	float:left;
}
header .cont-nav ul a {
	display:block;
	padding:5px 10px;
	color:#666!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .cont-nav ul a .fa {
	margin-right:5px;
}
header .cont-nav ul a span.cont-text {
}
header .cont-nav ul a:hover {
}
/*user nav*/
header .user-nav {
}
.user-nav ul {
	list-style:none;
	float:right;
	margin:3px 0!important
}
.user-nav ul li {
	float:left;
	position:relative
}
.user-nav ul a {
	display:block;
	padding:3px 10px;
	margin-right:5px;
	color:#fff!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	border:1px solid #666;
}
.user-nav ul a .fa {
	margin-right:5px;
}
.user-nav ul a.login {
	background:#fff;
	color:#333!important
}
.user-nav ul a.join {
	background:#ed5509;
	border-color:#ed5509;
}
.user-nav ul a:hover {
	background:#666;
	color:#fff!important
}
.user-nav ul a.join:hover 
{
    border-color:#666;
    }
.user-nav .user-nav-2 {
	position:absolute;
	right:0;
	top:40px;
	z-index: 9999;
	list-style: none;
	background:#fff;
	border:1px solid #666;
	border-radius:5px;
	opacity: 0;
	visibility:hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	-moz-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
}
.user-nav .user-nav-2 li {
	width:100%;
	border-right:0px;
	text-transform:capitalize;
	margin:0px!important;
	white-space:nowrap
}
.user-nav .user-nav-2 li:first-child:before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color:#666;
	position:absolute;
	text-align:right;
	padding-right:30px;
	width:100%;
	top:-14px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.user-nav .user-nav-2 li a {
	padding: 8px 10px!important;
	border-bottom:1px solid #eee;
	color:#333!important;
	margin:0px;
	border-radius:0px;border:0px solid #666;
}
.user-nav .user-nav-2 li:last-child a {
	border-bottom:0px;
}
.user-nav .user-nav-2 li a .fa {
	color:#666
}
.user-nav .user-nav-2 li a:hover {
	background:#eee;
	color:#333333!important
}
.user-nav li:hover .user-nav-2 {
	opacity: 1;
	visibility:visible;
	top:35px;
}
/*logo nav bar*/

header .logo-nav-bar {
	position: relative!important;
	background:#fff;
}
header .logo-nav-bar .col-lg-8 {
	position:inherit!important
}
header .logo-bar {
}
header .logo {
	width:auto;
	height:auto;
	display:block;
	float:left;
}
header .logo img {
	max-width:100%;
}
/* nav bar */
header .nav-bar {
}
/*site nav*/
header .site-nav {
	float:right
}
/* search bar */
.search-bar {
	width:95%;
	max-width:1000px;
	padding:15px 12px 22px 15px;
	height:auto;
	position:absolute;
	left: 50%;
	margin-right: -50%;
	-moz-transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	z-index:999
}
.search-bar .search-overlay {
	background:#000;
	opacity:0.5;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%
}
.search-bar .box-title {
	color:#fff;
	position:absolute;
	width:160px;
	height:35px;
	z-index:99999;
	background:#81b93e;
	top:-35px;
	left:0;
	text-align:center;
	font-size:16px;
	line-height:35px;
}
.search-bar .box-title .fa {
	margin-right:10px;
}
.search-bar .search-box {
	position:relative;
	z-index:9999;
	background:#fff;
}
.search-bar .search-box .form-group {
	margin-bottom:0px!important
}
.search-bar .search-box .form-group label {
	color:#fff;
}
.search-bar .search-box .form-group label .fa {
	background: #fff;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	margin-top: 1px;
	margin-left: 1px;
	color:#999;
	position:absolute;
	top:23px;
	font-size:18px;
}
.search-bar .search-box .form-control {
	padding:10px 10px;
	height:auto;
	border:0px;
	border-left:1px solid #999;
	text-indent:30px;
}
.search-bar .search-box .form-control:focus {
	border-color:#999!important
}
.search-bar .search-box select.form-control {
	padding-bottom:9px;
	text-indent:0px;
}
.search-bar .search-box .btn {
	border-radius:0px!important;
	padding:6px 20px 7px 20px;
	border:0px;
	margin-top:23px;
}
.search-bar .search-box .btn:hover {
	padding:6px 20px 7px 20px!important;
}
.search-bar .search-box .no-padding {
	padding:0px!important
}
/*********************************************************************************
section styles
***************/
section.slider {
	position:relative
}
/**/
section.contents {
}
section.contents .container-gray {
	background:#f6f6f6;
}
section.contents .container-blue {
	background:#016fb4;
}
section.contents .container-green {
	background:#7cb938;
}
section.contents .container-orange {
	background:#ef642d;
}
/**/
section.contents .content-bar {
	padding:15px 0;
	overflow:hidden;
}
/*main heading*/
section.contents .main-head {
	text-transform: uppercase;
	text-align:center;
	line-height:26px!important;
	font-weight:600;
	color:#16b7b3
}
section.contents .main-head span {
	font-size:14px!important;
	color:#000000
}
section.contents .main-head span.brdr {
	border-bottom:1px solid #ccc;
	height:1px;
	display:block;
	width:100px;
	margin:15px auto 20px;
}
section.contents .main-head span.brdr img {
	width:32px;
	height:41px;
	margin: auto;
	margin-top:-25px
}
section.contents .main-head span.brdr-white {
	border-color:#fff;
}
/* page banner*/
.page-banner {
	background:#16b7b3;
	position:relative;
	padding:10px 10px 5px 10px;
}
.page-banner h2 {
	font-weight:300;
	color:#fff;
}
.page-banner h2 strong {
	font-weight:normal;
}
/*location*/
 .location {
	list-style:none;
	float:left;
	margin-bottom:15px!important;
}
.location li {
	color:#333!important;
	text-transform:capitalize;
	float:left;
	width:auto;
	margin-right: 10px!important;
}
.location li a:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 10px;
	margin-left:10px;
	color:#666666
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color:#333!important;
	font-size:12px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.location li a:hover {
	color:#469ed4!important;
}
.location li a.active {
	color:#da251c!important;
	font-weight:bold;
}
/*view package bar*/
.view-product-bar {
	background: #fff;
	border: 1px solid #e5e4e4;
	border-bottom-color: #ccc;
	margin-bottom: 20px!important;
	height: auto;
	padding:10px;
}
.view-product-bar .product-name {
	font-size:18px!important;
	color:#16b7b3;
	border-bottom:1px solid #ddd;
	padding-bottom:10px!important;
	margin-bottom:12px!important;
	line-height:30px;
}
.view-product-bar .product-price {
	line-height:30px;
}
.view-product-bar .product-price-now {
	font-size:22px!important;
	font-weight:bold;
	color:#ed5509
}
.view-product-bar .product-price-old {
	font-size:15px!important;
	color:#666;
	text-decoration:line-through
}
.view-product-bar .btn-view:before {
	content: "\f061";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:5px;
}
.view-product-bar .btn-enquiry:before {
	content: "\f0e0";
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	margin-right:5px;
}
.view-product-bar .product_desc {
	word-wrap:break-word
}
/*send enquiry*/
 .send-enquiry {
	padding:5px 20px 0 20px;
}
.send-enquiry .enquiry-call {
	text-align:center;
	color:#016fb4;
	border-bottom:1px solid #ddd;
	margin-bottom:35px!important;
	padding-bottom:25px!important;
	position:relative;
}
.send-enquiry .enquiry-call .fa {
	background:#666;
	color:#fff;
	padding:6px 8px;
	border-radius:100%;
}
.send-enquiry .enquiry-call .or {
	border-radius: 100%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	position: absolute;
	bottom: -18px;
	background: #fff;
	border: 1px solid #ddd;
	color:#333;
	left:50%;
	margin-left:-17px
}
.send-enquiry .enquiry-head {
	margin-bottom:20px!important;
	padding-bottom:20px!important;
	border-bottom:1px solid #ccc;
}
.send-enquiry .form-control {
	font-size:12px;
}
/**/

ul.mylist-1 {
	list-style:none;
	margin:0px 0 15px 20px !important;
	font-size:14px;
}
ul.mylist-1 li {
	line-height:20px;
	background:#fff;
	margin-bottom:5px!important;
}
ul.mylist-1 li:before {
	content: "\f138   ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:5px;
	margin-left:-20px;
	color:#ff6f28;
}
/**/
ul.mylist-2 {
	list-style:none;
	padding:0 0 0 10px;
	margin:10px 0 15px 0 !important;
	font-size:14px;
	text-transform:capitalize
}
ul.mylist-2 li {
	line-height:22px;
	background:#fff;
	border:1px solid #ccc;
	padding:5px 15px!important;
	margin-bottom:5px!important;
}
ul.mylist-2 li:before {
	content: "\f138   ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:5px;
	color:#ff6f28;
}
/* item */ 
.item {
	background:#fff;
	border:1px solid #e5e4e4;
	border-bottom-color:#ccc;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom:10px!important;
	margin-top:10px!important;
	height:auto;
	padding-bottom:10px;
}
.item:hover {
	box-shadow:0 0 20px #ccc
}
.item-container {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.item-pic-container {
	width:100%;
	height:auto;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.item-pic-container img {
	max-width:100%;
}
.item-back {
	position:absolute;
	top:-100%;
	left:0;
	bottom:0%;
	right:0;
	background:#333;
	z-index:2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:0.3;
	height:100%;
}
.item-new {
	background:#19a055;
	color:#fff;
	width:auto;
	position:absolute;
	z-index: 1;
	top:0px;
	padding:2px 10px;
	font-size:12px;
	border-bottom-right-radius:5px;
}
.item-btn {
	width:100%;
	height:40px;
	position:absolute;
	z-index:3;
	bottom: 100%;
	left: 50%;
	-moz-transform: translate(-41%, 0%);
	-webkit-transform: translate(-41%, 0%);
	transform: translate(-41%, 0%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.item-btn a {
	font-size:12px;
	color:#fff!important;
	width:40%;
	height:40px;
	display:block;
	float:left;
	text-align:center;
	line-height:40px;
	border-radius:3px;
	text-transform:uppercase;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}
.item-btn a.view-btn {
	margin-right:5px;
	background:#fff;
	color:#333!important;
}
.item-btn a.enquiry-btn {
	margin-left:5px;
	background:#d9271d;
}
.item-btn a:hover {
	background:#fff00f;
	color:#000!important;
}
.item-name {
	text-align:left;
	font-size:15px!important;
	margin-bottom:2px!important;
	padding-left:10px!important;
	font-weight:600;
	color:#d9271d
}
.item-price {
	text-transform:capitalize;
	text-align:left;
	margin-bottom:20px!important;
	position:relative;
	padding-left:10px!important;
}
.item-price .price-before {
	color:#999999;
	text-decoration:line-through;
}
.item-price .price-now {
	color:#16b7b3;
	font-size:20px
}
.item-price .discount {
	background:#333;
	color:#fff;
	padding:2px 5px;
	position:absolute;
	right:0px;
	bottom:0;
}
.item-container:hover .item-back {
	opacity: 0.6;
	top:0%;
}
.item-container:hover .item-btn {
	bottom:40%;
}
/*tables*/
section.contents .mytable {
}
section.contents .mytable caption {
	color:#333333;
	text-align:center;
	margin-bottom:5px;
	padding:0px;
	font-weight:600
}
section.contents .mytable th {
	background:#7cb938;
	color:#fff;
	font-weight:normal;
	vertical-align:middle!important
}
section.contents .mytable td {
	vertical-align:middle!important
}
section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
 section.contents .mytable tr:nth-child(odd) {
background:#fffde7
}
section.contents .mytable tr:hover {
	background:#ffc664
}
/**/
ssection.contents .table-profile {
}
section.contents .table-profile caption {
	text-align:left;
}
 section.contents .table-profile th:nth-child(1), section.contents .table-profile td:nth-child(1) {
 width:10%;
}
section.contents .table-profile th:nth-child(2), section.contents .table-profile td:nth-child(2) {
 width:30%;
}
section.contents .table-profile th:nth-child(3), section.contents .table-profile td:nth-child(3) {
 width:20%;
}
section.contents .table-profile th:nth-child(4), section.contents .table-profile td:nth-child(4) {
 width:20%;
}
section.contents .table-profile th:nth-child(5), section.contents .table-profile td:nth-child(5) {
 width:20%;
}
/**/
.form-title {
	background: #eee;
	padding: 7px 10px!important;
	border-radius: 2px!important;
	font-weight: bold!important;
}
p.form-control {
	border-radius: 0!important;
	box-shadow: none;
	border-color: #d2d6de;
	padding:7px!important;
	height:auto!important
}
p.form-control strong {
	font-weight:600
}
/*********************************************************************************
default form styles start
***************/
 .form-group label {
	font-weight:normal;
}
.form-group .form-control {
	border-radius:0!important;
	box-shadow:none;
}
.form-group .label-radio {
	margin-right:15px;
}
.form-group input[type=radio] {
	margin-right:5px;
}
.form-group .label-check {
	margin-right:15px;
}
.form-group input[type=checkbox] {
	margin-right:5px;
}
.form-group .form-control:focus {
	box-shadow:none;
	border-color:#ffa34a
}
/******************************************************************************************/

/*******************************************************************************************
Padding style
******************/

.pd-40 {
	padding-top:40px;
}

.pt-40 {
	padding-bottom:40px;
}

/*******************************************************************************************
Home style
******************/
section.contents .content-bar .section-title {
    position: relative;
    display: block;  
    font-weight: 800;
    font-size: 24px;
    color: #222222;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 30px !important;
}

section.contents .content-bar .section-title > span.sub-title {
    display: block;
    font-family: "Droid Serif", sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    text-transform: uppercase;
    color: #616161;
    margin-bottom: 10px;
}
section.contents .content-bar  .section-title > span.linner {
    display: block;
    width: 70px;
    height: 20px;
    border-top: #333 2px solid;
    border-bottom: #333 2px solid;
    margin-top: 25px;
}
section.contents .content-bar .section-title > span.linner::after {
    display: block;
    content: "";
    width: 70%;
    height: 2px;
    background-color: #db241c;
    margin: 7px auto;
}

section.contents .content-bar .section-title.section-title-center {
    text-align: center;
    margin-bottom: 40px !important;
}
section.contents .content-bar .section-title.section-title-center > span.linner {
    margin-left: auto;
    margin-right: auto;
}

/*icon box*/
.icon-bar{}
.icon-box {
	background:none; 
	padding:0; 
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.icon-box:hover .icon a {
	background:#fff;
	color:#1397c6!important;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
/*.icon-box:hover .icon a img {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;color:#1397c6!important;
	
}*/
.icon-box .icon {
	background:#fff; 	
	margin:0 auto;
	padding:0;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	border-radius:0%;
	border:1px solid #ddd;
 }

.icon-box .icon a img {font-size:50px; line-height:100px;text-align:center; color:#7acd29}
.icon-box .icon a {
	background:#fff;
	display:block;
	/*-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;*/
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.icon-box .icon a:focus {
	background:#e1e1e2;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.icon-box .icon a:focus img {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
/*.icon-box .icon a:hover {
	background:#fff;
	color:#1397c6!important;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}*/
/*.icon-box .icon a:hover img {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}*/
.icon-box .icon a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
/* icon-box-body */
.icon-box-body {
 
}
.icon-box-body h3{text-align:center; background:none!important; font-weight:600!important; color:#219ecb;font-size: 18px; }
.icon-box-body p{ text-align:center;font-weight:300!important}
.icon-box-body .btn-1 {	
	background: #ed5509;
	color: #fff !important;
}
.icon-box-body .btn-1:hover {	
	background: #333;
	color: #fff !important;
}
.icon-box-body a {
font-size: 12px;
color: #fff !important;
width: 100%;
height: 40px;
display: block;
float: left;
text-align: center;
line-height: 40px;
border-radius: 0px;
text-transform: uppercase;
-webkit-transition: all 150ms linear;
-moz-transition: all 150ms linear;
-o-transition: all 150ms linear;
-ms-transition: all 150ms linear;
transition: all 150ms linear;
}
/**/

.contact .fa {
	font-size:16px;
	margin-bottom:10px;
	width:25px;
	color: #da251c;
}

.contact .contact_address {
	margin-bottom:10px;
	font-size:14px;
}

.contact .img1 {
	margin-bottom:20px;	
}
#feedback iframe {
	 width:100%; height:390px;
}


/*********************************************************************************
footer styles
***************/
footer {
}
/**/
footer .footer-bar {
	overflow:hidden;
	padding:10px 0 0px 0!important;
	background:#71e2df;
}
footer p {
	font-size:13px!important;
	line-height:20px;
}
footer h4 {
	font-weight:600;
	color:#d72912;
	font-size:14px;
	margin-bottom:10px!important;
}
footer .footer-more {
	color:#51b8f2!important;
	text-decoration:underline!important
}
/* footer site nav*/
footer .site-nav {
	margin-bottom:10px
}
footer .site-nav ul {
	list-style:none;
	margin:auto!important;
	display:table;
}
footer .site-nav ul li {
	float:left;
	border-right:1px solid #fff;
	margin:5px 20px 5px 0px!important;
	padding-right:20px!important;
}
footer .site-nav ul li:last-child {
	border-right:0px;
}
footer .site-nav ul a {
	display:block;
	color:#fff!important;
	text-transform:capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
footer .site-nav ul a:hover {
	color:#016fb4!important;
}
/*footer bar bottom*/

footer .footer-bar-bottom {
	padding:0px 0!important;
	overflow:hidden;
	background:#fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
footer .social-nav ul {
	list-style:none;
	padding:0px!important;
	float:left;
}
footer .social-nav li {
	float:left;
	line-height:35px;
	margin-right:5px!important
}
footer .social-nav li:first-child {
	margin-top:0px!important;
}
footer .social-nav li a {
	border:0!important;
	padding:0!important
}
footer .social-nav li a .fa {
	color:#333!important;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:100%;
	border:1px solid #ccc;
	vertical-align:middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
footer .social-nav li a .fa-facebook {
	background:#fff
}
footer .social-nav li a .fa-twitter {
	background:#fff
}
footer .social-nav li a .fa-linkedin {
	background:#fff
}
footer .social-nav li a .fa-youtube {
	background:#fff
}
footer .social-nav li a:hover .fa {
	border-color:#82b83e;
	color:#82b83e!important;
}
footer .f-brdr-left {
	border-left:1px solid #ccc;
	height:40px;
}
footer .copy {
	text-align:center;
	float:left;
	line-height:40px;
	margin-bottom:0px!important;
}
footer .designer {
	margin-bottom:0px;
	line-height:38px;
}
footer .designer img {
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 3px;
	background: #fff;
}
/* top and down button*/
#goTop, #goDown {
	border: 1px solid #eee;
	border-radius:100%;
	width:40px;
	height:40px;
	line-height:45px;
	text-align:center;
	position: fixed;
	bottom: 21px;
	right:  20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #333!important;
	font-weight: bold;
	background: #eee;
	z-index:99999;padding-top: 5px;
}
#goTop:hover, #goDown:hover {
}
