body {
	font-family: arial, 'hind', sans-serif;
	font-weight: 300;
	color: #666;
	font-size: 13px;
    line-height: 20px;
	width: 100%;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
    /*color: #fff;*/
	font-size: 21px;
}
h4 {
	font-size: 15px;
	text-align:center;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333333;
	
}

a:hover {
	text-decoration: none;
}
legend {
    font-size: 20px;
    padding: 7px 0px;
    text-align: center;
	}

label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ddd;
	background-color: #2ce9ff;
	/*background-image: linear-gradient(to bottom, #00923f, #1f90bb);
	background-repeat: repeat-x;*/
}

/* logo */
#logo {
	margin: 0 ;
}
#logo img{ max-width: 80%;  margin: auto;}
header{position: fixed;  background: rgba(0, 16, 43, 0.85);    width: 100%;    z-index: 9;}
header .info_header {
	margin: 10px 0 0 0;
}
header .info_header ul {padding:0}
header .info_header li.info {
	text-decoration: none;
	font-size:12px;
	padding:0; margin:0;
	float:left; padding-left:15px; list-style:none;  padding-right:15px;
	text-transform:uppercase; color: #999; letter-spacing: 2px;
}
header .info_header li.padTop { padding-top:10px;}
header .info_header li b{
	text-transform:initial; font-size:17px; color: #777; font-weight:500; letter-spacing:0px;
}
header .info_header li .btn b{
	text-transform:uppercase; font-size:14px; color: #fff;
}

header .info_header li.noborder { border:0;}
header .info_header i {
	color: #444;	font-size:18px;	margin: 0 5px 5px 0;
}

/* search */
#search {
	margin-bottom: 10px;
	margin-top: 8px;
}
#search .input-lg {
	    height: 30px;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid  rgba(0,0,0,.1);
    /* border: 0; */
    border-radius: 0;
    background: rgba(0,0,0,.3);
     box-shadow: none;
}
#search .btn-lg {
font-size: 15px;
    line-height: 18px;
    padding: 5px 10px 5px 7px;
    text-shadow: none;
    background: none;
    border: none;
    color: #f3bc28;border-radius: 0;
    box-shadow: none;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-toggle {
	background: none;
    box-shadow: none;
    border: none;
    color: #f5c12d;
    margin-top: 14px;
}
#cart span {
	    position: absolute;
    width: 20px;
    height: 20px;
    background: #f00;
    overflow: hidden;
    border-radius: 50%;
    color: #fff;
    top: 0;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.menu_row{   
    width: 100%;
 }
#menu {
	min-height: 46px; float:right; 
}
#menu .nav > li > a {
    color: #fff;
	padding: 7px 10px 7px 10px;
	font-size: 17px;
	min-height: 15px;
	text-transform: capitalize;
	font-weight: 500;
	background: rgba(3, 17, 62, 0.8);
}
.btn.btn-inverse.res_but {
    margin-top: -4px;
    /*height: 48px;*/
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	/*background-color: transparent;*/
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 220px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #2ce9ff;
}/**/
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #00923f, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 0px;
    float: right;
    border: none;
    box-shadow: none;
    margin-right: 0;
    /* background-color: #229ac8; */
    /* background-image: linear-gradient(to bottom, #00923f, #1f90bb); */
    /* background-repeat: repeat-x; */
    /* border-color: #1f90bb #1f90bb #145e7a; */
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px; float:none;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	
}



/* content */
#content {
	min-height: 450px;
	float:right;
}
/* footer */
footer {
	/*margin-top: 30px;*/
	padding-top: 30px;
	background-color: #283347;
	border-top: 1px solid #aaa;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer ul li {
font-size: 13px;
    margin-bottom: 4px;
    line-height: 23px;	
}
footer a {
	color: #aaa;
	font-size:14px;
}
footer a:hover {
	color: #fff;
}
footer h5 {
    color: #2ce9ff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 35px;
}
footer .footer-bottom{
	    background-color: #1d2738;
    text-align: center;
    padding: 20px 0 10px;
    font-size: 14px;
    color: #838383;
}
footer .footer-column{
color:#aaa;
  }
 .logo{
    margin-bottom: 21px;
    margin-top: -13px;

  }

footer .footer-column h3{
color: #fff;
margin-top: 0px;
border-left: 10px solid #26e8ff;
padding-left: 10px;
font-size: 18px;
margin-bottom: 22px;
}
footer .noborder p{ font-size:14px;
text-align:justify;
}
footer .noborder{ border:0}
footer .footer-row{padding: 30px 0 50px;}
footer .contact_add{ padding:0; margin:0; margin-bottom:10px;
    list-style: none;}
footer .contact li {
	list-style:none;
	font-size:13px;
}
footer .contact span{margin-left: 25px;}
footer .quick li{
font-size: 13px;
padding-top: 10px;
line-height: 23px;
padding-bottom: 5px;
border-bottom: 1px solid #444;
padding-left:5px;
}
footer .quick li:hover{
background-color:#26e8ff;
color:#333;
}
footer .quick li:hover a{
color:#fff;
}
footer .contact a i {
	text-decoration: none;
	font-size:14px;
	margin-right: 5px;
}
footer .form-control{
margin: 3px;
background-color: rgba(255,255,255,.1);
color:#ccc;
border-radius: 0;
border-color: rgba(255,255,255,.1);
}
footer .btn-inverse{
overflow: visible;
width: 93px;

margin-top: 9px;
height: 36px;
background-color: #2ce9ff;
font-weight: bold;
}
.hilite_box{
	    padding: 10px;
    background: #26e8ff;
}
.form-inline .form-control{
margin: 5px auto 15px;
background-color: rgba(0,0,0,.1);
color:#eee;
border-radius: 0; box-shadow: none;
border-color: rgba(0,0,0,.1);width:100%;
}
.form-inline .form-group { width:100%}
.form-inline label {
    display: block;
    color: #fff;
    margin: 10px 2px 0;
    text-transform: uppercase; 
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 ;
	padding: 8px 0;
	background:#ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 10px 0 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li a{
	font-size: 15px;
    font-weight: 400;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:not(:last-child):after {
	content: '>';
	display: inline-block;
	margin-left: 10px;
	font-size:14px;
	/*position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
}
.success{
	    width: 100%;
    background: rgba(16, 255, 0, 0.4);
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #4e9e3b;
}
.success-msg{
	    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #4e9e3b;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	text-transform: uppercase;
    border: 1px solid #039244;
	border-radius: 0px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #00923f;
	background-image: linear-gradient(to bottom, #00923f, #09a95b);
	background-repeat: repeat-x;
	border-color: #00923f #09a95b;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #00923f;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #777;
    background-color: #eee;
    /*background-image: linear-gradient(to bottom, #2ce9ff, #38eaff );
    background-repeat: repeat-x;
    border-color: #2ce9ff #38eaff  #2ce9ff;*/
    font-weight: bold;
	text-shadow:none;
	border: none;
	border-radius:5px;
}
.btn-blank {
	color: #777;
    background: none;/*#2ce9ff;*/
    border-color: #2ce9ff #38eaff  #2ce9ff;
    font-weight: bold;
	border-radius:5px;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
    background-image: linear-gradient(to bottom, #2ce9ff, #38eaff );
}
.res_but{
    padding-top: 10px;
    height: 38px;}
	
/* list group */
.list{
list-style-type:none;
}
.list-head {
    text-align: left;
    margin-left: 0px;
    margin-right: 36px;
	}
.list-group .title{
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #00923f;
    font-weight: 600;
}
.list-group a {
color: #555;text-transform: capitalize;
    padding: 4px 12px;
    font-weight: 400;
    font-size: 14px;
    text-shadow: none;}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ddb42c;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/*border-right: 1px solid #f5f5f5;*/
	margin-bottom: 20px;
	overflow: auto; text-align:center;
}
.product-thumb .image {
	text-align: center;
	margin-bottom: 15px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;    BORDER: 1px solid #e5e5e5;
    padding: 2PX;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb .icon{
   text-align: center;
    position: absolute;
    margin: -65px auto 30px;
    width: 100%;
    z-index: 1;
}
.product-thumb [class^="flaticon-"]{
    background: #2f3436;
    border: 2px solid #26e8ff;
    width: 120px;
    height: 120px;
     border-radius: 50%;
    display: inline-block;
    padding-top: 15%;
}
.product-thumb [class^="flaticon-"]:before{
	color: #26e8ff;
    font-size: 50px;
    margin: 0;
}
.ftrd-section{ min-height:500px;}
.borderdiv {
    border: 1px solid #26e8ff;
    height: 400px;
}
.borderdiv:HOVER {
    margin-top: -50px;background: #26e8ff;
    height: 500px;
    color: #fff;
    transition: all 0.3s linear; border:none;box-shadow:1px 1px 15px #888;
    /* position: absolute; */
}
.borderdiv:HOVER .icon i { background:#000}
.borderdiv:HOVER .caption p { color: #fff}
.borderdiv:HOVER .caption .btn-blank { background-color: #eee;}

.product-thumb .caption {
    
}
.product-thumb h4 {
	font-weight: 600;text-transform: uppercase;
    margin: 15px auto 5px; color:#2f3436;
}
.product-caption .ftrd_title{
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
	font-size: 23px;
	border-bottom: 1px solid;
	color: #eee;
	padding: 3px;
	
}
.product-caption{
border: 1px solid #eee;
	cursor: pointer;
	margin-top: -19px;
	padding: 10px 20px;
	box-shadow: 5px 10px 20px 30px;
	box-shadow: 1px 1px 4px #eee;
}

.col-md-12.static {
    height: 300px;
    background-color: black;
    color: white;
}

.product-thumb h4.ftrd_title a {
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
	font-size: 16px;
	padding: 3px;
}
.product-thumb .caption p {
    text-align: center;
    font-size: 13px;
    
    padding: 5px 10px;
    color: #999;
    line-height: 30px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.grid_sep {
       margin-bottom: 67px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.grid_sep i{
font-size: 20px;
    background: #fff;
    position: absolute;
    z-index: 9;
    margin-top: -15px;
    color: #ccc;
    border-radius: 50%;
    border: 2px solid #ddd;
    width: 30px;
    height: 30px;
    margin-left: -20px;
    padding-left: 2px;
    padding-top: 2px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 50%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #00923f;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	/*width: 20%;*/
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	header .info_header li.info {letter-spacing: 1px;}
	header .info_header li.padTop { padding-top:10px;}
	header .info_header li b{font-size:16px;}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	
}
.thumbnails > li {
	margin-left: 0px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 2px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 0px;
}
.thumbnail{padding:2px; border-radius:0} 
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px){
.col-sm-8{
      margin-top:0px;
	  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


.swiper-viewport {margin-bottom:0px !important;}
.design_box{
width: 100px;
background-image: url("../image/design.png"); background-repeat: no-repeat; background-position: center center; background-size:100%;
height: 50px;
}
.info_home {
    text-transform: uppercase;
    font-size: 22px;
    color: #26e8ff;
    font-weight: 500;
     padding: 6px 40px;
    line-height: 30px; text-align:center;
}
.seperator{ clear:both; height:50px;}
.about_home{
	margin: 0px 0px 0px 0px;padding: 0px 0px 60px 0px;background-image: url("../image/about-home-bg.jpg"); background-repeat: repeat; background-position: center center; height: 592.6px; transform: translate(0px, -25.8px);
}
.about_home .infobox{margin: -100px 0px 0px; padding: 55px 0px 65px; height: 208px;font-size: 16px;font-weight: 300;font-style: normal; text-align:center}
.about_home .infobox h3{font-size: 20px;font-weight: 500;letter-spacing: 0px;text-transform: none; margin-bottom:15px; color:#383838;}
.about_home .service-1{
	background-image: url("../image/service-1.jpg");  background-size: cover;background-repeat: repeat; background-position: center center;color: #0a0a0a;
}
.about_home .infobox h3.text-yellow{color:#2ce9ff;}
.about_home .service-2{
	background-image: url("../image/service-2.jpg");    background-size: cover; background-repeat: repeat; background-position: center center;color: #fff;
}
.about_home .service-3{
	background-image: url("../image/service-3.jpg");    background-size: cover; background-repeat: repeat; background-position: center center;color: #fff;
}
.swiper-viewport,.swiper-container { z-index:-1 !important;}
.s-viewport{padding:10px 0; position:relative; }
.about_home .story_title, .about_home .story_text{ padding: 60px 10px; }
.about_home .story_title h3 {font-size: 36px;font-weight: 300;letter-spacing: 0px;text-transform: none;}
.about_home .story_text p { padding: 40px 0 0;  line-height:25px; font-size:17px; text-align:justify}
.img-gray img{filter: grayscale(1);	transition-property: filter;	transition-duration: 1s;	}
.img-gray:hover img{filter: grayscale(0);}
.bg-gray{background-color:#eee;}
.section-sep-1{    
	background-image: url(../image/section-sep-1.jpg);
    background-size: cover;
    background-position: center center;
    height: 650px;
    transform: translate(0px, -17.9px);
    margin-top: 30px;
    color: #f7c02b;}
.section-sep-3{    
	background-image: url(../image/section-sep-3.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 30px;
    color: #333;
	}
	
.section-sep-2{    
	background-image: url(../image/section-sep-2.jpg);
    background-size: cover;
    background-position: center center;
    height: 350px;
    transform: translate(0px, -17.9px);
    margin-top: 30px;
    color: #f7c02b;}
.section-sep-2 .info {
    text-align: center;
    padding: 100px 30px;
}

.section-sep-2 .info i {
    font-size: 60px;
    color: #fff;
    margin: 20px auto;
}
.section-sep-2 .info i:before {
    font-size: 80px;
}

.section-sep-2 .info .phone {
   color: #000;
    font-weight: 800;
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    letter-spacing: 1px;
}	
.gradient-skin, .gradient-skin-overlay:after {
    background: -moz-linear-gradient(110deg, #41c256 33%, #26e8ff 100%);
    background: -webkit-gradient(110deg, color-stop(33%,#41c256), color-stop(100%,#26e8ff));
    background: -webkit-linear-gradient(110deg, #41c256 33%,#26e8ff 100%);
    background: -o-linear-gradient(110deg, #41c256 33%,#26e8ff 100%);
    background: -ms-linear-gradient(110deg, #41c256 33%,#26e8ff 100%);
    background: linear-gradient(110deg, #41c256 33%,#26e8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41c256', endColorstr='#26e8ff',GradientType=0 );
	opacity:.9; width:100%; height:100%;
}	
.section-sep-1 .hilite{
	width: 100%;
    padding: 22px 10px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    color: #2f3436;
    margin: 30% auto 0;
}	
.section-sep-1 .white {
    width: 100%;
    height: 530px;
    background: #26e8ff;
    margin-top: 10%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
	text-align:justify;
}
.section-sep-1 .white div.sects{
    height: 50%;
}
.section-sep-1 .white div.sects i{
	font-size: 50px;
    color: #2f3436;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.section-sep-1 .white div.sects .info {
   margin: 19% 10%;
    /* margin-top: 15%; */
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    width: 60%;
    text-align: center;
}
.section-sep-1 .white div.sects:nth-child(odd) {
	border-right: 6px solid #fff;
}
.section-sep-1 .white div.sects:last-child, .section-sep-1 .white div.sects:nth-child(3) {
    border-top: 6px solid #fff;
}
.section-sep-1 .white div.sects:nth-child(3) {
	background-image: url("../image/info-sec-coffee.jpg"); background-repeat: no-repeat; background-position: right top;
}

.section-sep-1 .white div.sects:nth-child(2) {
	background-image: url("../image/info-sec-growth.jpg"); background-repeat: no-repeat; background-position: right top; 
}
.section-sep-1 .white .design_box2{
background-image: url("../image/design.png"); background-repeat: no-repeat; background-position: center center; background-size:100%;
height: 30px;
}
.section-sep-1 .white .info_home {
    text-transform: uppercase;
    font-size: 12px;
    color: #26e8ff;
    font-weight: 500;
    padding: 6px 40px;
    line-height: 20px; text-align:center;
}

.section-sep-1 h4{    font-size: 26px;margin: 23px auto 26px;display: inline-block;width: 100%;}	
welcome{    font-size: 14px;
    line-height: 28px;
    color: #777;}
.btn-white {
    color: #f7c02b;
    background-image: linear-gradient(to bottom, #FFF, #f5f5f5);
    background-repeat: repeat-x;
    border-color: #FFF #f5f5f5;
    margin-top: 15px;
    font-size: 16px;
    padding: 13px 23px 10px;
}
h3.title{
font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    padding-left: 20px;
    margin-bottom: 30px;
    border-left: 10px solid #26e8ff; display:inline-block; width:100%; margin-top:-15px;
}
h3.center-title {
    font-size: 22px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border: 0;position:relative;
    color: #111;
}
.title-info {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
}
.rnd-img {
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 20px auto;
    box-shadow: 0px -3px 0px #26e8ff;
    border: 1px solid #26e8ff;
	}
.rnd-img img{width:100%}

h3.center-title:before{margin-left:-100px;}
h3.center-title:after{margin-left:20px;}
h3.center-title:before, h3.center-title:after {
    content: " ";
    position: absolute;
    top: 10px;
    width: 80px;
    height: 2px;
    background: #26e8ff;
}
.item-title-divider{
    height: 50px;
}
.section-apps{    background-image: url(../image/port-desc-bg-1.jpg);
    background-size: cover;
    background-position: center center;
    height: 400px;
    transform: translate(0px, -17.9px);
    margin-top: 30px;
    color: #f7c02b;}
.section-apps .col1{padding: 60px 40px 0px 70px; text-align:right}	
.section-apps h3{    color: #f7c02b;   font-weight: bold;    padding-top: 8px;}	
.section-apps .info{     color: #ccc;
    font-weight: normal;
    padding-top: 30px;
    font-size: 16px;}	
.section-apps .col-md-2{padding:0; margin:0;}	
.section-apps .image img{ max-width:100%; min-height:300px;}
.section-apps .image-title{ height: 100px;    background: #f7c02b;    padding: 20px 15px;    color: #222;    font-size: 15px;    font-weight: 500;}	
#product-product{margin-top: 60px;}
.page_header{background-image: url(../image/page-title-background.jpg);
 	
    background-size: cover;
    background-position: center center;
    height: 250px;
    transform: translate(0px, -17.9px); margin-top:24px; 
	text-align: center;
   }
.page_header h1{
color: #000;
margin-top: 100px;
text-align: center;
font-weight: 400;
font-size: 40px;
text-shadow: 1px 1px 1px rgba(0,0,0,.3);
border: 4px double #000;

margin: 71px auto;
margin-top: 71px;
padding: 15px 20px;
opacity: 1;
text-transform: uppercase;
display: inline-block;
}
.page_header_small {   height: 280px; margin-top:20px;}
.page_header_small h1 { margin-top: 95px; }
.features-full{margin-top:-18px;}
.features-full .col-md-3{ min-height:350px; padding:30px;}
.features-full h3{ color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;    height: 42px;}
.features-full .txt{ color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 25px;}
.features-full i{color: #fff;
    font-size: 60px;
    text-align: center;
    /* margin: auto; */
    width: 100%;}	
.blackBg{background-color:#000;}
.grayBg{background-color:#444;}
.lyellowBg{background-color:#e2bd58;}
.yellowBg{background-color:#f5c030;}
.features-full .lyellowBg i, .features-full .yellowBg i{color: #00923f;}
.profile_left{
	font-size: 15px;
    line-height: 30px;
    text-align: justify;
    padding: 40px 40px;
    background: #eee;
}
.profile_right{
	background-color: #302b27;
    background-image: url(../image/port-desc-bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px; padding:80px;
}
.profile_right .col-md-12{
	margin-bottom: 35px;
}
.profile_right i {
	color: #f7c02b; font-size:45px;
}
.profile_right h3{
	color: #fff;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 600;
    margin: 5px 0;
}
.profile_right .txt{
	    font-size: 15px;
    color: #999;
    line-height: 26px;
}
.gray{margin-top: -66px;    background: #ddd;}
.cat-gray{
    background: #ddd;}
.pro-gray {
    background: #ddd;
    padding: 0px;
	}
.con-gray{
    background: #ddd;
    margin-top: -24px;
    padding: 0px;
	}

.pagebg{ background-repeat:repeat-y;}
.site_text{    padding: 30px 20px 30px 40px;
    line-height: 25px;
    text-align: justify;
    font-size: 1.2em;}
.site_text h3.title{
	    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #181818;width:100%;
}
.top_sep{height: 60px;}
.minus_top {   margin-top: -60px;}
.nopadding { padding: 0 !important; }
.navbar-collapse {padding-right: 0px !important;   padding-left: 0px !important;}
@media(max-width:768px)
{
	.navbar-collapse {   width: 250px;   position: absolute;   right: -16px;    z-index: 9;    margin: 0;    padding: 0;}
}
.navbar-nav {    margin: 0 !important;}
#account-login {    margin-top: 30px;}
.swiper-slide .title {
    color: #fff;
    padding: 15px 20px;
    font-size: 36px;
   width: 300px;
    display: inline-block;width: 500px;max-width:100%;
    z-index: 9;
    text-align: left;
    position: absolute; line-height:45px; right: 10%; top: 45%; text-transform: uppercase; 
    text-shadow: 1px 1px 12px #111;
	}
.swiper-slide .title span { font-weight:bold; font-size:40px;}
.swiper-slide small{font-size: 20px; text-transform: capitalize;}
.testimonial i{background-color: #eee; padding: 17px; font-size: 27px;}
.testimonial .testimonial_text{border-left: 2px solid #ddd; margin-left: -30px; text-align:left}
.testimonial .testimonial_text em{padding: 10px; font-size: 17px;margin: 2px 0 15px;display: block;}
.testimonial .testimonial_text .image img{width: 50px; border: 5px solid #ddcdae;}
.testimonial .testimonial_text .image{ float:left; margin-right:15px;}
.testimonial .testimonial_text .author {    text-transform: capitalize;    font-size: 14px;    font-weight: 500; line-height:25px}
.testimonial .testimonial_text .author  span{ text-transform: uppercase; background: #26e8ff;font-size: 11px;padding: 2px 5px 0px;color: #fff; margin-right:10px;}
.testimonial-pager{position: relative; line-height: 85px;}
.r_title h2{
color:#a98d54;
}
.unorder-list {margin:0; padding:0;margin-bottom: 20px;}
.unorder-list li{padding: 0;margin: 0;list-style: none;float: left;margin-right: 20px;font-size: 13px;}
/*accommodation*/
.product-caption{
	border: 1px solid #eee;
	cursor: pointer;
	margin-top: -19px;
	padding: 33px 20px;
	box-shadow: 5px 10px 20px 30px;
	box-shadow: 1px 1px 4px #eee
}
.product-caption p { 
	text-align: justify;
	font-size: 16px;
	letter-spacing:1px;
	}
	
	.pro-span-f{
    text-align: right;
    margin-left: 29px;
    letter-spacing: 0.2px;
    }
.pro-span {
    text-align: right;
    margin-left: 23px;
    letter-spacing: 0.2px;
    font-size: 14px;
}
.list-head {
    font-weight: 500;
	}
.ftrd{
    margin-top: 0px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;	
}
.list b{
font-size: 15px;
}
.ftrd ul{
	margin-top: 2px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
	padding: 0px 0px;
}
.ftrd ul li{font-size:14px;}
.ftrd ul li b {
   color: #af955e;
    font-weight: 500;
    text-transform: uppercase;
}
.news {
    max-height: 200px;
    overflow: hidden;
}

.news .item {
    margin: 14px auto;
    border-left: 2px solid #26e8ff;
    padding-left: 10px;
}

.news .item a {
    font-size: 15px;
}
#cat-feas{
margin-top:50px;
}
.product-main {
font-size: 30px;
border-bottom: 1px solid #eee;
/*margin-bottom: 36px;*/
padding: 5px 0px;
margin-top: -21px;

   
	}
.product-layout.product-grid-cat {
 padding-right: 12px;
 padding-left: 0px;
 }
 
.res-form-group{
    margin-bottom: 15px;
	width: 152px;
	padding: 10px;
	text-align: right;
	float: right;
 }
 
 /*product css*/
.pro-amenities {
background: #d4bd90;
    margin-bottom: 40px;
    display: inline-block;
    border-radius: 15px;
    padding: 10px;
	}

.sub-sec {
  
}
.pro-amenities h2{
font-size: 27px;
text-align: left;
margin-top: 24px;

}
.pro-attribute.col-sm-3 {
	    border-right: 1px dotted #9c866d;
    padding-left: 22px;
    min-height: 230px;
}
.pro-attribute.col-sm-3:last-child {
    border: none;
}
.sub-sec h3 {
       margin: 10px 0 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #988663;
}
.bed-attribute {
    font-size: 14px;
    padding:16px;
	margin-top:0px;
	list-style-type: none;
}
.bed-attribute>li{
  margin-bottom: 10px;
    margin-left: 9px;
    /* line-height: 25px; */
    text-indent: -2em;
    color: #fff6d8;
}
.attrib-img {
text-align: left;
    margin-right: 10px;
    width: 15px;}
.pro-btn{
box-shadow: 0 0 3px 0 rgba(180,180,180,0.6);
width: 100%;}

	/*Form*/
.col-sm-4.form-res {
    border: 1px solid;
    background:#283347;
  }
.form-res h3{
color:#fff;
}
.pro-btn{
margin-top: 20px;
margin-bottom:20px;
}
.control-label.pro-label {
    font-size: 14px;
    margin-top: 0px;
	color:#fff;
	}
.form-control.pro-control>option{
background-color:#3a3a3a;
}
	.form-control.pro-control {
    margin-bottom: 14px;
	background-color: rgba(255,255,255,.1);
	border-radius: 0;
	border-color: rgba(255,255,255,.1);
	color:#fff;
}
.pro{
background-color: rgba(255,255,255,.1);
	border-radius: 0;
	border-color: rgba(255,255,255,.1);
	
	}
	.form-control.pro {
    width: 129px;
	color:#fff;
}
.form-control.pro-control-adult {
    color: #fff;}
.form-control.pro-control-child {
    color: #fff;}
	
.pro-control-adult{
    background-color: rgba(255,255,255,.1);
	border-radius: 0;
	border-color: rgba(255,255,255,.1);
	width:172px;
}
.pro-control-child{
 background-color: rgba(255,255,255,.1);
	border-radius: 0;
	border-color: rgba(255,255,255,.1);
	width:179px;
}
.control-label {
   
    margin-top: 8px;
}
.banner-sep {
    background-image: url(../image/banner-bg.jpg);
    background-size: cover;
    background-position: center center;
    height:350px;
    transform: translate(0px, -17.9px);
    margin-top: 30px;
    color: #f7c02b;
	margin-bottom: 34px;
}

.banner img {
    border: 2px solid #fff;
    padding: 2px;
    background: #080808;
}
@media(max-width:768px)
{
	.banner-sep {  height: auto; }
	.section-sep-1 .white {height: 375px;   overflow: auto;}
	.testimonial .testimonial_text {margin-left:0}
	.swiper-pager, .testimonial-pager {display:hidden;    visibility: hidden;}
	.testimonial-quote {margin-left:30px}
	header {height: 65px; padding-top: 8px;}
	.design_box { display: none; }
	.info_home {text-transform: uppercase;   font-size: 14px;   color: #26e8ff;   font-weight: 500;   padding: 0px 0px;
    line-height: 25px;    text-align: center; }
	.seperator { height: 30px;}
	.grid_sep { margin-bottom: 40px;}
	.s-viewport{ overflow-x: hidden;}
	.pro-attribute.col-sm-3 {
    border-bottom: 1px dotted #9c866d;
    padding-left: 10px;
    min-height: inherit;
	}
}
.img-responsive.banner {
    margin-top: 72px;
	}
	.container.contact {
    margin-top: -28px;
}
.pull-right {
    float: right !important;
    margin-bottom: 10px;
  }
  .col-md-6.info-contact {
    background: #efeeec;
    height: 482px;
}
.featured-block {
    position: relative;
    margin-bottom: 60px;
	margin-left:60px
}
      .featured-block .inner {
    position: relative;
    padding-left: 45px;
}
      .featured-block .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #222222;
    font-size: 30px;
    line-height: 1em;
}
      .featured-block .inner h3 {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
}
         /*.featured-block .inner h3:after{
       display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size:4px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
     color: #e54761;
    content: "\f1d2738";
    display:inline-block;
      }*/
      
      .featured-block .inner .text {
    position: relative;
    color: #666666;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
}
.nav > li > a > img {

    max-width: none;
  margin-top: -9px;
      height: 31px;
}


.col-md-8.top-bar {
    list-style-type: none;
    width: 43%;
    margin-left: 209px;
}
.top-contact {
    list-style-type: none;
    float:right;
    margin-top: 5px;
	margin-right:-72px;
}

	.contact > a {
    color: #bbb;
}
	.contact {
    float: left;
    margin-left: 22px;
}
	
.fa.fa-phone.icon {
    color:#c3ac7a;
	font-size:17px
}

.fa.fa-envelope {
    color: #c3ac7a;
	font-size:17px;
}

.primary-nav {
    text-align: right;
    font-size: 18px;
	margin-bottom: 13px;
	margin-right:-40px;
	}
.pri-list {
     font-family: 'Tangerine', cursive;
    font-size: 26px;
    color: #ddd;
	}
.pri-list>a{
color:#a27b27;
}
.info-contact>h3{
text-align:center;
}
header .info_header .soc-icon {
    color: #999;
    font-size: 18px;
    margin: 0 5px 5px 0;
	}
.css-sep{
height:1px;
background:#717171;
border-bottom:1px solid #ddd;
}
#about-content{

    font-size: 16px;
	}
.scroll-container {
    padding: 15px;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
   margin-left:15px;
	}
.heading-title{
padding-left: 10px;
    padding-top: 3px;
    background-color: #fff;
    /* margin-bottom: 30px; */
    border-left: 10px solid #26e8ff;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;	}
.link{
font-size: 100px;
margin-left: 12px;}
.con-head{
color:#fff;}
.subheading-title{
    padding-top: 3px;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;	}
.booknow {background: #333;
margin-top: -6px;
padding-top: 10px;}
.booknow iframe {
    background: #fff;
    width: 100%;
    padding: 10px;
}

.book{
border-radius:0;
background: #666;
border-color: rgba(255,255,255,.1);
color:#fff;
}
.form-control::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}
.gallery { list-style-type: none; margin: 0; padding: 0; }
#exampleSelect1 {
    width:170px;
    color: #fff;
}
.submit{
margin-right:100px;
}
.nopadding{
	/*border-radius: 0;
	border-color: rgba(255,255,255,.1);*/
}
#email{width:170px;}

.top-bar-mobile{
	background: #F5F5F5;
    border-bottom: 1px solid #ddd;
	text-align:center;
    display: inline-block;
    width: 100%;
}
.top-bar-mobile ul{
    margin: 0;   padding: 0;   list-style: none;
}
.top-bar-mobile li{
	width: 48%; float:left;
}
.top-bar-mobile li i{ margin-right:5px;}
.mobile_ul{margin: 0;    padding: 0;    width: 100%;}
.mobile_li{    /* padding: 0; */
    margin: 0;
    float: left;
    /* width: 100%; */
    list-style: none;
    text-align: left;
    /* border-left: 1px solid #4e4d4d; */
    /* border-right: 1px solid #171616; */}
.mobile_li a {
    color: #fff;
}
.mobile_li a i {    color: #c3ac7a;}
.navbar-toggle {
     padding: 0; 
    margin-top: 0px; 
    margin-right: 0px;
    margin-bottom: 0px; 
	float:none;color:#fff
}
.navbar-toggle i{   color: #fff;}
.nav>li {text-align:left}
p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.7em;
}
.related_categories .caption p {
    text-align: center;
	font-size: 13px;
	padding: 5px 10px;
	color: #999;
	line-height: 30px;
}
.related_categories .caption{
	}
.related_categories .caption h4 {
font-weight: 600;
text-transform: uppercase;
margin: 15px auto 5px;
color: #2f3436;}
.related_categories .caption h4 a {
}
.related_categories .image img{
   height: 200px;
max-width: 200px;
margin-top: -11px;
width: auto;
border-radius: 50%;}
.related_categories .image {
    border-radius: 50%;border: 1px solid #26e8ff;
    overflow: hidden;
    width: 170px;
    height: 170px;
    margin: 20px auto;
    box-shadow: 0px -3px 0px #26e8ff;
    

}
.icn { margin: 61px auto 40px;}

.icn i {
   font-size: 50px;
    background: -webkit-linear-gradient(#4af0ff, #039a24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.borderdiv:HOVER .icn i { background:none; -webkit-background-clip: text;
    -webkit-text-fill-color: #fff}

@media(max-width:767px)
{
	.section-sep-1 .white .design_box2 {display:none;}
	.section-sep-1 h4 {font-size: 18px;  margin: 12px auto 12px;}
	welcome {font-size: 13px; line-height: 14px;}
	.product-thumb .image { margin-bottom: 0px; }
	.product-thumb h4.ftrd_title a { font-size: 20px; text-align:center}
	.product-thumb .caption {  text-align: center; }
	.nopadding_mobile{padding:0}
	.related_categories .caption p { font-size: 12px; min-height: 80px;}
	.related_categories .caption{	}
	.related_categories .caption h4 { min-height: 35px;}
	.related_categories .caption h4 a {font-size: 21px;  letter-spacing: 1px;}
	.product-thumb .icon { position: relative;  margin: 3px auto -27px; }
	.product-thumb [class^="flaticon-"] { background: transparent;  border: none;}
	.borderdiv:hover { margin-top: 0px; height: inherit; position: relative;}
	.section-sep-2 .info .phone {    font-size: 26px;}
	h3.center-title {   font-size: 20px;}
	h3.center-title::before, h3.center-title::after{content:none}
	.minus_top {   margin-top: 0px;}
	.row { margin-right: 0;  margin-left: 0;}
}

.book_now_but {
    padding: 4px;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 160px;
    font-size: 16px;
    padding: 10px 5px;
    font-weight: 700;
    cursor: pointer;
    text-orientation: mixed;
    writing-mode: vertical-lr;
    border-radius: 5px 0 0 5px;
    font-weight: 400;
}	
.book_now_but i{ color: #fff !important;
font-size: 14px !important;}
.book_now_div {
    background: rgba(0,0,0,.6);
    width: 550px;
    position: fixed;
    z-index: 999;
    right: 0;
    display: none;
    top: 160px;
    border: 1px solid #7bda13;
    max-width: 95%;
}
.book_now_div .title {
    background: #333;
    display: inline-block;
    font-size: 20px;
    padding: 4px 0;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
}
.book_now_div .title .title_text {
    float: left;line-height: 30px;
    margin-left: 15px;color:#fff; 
}
.book_now_div .close {
    float: right;
    cursor: pointer;
    margin-right: 15px;
    color: #fff;
    opacity: 1;
    line-height: 30px;
}
.green{background: #7bda13;color: #fff;top:140px;}
.orng{background: #f3d60c;color: #fff;top:100px;}
.navy{background: #26344b;color: #fff;top:180px;}
.mf_link h3 {
  font-size: 15px;
  font-weight: 500;
  color: #0087cb;
}
.mf_link {
  text-align: center; margin-bottom: 10px;
}
.mf_link .mf_logo {
  /*! border-radius: 50%; */
  background: #eee;
  border: #ddd 1px solid;
  min-height: 130px;
  padding: 10px;
}
.mf_link .mf_logo img{
	max-width:100%;
}

.bordered {
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 10px;
  margin: 20px auto;
}
.calculator {
  background: #eee;
  padding: 10px;
}
.calculator .label {
  color: #111;
  text-align: left;
  font-size: 12px;
  padding: 10px 0 0 20px;
}
.calculator div {
  margin-bottom: 10px;
}
.result {
  margin-top: 5%;
  width: 200px;
  height: 150px;
  background: #f39e0c;
  margin: 5% auto;
  border-radius: 10px;
  color: #fff;
  padding-top: 10%;
  font-size: 15px;
}
.result span {
  font-weight: bold;
  font-size: 20px;
  clear: both;
  color: #d00;
  margin-top: 10px;
}

.contact_row {
    background: #192b4b;
    text-align: center;
    padding: 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    margin: 25px auto 0;
    display: inline-block;
    width: 100%;
}