/** ********************************************** **
	@Author			Shafeek ALi
	@Website		www.shazdiseno.com
	@Created Date	Thersday, August 27, 2015
	@Last Update	Tuesday, August 25, 2015
	TABLE CONTENTS
	-------------------------------
*************************************************** **/

	@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,800italic,400,300,600,700,800);

/** ********************************************** **
	Add New CSS
*************************************************** **/
	@import url("../css/slicebox.css");
 @import url("../css/font-awesome.min.css");
 @import url("../css/owl.carousel.css");
 @import url("../css/owl.theme.css");
/*.container { max-width: 1040px;  } */
 
/** ********************************************** **
	Normal 
*************************************************** **/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul {
	list-style: none
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}
body {
	font-size: 14px;
	background-color: #334470;
	color: #FFF;
	font-family: 'Open Sans', sans-serif !important;
}
body, html {
	height: 100%
}
hmtl a, html {
	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
hr {
	border-color: #1d2c55;
	margin: 6px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 8px 0;
	color: #FFF;
	font-weight: lighter;
}
h2, h3, h4, h5, h6 {
}
h1 {
	font-size: 30px;
}
h1 span {
	font-weight: lighter;
	font-size: 18px;
}
h2 {
	font-size: 26px;
	font-weight: lighter;
	line-height: 28px;
	margin: 0px;
}
h2 strong {
	font-weight: 600;
}
h3 {
    font-size: 26px;
}
h3 span {
}
h4 {
}
h4 span {
}
h5 {
}
h5 span {
}
h6 {
}
h6 span {
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
p {
	padding: 10px 0; font-weight:lighter;
}
p.none {
	padding: 0px 0;
}
p strong {
	font-weight: bold;
	letter-spacing: 0;
}
address {
	font-size: 16px;
}
p.italic {
	font-style: italic;
}
::-moz-selection { background: #1D2C55; color:#FFF; }
::selection { background: #1D2C55;  color:#FFF;}
/****************************************************
	More 
*****************************************************/
.logo-image {
	padding-left: 14px;
	padding-top: 30px;
}
.mcd-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 134px;
	border-radius: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.mcd-menu li {
	float: left;
	position: relative;
}
.mcd-menu li a {
	display: block;
	text-decoration: none;
	padding: 16px 30px;
	text-align: center;
	color: #FFF;
	border-right: none;
}
.mcd-menu li a strong {
	display: block;
	text-transform: capitalize;
}
.mcd-menu li a small {
	display: block;
	font-size: 14px;
}
.mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
	position: relative;
	transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.mcd-menu li:hover > a i {
	opacity: 1;
	-webkit-animation: moveFromTop 400ms ease-in-out;
	-moz-animation: moveFromTop 400ms ease-in-out;
	-ms-animation: moveFromTop 400ms ease-in-out;
	-o-animation: moveFromTop 400ms ease-in-out;
	animation: moveFromTop 400ms ease-in-out;
}
.mcd-menu li:hover a strong {
	opacity: 1;
	-webkit-animation: moveFromTop 400ms ease-in-out;
	-moz-animation: moveFromTop 400ms ease-in-out;
	-ms-animation: moveFromTop 400ms ease-in-out;
	-o-animation: moveFromTop 400ms ease-in-out;
	animation: moveFromTop 400ms ease-in-out;
}

 
.mcd-menu li:hover > a {
	color: #FFF;
}
/*.mcd-menu li a.active {
	position: relative;
	color: #FFF;
	border: none;
}*/
.active {
	position: relative;
	color: #FFF;
	background-color: #2C3C67 !important;
	border: none;
}
.mcd-menu li a.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 45%;
	border-top: 5px solid #FFF;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
 @-webkit-keyframes moveFromTop {
 from {
 opacity: 0;
 -webkit-transform: translateY(200%);
 -moz-transform: translateY(200%);
 -ms-transform: translateY(200%);
 -o-transform: translateY(200%);
 transform: translateY(200%);
}
to {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
}
@-webkit-keyframes moveFromLeft {
 from {
 opacity: 0;
 -webkit-transform: translateX(200%);
 -moz-transform: translateX(200%);
 -ms-transform: translateX(200%);
 -o-transform: translateX(200%);
 transform: translateX(200%);
}
to {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
}
@-webkit-keyframes moveFromRight {
 from {
 opacity: 0;
 -webkit-transform: translateX(-200%);
 -moz-transform: translateX(-200%);
 -ms-transform: translateX(-200%);
 -o-transform: translateX(-200%);
 transform: translateX(-200%);
}
to {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
}
.mcd-menu li ul {
	position: absolute;
	height: auto;
	min-width: 200px;
	padding: 0;
	margin: 0;
	background: #1d2c55;
	border-top: 4px solid #FFF;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	top: 141px !important;
	z-index: 1000;
}
.mcd-menu li ul li ul {
	position: absolute;
	height: auto;
	min-width: 200px;
	padding: 0;
	margin: 0;
	background: #1d2c55;
	border-top: 4px solid #FFF;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	z-index: 1000;
}
.mcd-menu li ul:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 23%;
	border-bottom: 5px solid #FFF;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.mcd-menu li:hover > ul, .mcd-menu li ul li:hover > ul {
	display: block;
	opacity: 1;
	visibility: visible;
	top: 100px;
}
.mcd-menu li ul li {
	float: none;
}
.mcd-menu li ul li a {
	padding: 10px;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #EEE;
}
.mcd-menu li ul li a i {
	font-size: 16px;
	display: inline-block;
	margin: 0 10px 0 0;
}
.mcd-menu li ul li ul {
	left: 230px;
	top: 0;
	border: 0;
	border-left: 4px solid #FFF;
}
.mcd-menu li ul li ul:before {
	content: "";
	position: absolute;
	top: 15px;
	left: -14px;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
}
.mcd-menu li ul li:hover > ul {
	top: 0px;
	left: 200px;
}
.mcd-menu li.float {
	float: right;
}
.search-mobile {
	display: none !important;
	background: #FFF;
	border-left: 1px solid #FFF;
	border-radius: 0 3px 3px 0;
}
.search-mobile i {
	color: #FFF;
	margin: 0 !important;
}

/*TOP BAR */
.top-bar {
	height: 40px;
	background-color: #213367;
	color: #FFF;
	border-bottom: #334470 1px solid
}
.top-bar .container {
	position: relative;
	z-index: 1090;
}

.top-bar .social-buttons {
	line-height: 38px;
}
.top-bar .social-buttons .sb-skype {
	color: #3a3a3a;
}
.top-bar .social-buttons .sb-skype i {
	margin-right: 6px;
}
.top-bar .switchers {
	display: block;
	position: absolute;
	top: 0;
	right: 25px;
	padding: 0;
}
.top-bar .switchers li {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-left: 15px;
}
.top-bar .switchers li a {
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 38px;
	color: #FFF;
}
.top-bar .switchers li a:hover, .top-bar .switchers li a:focus {
	opacity: 1;
}
.top-bar .switchers li .dropdown {
	display: none;
	position: absolute;
	min-width: 110px;
	top: 100%;
	text-align: left;
	padding: 0px 0px;
	background-color: #1d2c55;
	border-top: none;
	border-radius: 0 0 4px 4px;
	right: 0px;
}
.top-bar .switchers li .dropdown li {
	display: block;
	margin-left: 0;
	margin: 0px 0;
}
.top-bar .switchers li .dropdown li a {
	font-size: 13px;
	line-height: 1 !important;
	color: #fff;
	padding: 10px 10px;
}
.top-bar .switchers li .dropdown li a:hover {
	color: #1d2c55;
	background-color: #FFF;
}
.top-bar .switchers li:first-child .dropdown {
	left: -50%;
}
.top-bar .switchers li:hover .dropdown {
	display: block;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
header .container hr {
	margin: 0px !important;
}
.item-pad {
	padding: 20px 30px;
}
.item-pad p {
	padding-right: 40px;
	min-height: 110px;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}
.btn-default {
	background-color: transparent;
	border-color: #1d2c55;
	background: none !important;
	color: #FFF;
	transition: all 0.5s ease;
}
.btn-default:hover {
	color: #FFF;
	border-color: #FFF;
	padding-left: 26px;
}
.btn-default :after {
}
.main-slider-inner {
	 position:relative;
}
 
.ios-6-arrow.dark {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	position: relative;
	overflow: visible;
	margin: 0;
	padding: 0;
	/*min-width:100px;*/
	height:30px;
	margin-left:0px;
	border: 0;
	background: none;
	cursor: pointer;  transition: all 0.5s ease; 
}
 
	
.ios-6-arrow.dark.left:before {
	box-sizing: border-box;
	background-color:#334470;
 	background-size: 20px 18px;
	-webkit-transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
	-ms-transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
	transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	display: inline-block;
	border-radius: 0 6px 0 6px;
	border-top-right-radius: 8px 5px;
	border-bottom-left-radius: 5px 8px;
	position: absolute;
	top: 2px;
	right: -12px;
	width: 24px;
	height: 29px;
	content: "";
	border-width:1px 1px 1px 0;
	border-color: #1D2C55;
	border-style: solid;
	background-position: -2px 0;
	background-repeat: no-repeat; transition: all 0.5s ease;
}
.ios-6-arrow.dark.left:after {
	box-sizing: border-box;
	background-color: #334470;
 	background-size: 26px 26px;
	text-shadow: 0 -1px 0 #1D2C55;
	display: inline-block;
	border-radius: 4px;
	position: relative;
	top: 0;
	left: 2px;
	margin: 0;
	padding: 6px  14px ;
	width: auto;
	height:33px;
	color: #FFF;
	content: attr(data-title);
	text-decoration: none;
	white-space: nowrap;
	line-height: 18px;
	border-width:1px ; border-right-width:0;
	border-color: #1D2C55;
	border-style: solid;
	font-weight: 500;
	font-size: 14px; transition: all 0.5s ease; 
}
.ios-6-arrow.dark:hover:after {
	background-color:#1d2c55; 
	background-size: 26px 26px;  padding-right:30px !important;
 }
.ios-6-arrow.dark:hover:before {
	background-color:#1d2c55;
	background-size: 20px 18px; right: -12px;
 }
#social:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);  
}
#social {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	background-color: transparent;
	border:1px solid #FFF; padding:5px; margin:0px;
}
/* 
    Only Needed in Multi-Coloured Variation 
                                               */
.social-fb:hover {
	color: #3B5998;
}
.social-tw:hover {
	color: #4099FF;
}
.social-gp:hover {
	color: #d34836;
}
.social-em:hover {
	color: #f39c12;
}
footer { 
 font-size:12px;
 }
footer a.btn-link { color:#FFF !important;}
footer .main-btm-nav {
	border-top: 1px solid #1d2c55;
	border-bottom: 1px solid #1d2c55;
	padding: 12px 20px;
}
footer .main-btm-nav ul li a {
	padding: 0px 0px;
	font-size: 12px;
	text-transform: uppercase; line-height:34px !important;
}
.col-sm-2.text-right {
font-size:12px;
}
.fa-2x {
	font-size:18px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding:6px;
    line-height: 1.42857;
    background-color: transparent;
    border: 1px solid #1d2c55;
    border-radius: 2px;
    transition: all 0.2s ease-in-out 0s;
}
.list-item { padding:30px 0; margin-bottom:4px;}
.list-item p {/* min-height:100px;*/ font-size:14px; font-weight:lighter;}
.left-area { margin-top:30px;}

.panel { background-color:transparent !important;}
.panel-primary > .panel-heading {
    color: #FFF;
    background-color: #1d2c55; padding: 14px 15px;
    border-color: #1d2c55;
}
.panel-primary {
    border-color: #1d2c55;
}
.latestevents ul li img {
    margin-right: 40px;
}
.list-item-left p{ font-size:11px; margin:0px !important; line-height:14px !important;  }
.list-item-left h6 { margin:0px; color:#F0F !important;}
.latestevents ul li{ clear:both; margin-bottom:0px; border-bottom:1px solid #1d2c55; padding:10px 0; height:100px;} 
.btn-link  { color:#FFF;transition: all 0.5s ease;  }.btn-link:hover  { color:#1D2C55; text-decoration:none; }
.mrgbtm-20 { margin-bottom:20px; float:left;}.mrgtp-40 { margin-top:40px; } .mrgtp-20 { margin-top:20px;}
.latestevents ul { margin-bottom:12px;}
.sub-content-area { min-height:500px; padding-top: 40px;}
.btn-strip { background-color:#1D2C55; padding:20px 20px; display:inline-block; width:100%;}

 
.form-control {
    display: block;
    width: 100%;
    height:40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color:rgba(78, 97, 146,0.5);
    background-image: none;
    border: 1px solid #1d2c55; color:#FFF !important;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.margtp-30 { margin-top:30px;}
.item.head { background-color:#1D2C55 !important;}

















/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }






/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }
 
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #1D2C55;
}
.left-area.list-product .panel-body { padding:0px ; }
.left-area.list-product .panel-body ul li { padding:12px 14px; min-height:120px; max-height:auto; height:auto; background-color:#1D2C55 !important; clear:both; border-bottom:1px solid #334470;}
.left-area.list-product .panel-body ul li h5 { font-size: 14px; font-weight: 600; margin: 0px; }
.sub-title {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
.left-area.list-product .panel-body ul li.active{ background-color:#3B5084 !important;}
.left-area.list-product .panel-body ul li:hover { background-color:#3B5084 !important;}
/*.pul-r-pad-0 { margin:0px; padding-right:0px;}*/
/*.left-area.list-product .panel-body ul li.active:after {
	box-sizing: border-box;
	background-color:#3B5084;
 	background-size: 20px 18px;
	-webkit-transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
	-ms-transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
	transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	display: inline-block;
	border-radius: 0 6px 0 6px;
	border-top-right-radius: 8px 5px;
	border-bottom-left-radius: 5px 8px;
	position: absolute;
	top: 40px;
	right: -12px;
	width: 24px;
	height: 29px;
	content: "";
	border-width:0px 1px 1px 0;
	border-color: #1D2C55;
	border-style: solid;
	background-position: -2px 0;
	background-repeat: no-repeat; transition: all 0.5s ease;
}*/
 
 
 
/* SHOP CART */
.cartContent {
	padding:0;
}
.cartContent .item {
	position:relative;
	background: rgba(0,0,0,0.01);
}

.cartContent .item {
	margin-top:-1px;
	border:rgba(29, 44, 85,0.8) 1px solid;
}
.cartContent .sky-form.boxed {
	border: rgba(0,0,0,0.1) 1px solid;
}

.cartContent .item.head {
	border-bottom:0;
}
.cartContent .product_name {
	float:left;
	width:35%;
	padding:10px 20px;
	text-decoration:none;
	min-height:50px;
}
	.cartContent .product_name:hover>span {
		text-decoration:underline;
	}
	.cartContent .product_name >small {
		display:block;
		font-size:12px;
		line-height:12px;
 
	}
.cartContent .qty {
	float:right;
	width:160px;
	font-size:15px;
	padding:10px;
	text-align:center;
}
.cartContent .qty input {
	padding:3px; margin:0;
	border:#ccc 1px solid;
	width:80px; margin-right:3px;
	text-align:center;
	display: block;
    width: 100%;
    height:40px;

    font-size: 14px;
    color: #555;
    background-color:rgba(78, 97, 146,0.5);
    background-image: none;
    border: 1px solid #1d2c55; color:#FFF !important;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.cartContent .total_price {
	float:right;
	width:150px;
	font-size:15px;
	padding:10px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
}

.cartContent .remove_item {
	float:right;
	padding:5px 5px 5px 7px;
	width:30px; margin-right:8px;
}
.cartContent a.remove_item {
	background:rgba(0,0,0,0.1);
	border:rgba(0,0,0,0.1) 1px solid;
	padding-top:0;
	margin-top:10px;
	height:30px;
	line-height:26px;
	font-size:18px;
	text-decoration:none;
	color:rgba(255,255,255,0.8);
	border-radius:3px;

}
.cartContent .btn_update {
	margin-top:20px;
}
.cartContent .total_price a.remove_item  { text-align:center !important; margin: 6px 39% !important;}
.cartContent .total_price a.remove_item:hover  { background-color:#C9302C;}


 
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color:transparent !important;
}
.table-bordred { border-color:#1D2C55 !important}
.table-bordred  > tbody > tr > td, .table-bordred > tbody > tr > th, .table > tfoot > tr > td, .table-bordred > tfoot > tr > th, .table > thead > tr > td, .table-bordred > thead > tr > th {
    padding: 10px;
    line-height: 1.42857;
    vertical-align: top;
    border: 1px solid #1D2C55 !important;
}
.table > thead.head > tr > th {background-color:#1D2C55 !important;}
.btn {
    display: inline-block;
    padding: 10px 16px;
}
.full-width { width:100%;}
.table-non-board, .table-non-board > tbody > tr > td{ border:none !important;}
.dw-list li a{ padding:8px 12px; width:100%;  display:inline-block;  transition: all 0.5s ease;  }
.dw-list li a:hover{ background-color:#3B5084; }
.panel-non-pad .panel-body { padding:0px;}

.btn { cursor:pointer;}
#map-canvas{min-height:400px;}
.enquiry-form {
    background-color: #2d3c64;
    padding: 30px 40px; margin-top:0px;
}
.alert-success h3{ color:#3C763D;}
.deleterow{cursor:pointer}