body {

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;

	color: #666;

	font-size: 12px;

	line-height: 20px;

	width: 100%;

}

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 {

	font-size: 21px;

}

h4 {

	font-size: 15px;

}

h5 {

	font-size: 12px;

}

h6 {

	font-size: 10.2px;

}

a {

	color: #000;

}

a:hover {

	text-decoration: none;

}

legend {

	font-size: 18px;

	padding: 7px 0px

}

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 {

    display: block;

    padding: 5px;

 }



 .dropdown-menu{

 	padding: 0px;

 }



.dropdown-menu li > a:hover {

	text-decoration: none;

	color: #ffffff;

	background-color: #6c6d70;

	background-image: linear-gradient(to bottom, #6c6d70, #6c6d70);

	background-repeat: repeat-x;

}

/* top */

#top {

	background-color: #0292ce;

	color: #ffffff;

    margin: 0 0 15px 0;

}

#top .container {

	padding: 0 20px;

}

#top #form-currency .currency-select,

#top #form-language .language-select {

	text-align: left;

}

#top #form-currency .currency-select:hover,

#top #form-language .language-select:hover {

	text-shadow: none;

	color: #ffffff;

	background-color: #229ac8;

	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);

	background-repeat: repeat-x;

}

#top .btn-link, #top-links li, #top-links a {

	color: #fff;

	text-decoration: none;

	font-family: 'Quicksand', sans-serif;

	padding: 10px 10px;

}



.header-p-main{

  margin-top: 25px;

}





.header-phone-info{

	font-size: 30px;

	line-height: 34px;

	color: #fb3535;

	float:right;

    text-align: justify;

    

}

.header-phone{

	font-size: 55px;

    float: right;

    margin-right: 10px;

    margin-top: 10px;

}

#top .btn-link, #top-links li, #top-links a:last-child{

	padding-right: 0px;

}

#top .btn-link:hover, #top-links a:hover {

	color: #000000;



}



#top-links ul{

	padding: 0px;

	margin:0px;

}

#top-links .dropdown-menu a {

	text-shadow: none;

}

#top-links .dropdown-menu a:hover {

	color: #FFF;

}

#top .btn-link strong {

	font-size: 14px;

    line-height: 14px;

}

#top-links {

}

#top-links a + a {

	margin-left: 15px;

}

/* logo */

#logo {

	margin: 10px 0 10px 0px;

}

/* search */

#search {

  float: right;

  margin-top: 20px;

}



#search input {

    outline: none;

    background: #ffffff !important;

    border: 2px solid #6c6d70;

    -webkit-appearance: none;

    vertical-align: baseline;

    box-shadow: none;

    color: #444;

    display: block;

    float: right;

    margin: 0;

    font-size: 14px;

    line-height: 20px;

    width: 252px;

    height: 45px;

    padding: 10px;

}

#search .button-search {

    background: none;

    display: inline-block;

    padding: 0;

    outline: none;

    outline-offset: 0;

    cursor: pointer;

    -webkit-appearance: none;

    -moz-transition: 0.3s all ease;

    -o-transition: 0.3s all ease;

    -webkit-transition: 0.3s all ease;

    transition: 0.3s all ease;

    color: #444;

    line-height: 20px;

    margin-left: 10px;

    margin-right: 10px;

    border: 2px solid #6c6d70;

    border-radius: 50%;

    width: 35px;

    margin-top: 5px;

}

#search i {

    font-size: 15px;

    line-height: 32px;

    color: #6c6d70;

}

/* cart */

#cart {

	position: relative;

	margin-top: 10px;

}



#cart > .button {

    position: relative;

    color: #8b8b8b;

    font-size: 20px;

    padding: 8px;

}



#cart i{

	font-size: 35px;

}





button {

    background: transparent;

    border: none;

}



#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-menu {

	min-width: 256px;

}



#cart .dropdown-menu i{

	font-size: 15px;

}

#cart #cart-total {

    background: #8b8b8b;

    color: #FFFFFF;

    display: inline-block;

    font-size: 12px;

    line-height: 15px;

    position: absolute;

    text-align: center;

    top: 5px;

    padding: 2px 5px 2px 5px;

    right: -2px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

}



@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 {

	background-color: #229ac8;

	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);

	background-repeat: repeat-x;

	border-color: #1f90bb #1f90bb #145e7a;

	min-height: 40px;

}

#menu .nav > li > a {

	color: #fff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	padding: 10px 15px 10px 15px;

	min-height: 15px;

	background-color: transparent;

}

#menu .nav > li > a:hover, #menu .nav > li.open > a {

	background-color: rgba(0, 0, 0, 0.1);

}

#menu .dropdown-menu {

	padding-bottom: 0;

}

#menu .dropdown-inner {

	display: table;

}

#menu .dropdown-inner ul {

	display: table-cell;

}

#menu .dropdown-inner a {

	min-width: 160px;

	display: block;

	padding: 3px 20px;

	clear: both;

	line-height: 20px;

	color: #333333;

	font-size: 12px;

}

#menu .dropdown-inner li a:hover {

	color: #FFFFFF;

}

#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, #23a1d1, #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 18px;

	float: right;

	background-color: #229ac8;

	background-image: linear-gradient(to bottom, #23a1d1, #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;

	}

	#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 {

	

}

/* footer */

footer {

    padding-top: 30px;

    background: url(/image/catalog/footer.jpg) #000 no-repeat top center;

    color: #fffcfc;

    margin-top: 30px;

    font-weight: bold;

}

footer hr {

	border-top: none;

	border-bottom: 1px solid #666;

}

footer p{

	color: #fffcfc;


	font-weight: 400;

}



footer a {

	color: #fffcfc;

	font-size: 15px;

	font-weight: 400;



}

footer ul li{

    margin-bottom: 10px;

}

footer a:hover {

	color: #a9834f;

}

footer h5 {

	font-size: 18px;
    color: #fffcfc;
    margin-bottom: 30px;
    border-bottom: 3px solid;
    padding-bottom: 15px;
    margin-top: 45px;

}

/* alert */

.alert {

	padding: 8px 14px 8px 14px;

}

/* breadcrumb */

.breadcrumb {

	margin: 0 0 20px 0;

	padding: 8px 0;

	border: 1px solid #ddd;

}

.breadcrumb i {

	font-size: 15px;

}

.breadcrumb > li {

	text-shadow: 0 1px 0 #FFF;

	padding: 0 20px;

	position: relative;

	white-space: nowrap;

}

.breadcrumb > li + li:before {

	content: '';

	padding: 0;

}

.breadcrumb > li:after {

	content: '';

	display: block;

	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);

}

.pagination {

	margin: 0;

}

/* buttons */

.buttons {

	margin: 1em 0;

}

.btn {

	padding: 7.5px 12px;

	font-size: 12px;

	border: 1px solid #cccccc;

	border-radius: 4px;

	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: #fff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #292c96;

	background-image: linear-gradient(to bottom, #7579e3, #292c96);

	background-repeat: repeat-x;

	border-color: #7579e3 #292c96 #292c96;

}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {

	background-color: #292c96;

	background-position: 0 -15px;

	color: #fff;

}

.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: #23A1D1;

	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: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #363636;

	background-image: linear-gradient(to bottom, #444444, #222222);

	background-repeat: repeat-x;

	border-color: #222222 #222222 #000000;

}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {

	background-color: #222222;

	background-image: linear-gradient(to bottom, #333333, #111111);

}

/* list group */

.list-group a {

	border: 1px solid #DDDDDD;

	color: #888888;

	padding: 8px 12px;

}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {

	color: #444444;

	background: #eeeeee;

	border: 1px solid #DDDDDD;

	text-shadow: 0 1px 0 #FFF;

}

/* 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: 1px solid #ddd;

	margin-bottom: 20px;

	overflow: auto;

}

.product-thumb .image {

	text-align: center;

}

.product-thumb .image a {

	display: block;

}

.product-thumb .image a:hover {

	opacity: 0.8;

}

.product-thumb .image img {

	margin-left: auto;

	margin-right: auto;

}

.product-grid .product-thumb .image {

	float: none;

}

@media (min-width: 767px) {

.product-list .product-thumb .image {

	float: left;

	padding: 0 15px;

}

}

.product-thumb h4 {

	font-weight: bold;

}

.product-thumb .caption {

	padding: 0 20px;

	min-height: 180px;

}

.product-list .product-thumb .caption {

	margin-left: 230px;

}

@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: 60%;

	border: none;

	display: inline-block;

	float: left;

	background-color: #eee;

	color: #888;

	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%;

	}

}

.thumbnails {

	overflow: auto;

	clear: both;

	list-style: none;

	padding: 0;

	margin: 0;

}

.thumbnails > li {

	margin-left: 20px;

}

.thumbnails {

	margin-left: -20px;

}

.thumbnails > img {

	width: 100%;

}

.image-additional a {

	margin-bottom: 20px;

	padding: 5px;

	display: block;

	border: 1px solid #ddd;

}

.image-additional {

	max-width: 78px;

    max-width: 78px;

    float: left;

    margin-right: 20px;

}

.thumbnails .image-additional {

	float: left;

	margin-left: 20px;

}



@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),

	#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-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-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;

	}

}



/* 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;

}







/* menu */

#navigation-wrapper {


    position: relative;

}

.common-home #navigation-wrapper{

   margin-bottom: 0px;

}

#navigation-wrapper {


}



#navigation-inner-wrapper {

    margin: 0 auto;

    position: relative;

    text-align: left;

   
}



#toggle-nav {

    height: 60px;

    background: #040404;

    display: none;

}



#toggle-nav > ul {

    position: absolute;

    padding: 10px;

    top: 4px;

    left: 10px;

    display: none;

    list-style: none;

    margin: 0px;

    cursor: pointer;

}



#toggle-nav > ul > li {

    width: 30px;

    height: 4px;

    background-color: #fff;

    border-radius: 3px;

    margin: 5px 0;

}









ul.menu{

	list-style:none;

	padding:0px;

	margin:0px;

}

ul.menu > li{

	display:inline-block;

}

ul.menu > li:hover > ul{

	opacity: 1;

	pointer-events: auto;

	-webkit-transform: translateY(0px);

	transform: translateY(0px);

    z-index: 100;

}

ul.menu li.active > ul{

	opacity: 1;

	pointer-events: auto;

	-webkit-transform: translateY(0px);

	transform: translateY(0px);

}

/* All Sub Menu Box */

ul.menu li ul{

	list-style: none;

    background-color: #fff;

    position: absolute;

    padding: 0px 0px;

    transition: all 0.3s ease;

    margin: 0;

    position: absolute;

    opacity: 0;

    pointer-events: none;

    -webkit-transform: translateY(10px);

    transform: translateY(10px);

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-transform-style: preserve-3d;

    transform-style: preserve-3d;

    min-width: 145px;

}

ul.menu li.sub-sub-menu.active > ul{

	width:100%;

	position:relative;

	background-color: rgba(2, 146,206, 0.8);

}

ul.menu li.sub-sub-menu.active > ul ul{

	background:#9C9C9C;

}

ul.menu li.sub-sub-menu.active > a:after{

	content: "\f077";

}

ul.menu li.sub-sub-menu > a:after{

	top: 0;

	right: 5px;

	line-height: 40px;

	font-family: FontAwesome;

	speak: none;

	-webkit-font-smoothing: antialiased;

	content: "\f078";

	margin-left: 5px;

}

ul.menu > li > a{

	color: #fafbfd;
    padding: 10px 15px;
    display: block;
    font-size: 19px;
    font-weight: normal;
    border-bottom: 3px solid transparent;
    word-wrap: break-word;
    width: 124px;
    text-align: center;
    line-height: 25px;
	display: inline-block;
    height: 70px;
     vertical-align: top;

}



ul.menu > li:last-child > a{

  border: none;

}



ul.menu > li > a:hover {

	text-decoration: none;

}



ul.menu > li > a:hover::after {
	content: '';
    border-bottom: 2px solid #fff;
    width: 50px;
    height: 10px;
    display: block;
    margin: 0px auto;
}

ul.menu > li.active > a{

	color: #3e6a3d;

	text-decoration: none;

}

li.sub-menu-back > a:after{

	position: absolute;

	top: 0;

	left: 20px;

	line-height: 62px;

	font-family: FontAwesome;

	speak: none;

	-webkit-font-smoothing: antialiased;

	content: "\f053";

}

ul.menu a{

    color: #000000;

	padding:10px 25px;

	display:block;

	font-family: 'Quicksand', sans-serif;

	font-size:19px;

	cursor:pointer;

	text-align: left;

}

ul.menu > li ul a:hover{

	color:#a9834f;

}



ul.menu > li ul a{

	color: #040404;

	font-weight: 400;

}

.menu-mobile{

	display:none;

}

@media (max-width: 767px) {

  .menu-mobile {

    display: block; 

  } 

}



@media only screen and (max-width: 780px) {

	.info-bottom{
		padding-left: 30px;
	}

	.profile-info h1,.profile-info h2{
      
		margin-left: 0px !important;
	}

	.profile-info h1{
		margin-top: 35px !important;
	}

	.calculator-tab .tab{
		float: none !important;
		border: none !important;
		width: 100% !important;
		height: auto !important;

	}

	.calculator-tab .tabcontent {
	    float: none !important;
	    padding: 0px 0px !important;
	    width: 100% !important;
	    border-left: none;
	    height: auto !important;
	}
		
	#video-banner {
	  width: auto !important;
	  height: 700px !important;
	}
	

  .common-home #header-container {
     position: relative !important;
     background: #fff !important;
	  margin-bottom: 0px;
   }

   .social-icons.pull-right{
	  width: 280px;
      margin: 15px auto !important;
      float: none !important;
    }

   header{

   	padding: 0px !important;

   }

   .home-link-box.col-lg-4 img{
	  width: 70%;
    }

    .home-link-box.col-lg-3 img{
	  width: 70%;
    }

     .home-link-box{
     	margin-bottom: 30px !important;
     }




   .why-us-box{

   	min-height: 225px;

   }



   .about-us p{

   	width: 100% !important;

   	font-size: 13px;

   }



   #navigation-inner-wrapper{

   	padding: 0px !important;

   }



   #search .button-search {

        margin-left: 10px;

	    position: absolute;

	    margin-top: 17px;

	    border: none;

   }



   .header-p-main{

       width: 274px;

       margin: 10px auto;

   }



    .our-service{

      padding: 20px 10px !important;

    }



	.product-block  i{

		font-size: 20px !important;

	}





	.body-container{

		overflow: hidden;

	}



	#header-container {

    position: relative;

    background: #fff;

    }



   



    #logo{

    	text-align: center;

    }



    #search {

	    float: none;

	    margin-top: 16px;

	    margin: 15px auto;

	}



	.list-inline{

		margin-left: 15px;

	}



	.list-inline  li i{

		font-size: 22px;

		color: #fff;

	}



	#search input {

       width: 95%;

       margin: 10px auto;

       margin-right: 5px;

	}



    #logo img{

    	margin: 10px auto;    

    }











	.whole-content {

		-webkit-transform: translate3d(0,0,0);

		-moz-transform: translate3d(0,0,0);

		transform: translate3d(0,0,0);

		z-index: 1;

	}



	footer{

		text-align: center;

	}



	ul.menu > li > a{

		padding: 10px 20px; 
		color: #fff;

	}



    ul.menu > li.active > ul {

     opacity: 1;

     z-index: 9999;

     background: #fff;
    }

    ul.menu > li.active > a {
    color: #040404 !important;
    text-decoration: none;
    }



    ul.menu > li.active:hover > ul {

     opacity: 1;

     z-index: 9999;

    }



	ul.menu > li:hover > ul {

      opacity: 0;

      z-index: 0;

    }

    



	#toggle-nav > ul{

		display: block;

	}

	#toggle-nav{

		display: block;

		z-index: 9999;

		position: relative;

		height: 60px;

		z-index: 2;

		

		position: fixed;

		top: 0;

		right: 0;

		left: 0;

		

			/* starting point */

		-webkit-transform: translate3d(0,0,0);

		-moz-transform: translate3d(0,0,0);

		transform: translate3d(0,0,0);

	}

	#navigation-inner-wrapper #toggle-nav-content{

		overflow-y:scroll;

	}

	.whole-content{

		background:#fff;

	    overflow: hidden;

	}

	#navigation-inner-wrapper.active #toggle-nav-content{

		display: block;

	}

	#top{

		margin-top: 60px;

		position: relative;

		z-index: 99;

		margin-bottom: 0px;

	}

	#header-container{

		position:relative;

		background:#fff;

		margin-top: 60px;

	}

	#navigation-inner-wrapper.active #toggle-nav, .whole-content.active{

		-webkit-transform: translate3d(240px,0,0);

		-webkit-animation: open .5s ease-in-out;

		

		-moz-transform: translate3d(240px,0,0);

		-moz-animation: open .5s ease-in-out;

		

		transform: translate3d(240px,0,0);

		animation: open .5s ease-in-out;

	}

	@-webkit-keyframes open {

		0%      {-webkit-transform: translate3d(0,0,0);}

		70%    {-webkit-transform: translate3d(260px,0,0);}

		100%  {-webkit-transform: translate3d(240px,0,0);}

	}

	@-moz-keyframes open {

		0%      {-moz-transform: translate3d(0,0,0);}

		70%    {-moz-transform: translate3d(260px,0,0);}

		100%  {-moz-transform: translate3d(240px,0,0);}

	}

	@keyframes open {

		0%      {transform: translate3d(0,0,0);}

		70%    {transform: translate3d(260px,0,0);}

		100%  {transform: translate3d(240px,0,0);}

	}

	#navigation-inner-wrapper  #toggle-nav, .whole-content{

		-webkit-transform: translate3d(0,0,0);

		-webkit-animation: close .3s ease-in-out;

		

		-moz-transform: translate3d(0,0,0);

		-moz-animation: close .3s ease-in-out;

		

		transform: translate3d(0,0,0);

		animation: close .3s ease-in-out;

	}

	@-webkit-keyframes close {

		0%      {-webkit-transform: translate3d(240px,0,0);}

		100%  {-webkit-transform: translate3d(0,0,0);}

	}

	@-moz-keyframes close {

		0%       {-moz-transform: translate3d(240px,0,0);}

		100%  {-moz-transform: translate3d(0,0,0);}

	}

	

	@keyframes close {

		0%       {transform: translate3d(240px,0,0);}

		100%  {transform: translate3d(0,0,0);}

	}



	#navigation-inner-wrapper #toggle-nav-content {

		width: 240px;

		height: 100%;

		position: fixed;

		left: 0;

		top: 0;

		margin: 0;

		background-color: #a9834f;

		display: none;

	}



	#navigation-inner-wrapper.active #toggle-nav-content {

		opacity: 1;

		-webkit-transform: translate3d(0,0,0)scale(1);

		-webkit-animation: slideIn .35s ease-in-out;

		

		-moz-transform: translate3d(0,0,0)scale(1);

		-moz-animation: slideIn .35s ease-in-out;

		

		transform: translate3d(0,0,0)scale(1);

		animation: slideIn .35s ease-in-out;

	}

	@-webkit-keyframes slideIn {

		0%       {opacity: .3;

					-webkit-transform: translate3d(5%,0,0)scale(.97);}

		100%  {opacity: 1;

					-webkit-transform: translate3d(0,0,0)scale(1);}

	}

	@-moz-keyframes slideIn {

		0%      {opacity: .3;

					-moz-transform: translate3d(5%,0,0)scale(.97);}

		100%  {opacity: 1;

					-moz-transform: translate3d(0,0,0)scale(1);}

	}

	@keyframes slideIn {

		0%      {opacity: .3;

					transform: translate3d(5%,0,0)scale(.97);}

		100%  {opacity: 1;

					transform: translate3d(0,0,0)scale(1);}

	}

	#navigation-inner-wrapper.inactive  #toggle-nav-content {

		opacity: .3;

		

		-webkit-transform: translate3d(5%,0,0)scale(.97);

		-webkit-animation: slideOut .3s ease-in-out;

		

		-moz-transform: translate3d(5%,0,0)scale(.97);

		-moz-animation: slideOut .3s ease-in-out;

		

		transform: translate3d(5%,0,0)scale(.97);

		animation: slideOut .3s ease-in-out;

	}

	@-webkit-keyframes slideOut {

		0%      {opacity: 1;

					-webkit-transform: translate3d(0,0,0)scale(1);}

		100%  {opacity: .3;

					-webkit-transform: translate3d(5%,0,0)scale(.97);}

	}

	@-moz-keyframes slideOut {

		0%      {opacity: 1;

					-moz-transform: translate3d(0,0,0)scale(1);}

		100%  {opacity: .3;

					-moz-transform: translate3d(5%,0,0)scale(.97);}

	}

	@keyframes slideOut {

		0%      {opacity: 1;

					transform: translate3d(0,0,0)scale(1);}

		100%  {opacity: .3;

					transform: translate3d(5%,0,0)scale(.97);}

	}

	ul.menu li{

		display:block;

	}

	.sub-menu{

		position:relative;

	}

	ul.menu li.sub-menu > a:after{

		position: absolute;

		top: 0;

		right: 10px;

		line-height: 37px;

		font-family: FontAwesome;

		speak: none;

		-webkit-font-smoothing: antialiased;

		content: "\f078";

	}

	#navigation-wrapper{

		z-index:0;

		margin: 0px;

	}

	ul.menu li ul{

		width:100%;

	}



	.provide .icon {

      padding: 30px !important;

      width: 100% !important;

    }



}



.top-left{

	    padding-top: 6px;

}



#powered-wrapper{

	padding: 10px;
	text-align: center;

}



.option_images.active{

	border: 1px solid #3cb7ff;

}

.thumbnail{

	text-align: center;

}







.sticky {

  position: fixed !important;

  top: 0;

  width: 100%;

  z-index: 9999;

  margin-top: 0px !important;

  background: #fff;

}



header{
}



.button-account .account-icon{

	height: 36px;

    width: 35px;

    border: 2px solid #6c6d70;

    text-align: center;

    border-radius: 50%;

    margin-top: 25px;

    margin-left: 15px;

}



.button-account .account-icon i{

	font-size: 15px;

    line-height: 32px;

    color: #6c6d70;

}



.dropdown-menu ul{

	padding: 0px;

	list-style: none;

	margin: 0px;

}



.mobile_logo {

	margin: 15px  0px;

	text-align: center;

}



.home-link{

	margin-top: 40px;

}



.home-link-box{

	margin:15px 0px;

}



.home-link-box img{

  margin: 0px auto;

}



.home-link-box h3{

  color: #6c6d70;

  text-align: center;

}



.home-link-box h3 a{

	color: #6c6d70;
	font-weight: bold;

}



.about-us {

    width: 100%;

    padding: 45px 0px;

    text-align: center;

    background: url(/image/catalog/about.jpg) no-repeat center center;

    background-size: cover;

    color: #000000;

    font-size: 15px;

}

.common-home h1{
	color: #000000;
	margin-bottom: 30px;
    font-size: 37px;
    text-align: center;
	font-weight: bold;
}



.about-us p{

    line-height: 32px;
    font-size: 22px;
    margin: 10px auto 20px auto;
}



.read_more{

	display: block;

	width: 110px;

	text-align: center;

	color: #fff;

	background: #6c6d70;

	padding: 10px;

	margin: 10px auto;

	text-shadow: none;

}



.read_more:hover{

	color: #6c6d70;

	background: #fff;

}



.why-us {

	margin: 30px 0px;

}



.why-us h1{

	text-align: center;

	color: #6c6d70;

	font-weight: bold;

	margin-bottom: 20px;

	font-size: 47px;

}



.why-us-box {

	margin: 20px 0px;

}



.why-us-box h3{

	text-align: center;

	color: #6c6d70;

	font-weight: bold;

	font-size: 15px;

}



.why-us-box img{

	margin: 0px auto;

}

@media only screen and (max-device-width : 730px) {
    .ss-wrapper {
        position:fixed;
        -webkit-backface-visibility: hidden;
    }
}

#toggle-nav-content{
	margin-top: -85px;
	float: right;
}

.overlay-text .overlay {
    border-radius: 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlay {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #242d57;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}

.overlay-text:hover .overlay {
    opacity: 1;
    visibility: visible;
    border-radius: 0px;
}

.overlay .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}

.text {
    padding-right: 6px;
}

.overlay h4 a {
    color: #fff;
    font-size: 24px;
}

.home-link-box{
	margin-bottom: 20px;
}

.home-link-box.col-lg-4 img{
	width: 73%;
}

#header-container{
  background-color: rgba(3, 2, 1, 0.6);
  margin-bottom: 30px;
}

.common-home #header-container {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background-color: rgba(3, 2, 1, 0.6);

}

.social-icons{
	margin-top: 20px;
    margin-right: 25px;
}

.lawyers{
	background: #fff;
	padding: 30px 0px;

}

.lawyers h3{
	font-weight: 900;
    text-align: center;
    color: #cea146;
    font-size: 20px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    width: 270px;
    margin: 12px auto;
}

.lawyers h3 a{
	color: #cea146;
	font-weight: 900;
}

.lawyers p{
	font-size: 15px;
	text-align: center;
	font-weight: bold;
} 

.lawyers .col-lg-4{
  margin-top: 20px;

}

.lawyers img{
  width: 100%;
}

.practice{
    background: #323b44;
	padding: 30px;
	color: #fff;
}

.practice h1{
	color: #fff;
	margin-bottom: 40px;
}

.practice-box{
	margin-top: 20px;
   text-align: center
}



.practice-box h4{
	text-align: center;
	color: #fff;
	margin-top: 10px;
	line-height: 23px;
    font-weight: bold;
	font-size: 17px;
}

.practice-box h4::before {
    content: '';
    border-top: 3px solid transparent;
    width: 70%;
    height: 10px;
    display: block;
    margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

.practice-box:hover h4::before {
    content: '';
    border-top: 3px solid #cca145;
    width: 70%;
    height: 10px;
    display: block;
    margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

.practice-box:hover h4{
	color: #cca145;
}


.testimonials{
	padding: 40px 0px;
	text-align: left;
}

.testimoni-box{
	border: 2px solid #e6e6e6;
	padding: 30px;
}

.testimonials .col-lg-4 p{
 
  font-size: 15px;
   margin: 20px auto;
}

.testimonials h3{
	font-size: 18px;
}

.testimonials h3::before{
	content: '';
    width: 60%;
    border-bottom: 4px solid #a9834f;
    display: block;
    left: 0;
    margin: 10px auto;
}

.footer-logo img{
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer-logo {
	text-align: center;
}

.footer-logo h4{
   color: #fffcff;
}

.common-home #footer-wrapper{
	margin-top: -4px;
}

.contact_us{
	background: #323b44;
}

.contact_form input[type="text"], .contact_form input[type="password"] {
    font-size: 13px;
    padding: 6px;
    background-image: none;
    color: #fff;
    height: 34px;
    line-height: 1.428571429;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 3px solid #cca145  !important;
    background: none;
    border: none;
    border-radius: 0px;
}

.contact_form textarea {
   background: none;
    border: none;
    height: 70px;
    transition: all .30s ease-in-out;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 3px solid #cca145 ;
    border-radius: 0px;
}

.contact_form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.contact_us h1{
	color: #fff;
}

.contact_us  input[type="submit"] {
       background: #cca145 !important;
    border: none;
    width: 175px;
    padding: 10px !important;
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 10px;
    float: right;
    color: #fff;
}

.contact_us  input[type="submit"]::after {
	content: '';
 clear: both;
}

.contact_us .canter.contact_text {
	color: #cca145;
}

.canter{
	text-align: center !important;
}

.contact_text {
	color: #fff;
	font-size: 12px;
	margin-bottom: 20px;
}

.mp-grid-layout h1{
	color: #000000;
    margin-bottom: 30px;
    font-size: 37px;
    text-align: center;
}

.mp-blog-home{
	background: #dadada;
	padding: 30px;
}

#video-banner {
  width: 100%;
  height: auto;
}

.video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
}

.video-text h1 {
  font-size: 4em;
  margin: 0;
  padding: 0;
}

.video-text p {
  font-size: 2em;
  margin-top: 0;
  padding: 0;
}

.video-text a {
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 20px;
  font-size: 1.5em;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
}

#n2 {
    display: none;
}

.practice-box:hover #n1 {
    display: none;
}

.practice-box:hover #n2 {
    display: initial;
}

.read-more{
	display: block;
    background: #cda246;
    width: 95px;
    padding: 7px 15px;
    text-align: center;
    font-weight: bold;
}

.lawyers .read-more{
	margin: 20px auto;
}

.testimonials h2{
	text-align: center;
	font-weight: bold;
}

.testimonials h1{
 color: #cda246;
}

.testimonials h1:after{
	content: '';
    border-top: 3px solid #cca145;
    width: 220px;
    height: 10px;
    display: block;
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 35px;
}

.testimonials p:before{
	content: '"';
    height: 10px;
    display: block;
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 75px;
	color: #cca145;
}


.testimonials h4{
	text-align: center;
	margin-bottom: 0px;
}

.testimonials h4:nth-of-type(2){
   margin-top: 5px;
	color: #cca145;
}

.testimoni-box{
	margin-top: 20px;
}


/*Margins */
.mt-0 {
  margin-top: 0 !important; }

.mt-10 {
  margin-top: 0.7143rem !important; }

.mt-15 {
  margin-top: 1.100rem !important; }

.mt-20 {
  margin-top: 1.429rem !important; }

.mt-30 {
  margin-top: 2.143rem !important; }

.mt-40 {
  margin-top: 2.857rem !important; }

.mt-50 {
  margin-top: 3.571rem !important; }

.mt-60 {
  margin-top: 4.286rem !important; }

.mt-70 {
  margin-top: 5rem !important; }

.mt-80 {
  margin-top: 5.714rem !important; }

.mt-90 {
  margin-top: 6.429rem !important; }

.mt-100 {
  margin-top: 7.143rem !important; }

/*Margin bottom*/
.mb-0 {
  margin-bottom: 0 !important; }

.mb-10 {
  margin-bottom: 0.7143rem !important; }

.mb-15 {
  margin-bottom: 1.100rem !important; }

.mb-20 {
  margin-bottom: 1.429rem !important; }

.mb-30 {
  margin-bottom: 2.143rem !important; }

.mb-40 {
  margin-bottom: 2.857rem !important; }

.mb-50 {
  margin-bottom: 3.571rem !important; }

.mb-60 {
  margin-bottom: 4.286rem !important; }

.mb-70 {
  margin-bottom: 5rem !important; }

.mb-80 {
  margin-bottom: 5.714rem !important; }

.mb-90 {
  margin-bottom: 6.429rem !important; }

.mb-100 {
  margin-bottom: 7.143rem !important; }

/*Margin left*/
.ml-0 {
  margin-left: 0 !important; }

.ml-15 {
  margin-left: 1.100rem !important; }

.ml-10 {
  margin-left: 0.7143rem !important; }

.ml-20 {
  margin-left: 1.429rem !important; }

.ml-30 {
  margin-left: 2.143rem !important; }

.ml-40 {
  margin-left: 2.857rem !important; }

.ml-50 {
  margin-left: 3.571rem !important; }

.ml-60 {
  margin-left: 4.286rem !important; }

.ml-70 {
  margin-left: 5rem !important; }

.ml-80 {
  margin-left: 5.714rem !important; }

.ml-90 {
  margin-left: 6.429rem !important; }

.ml-100 {
  margin-left: 7.143rem !important; }

/*Margin right*/
.mr-0 {
  margin-right: 0 !important; }

.mr-10 {
  margin-right: 0.7143rem !important; }

.mr-15 {
  margin-right: 1.100rem !important; }

.mr-20 {
  margin-right: 1.429rem !important; }

.mr-30 {
  margin-right: 2.143rem !important; }

.mr-40 {
  margin-right: 2.857rem !important; }

.mr-50 {
  margin-right: 3.571rem !important; }

.mr-60 {
  margin-right: 4.286rem !important; }

.mr-70 {
  margin-right: 5rem !important; }

.mr-80 {
  margin-right: 5.714rem !important; }

.mr-90 {
  margin-right: 6.429rem !important; }

.mr-100 {
  margin-right: 7.143rem !important; }

/*padding*/
.p-0 {
  padding: 0 !important; }

.p-05 {
  padding: 0.3543rem !important; }

.p-10 {
  padding: 0.7143rem !important; }

.p-15 {
  padding: 1.0443rem !important; }

.p-20 {
  padding: 1.429rem !important; }

.p-30 {
  padding: 2.143rem !important; }

.p-40 {
  padding: 2.857rem !important; }

.p-50 {
  padding: 3.571rem !important; }

/*Padding left*/
.pl-0 {
  padding-left: 0 !important; }

.pl-10 {
  padding-left: 0.7143rem !important; }

.pl-15 {
  padding-left: 1.100rem !important; }

.pl-20 {
  padding-left: 1.429rem !important; }

.pl-30 {
  padding-left: 2.143rem !important; }

.pl-40 {
  padding-left: 2.857rem !important; }

.pl-50 {
  padding-left: 3.571rem !important; }

/*Padding right*/
.pr-0 {
  padding-right: 0 !important; }

.pr-10 {
  padding-right: 0.7143rem !important; }

.pr-15 {
  padding-right: 1.100rem !important; }

.pr-20 {
  padding-right: 1.429rem !important; }

.pr-30 {
  padding-right: 2.143rem !important; }

.pr-40 {
  padding-right: 2.857rem !important; }

.pr-50 {
  padding-right: 3.571rem !important; }

/*Padding top*/
.pt-0 {
  padding-top: 0 !important; }

.pt-10 {
  padding-top: 0.7143rem !important; }

.pt-15 {
  padding-top: 1.100rem !important; }

.pt-20 {
  padding-top: 1.429rem !important; }

.pt-30 {
  padding-top: 2.143rem !important; }

.pt-40 {
  padding-top: 2.857rem !important; }

.pt-50 {
  padding-top: 3.571rem !important; }

/*Padding bottom*/
.pb-0 {
  padding-bottom: 0 !important; }

.pb-10 {
  padding-bottom: 0.7143rem !important; }

.pb-15 {
  padding-bottom: 1.100rem !important; }

.pb-20 {
  padding-bottom: 1.429rem !important; }

.pb-30 {
  padding-bottom: 2.143rem !important; }

.pb-40 {
  padding-bottom: 2.857rem !important; }

.pb-50 {
  padding-bottom: 3.571rem !important; }

/*Min heights*/
.min-h-200 {
  min-height: 200px; }

.min-h-230 {
  min-height: 230px; }

.min-h-260 {
  min-height: 260px; }

.min-h-320 {
  min-height: 320px; }

.min-h-350 {
  min-height: 350px; }

.min-h-380 {
  min-height: 380px; }

.min-h-410 {
  min-height: 410px; }

.min-h-440 {
  min-height: 440px; }

.min-h-470 {
  min-height: 470px; }

.min-h-500 {
  min-height: 500px; }

.min-h-550 {
  min-height: 550px; }

.min-h-600 {
  min-height: 600px; }

/*Max heights*/
.max-h-200 {
  max-height: 200px; }

.max-h-230 {
  max-height: 230px; }

.max-h-260 {
  max-height: 260px; }

.max-h-320 {
  max-height: 320px; }

.max-h-350 {
  max-height: 350px; }

.max-h-380 {
  max-height: 380px; }

.max-h-410 {
  max-height: 410px; }

.max-h-440 {
  max-height: 440px; }

.max-h-470 {
  max-height: 470px; }

.max-h-500 {
  max-height: 500px; }

.max-h-550 {
  max-height: 550px; }

.max-h-600 {
  max-height: 600px; }

.clear {
	clear: both;
	    font-size: 0px;
    height: 0px;
}


.calculator{
	padding: 50px 0px;
    background-color: #323B45;
    color: #fff;
}

.calculator h1{
   color: #fff;
}

.calculator-tab h3{
	color: #fff;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 30px;
}

.calculator-tab .tab {
  float: left;
  width: 30%;
  border-right: 3px solid #cda246;
  height: 300px;
}

/* Style the buttons that are used to open the tab content */
.calculator-tab .tab button {
    display: block;
    color: white;
    padding: 10px 16px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    background: #cda246;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.3s;
    border: 1px solid transparent;
}

/* Change background color of buttons on hover */
.calculator-tab .tab button:hover {
  border: 1px solid #fff;
}

/* Create an active/current "tab button" class */
.calculator-tab .tab button.active {
  border: 1px solid #fff;
}

/* Style the tab content */
.calculator-tab .tabcontent {
  float: left;
  padding: 0px 30px;
  width: 70%;
  border-left: none;
  height: 300px;
}


/*========================
	Calculator
  ======================== */
.calc-total {
	margin-bottom: 20px;
	padding-right: 20px;
}
.calc-total .calc-total-name {
	min-width: 200px;
	display: inline-block;
	color: #cda246;
}
.calc-total .calc-input {
	border: 1px solid #cda246;
}
.calc-input {
	font-size: 0.8em;
	font-weight: 400;
	min-width: 220px;
	margin-left: 20px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	height: 30px;
}

.accordion-content h5{
	color: #fff;
}
select.calc-input {
	border-radius: 0;
}
.accordion-item-calc {
	border-bottom: none;
}
.accordion-calc h4 {
	padding-left: 0px;
}
.accordion-calc a {
	min-width: 200px;
	display: inline-block;
	padding-left: 0px;
	color: #cda246;

}
.accordion-calc a:before {
	content: "i";
	left: auto;
	right: -10px;
}
.accordion-calc a.active:before {
	content: "i";
}
.accordion-item-calc .accordion-content {
	border-bottom: 1px solid #555;
	margin-bottom: 20px;
}
.calc-btn {
	margin-top: 20px;
}
.calc-btn span {
	min-width: 200px;
	display: inline-block;
}
.calc-btn input {
	font-size: 0.9em;
	background: #cda246;
	color: #fff;
	-webkit-appearance: none;
	appearance: none;
	padding: 10px 20px;
	border: 1px solid #000;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	height: 35px;
}
.calc-btn input:hover {
	
}


/*========================
	Select Box
  ======================== */
.selectboxit-container {
	max-width: 140px;
	margin-left: 20px;
}
.selectboxit-container * {
	font-family: 'Lato', sans-serif;
}
.selectboxit-container .selectboxit {
	min-width: 140px;
	max-width: 200px;
	background: #fff;
	border-radius: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	top: 40%;
}
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
	background: #eee;
}
.selectboxit-container .selectboxit-options {
	min-width: 0px;
	max-width: 155px;
	border-radius: 0;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	background: #6d0e3b;
}



/*========================
	Table
  ======================== */
.tg-wrap {
	margin-bottom: 20px;
}
th {
	font-weight: bold;
}
th, td{
	border: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
}


#p2 {
    display: none;
}

.lawyers-box:hover #p1 {
    display: none;
}

.lawyers-box:hover #p2 {
    display: initial;
}

.lawyers-box{
	text-align: center;
}





/*========================
	Close Button
  ======================== */
.crossBtn {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-decoration: none;
	color: #8d6f4b;
	position: relative;
	z-index: 15;
}
.crossBtn i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 11px;
	margin: auto;
	display: inline-block;
	width: 18px;
	height: 2px;
	transition:all .2s ease-out;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-ms-transition:all .2s ease-out;
}
.crossBtn i::before, .crossBtn i::after {
	content:'';
	width: 18px;
	height: 2px;
	background: #6d0e3b;
	position: absolute;
	left:0;
	transition:all .2s ease-out;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-ms-transition:all .2s ease-out;
}
.crossBtn i::before {
  top:0;
  -webkit-transform: rotateZ(45deg);
     -moz-transform: rotateZ(45deg);
      -ms-transform: rotateZ(45deg);
       -o-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.crossBtn i::after {
  bottom:0;
  -webkit-transform: rotateZ(-45deg);
     -moz-transform: rotateZ(-45deg);
      -ms-transform: rotateZ(-45deg);
       -o-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.profile-info{
	line-height: 27px;
    color: #000;
    font-size: 17px;
}

.profile-info h2,.profile-info h1{
	color: #cca145;
	font-size: 24px;

}


.profile-info h1::after{
	content: '';
    border-bottom: 2px solid #000;
    height: 20px;
    display: block;
    width: 310px;
 
}

.profile-info p{
	margin-bottom: 20px;
}

.profile-info .info-top{
  padding-left: 30px;
}

