<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************/
/* Theme name  : Brave      */
/* Author name : Ashok      */
/****************************/
/* Open Sans  */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,600italic,700,800italic,800,700italic);

/* General */

.brambl-theme {
	color: #666666;
	font-size: 13px;
	line-height: 28px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

#brambl-content .row {
	padding-bottom: 50px;
	padding-top: 50px;
}

.brambl-theme h1,
.brambl-theme h2,
.brambl-theme h3,
.brambl-theme h4,
.brambl-theme h5,
.brambl-theme h6 {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 2px 0px;
	padding: 0px;
}

.brambl-theme h1 {
	font-size: 30px;
	line-height: 45px;
}

.brambl-theme h2 {
	font-size: 25px;
	line-height: 40px;
}

.brambl-theme h3 {
	font-size: 22px;
	line-height: 37px;
}

.brambl-theme h4 {
	font-size: 18px;
	line-height: 33px;
}

.brambl-theme h5 {
	font-size: 15px;
	line-height: 30px;
}

.brambl-theme h6 {
	font-size: 13px;
	line-height: 28px;
}

.brambl-theme h2 a,
.brambl-theme h3 a,
.brambl-theme h4 a,
.brambl-theme h5 a,
.brambl-theme h6 a {
	color: #666;
}

.brambl-theme h2 a:hover,
.brambl-theme h3 a:hover,
.brambl-theme h4 a:hover,
.brambl-theme h5 a:hover,
.brambl-theme h6 a:hover {
	color: #666;
}

.brambl-theme p {
	margin: 2px 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.brambl-theme a:hover,
.brambl-theme a:active,
.brambl-theme a:focus {
	text-decoration: none !important;
	outline: none !important;
}

.brambl-theme :focus {
	outline: none !important;
}

.brambl-theme ::-moz-focus-inner {
	border: 0 !important;
}

.brambl-theme ::selection {
	background: #99ceff;
}

.brambl-theme ::-moz-selection {
	background: #99ceff;
}

.brambl-theme hr {
	margin: 20px 0px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 1px solid #eee;
}

/* Form */

.brambl-theme input,
.brambl-theme textarea,
.brambl-theme select, .brambl-theme .form input, .brambl-theme .form textarea, .brambl-theme .form select {
	box-shadow: none !important;
}

.brambl-theme form {
	line-height: 20px !important;
}

.brambl-theme form label {
	font-weight: 400;
}

.brambl-theme dl dt {
	font-size: 13px;
	line-height: 28px;
}

.brambl-theme dl dd {
	font-size: 13px;
	line-height: 28px;
}

.brambl-theme .table td {
	padding: 15px 5px;
}

/* Helper classes */
.brambl-theme .padd-5 {
	padding: 5px 8px;
}

.brambl-theme .padd-10 {
	padding: 10px 13px;
}

.brambl-theme .padd-15 {
	padding: 15px 18px;
}

.brambl-theme .bold {
	font-weight: 600;
}

.brambl-theme .underline {
	text-decoration: underline;
}

.brambl-theme .transition {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

/* Thumbnail */
.brambl-theme .img-thumbnail {
	padding: 2px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
}

/* Dropdown menu */
.brambl-theme .dropdown a:focus {
	color: #666;
}

.brambl-theme .dropdown-menu {
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
	border-radius: 3px !important;
}

.brambl-theme .dropdown-menu li a {
	padding: 7px 12px;
}

.brambl-theme .dropdown-menu.dropdown-mini {
	min-width: 120px;
}

.brambl-theme .dropdown-menu.dropdown-mini li a {
	font-size: 12px;
	padding: 5px 10px;
}

/* Video container */
.brambl-theme .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 5px;
}

.brambl-theme .video-container iframe {
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* Well */
.brambl-theme .well {
	line-height: 28px;
	border: 0px;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	background: #fcfcfc;
}

/* Popover */
.brambl-theme .popover {
	border-radius: 5px;
	border: 0px;
	padding: 10px 20px;
}

.brambl-theme .popover .popover-title {
	font-size: 17px;
	line-height: 30px;
	font-weight: 600;
	background: #fff;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f4f4f4;
}

.brambl-theme .popover .popover-content {
	font-size: 13px;
	line-height: 28px;
	padding: 0px;
	padding-top: 5px;
}

/* Blockquote */

.brambl-theme blockquote {
	margin: 20px 0px;
	padding: 15px 20px;
	background: #fdfdfd;
}

.brambl-theme blockquote p {
	font-size: 14px;
	line-height: 29px;
	color: #777;
	font-style: italic;
}

.brambl-theme blockquote small {
	margin-top: 10px;
}

/* Dropcaps */
.brambl-theme .dropcap-1 {
	display: block;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 3px;
	float: left;
	font-size: 400%;
}

.brambl-theme .dropcap-2 {
	display: block;
	float: left;
	font-size: 400%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	color: #fff;
	border-radius: 100%;
}

.brambl-theme .dropcap-3 {
	display: block;
	float: left;
	font-size: 400%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	color: #fff;
}

/* List styles */
.brambl-theme .list-1, .brambl-theme .list-2, .brambl-theme .list-3, .brambl-theme .list-4, .brambl-theme .list-5, .brambl-theme .list-6, .brambl-theme .list-7, .brambl-theme .list-8, .brambl-theme .list-9 {
	list-style-type: none;
	padding-left: 20px;
}

.brambl-theme .list-1 li:before {
	content: "\f069"; /* Asterisk*/

	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}

.brambl-theme .list-2 li:before {
	content: "\f00c"; /* Check*/

	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}

.brambl-theme .list-3 li:before {
	content: "\f046"; /* Check-Square-o*/

	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}

.brambl-theme .list-4 li:before {
	content: "\f067"; /* Plus*/

	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}

.brambl-theme .list-5 li:before {
	content: "\f005"; /* Star*/

	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}

.brambl-theme .list-6 li:before {
	content: "\f101"; /* Angle Double Right*/

	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}

.brambl-theme .list-7 li:before {
	content: "\f0a4"; /* hand-o-right*/

	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}

.brambl-theme .list-8 li:before {
	content: "\f0da"; /* caret-right*/

	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}

.brambl-theme .list-9 li:before {
	content: "\f138"; /* chevron-circle-right*/

	font-family: 'FontAwesome';
	float: left;
	margin-left: -20px;
}

/* Shapes */

/* Square */
.brambl-theme .square-1 {
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
}

.brambl-theme .square-2 {
	display: inline-block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
}

.brambl-theme .square-3 {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
}

.brambl-theme .square-4 {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
}

.brambl-theme .square-5 {
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
}

/* Circle */
.brambl-theme .circle-1 {
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 100%;
}

.brambl-theme .circle-2 {
	display: inline-block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
}

.brambl-theme .circle-3 {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
}

.brambl-theme .circle-4 {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
}

.brambl-theme .circle-5 {
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
}

/* Border radius */
.brambl-theme .sharp {
	border-radius: 0px !important;
}

.brambl-theme .rounded-1 {
	border-radius: 2px !important;
}

.brambl-theme .rounded-2 {
	border-radius: 4px !important;
}

.brambl-theme .rounded-3 {
	border-radius: 6px !important;
}

.brambl-theme .rounded-4 {
	border-radius: 10px !important;
}

.brambl-theme .rounded-5 {
	border-radius: 100% !important;
}

/* Dividers */
.brambl-theme .divider-1 {
	height: 8px;
	background: url("../../img/dividers/1.png") repeat-x;
	background-size: 20px 20px;
	margin: 20px 0px;
}

.brambl-theme .divider-2 {
	height: 7px;
	background: url("../../img/dividers/2.png") repeat-x;
	background-size: 7px 7px;
	margin: 20px 0px;
}

.brambl-theme .divider-3 {
	height: 10px;
	background: url("../../img/dividers/3.png") repeat-x;
	background-size: 10px 10px;
	margin: 20px 0px;
}

.brambl-theme .divider-4 {
	border-bottom: 1px dashed #d4d4d4;
	margin: 20px 0px;
}

.brambl-theme .divider-5 {
	border-bottom: 1px dotted #d4d4d4;
	margin: 20px 0px;
}

.brambl-theme .divider-6 {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 2px;
	margin: 20px 0px;
}

.brambl-theme .divider-7 {
	border-top: 1px dashed #d4d4d4;
	border-bottom: 1px dashed #d4d4d4;
	padding: 2px;
	margin: 20px 0px;
}

.brambl-theme .divider-8 {
	border-top: 1px dotted #d4d4d4;
	border-bottom: 1px dotted #d4d4d4;
	padding: 2px;
	margin: 20px 0px;
}

.brambl-theme .divider-9 {
	background: #f5f5f5;
	height: 6px;
	margin: 20px 0px;
}

.brambl-theme .divider-10 {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #e4e4e4;
	background: #f8f8f8;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	padding: 2px;
	margin: 20px 0px;
}

/* Text color classes */
.brambl-theme .white {
	color: #ffffff !important;
}

.brambl-theme a.white {
	color: #ffffff !important;
}

.brambl-theme a.white:hover,
.brambl-theme a.white:focus {
	color: #ffffff !important;
}

.brambl-theme .grey {
	color: #eeeeee !important;
}

.brambl-theme a.grey {
	color: #eeeeee !important;
}

.brambl-theme a.grey:hover,
.brambl-theme a.grey:focus {
	color: #d5d5d5 !important;
}

.brambl-theme .black {
	color: #666666 !important;
}

.brambl-theme a.black {
	color: #666666 !important;
}

.brambl-theme a.black:hover,
.brambl-theme a.black:focus {
	color: #4d4d4d !important;
}

.brambl-theme .red {
	color: #ed5441 !important;
}

.brambl-theme a.red {
	color: #ed5441 !important;
}

.brambl-theme a.red:hover,
.brambl-theme a.red:focus {
	color: #e52d16 !important;
}

.brambl-theme .green {
	color: #51d466 !important;
}

.brambl-theme a.green {
	color: #51d466 !important;
}

.brambl-theme a.green:hover,
.brambl-theme a.green:focus {
	color: #30c247 !important;
}

.brambl-theme .lblue {
	color: #32c8de !important;
}

.brambl-theme a.lblue {
	color: #32c8de !important;
}

.brambl-theme a.lblue:hover,
.brambl-theme a.lblue:focus {
	color: #1faabe !important;
}

.brambl-theme .blue {
	color: #609cec !important;
}

.brambl-theme a.blue {
	color: #609cec !important;
}

.brambl-theme a.blue:hover,
.brambl-theme a.blue:focus {
	color: #3280e7 !important;
}

.brambl-theme .orange {
	color: #f8a841 !important;
}

a.orange {
	color: #f8a841 !important;
}

a.orange:hover,
a.orange:focus {
	color: #f69110 !important;
}

.brambl-theme .yellow {
	color: #fcd419 !important;
}

a.yellow {
	color: #fcd419 !important;
}

a.yellow:hover,
a.yellow:focus {
	color: #dfb803 !important;
}

.brambl-theme .purple {
	color: #cb79e6 !important;
}

a.purple {
	color: #cb79e6 !important;
}

a.purple:hover,
a.purple:focus {
	color: #ba4ede !important;
}

.brambl-theme .rose {
	color: #ff61e7 !important;
}

a.rose {
	color: #ff61e7 !important;
}

a.rose:hover,
a.rose:focus {
	color: #ff2edf !important;
}

.brambl-theme .brown {
	color: #d08166 !important;
}

a.brown {
	color: #d08166 !important;
}

a.brown:hover,
a.brown:focus {
	color: #c4613f !important;
}

/* Background color classes */
.brambl-theme .bg-white {
	background-color: #ffffff !important;
}

.brambl-theme .bg-grey {
	background-color: #eeeeee !important;
}

.brambl-theme .bg-black {
	background-color: #666666 !important;
}

.brambl-theme .bg-red {
	background-color: #ed5441 !important;
}

.brambl-theme .bg-green {
	background-color: #51d466 !important;
}

.brambl-theme .bg-lblue {
	background-color: #32c8de !important;
}

.brambl-theme .bg-blue {
	background-color: #609cec !important;
}

.brambl-theme .bg-orange {
	background-color: #f8a841 !important;
}

.brambl-theme .bg-yellow {
	background-color: #fcd419 !important;
}

.brambl-theme .bg-purple {
	background-color: #cb79e6 !important;
}

.brambl-theme .bg-rose {
	background-color: #ff61e7 !important;
}

.brambl-theme .bg-brown {
	background-color: #d08166 !important;
}

/* Background Hover color */
.brambl-theme .bg-white-hover:hover {
	background-color: #ffffff !important;
}

.brambl-theme .bg-grey-hover:hover {
	background-color: #eeeeee !important;
}

.brambl-theme .bg-black-hover:hover {
	background-color: #666666 !important;
}

.brambl-theme .bg-red-hover:hover {
	background-color: #ed5441 !important;
}

.brambl-theme .bg-green-hover:hover {
	background-color: #51d466 !important;
}

.brambl-theme .bg-lblue-hover:hover {
	background-color: #32c8de !important;
}

.brambl-theme .bg-blue-hover:hover {
	background-color: #609cec !important;
}

.brambl-theme .bg-orange-hover:hover {
	background-color: #f8a841 !important;
}

.brambl-theme .bg-yellow-hover:hover {
	background-color: #fcd419 !important;
}

.brambl-theme .bg-purple-hover:hover {
	background-color: #cb79e6 !important;
}

.brambl-theme .bg-rose-hover:hover {
	background-color: #ff61e7 !important;
}

.brambl-theme .bg-brown-hover:hover {
	background-color: #d08166 !important;
}

/* Border class */

/* Border color */
.brambl-theme .br-white {
	border: 1px solid #ffffff;
}

.brambl-theme .br-grey {
	border: 1px solid #eeeeee;
}

.brambl-theme .br-black {
	border: 1px solid #666666;
}

.brambl-theme .br-red {
	border: 1px solid #ed5441;
}

.brambl-theme .br-green {
	border: 1px solid #51d466;
}

.brambl-theme .br-lblue {
	border: 1px solid #32c8de;
}

.brambl-theme .br-blue {
	border: 1px solid #609cec;
}

.brambl-theme .br-orange {
	border: 1px solid #f8a841;
}

.brambl-theme .br-yellow {
	border: 1px solid #fcd419;
}

.brambl-theme .br-purple {
	border: 1px solid #cb79e6;
}

.brambl-theme .br-rose {
	border: 1px solid #ff61e7;
}

.brambl-theme .br-brown {
	border: 1px solid #d08166;
}

/* Border size */
.brambl-theme .br-size-1 {
	border-width: 2px !important;
}

.brambl-theme .br-size-2 {
	border-width: 4px !important;
}

.brambl-theme .br-size-3 {
	border-width: 6px !important;
}

.brambl-theme .br-size-4 {
	border-width: 10px !important;
}

.brambl-theme .br-size-5 {
	border-width: 15px !important;
}

/* Border style */
.brambl-theme .br-style-1 {
	border-style: dotted !important;
}

.brambl-theme .br-style-2 {
	border-style: dashed !important;
}

.brambl-theme .br-style-3 {
	border-style: double !important;
	border-width: 3px !important;
}

/* Border position */
.brambl-theme .br-no-left {
	border-left: 0px !important;
}

.brambl-theme .br-no-right {
	border-right: 0px !important;
}

.brambl-theme .br-no-top {
	border-top: 0px !important;
}

.brambl-theme .br-no-bottom {
	border-bottom: 0px !important;
}

/* Button classes */
.brambl-theme .btn {
	border-radius: 2px;
	position: relative;
}

.brambl-theme .btn.btn-no-border {
	border: 0px !important;
}

/* Round button */
.brambl-theme .btn.btn-round {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	font-size: 15px;
	text-align: center;
}

.brambl-theme .btn.btn-round i {
	display: block;
	margin: 3px 0px 2px 0px;
}

.brambl-theme .btn.btn-round span {
	font-weight: bold;
}

/* Transparent button */
.brambl-theme .btn.btn-transparent {
	border: 1px solid #ffffff !important;
	background: transparent !important;
	color: #ffffff !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.brambl-theme .btn.btn-transparent:hover, .brambl-theme .btn.btn-transparent:focus, .brambl-theme .btn.btn-transparent.active, .brambl-theme .btn.btn-transparent:active {
	background: #ffffff !important;
	color: #808080 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.brambl-theme .btn.btn-white {
	background: #ffffff;
	color: #666666;
	border: 1px solid #dddddd;
}

.brambl-theme .btn.btn-white:hover, .brambl-theme .btn.btn-white:focus, .brambl-theme .btn.btn-white.active, .brambl-theme .btn.btn-white:active {
	background: #f7f7f7;
	color: #666666;
}

.brambl-theme .btn.btn-white.btn-outline {
	background: transparent !important;
	border: 1px solid #f7f7f7 !important;
	color: #666666;
}

.brambl-theme .btn.btn-grey {
	background: #eeeeee;
	color: #666666;
	border: 1px solid #d5d5d5;
}

.brambl-theme .btn.btn-grey:hover, .brambl-theme .btn.btn-grey:focus, .brambl-theme .btn.btn-grey.active, .brambl-theme .btn.btn-grey:active {
	background: #d5d5d5;
	color: #999;
}

.brambl-theme .btn.btn-grey.btn-outline {
	background: transparent !important;
	border: 1px solid #d5d5d5 !important;
	color: #666666;
}

.brambl-theme .btn.btn-black {
	color: #ffffff;
	background: #666666;
	border: 1px solid #4d4d4d;
}

.brambl-theme .btn.btn-black:hover, .brambl-theme .btn.btn-black:focus, .brambl-theme .btn.btn-black.active, .brambl-theme .btn.btn-black:active {
	background: #4d4d4d;
	color: #ffffff;
}

.brambl-theme .btn.btn-black.btn-outline {
	background: transparent !important;
	border: 1px solid #4d4d4d !important;
	color: #4d4d4d;
}

.brambl-theme .btn.btn-red {
	color: #ffffff;
	background: #ed5441;
	border: 1px solid #e52d16;
}

.brambl-theme .btn.btn-red:hover, .brambl-theme .btn.btn-red:focus, .brambl-theme .btn.btn-red.active, .brambl-theme .btn.btn-red:active {
	color: #ffffff;
	background: #e52d16;
}

.brambl-theme .btn.btn-red.btn-outline {
	background: transparent !important;
	border: 1px solid #e52d16 !important;
	color: #e52d16;
}

.brambl-theme .btn.btn-green {
	color: #ffffff;
	background: #51d466;
	border: 1px solid #30c247;
}

.brambl-theme .btn.btn-green:hover, .brambl-theme .btn.btn-green:focus, .brambl-theme .btn.btn-green.active, .brambl-theme .btn.btn-green:active {
	background: #30c247;
	color: #ffffff;
}

.brambl-theme .btn.btn-green.btn-outline {
	background: transparent !important;
	border: 1px solid #30c247 !important;
	color: #30c247;
}

.brambl-theme .btn.btn-lblue {
	color: #ffffff;
	background: #32c8de;
	border: 1px solid #1faabe;
}

.brambl-theme .btn.btn-lblue:hover, .brambl-theme .btn.btn-lblue:focus, .brambl-theme .btn.btn-lblue.active, .brambl-theme .btn.btn-lblue:active {
	background: #1faabe;
	color: #ffffff;
}

.brambl-theme .btn.btn-lblue.btn-outline {
	background: transparent !important;
	border: 1px solid #1faabe !important;
	color: #1faabe;
}

.brambl-theme .btn.btn-blue {
	color: #ffffff;
	background: #609cec;
	border: 1px solid #3280e7;
}

.brambl-theme .btn.btn-blue:hover, .brambl-theme .btn.btn-blue:focus, .brambl-theme .btn.btn-blue.active, .brambl-theme .btn.btn-blue:active {
	background: #3280e7;
	color: #ffffff;
}

.brambl-theme .btn.btn-blue.btn-outline {
	background: transparent !important;
	border: 1px solid #3280e7 !important;
	color: #3280e7;
}

.brambl-theme .btn.btn-orange {
	color: #ffffff;
	background: #f8a841;
	border: 1px solid #f69110;
}

.brambl-theme .btn.btn-orange:hover, .brambl-theme .btn.btn-orange:focus, .brambl-theme .btn.btn-orange.active, .brambl-theme .btn.btn-orange:active {
	background: #f69110;
	color: #ffffff;
}

.brambl-theme .btn.btn-orange.btn-outline {
	background: transparent !important;
	border: 1px solid #f69110 !important;
	color: #f69110;
}

.brambl-theme .btn.btn-yellow {
	background: #fcd419;
	color: #ffffff;
	border: 1px solid #dfb803;
}

.brambl-theme .btn.btn-yellow:hover, .brambl-theme .btn.btn-yellow:focus, .brambl-theme .btn.btn-yellow.active, .brambl-theme .btn.btn-yellow:active {
	background: #dfb803;
	color: #ffffff;
}

.brambl-theme .btn.btn-yellow.btn-outline {
	background: transparent !important;
	border: 1px solid #dfb803 !important;
	color: #dfb803;
}

.brambl-theme .btn.btn-purple {
	background: #cb79e6;
	color: #ffffff;
	border: 1px solid #ba4ede;
}

.brambl-theme .btn.btn-purple:hover, .brambl-theme .btn.btn-purple:focus, .brambl-theme .btn.btn-purple.active, .brambl-theme .btn.btn-purple:active {
	background: #ba4ede;
	color: #ffffff;
}

.brambl-theme .btn.btn-purple.btn-outline {
	background: transparent !important;
	border: 1px solid #ba4ede !important;
	color: #ba4ede;
}

.brambl-theme .btn.btn-rose {
	background: #ff61e7;
	color: #ffffff;
	border: 1px solid #ff2edf;
}

.brambl-theme .btn.btn-rose:hover, .brambl-theme .btn.btn-rose:focus, .brambl-theme .btn.btn-rose.active, .brambl-theme .btn.btn-rose:active {
	background: #ff2edf;
	color: #ffffff;
}

.brambl-theme .btn.btn-rose.btn-outline {
	background: transparent !important;
	border: 1px solid #ff2edf !important;
	color: #ff2edf;
}

.brambl-theme .btn.btn-brown {
	background: #d08166;
	color: #ffffff;
	border: 1px solid #c4613f;
}

.brambl-theme .btn.btn-brown:hover, .brambl-theme .btn.btn-brown:focus, .brambl-theme .btn.btn-brown.active, .brambl-theme .btn.btn-brown:active {
	background: #c4613f;
	color: #ffffff;
}

.brambl-theme .btn.btn-brown.btn-outline {
	background: transparent !important;
	border: 1px solid #c4613f !important;
	color: #c4613f;
}

/* Label */
.brambl-theme .label {
	border-radius: 2px;
	font-weight: normal;
	padding: 3px 7px;
	font-size: 12px;
	line-height: 18px;
}

/* Label sizes */
.brambl-theme .label.label-xs {
	font-size: 10px;
	padding: 1px 5px;
	line-height: 12px;
}

.brambl-theme .label.label-sm {
	font-size: 11px;
	padding: 2px 6px;
	line-height: 15px;
}

.brambl-theme .label.label-lg {
	font-size: 13px;
	padding: 5px 9px;
	line-height: 23px;
}

/* Label colors */
.brambl-theme .label.label-white {
	color: #666666 !important;
	background: #f7f7f7;
}

.brambl-theme .label.label-grey {
	color: #666666 !important;
	background: #eeeeee;
}

.brambl-theme .label.label-black {
	color: #ffffff;
	background: #666666;
}

.brambl-theme .label.label-red {
	color: #ffffff;
	background: #ed5441;
}

.brambl-theme .label.label-green {
	color: #ffffff;
	background: #51d466;
}

.brambl-theme .label.label-lblue {
	color: #ffffff;
	background: #32c8de;
}

.brambl-theme .label.label-blue {
	color: #ffffff;
	background: #609cec;
}

.brambl-theme .label.label-orange {
	color: #ffffff;
	background: #f8a841;
}

.brambl-theme .label.label-yellow {
	background: #fcd419;
	color: #ffffff;
}

.brambl-theme .label.label-purple {
	background: #cb79e6;
	color: #ffffff;
}

.brambl-theme .label.label-rose {
	background: #ff61e7;
	color: #ffffff;
}

.brambl-theme .label.label-brown {
	background: #d08166;
	color: #ffffff;
}

/* Badges */
.brambl-theme .badge {
	min-width: 10px;
	padding: 3px 7px !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
}

.brambl-theme .badge.badge-white {
	color: #666666;
	background: #ffffff;
}

.brambl-theme .badge.badge-grey {
	color: #a2a2a2;
	background: #eeeeee;
}

.brambl-theme .badge.badge-black {
	color: #ffffff;
	background: #666666;
}

.brambl-theme .badge.badge-red {
	color: #ffffff;
	background: #ed5441;
}

.brambl-theme .badge.badge-green {
	color: #ffffff;
	background: #51d466;
}

.brambl-theme .badge.badge-lblue {
	color: #ffffff;
	background: #32c8de;
}

.brambl-theme .badge.badge-blue {
	color: #ffffff;
	background: #609cec;
}

.brambl-theme .badge.badge-orange {
	color: #ffffff;
	background: #f8a841;
}

.brambl-theme .badge.badge-yellow {
	color: #ffffff;
	background: #fcd419;
}

.brambl-theme .badge.badge-purple {
	color: #ffffff;
	background: #cb79e6;
}

.brambl-theme .badge.badge-rose {
	color: #ffffff;
	background: #ff61e7;
}

.brambl-theme .badge.badge-brown {
	color: #ffffff;
	background: #d08166;
}

.brambl-theme .btn .badge {
	position: absolute;
	top: -13px;
	right: -8px;
}

/* Highlight   */
.brambl-theme .highlight-color {
	color: #fff;
	padding: 2px 4px;
}

.brambl-theme .highlight-white {
	background: #ffffff;
	color: #666666;
	padding: 2px 4px;
}

.brambl-theme .highlight-grey {
	background: #eeeeee;
	color: #666666;
	padding: 2px 4px;
}

.brambl-theme .highlight-black {
	background: #666666;
	color: #ffffff;
	padding: 2px 4px;
}

.brambl-theme .highlight-red {
	background: #ed5441;
	color: #ffffff;
	padding: 2px 4px;
}

.brambl-theme .highlight-green {
	background: #51d466;
	color: #ffffff;
	padding: 2px 4px;
}

.brambl-theme .highlight-lblue {
	background: #32c8de;
	color: #ffffff;
	padding: 2px 4px;
}

.brambl-theme .highlight-blue {
	background: #609cec;
	color: #ffffff;
	padding: 2px 4px;
}

.brambl-theme .highlight-orange {
	background: #f8a841;
	color: #ffffff;
	padding: 2px 4px;
}

.brambl-theme .highlight-yellow {
	background: #fcd419;
	color: #ffffff;
	padding: 2px 4px;
}

.brambl-theme .highlight-purple {
	background: #cb79e6;
	color: #ffffff;
	padding: 2px 4px;
}

.brambl-theme .highlight-rose {
	background: #ff61e7;
	color: #ffffff;
	padding: 2px 4px;
}

.brambl-theme .highlight-brown {
	background: #d08166;
	color: #ffffff;
	padding: 2px 4px;
}

/* Box Shadows */
.brambl-theme .box-shadow-block {
	padding: 15px 20px;
	border: 1px solid #eee;
	background: #fff;
}

.brambl-theme .box-shadow-outer {
	position: relative;
	z-index: 1;
}

.brambl-theme .box-shadow-outer .box-shadow-1 {
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
}

.brambl-theme .box-shadow-outer .box-shadow-2 {
	position: relative;
}

.brambl-theme .box-shadow-outer .box-shadow-2:before, .brambl-theme .box-shadow-outer .box-shadow-2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 50%;
	max-width: 300px;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.brambl-theme .box-shadow-outer .box-shadow-2:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.brambl-theme .box-shadow-outer .box-shadow-3 {
	position: relative;
}

.brambl-theme .box-shadow-outer .box-shadow-3:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 50%;
	max-width: 300px;
	background: rgba(0, 0, 0, 0.25);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.brambl-theme .box-shadow-outer .box-shadow-4 {
	position: relative;
}

.brambl-theme .box-shadow-outer .box-shadow-4:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 40%;
	max-width: 300px;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

.brambl-theme .box-shadow-outer .box-shadow-5 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.05) inset;
}

.brambl-theme .box-shadow-outer .box-shadow-5:before, .brambl-theme .box-shadow-outer .box-shadow-5:after {
	content: "";
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
}

.brambl-theme .box-shadow-outer .box-shadow-5:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}

.brambl-theme .box-shadow-outer .box-shadow-6 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.brambl-theme .box-shadow-outer .box-shadow-6:before, .brambl-theme .box-shadow-outer .box-shadow-6:after {
	content: "";
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
}

.brambl-theme .box-shadow-outer .box-shadow-6:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}

/* Progress bar */
.brambl-theme .progress {
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
}

/* Progress bar sizes */
.brambl-theme .progress.pb-xs {
	height: 3px !important;
}

.brambl-theme .progress.pb-xs .progress-bar {
	line-height: 3px !important;
}

.brambl-theme .progress.pb-sm {
	height: 6px !important;
}

.brambl-theme .progress.pb-sm .progress-bar {
	line-height: 6px !important;
}

.brambl-theme .progress.pb-md {
	height: 10px !important;
}

.brambl-theme .progress.pb-md .progress-bar {
	line-height: 10px !important;
}

.brambl-theme .progress.pb-lg {
	height: 24px !important;
}

.brambl-theme .progress.pb-lg .progress-bar {
	line-height: 24px !important;
}

.brambl-theme .progress .progress-bar {
	box-shadow: none;
}

/* Progress bar colors */
.brambl-theme .progress .progress-bar.progress-bar-white {
	background: #eeeeee;
}

.brambl-theme .progress .progress-bar.progress-bar-grey {
	background: #d5d5d5;
}

.brambl-theme .progress .progress-bar.progress-bar-black {
	background: #666666;
}

.brambl-theme .progress .progress-bar.progress-bar-red {
	background: #ed5441;
}

.brambl-theme .progress .progress-bar.progress-bar-green {
	background: #51d466;
}

.brambl-theme .progress .progress-bar.progress-bar-lblue {
	background: #32c8de;
}

.brambl-theme .progress .progress-bar.progress-bar-blue {
	background: #609cec;
}

.brambl-theme .progress .progress-bar.progress-bar-orange {
	background: #f8a841;
}

.brambl-theme .progress .progress-bar.progress-bar-yellow {
	background: #fcd419;
}

.brambl-theme .progress .progress-bar.progress-bar-purple {
	background: #cb79e6;
}

.brambl-theme .progress .progress-bar.progress-bar-rose {
	background: #ff61e7;
}

.brambl-theme .progress .progress-bar.progress-bar-brown {
	background: #d08166;
}

/* Nav tabs */
.brambl-theme .tab-content {
	padding-top: 10px;
}

/* Nav tabs style #1 */
.brambl-theme .nav-tabs-one ul.nav-tabs li {
	margin-right: 2px;
}

.brambl-theme .nav-tabs-one ul.nav-tabs li a {
	background: #fcfcfc;
	border: 1px solid #eee;
}

.brambl-theme .nav-tabs-one .tab-content {
	border: 1px solid #eee;
	border-top: 0px;
	padding: 10px 15px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* Nav tabs style #2 */
.brambl-theme .nav-tabs-two ul.nav-tabs li {
	margin-right: 2px;
}

.brambl-theme .nav-tabs-two ul.nav-tabs li a {
	background: #fcfcfc;
	border: 1px solid #eee;
	border-bottom: 1px solid #fcfcfc;
	padding: 12px 15px 10px;
}

.brambl-theme .nav-tabs-two ul.nav-tabs li a:hover {
	background: #fff;
	color: #555;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.brambl-theme .nav-tabs-two ul.nav-tabs li.active a {
	background: #fff;
	color: #555;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.brambl-theme .nav-tabs-two ul.nav-tabs li.active a:hover {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.brambl-theme .nav-tabs-two ul.nav-tabs li.open a {
	background: #fff;
	color: #555;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.brambl-theme .nav-tabs-two ul.nav-tabs li.open a:hover {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.brambl-theme .nav-tabs-two ul.nav-tabs li.open a:focus {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.brambl-theme .nav-tabs-two .tab-content {
	border: 1px solid #eee;
	border-top: 0px;
	padding: 10px 15px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* Nav tabs style 3 */
.brambl-theme .nav-tabs-three .nav-tabs-three-sidebar {
	width: 230px;
	float: left;
}

.brambl-theme .nav-tabs-three .nav-tabs-three-sidebar ul {
	padding: 0px;
	margin: 0px;
}

.brambl-theme .nav-tabs-three .nav-tabs-three-content {
	margin-left: 240px;
}

@media (max-width: 767px) {
	.nav-tabs-three {
		max-width: 400px;
		margin: 10px auto;
	}

	.brambl-theme .nav-tabs-three .nav-tabs-three-sidebar {
		width: 100%;
		float: none;
	}

	.brambl-theme .nav-tabs-three .nav-tabs-three-content {
		margin-left: 0px !important;
		margin-top: 20px;
	}

}

.brambl-theme .nav-tabs-three ul.nav li a {
	font-size: 13px;
	padding: 8px 12px;
	background: #fcfcfc;
	border: 1px solid #eee;
	border-radius: 3px;
	margin-bottom: 5px;
	color: #555;
}

.brambl-theme .nav-tabs-three ul.nav li:hover a {
	border: 1px solid;
	color: #fff;
}

.brambl-theme .nav-tabs-three ul.nav li.active a {
	border: 1px solid;
	color: #fff;
}

.brambl-theme .nav-tabs-three .tab-content {
	border: 1px solid #eee;
	padding: 10px 15px;
	border-radius: 3px;
}

/* Panels */
.brambl-theme .panel .panel-heading h4 {
	font-weight: 400;
}

.brambl-theme .panel.panel-white {
	border-color: #eeeeee;
}

.brambl-theme .panel.panel-white .panel-heading {
	background: #f7f7f7;
	border-color: #eeeeee;
	color: #666666;
}

.brambl-theme .panel.panel-white .panel-heading h4 a {
	color: #888;
}

.brambl-theme .panel.panel-white .panel-heading h4 a:hover {
	color: #666;
}

.brambl-theme .panel.panel-white .panel-footer {
	background: #f7f7f7;
	border-color: #eeeeee;
	color: #666666;
}

.brambl-theme .panel.panel-grey {
	border-color: #d5d5d5;
}

.brambl-theme .panel.panel-grey .panel-heading {
	background: #eeeeee;
	border-color: #d5d5d5;
	color: #666666;
}

.brambl-theme .panel.panel-grey .panel-heading h4 a {
	color: #888;
}

.brambl-theme .panel.panel-grey .panel-heading h4 a:hover {
	color: #666;
}

.brambl-theme .panel.panel-grey .panel-footer {
	background: #eeeeee;
	border-color: #d5d5d5;
	color: #666666;
}

.brambl-theme .panel.panel-black {
	border-color: #4d4d4d;
}

.brambl-theme .panel.panel-black .panel-heading {
	background: #666666;
	border-color: #4d4d4d;
	color: #ffffff;
}

.brambl-theme .panel.panel-black .panel-heading h4 a {
	color: #fff;
}

.brambl-theme .panel.panel-black .panel-heading h4 a:hover {
	color: #fff;
}

.brambl-theme .panel.panel-black .panel-footer {
	background: #666666;
	border-color: #4d4d4d;
	color: #ffffff;
}

.brambl-theme .panel.panel-red {
	border-color: #e52d16;
}

.brambl-theme .panel.panel-red .panel-heading {
	background: #ed5441;
	border-color: #e52d16;
	color: #ffffff;
}

.brambl-theme .panel.panel-red .panel-heading h4 a {
	color: #fff;
}

.brambl-theme .panel.panel-red .panel-heading h4 a:hover {
	color: #fff;
}

.brambl-theme .panel.panel-red .panel-footer {
	background: #ed5441;
	border-color: #e52d16;
	color: #ffffff;
}

.brambl-theme .panel.panel-green {
	border-color: #30c247;
}

.brambl-theme .panel.panel-green .panel-heading {
	background: #51d466;
	border-color: #30c247;
	color: #ffffff;
}

.brambl-theme .panel.panel-green .panel-heading h4 a {
	color: #fff;
}

.brambl-theme .panel.panel-green .panel-heading h4 a:hover {
	color: #fff;
}

.brambl-theme .panel.panel-green .panel-footer {
	background: #51d466;
	border-color: #30c247;
	color: #ffffff;
}

.brambl-theme .panel.panel-lblue {
	border-color: #1faabe;
}

.brambl-theme .panel.panel-lblue .panel-heading {
	background: #32c8de;
	border-color: #1faabe;
	color: #ffffff;
}

.brambl-theme .panel.panel-lblue .panel-heading h4 a {
	color: #fff;
}

.brambl-theme .panel.panel-lblue .panel-heading h4 a:hover {
	color: #fff;
}

.brambl-theme .panel.panel-lblue .panel-footer {
	background: #32c8de;
	border-color: #1faabe;
	color: #ffffff;
}

.brambl-theme .panel.panel-blue {
	border-color: #3280e7;
}

.brambl-theme .panel.panel-blue .panel-heading {
	background: #609cec;
	border-color: #3280e7;
	color: #ffffff;
}

.brambl-theme .panel.panel-blue .panel-heading h4 a {
	color: #fff;
}

.brambl-theme .panel.panel-blue .panel-heading h4 a:hover {
	color: #fff;
}

.brambl-theme .panel.panel-blue .panel-footer {
	background: #609cec;
	border-color: #3280e7;
	color: #ffffff;
}

.brambl-theme .panel.panel-orange {
	border-color: #f69110;
}

.brambl-theme .panel.panel-orange .panel-heading {
	background: #f8a841;
	border-color: #f69110;
	color: #ffffff;
}

.brambl-theme .panel.panel-orange .panel-heading h4 a {
	color: #fff;
}

.brambl-theme .panel.panel-orange .panel-heading h4 a:hover {
	color: #fff;
}

.brambl-theme .panel.panel-orange .panel-footer {
	background: #f8a841;
	border-color: #f69110;
	color: #ffffff;
}

.brambl-theme .panel.panel-yellow {
	border-color: #dfb803;
}

.brambl-theme .panel.panel-yellow .panel-heading {
	background: #fcd419;
	border-color: #dfb803;
	color: #ffffff;
}

.brambl-theme .panel.panel-yellow .panel-heading h4 a {
	color: #fff;
}

.brambl-theme .panel.panel-yellow .panel-heading h4 a:hover {
	color: #fff;
}

.brambl-theme .panel.panel-yellow .panel-footer {
	background: #fcd419;
	border-color: #dfb803;
	color: #ffffff;
}

.brambl-theme .panel.panel-purple {
	border-color: #ba4ede;
}

.brambl-theme .panel.panel-purple .panel-heading {
	background: #cb79e6;
	border-color: #ba4ede;
	color: #ffffff;
}

.brambl-theme .panel.panel-purple .panel-heading h4 a {
	color: #fff;
}

.brambl-theme .panel.panel-purple .panel-heading h4 a:hover {
	color: #fff;
}

.brambl-theme .panel.panel-purple .panel-footer {
	background: #cb79e6;
	border-color: #ba4ede;
	color: #ffffff;
}

.brambl-theme .panel.panel-rose {
	border-color: #ff2edf;
}

.brambl-theme .panel.panel-rose .panel-heading {
	background: #ff61e7;
	border-color: #ff2edf;
	color: #ffffff;
}

.brambl-theme .panel.panel-rose .panel-heading h4 a {
	color: #fff;
}

.brambl-theme .panel.panel-rose .panel-heading h4 a:hover {
	color: #fff;
}

.brambl-theme .panel.panel-rose .panel-footer {
	background: #ff61e7;
	border-color: #ff2edf;
	color: #ffffff;
}

.brambl-theme .panel.panel-brown {
	border-color: #c4613f;
}

.brambl-theme .panel.panel-brown .panel-heading {
	background: #d08166;
	border-color: #c4613f;
	color: #ffffff;
}

.brambl-theme .panel.panel-brown .panel-heading h4 a {
	color: #fff;
}

.brambl-theme .panel.panel-brown .panel-heading h4 a:hover {
	color: #fff;
}

.brambl-theme .panel.panel-brown .panel-footer {
	background: #d08166;
	border-color: #c4613f;
	color: #ffffff;
}

/* Accordion */
.brambl-theme #accordion-alt3 .panel .panel-heading {
	padding: 5px 0px !important;
}

.brambl-theme #accordion-alt3 .panel .panel-heading h4 {
	font-size: 13px;
	line-height: 28px;
}

.brambl-theme #accordion-alt3 .panel .panel-heading h4 a i {
	font-size: 13px;
	line-height: 18px;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	color: #fff;
	text-align: center;
}

.brambl-theme #accordion-alt3 .panel .panel-body {
	padding: 15px 0px;
}

/* Brand &amp; Social Media */

/* Brand with background color */
.brambl-theme .brand-bg a i {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-right: 5px;
	color: #fff;
	font-size: 14px;
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	-o-transition: background 2s ease;
	-ms-transition: background 2s ease;
	transition: background 2s ease;
}

.brambl-theme .brand-bg a i:hover {
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	-o-transition: background 2s ease;
	-ms-transition: background 2s ease;
	transition: background 2s ease;
}

.brambl-theme .brand-bg a.facebook i {
	background: #3280e7;
}

.brambl-theme .brand-bg a.facebook i:hover {
	background: #134fa0;
}

.brambl-theme .brand-bg a.twitter i {
	background: #32c8de;
}

.brambl-theme .brand-bg a.twitter i:hover {
	background: #188392;
}

.brambl-theme .brand-bg a.google-plus i {
	background: #f96f4a;
}

.brambl-theme .brand-bg a.google-plus i:hover {
	background: #eb6440;
}

.brambl-theme .brand-bg a.linkedin i {
	background: #729fda;
}

.brambl-theme .brand-bg a.linkedin i:hover {
	background: #3069b6;
}

.brambl-theme .brand-bg a.pinterest i {
	background: #ed5441;
}

.brambl-theme .brand-bg a.pinterest i:hover {
	background: #b72411;
}

.brambl-theme .brand-bg a.dropbox i {
	background: #32c8de;
}

.brambl-theme .brand-bg a.dropbox i:hover {
	background: #188392;
}

.brambl-theme .brand-bg a.bitcoin i {
	background: #f8a841;
}

.brambl-theme .brand-bg a.bitcoin i:hover {
	background: #cc7607;
}

.brambl-theme .brand-bg a.foursquare i {
	background: #22bed4;
}

.brambl-theme .brand-bg a.foursquare i:hover {
	background: #146f7c;
}

.brambl-theme .brand-bg a.flickr i {
	background: #ff61e7;
}

.brambl-theme .brand-bg a.flickr i:hover {
	background: #fa00d4;
}

.brambl-theme .brand-bg a.github i {
	background: #666666;
}

.brambl-theme .brand-bg a.github i:hover {
	background: #333333;
}

.brambl-theme .brand-bg a.instagram i {
	background: #d6917a;
}

.brambl-theme .brand-bg a.instagram i:hover {
	background: #b35637;
}

.brambl-theme .brand-bg a.skype i {
	background: #32c8de;
}

.brambl-theme .brand-bg a.skype i:hover {
	background: #188392;
}

.brambl-theme .brand-bg a.tumblr i {
	background: #84a1c8;
}

.brambl-theme .brand-bg a.tumblr i:hover {
	background: #476d9f;
}

.brambl-theme .brand-bg a.vimeo i {
	background: #32c8de;
}

.brambl-theme .brand-bg a.vimeo i:hover {
	background: #188392;
}

.brambl-theme .brand-bg a.dribbble i {
	background: #ff2edf;
}

.brambl-theme .brand-bg a.dribbble i:hover {
	background: #c700a9;
}

.brambl-theme .brand-bg a.youtube i {
	background: #ed5441;
}

.brambl-theme .brand-bg a.youtube i:hover {
	background: #b72411;
}

/* Brand without background color */
.brambl-theme .brand a i {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
	-webkit-transition: color 2s ease;
	-moz-transition: color 2s ease;
	-o-transition: color 2s ease;
	-ms-transition: color 2s ease;
	transition: color 2s ease;
}

.brambl-theme .brand a i:hover {
	-webkit-transition: color 2s ease;
	-moz-transition: color 2s ease;
	-o-transition: color 2s ease;
	-ms-transition: color 2s ease;
	transition: color 2s ease;
}

.brambl-theme .brand a.facebook i {
	color: #3280e7;
}

.brambl-theme .brand a.facebook i:hover {
	color: #134fa0;
}

.brambl-theme .brand a.twitter i {
	color: #32c8de;
}

.brambl-theme .brand a.twitter i:hover {
	color: #188392;
}

.brambl-theme .brand a.google-plus i {
	color: #f96f4a;
}

.brambl-theme .brand a.google-plus i:hover {
	color: #eb6440;
}

.brambl-theme .brand a.linkedin i {
	color: #729fda;
}

.brambl-theme .brand a.linkedin i:hover {
	color: #3069b6;
}

.brambl-theme .brand a.pinterest i {
	color: #ed5441;
}

.brambl-theme .brand a.pinterest i:hover {
	color: #b72411;
}

.brambl-theme .brand a.dropbox i {
	color: #32c8de;
}

.brambl-theme .brand a.dropbox i:hover {
	color: #188392;
}

.brambl-theme .brand a.bitcoin i {
	color: #f8a841;
}

.brambl-theme .brand a.bitcoin i:hover {
	color: #cc7607;
}

.brambl-theme .brand a.foursquare i {
	color: #22bed4;
}

.brambl-theme .brand a.foursquare i:hover {
	color: #146f7c;
}

.brambl-theme .brand a.flickr i {
	color: #ff61e7;
}

.brambl-theme .brand a.flickr i:hover {
	color: #fa00d4;
}

.brambl-theme .brand a.github i {
	color: #666666;
}

.brambl-theme .brand a.github i:hover {
	color: #333333;
}

.brambl-theme .brand a.instagram i {
	color: #d6917a;
}

.brambl-theme .brand a.instagram i:hover {
	color: #b35637;
}

.brambl-theme .brand a.skype i {
	color: #32c8de;
}

.brambl-theme .brand a.skype i:hover {
	color: #188392;
}

.brambl-theme .brand a.tumblr i {
	color: #84a1c8;
}

.brambl-theme .brand a.tumblr i:hover {
	color: #476d9f;
}

.brambl-theme .brand a.vimeo i {
	color: #32c8de;
}

.brambl-theme .brand a.vimeo i:hover {
	color: #188392;
}

.brambl-theme .brand a.dribbble i {
	color: #ff2edf;
}

.brambl-theme .brand a.dribbble i:hover {
	color: #c700a9;
}

.brambl-theme .brand a.youtube i {
	color: #ed5441;
}

.brambl-theme .brand a.youtube i:hover {
	color: #b72411;
}

/* Owl carousel */
.brambl-theme .owl-theme .owl-controls {
	margin-top: 10px;
}

.brambl-theme .owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver*/

	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50); /*IE7 fix*/

	opacity: 0.5;
}

.brambl-theme .owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100); /*IE7 fix*/

	opacity: 1;
	text-decoration: none;
}

.brambl-theme .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver*/

}

.brambl-theme .owl-theme .owl-controls .owl-pagination {
	text-align: center;
}

.brambl-theme .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}

.brambl-theme .owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 0px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.brambl-theme .owl-nav {
	text-align: right;
	margin-bottom: 10px;
}

.brambl-theme .owl-nav a i {
	width: 23px;
	height: 23px;
	line-height: 23px;
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	display: inline-block;
	border-radius: 2px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

.brambl-theme .owl-nav a i:hover {
	color: #fff;
}

.brambl-theme .owl-nav a.owl-nav-prev i {
	margin-right: 3px;
}

.brambl-theme .owl-carousel .owl-content {
	margin: 10px 5px;
}

/* Body Boxed */

body.boxed {
	margin: 0px 80px;
	background: #ffffff url("../../img/body/pattern/1.png") repeat;
}

@media (max-width: 1000px) {
	body.boxed {
		margin: 0px 40px;
	}

}

@media (max-width: 480px) {
	body.boxed {
		margin: 0px 20px;
	}

}

body.boxed .brambl-theme {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

body.boxed .container {
	width: 100%;
}

body.boxed.pattern-1 {
	background: #ffffff url("../../img/body/pattern/1.png") repeat;
}

body.boxed.pattern-2 {
	background: #ffffff url("../../img/body/pattern/2.png") repeat;
}

body.boxed.pattern-3 {
	background: #ffffff url("../../img/body/pattern/3.png") repeat;
}

body.boxed.pattern-4 {
	background: #ffffff url("../../img/body/pattern/4.png") repeat;
}

body.boxed.pattern-5 {
	background: #ffffff url("../../img/body/pattern/5.png") repeat;
}

body.boxed.img-1 {
	background: #ffffff url("../../img/body/img/1.jpg") repeat;
	background-attachment: fixed;
	background-size: cover;
}

body.boxed.img-2 {
	background: #ffffff url("../../img/body/img/2.jpg") repeat;
	background-attachment: fixed;
	background-size: cover;
}

body.boxed.img-3 {
	background: #ffffff url("../../img/body/img/3.jpg") repeat;
	background-attachment: fixed;
	background-size: cover;
}

body.boxed.img-4 {
	background: #ffffff url("../../img/body/img/4.jpg") repeat;
	background-attachment: fixed;
	background-size: cover;
}

body.boxed.img-5 {
	background: #ffffff url("../../img/body/img/5.jpg") repeat;
	background-attachment: fixed;
	background-size: cover;
}

.brambl-theme {
	background: #fff;
}

.brambl-theme .container {
	width: 100%;
	max-width: 1150px;
}

/* Top bar */
.brambl-theme .top-bar {
	background: #fdfdfd;
	color: #999;
	padding: 6px 0px;
	font-size: 13px;
	line-height: 25px;
	border-bottom: 1px solid #f5f5f5;
}

.brambl-theme .top-bar a {
	color: #999;
}

@media (max-width: 767px) {
	.top-bar .tb-contact {
		display: none;
	}

}

.brambl-theme .top-bar .tb-search {
	position: relative;
}

.brambl-theme .top-bar .tb-search .b-dropdown-block {
	padding: 7px;
	border: 1px solid #ddd;
	width: 250px;
	position: absolute;
	background: #ffffff;
	top: 30px;
	left: 0px;
	border-radius: 2px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	display: none;
	z-index: 10000;
}

.brambl-theme .top-bar .tb-social {
	margin-right: 10px;
}

.brambl-theme .top-bar .tb-social i {
	font-size: 13px;
	margin: 0px;
	margin-right: 2px;
}

.brambl-theme .top-bar .tb-shopping-cart {
	position: relative;
	margin-left: 15px;
}

.brambl-theme .top-bar .tb-shopping-cart i {
	font-size: 14px;
}

.brambl-theme .top-bar .tb-shopping-cart .b-dropdown-block {
	width: 250px;
	background: #ffffff;
	right: 0px;
	border: 1px solid #e2e2e2;
	position: absolute;
	margin-top: 5px;
	z-index: 10000;
	padding: 10px 10px;
	border-radius: 5px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	display: none;
}

.brambl-theme .top-bar .tb-shopping-cart .b-dropdown-block h4 {
	font-size: 13px;
	font-weight: 600;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px dashed #eee;
}

.brambl-theme .top-bar .tb-shopping-cart .b-dropdown-block ul li {
	padding: 10px 0px;
	border-bottom: 1px dashed #eee;
}

.brambl-theme .top-bar .tb-shopping-cart .cart-img {
	width: 40px;
	float: left;
}

.brambl-theme .top-bar .tb-shopping-cart .cart-title {
	position: relative;
	margin-left: 50px;
}

.brambl-theme .top-bar .tb-shopping-cart .cart-title h5 {
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
}

.brambl-theme .top-bar .tb-shopping-cart .cart-title h5 a {
	color: #666666;
}

.brambl-theme .top-bar .tb-shopping-cart .cart-title h5 a:hover {
	color: #808080;
}

.brambl-theme .top-bar .tb-language {
	margin-left: 10px;
}

.brambl-theme .top-bar .tb-language a {
	color: #888;
}

.brambl-theme .top-bar .tb-language a:hover {
	color: #666;
}

/* Common nav styles */
.brambl-theme .navigation .mgmenu_container .mgmenu {
	font-family: "Open Sans", sans-serif;
}

.brambl-theme .navigation .mgmenu_container .mgmenu * {
	text-shadow: none !important;
}

.brambl-theme .navigation .mgmenu h1, .brambl-theme .navigation .mgmenu h2, .brambl-theme .navigation .mgmenu h3, .brambl-theme .navigation .mgmenu h4, .brambl-theme .navigation .mgmenu h5, .brambl-theme .navigation .mgmenu h6 {
	font-family: "Open Sans", sans-serif;
	margin: 4px 0px;
	padding: 0px;
	color: #808080;
	font-weight: 600;
	text-transform: none;
}

.brambl-theme .navigation .mgmenu h3 {
	font-size: 22px;
	line-height: 37px;
}

.brambl-theme .navigation .mgmenu h4 {
	font-size: 18px;
	line-height: 33px;
}

.brambl-theme .navigation .mgmenu h5 {
	font-size: 15px;
	line-height: 30px;
}

.brambl-theme .navigation .mgmenu h6 {
	font-size: 13px;
	line-height: 28px;
}

.brambl-theme .navigation .mgmenu hr {
	margin: 8px 0px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 1px solid #eee;
}

.brambl-theme .navigation .mgmenu p {
	font-size: 13px;
	line-height: 23px;
	color: #666666;
	margin: 5px 0px;
	padding: 0px;
}

.brambl-theme .navigation .mgmenu a.btn, .brambl-theme .navigation .mgmenu button.btn, .brambl-theme .navigation .mgmenu input.btn {
	color: #fff !important;
}

.brambl-theme .navigation .mgmenu a.btn.btn-white, .brambl-theme .navigation .mgmenu button.btn.btn-white, .brambl-theme .navigation .mgmenu input.btn.btn-white {
	color: #666666 !important;
}

.brambl-theme .navigation .mgmenu li .dropdown_container, .brambl-theme .navigation .mgmenu li .dropdown_fullwidth, .brambl-theme .navigation .mgmenu li .mgmenu_multilevel {
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px !important;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	border: 0px;
	border-bottom: 2px solid;
	color: #737373;
	line-height: 23px;
}

.brambl-theme .navigation .mgmenu li .dropdown_container a, .brambl-theme .navigation .mgmenu li .dropdown_fullwidth a, .brambl-theme .navigation .mgmenu li .mgmenu_multilevel a {
	color: #666666;
}

.brambl-theme .navigation .mgmenu li .dropdown_container a:hover, .brambl-theme .navigation .mgmenu li .dropdown_fullwidth a:hover, .brambl-theme .navigation .mgmenu li .mgmenu_multilevel a:hover {
	color: #4d4d4d;
}

.brambl-theme .navigation .mgmenu li .dropdown_container ul.mega-links, .brambl-theme .navigation .mgmenu li .dropdown_fullwidth ul.mega-links, .brambl-theme .navigation .mgmenu li .mgmenu_multilevel ul.mega-links {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.brambl-theme .navigation .mgmenu li .dropdown_container ul.mega-links li, .brambl-theme .navigation .mgmenu li .dropdown_fullwidth ul.mega-links li, .brambl-theme .navigation .mgmenu li .mgmenu_multilevel ul.mega-links li {
	padding: 5px 0px;
}

.brambl-theme .navigation .mgmenu li .dropdown_container ul.mega-links li &gt; a:before, .brambl-theme .navigation .mgmenu li .dropdown_fullwidth ul.mega-links li &gt; a:before, .brambl-theme .navigation .mgmenu li .mgmenu_multilevel ul.mega-links li &gt; a:before {
	font-family: "FontAwesome";
	content: "\f105";
	margin-right: 7px;
}

.brambl-theme .navigation .mgmenu .dropdown_flyout, .brambl-theme .navigation .mgmenu .dropdown_flyout .dropdown_flyout_level {
	border-radius: 0px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
	background: #ffffff;
	padding-left: 5px;
}

.brambl-theme .navigation .mgmenu .dropdown_flyout .dropdown_flyout_level {
	border: 0px;
	border-top: 2px solid;
	border-bottom: 2px solid;
}

@media (max-width: 767px) {
	.navigation .mgmenu .dropdown_flyout .dropdown_flyout_level {
		border: 0px;
		box-shadow: none;
	}

}

.brambl-theme .navigation .mgmenu .dropdown_flyout li {
	padding: 6px 0px 6px 0px;
}

.brambl-theme .navigation .mgmenu .dropdown_flyout ul li {
	padding: 6px 10px 6px 10px;
}

.brambl-theme .navigation .mgmenu .dropdown_flyout .dropdown_parent {
	background: none;
}

.brambl-theme .navigation .mgmenu .dropdown_flyout .dropdown_parent &gt; a:after {
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	right: 10px;
	font-size: 14px;
}

.brambl-theme .navigation .mgmenu .mgmenu_tabs li a.current {
	background: #f7f7f7 !important;
	border: 1px solid #f4f4f4;
	box-shadow: none;
}

.brambl-theme .navigation .mgmenu .mgmenu_tabs .mgmenu_tabs_panels {
	padding-top: 10px;
}

@media (max-width: 767px) {
	.navigation .mgmenu .mgmenu_tabs .mgmenu_tabs_panels {
		padding: 10px;
	}

}

.brambl-theme .navigation .mgmenu .mgmenu_tabs .mgmenu_tabs_panels ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.brambl-theme .navigation .mgmenu .mgmenu_tabs .mgmenu_tabs_panels ul li {
	padding: 5px 0px;
}

/* Header One 	   */

/* Logo            */

/* Navigation menu */
.brambl-theme .header-1 {
	padding: 15px 0px 0px 0px;
}

.brambl-theme .header-1 .logo {
	margin: 10px 0px 25px 0px;
}

.brambl-theme .header-1 .logo h1 {
	font-weight: 600;
}

.brambl-theme .header-1 .logo h1 a {
	color: #808080;
}

.brambl-theme .header-1 .logo h1 a:hover {
	color: #666666;
}

.brambl-theme .navbar {
	border-bottom: none;
}

@media (max-width: 767px) {
	.header-1 .logo h1 {
		text-align: center;
	}

}

.brambl-theme .header-1 .navigation {
	border-bottom: 3px solid;
}

.brambl-theme .header-1 .navigation .container {
	width: 100%;
}

.brambl-theme .header-1 .navigation &gt; .container {
	padding: 0px;
}

.brambl-theme .header-1 .navigation .mgmenu_container {
	margin: 0px 0px 0px 0px;
	height: 46px;
	box-sizing: content-box;
}

@media (max-width: 767px) {
	.header-1 .navigation .mgmenu_container {
		max-width: 350px;
		margin: 0px auto;
	}

}

.brambl-theme .header-1 .navigation .mgmenu {
	padding-left: 0px;
}

@media (max-width: 767px) {
	.header-1 .navigation .mgmenu {
		padding-left: 0px;
	}

}

.brambl-theme .header-1 .navigation .mgmenu &gt; li {
	padding-right: 0px;
}

.brambl-theme .header-1 .navigation .mgmenu &gt; li b {
	margin-right: 5px;
}

.brambl-theme .header-1 .navigation .mgmenu &gt; li &gt; a, .brambl-theme .header-1 .navigation .mgmenu &gt; li &gt; span {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 18px 18px 15px 18px;
	font-family: "Open Sans", sans-serif;
	border-right: 1px solid;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

@media (max-width: 767px) {
	.header-1 .navigation .mgmenu &gt; li &gt; a, .brambl-theme .header-1 .navigation .mgmenu &gt; li &gt; span {
		border: 0px;
		border-bottom: 1px solid;
		padding: 18px 18px 15px 18px;
	}

}

.brambl-theme .header-1 .navigation .mgmenu &gt; li &gt; a i, .brambl-theme .header-1 .navigation .mgmenu &gt; li &gt; span i {
	margin-left: 4px;
}

.brambl-theme .header-1 .navigation .mgmenu &gt; li &gt; a:hover, .brambl-theme .header-1 .navigation .mgmenu &gt; li &gt; span:hover, .brambl-theme .header-1 .navigation .mgmenu &gt; li &gt; a:focus, .brambl-theme .header-1 .navigation .mgmenu &gt; li &gt; span:focus {
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.brambl-theme .header-1 .navigation .mgmenu &gt; li:nth-child(2) {
	border-left: 1px solid;
}

.brambl-theme .header-1 .navigation .mgmenu &gt; li.mgmenu_button {
	padding: 18px 4% 16px 4%;
	background-position: 96% 15px;
}

.brambl-theme .header-1 .header-search {
	max-width: 250px;
	margin: 17px auto;
}

/* Header two 	   */

/* Logo            */

/* Navigation menu */
.brambl-theme .header-2 {
	padding: 0 0;
}

.brambl-theme .header-2 .logo {
	margin: 10px 0px 25px 0px;
}

.brambl-theme .header-2 .logo h1 {
	font-weight: 600;
}

.brambl-theme .header-2 .logo h1 a {
	color: #808080;
}

.brambl-theme .header-2 .logo h1 a:hover {
	color: #666666;
}

@media (max-width: 767px) {
	.header-2 .logo h1 {
		text-align: center;
	}

}

.brambl-theme .header-2 .navigation .mgmenu_container {
	margin: 13px 0px 10px 0px;
	height: 46px;
	background: transparent !important;
	box-sizing: content-box;
}

@media (max-width: 767px) {
	.header-2 .navigation .mgmenu_container {
		max-width: 350px;
		margin: 10px auto 20px auto !important;
	}

}

@media (max-width: 990px) {
	.header-2 .navigation .mgmenu_container {
		margin: 0px auto;
	}

}

.brambl-theme .header-2 .navigation .mgmenu {
	background: #ffffff;
}

@media (max-width: 767px) {
	.header-2 .navigation .mgmenu {
		border: 1px solid #ddd;
		border-top: 0px;
		border-bottom: 0px;
	}

}

.brambl-theme .header-2 .navigation .mgmenu &gt; li {
	padding-right: 0px;
}

.brambl-theme .header-2 .navigation .mgmenu &gt; li.active, .brambl-theme .header-2 .navigation .mgmenu &gt; li:hover {
	background-color: transparent;
}

.brambl-theme .header-2 .navigation .mgmenu &gt; li b {
	margin-right: 5px;
}

.brambl-theme .header-2 .navigation .mgmenu &gt; li &gt; a, .brambl-theme .header-2 .navigation .mgmenu &gt; li &gt; span {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding: 17px 18px 16px 18px;
	background: transparent;
	font-family: "Open Sans", sans-serif;
}

.brambl-theme .header-2 .navigation .mgmenu &gt; li &gt; a:hover, .brambl-theme .header-2 .navigation .mgmenu &gt; li &gt; span:hover, .brambl-theme .header-2 .navigation .mgmenu &gt; li &gt; a:focus, .brambl-theme .header-2 .navigation .mgmenu &gt; li &gt; span:focus {
	background: transparent;
}

@media (max-width: 767px) {
	.header-2 .navigation .mgmenu &gt; li &gt; a, .brambl-theme .header-2 .navigation .mgmenu &gt; li &gt; span {
		padding: 18px 18px 15px 18px !important;
		border-bottom: 1px solid #ddd;
	}

}

@media (max-width: 990px) {
	.header-2 .navigation .mgmenu &gt; li &gt; a, .brambl-theme .header-2 .navigation .mgmenu &gt; li &gt; span {
		padding: 0px 25px 16px 0px;
	}

}

.brambl-theme .header-2 .navigation .mgmenu &gt; li &gt; a i, .brambl-theme .header-2 .navigation .mgmenu &gt; li &gt; span i {
	margin-left: 4px;
}

.brambl-theme .header-2 .navigation .mgmenu &gt; li.mgmenu_button {
	padding: 18px 4% 16px 4%;
	background-position: 96% 15px;
}

@media (max-width: 767px) {
	.header-2 .navigation .mgmenu &gt; li.nav-search {
		display: none !important;
	}

}

.brambl-theme .header-2 .navigation .mgmenu li .dropdown_container, .brambl-theme .header-2 .navigation .mgmenu li .dropdown_fullwidth, .brambl-theme .header-2 .navigation .mgmenu li .mgmenu_multilevel {
	border-top: 2px solid;
}

/* Main content */

/* Page heading */

/* Page heading one */
.brambl-theme .page-heading-one {
	text-align: center;
	background: url("../../img/backgrounds/heading-back.jpg");
	background-size: cover;
	background-position: center center;
	padding: 50px 10px;
	background-attachment: fixed;
	margin-bottom: 30px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.brambl-theme .page-heading-one h2 {
	color: #fff;
	font-size: 40px;
	line-height: 55px;
	font-weight: 300;
}

.brambl-theme .page-heading-one p {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;
	padding: 0px 15px;
}

@media (max-width: 767px) {
	.page-heading-one {
		padding: 30px 10px;
	}

	.brambl-theme .page-heading-one h2 {
		font-size: 22px;
		line-height: 43px;
	}

	.brambl-theme .page-heading-one p {
		font-size: 13px;
		line-height: 28px;
	}

}

/* Page heading two */
.brambl-theme .page-heading-two {
	padding: 20px 0px;
	background-color: #fcfcfc;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.brambl-theme .page-heading-two h2 {
	float: left;
	font-size: 22px;
	color: #666;
	font-weight: 400;
}

.brambl-theme .page-heading-two h2 span {
	font-size: 13px;
	color: #888;
}

@media (max-width: 767px) {
	.page-heading-two h2 {
		float: none;
	}

}

.brambl-theme .page-heading-two .breads {
	float: right;
	font-size: 12px;
	color: #aaa;
	margin-top: 10px;
}

.brambl-theme .page-heading-two .breads a {
	color: #888;
}

@media (max-width: 767px) {
	.page-heading-two .breads {
		float: none;
		margin-top: 0px;
	}

}

/* Block headings    */

/* Heading #1 */
.brambl-theme .block-heading-one {
	margin: 10px 0px 15px 0px;
}

.brambl-theme .block-heading-one h3 {
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 7px;
	margin-bottom: 10px;
	font-weight: 400;
}

/* Heading #2 */
.brambl-theme .block-heading-two {
	margin: 10px 0px 15px 0px;
}

.brambl-theme .block-heading-two h3 {
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	padding: 0px 10px 6px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.brambl-theme .block-heading-two h3 span {
	padding-bottom: 11px;
	border-bottom: 3px solid;
}

/* Heading #3 */
.brambl-theme .block-heading-three {
	text-align: center;
	margin: 10px 0px 15px 0px;
}

.brambl-theme .block-heading-three h3 {
	font-size: 22px;
	line-height: 37px;
	padding: 0px 0px 5px 0px;
	margin-bottom: 5px;
	display: inline-block;
	border-bottom: 3px solid;
	font-weight: 400;
}

.brambl-theme .block-heading-three p {
	max-width: 500px;
	line-height: 30px;
	margin: 3px auto;
	font-size: 14px;
	line-height: 29px;
}

/* Heading #4 */
.brambl-theme .block-heading-four {
	text-align: center;
	margin: 10px 0px 15px 0px;
}

.brambl-theme .block-heading-four i {
	width: 70px;
	height: 70px;
	border: 2px solid;
	line-height: 70px;
	border-radius: 100%;
	font-size: 22px;
	margin-bottom: 10px;
}

.brambl-theme .block-heading-four h3 {
	font-size: 33px;
	line-height: 48px;
	font-weight: 300;
	padding: 0px;
	margin: 0 auto;
	margin-bottom: 10px;
	max-width: 650px;
}

@media (max-width: 767px) {
	.block-heading-four i {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}

	.brambl-theme .block-heading-four h3 {
		font-size: 25px;
		line-height: 40px;
	}

}

/* Heading #5 */
.brambl-theme .block-heading-five {
	text-align: center;
	margin: 10px 0px 15px 0px;
}

.brambl-theme .block-heading-five h4 {
	color: #fff;
	display: inline-block;
	padding: 0px 8px;
	font-weight: 600;
	text-transform: uppercase;
}

.brambl-theme .block-heading-five h3 {
	font-size: 22px;
	line-height: 37px;
	font-weight: normal;
	max-width: 550px;
	margin: 10px auto;
}

/* Heading #6 */
.brambl-theme .block-heading-six {
	text-align: center;
	margin: 10px 0px 15px 0px;
}

.brambl-theme .block-heading-six h4 {
	color: #fff;
	display: inline-block;
	padding: 0px 8px;
	font-weight: 600;
	margin: 3px 0px;
}

/* Heading #7 */
.brambl-theme .block-heading-seven {
	text-align: center;
	margin: 10px 0px 15px 0px;
}

.brambl-theme .block-heading-seven h3 {
	margin-bottom: 10px;
}

.brambl-theme .block-heading-seven h4 {
	text-transform: uppercase;
}

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

/* Revolution slider */

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

/* General */
.brambl-theme .bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
	z-index: 9;
}

.brambl-theme .banner {
	width: 100%;
	position: relative;
}

.brambl-theme .banner ul {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.brambl-theme .tp-caption.b-big-bold {
	font-weight: 600;
	font-size: 50px;
	line-height: 65px;
}

.brambl-theme .tp-caption.b-big-thin-transparent {
	font-weight: 300;
	font-size: 35px;
	line-height: 50px;
	padding: 0px 10px;
	background: rgba(0, 0, 0, 0.5);
}

.brambl-theme .tp-caption.b-medium-bold-grey {
	color: #999;
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
}

.brambl-theme .tp-caption.b-medium-thin-grey {
	color: #888;
	font-weight: 300;
	font-size: 30px;
	line-height: 45px;
}

.brambl-theme .tp-caption.b-small-bold-grey {
	font-size: 22px;
	line-height: 37px;
	color: #999;
}

.brambl-theme .tp-caption.b-small-para {
	font-size: 13px;
	line-height: 28px;
	font-weight: 400;
}

.brambl-theme .tp-caption.b-medium-back {
	font-size: 22px;
	line-height: 37px;
	color: #fff;
	padding: 5px 15px;
}

.brambl-theme .tp-caption.b-button a {
	display: inline-block;
	padding: 5px 18px;
	color: #fff;
}

/* Revolution slider one */
.brambl-theme .r-slider .banner {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

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

/* Smart form */

/**************/
.brambl-theme .smart-forms, .brambl-theme .smart-forms label, .brambl-theme .smart-forms input, .brambl-theme .smart-forms button, .brambl-theme .smart-forms select, .brambl-theme .smart-forms textarea {
	font-family: "Open Sans", sans-serif !important;
}

.brambl-theme .smart-forms .radio, .brambl-theme .smart-forms .checkbox {
	display: inline-block;
	min-height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

.brambl-theme .smart-forms .checkbox:before {
	box-sizing: content-box;
}

.brambl-theme .smart-forms .ui-slider .ui-slider-range, .brambl-theme .smart-forms .progress &gt; button[type="submit"], .brambl-theme .smart-forms .progress &gt; button[type="submit"]:hover, .brambl-theme .smart-forms .progress-bar &gt; .bar {
	background-image: none;
}

/* Hover &amp; Focus  */
.brambl-theme .smart-forms .gui-input:hover, .brambl-theme .smart-forms .gui-textarea:hover, .brambl-theme .smart-forms .select &gt; select:hover, .brambl-theme .smart-forms .select-multiple select:hover, .brambl-theme .smart-forms .gui-input:hover ~ .input-hint, .brambl-theme .smart-forms .file .gui-file:hover + .gui-input, .brambl-theme .smart-forms .gui-textarea:hover ~ .input-hint {
	border-color: #BDC3C7;
}

.brambl-theme .smart-forms .gui-input:focus, .brambl-theme .smart-forms .gui-textarea:focus, .brambl-theme .smart-forms .select &gt; select:focus, .brambl-theme .smart-forms .select-multiple select:focus {
	border-color: #BDC3C7;
	color: #000;
}

.brambl-theme .smart-forms .gui-textarea:focus {
	height: 120px;
}

.brambl-theme .smart-forms .select &gt; select:focus {
	z-index: 10;
	z-index: 20 \9;
}

.brambl-theme .smart-forms .gui-input:focus ~ .field-icon i, .brambl-theme .smart-forms .gui-textarea:focus ~ .field-icon i {
	color: #BDC3C7;
}

.brambl-theme .smart-forms .select-multiple select:focus, .brambl-theme .smart-forms .gui-input:focus ~ .input-hint, .brambl-theme .smart-forms .gui-textarea:focus ~ .input-hint, .brambl-theme .smart-forms .file .gui-file:focus + .gui-input {
	border-color: #BDC3C7;
}

.brambl-theme .smart-forms .select &gt; select:focus + .arrow {
	color: #BDC3C7;
}

.brambl-theme .ui-datepicker {
	border: 1px solid #ddd;
	box-shadow: none;
	font-family: "Open Sans", sans-serif;
}

.brambl-theme .ui-datepicker:before {
	border-color: #ddd;
}

.brambl-theme .ui-timepicker-div .ui-widget-header, .brambl-theme .ui-datepicker .ui-datepicker-header {
	background: #fafafa;
}

.brambl-theme .ui-timepicker-div .ui-widget-header *, .brambl-theme .ui-datepicker .ui-datepicker-header * {
	color: #666 !important
}

/* Radio &amp; Checkbox */
.brambl-theme .smart-forms input:hover + .checkbox, .brambl-theme .smart-forms input:hover + .radio {
	border-color: #BDC3C7;
}

.brambl-theme .smart-forms input:checked + .checkbox, .brambl-theme .smart-forms input:focus + .checkbox, .brambl-theme .smart-forms input:checked + .radio, .brambl-theme .smart-forms input:focus + .radio {
	border-color: #BDC3C7;
}

.brambl-theme .smart-forms input:checked + .radio:before, .brambl-theme .smart-forms input:focus + .radio:before {
	background: #BDC3C7;
}

.brambl-theme .smart-forms input:checked + .checkbox:before, .brambl-theme .smart-forms input:focus + .checkbox:before {
	border-color: #BDC3C7;
}

/* Rating */
.brambl-theme .smart-forms .rating-star, .brambl-theme .smart-forms .rating:hover .rating-star {
	color: #BDC3C7;
}

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

/* Bootstrap carousel */

/**********************/
.brambl-theme .carousel {
	margin: 0 auto;
}

.brambl-theme .carousel .carousel-control.right {
	left: auto;
	right: 0;
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
}

.brambl-theme .carousel .carousel-control.left {
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
}

.brambl-theme .carousel .carousel-control {
	position: absolute;
	z-index: 7;
	top: 45%;
	width: 15%;
	opacity: .7;
	filter: alpha(opacity=70);
	font-size: 15px;
	color: #fff;
	text-align: center;
	text-shadow: none;
}

.brambl-theme .carousel .carousel-control:hover, .brambl-theme .carousel .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.brambl-theme .carousel .carousel-control span {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, 0.4);
	line-height: 35px;
	border-radius: 3px;
}

.brambl-theme .carousel .carousel-indicators li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 1px;
	text-indent: -999px;
	border: 2px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}

.brambl-theme .carousel .carousel-indicators .active {
	margin: 0;
	width: 13px;
	height: 13px;
}

@media (max-width: 480px) {
	.carousel .carousel-indicators {
		display: none;
	}

	.brambl-theme .carousel .carousel-control {
		top: 40%;
	}

	.brambl-theme .carousel .carousel-control span {
		width: auto;
		height: auto;
		background: transparent;
		line-height: 0px;
		border-radius: 0px;
	}

}

/* Carousel caption */
.brambl-theme .carousel .carousel-caption {
	text-shadow: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	max-width: 350px;
	overflow: hidden;
	padding: 15px 20px;
	text-align: left;
	z-index: 5;
	bottom: 45px;
}

@media (max-width: 550px) {
	.carousel .carousel-caption {
		display: none;
	}

}

.brambl-theme .carousel .item .carousel-caption h4, .brambl-theme .carousel .item .carousel-caption h4 a {
	font-size: 16px;
	line-height: 29px;
	color: #fff;
}

.brambl-theme .carousel .item .carousel-caption p {
	color: #ccc;
	font-size: 13px;
	line-height: 23px;
}

.brambl-theme .carousel .item .carousel-caption.c-middle-left {
	top: 30%;
	left: 7%;
	bottom: auto;
	right: auto;
}

.brambl-theme .carousel .item .carousel-caption.c-middle-right {
	top: 30%;
	right: 7%;
	bottom: auto;
	left: auto;
}

.brambl-theme .carousel .item .carousel-caption.c-bottom-left {
	bottom: 7%;
	left: 5%;
	top: auto;
	right: auto;
}

.brambl-theme .carousel .item .carousel-caption.c-bottom-right {
	bottom: 7%;
	right: 5%;
	top: auto;
	left: auto;
}

.brambl-theme .carousel .item .carousel-caption.c-bottom-full {
	bottom: 0%;
	left: 0%;
	right: auto;
	top: auto;
	max-width: 100%;
	width: 100%;
	padding: 12px 15px;
}

.brambl-theme .carousel .item .carousel-caption.c-left-big {
	bottom: 0%;
	left: 0%;
	top: auto;
	right: auto;
	height: 100%;
	padding: 30px 25px;
}

.brambl-theme .carousel .item .carousel-caption.c-right-big {
	bottom: 0%;
	right: 0%;
	top: auto;
	left: auto;
	height: 100%;
	padding: 30px 25px;
}

/* Carousel style one */
.brambl-theme .carousel.carousel-one .item {
	padding: 120px 20px;
	text-align: center;
}

.brambl-theme .carousel.carousel-one .carousel-one-content h5 {
	font-size: 22px;
	line-height: 35px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
}

.brambl-theme .carousel.carousel-one .carousel-one-content h3 {
	font-size: 70px;
	line-height: 85px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.brambl-theme .carousel.carousel-one .carousel-one-content .btn {
	margin-top: 10px;
	font-size: 14px;
}

@media (max-width: 767px) {
	.carousel.carousel-one .item {
		padding: 60px 20px;
	}

	.brambl-theme .carousel.carousel-one .carousel-one-content h5 {
		font-size: 15px;
		font-weight: 600;
	}

	.brambl-theme .carousel.carousel-one .carousel-one-content h3 {
		font-size: 30px;
		line-height: 45px;
	}

}

/* Carousel three */
.brambl-theme .carousel.carousel-two .carousel-two-content {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.brambl-theme .carousel.carousel-two .carousel-two-content h3 {
	color: #fff;
	font-weight: 300;
	font-size: 60px;
	line-height: 60px;
	margin-top: -50px;
	background: rgba(0, 0, 0, 0.4);
	padding: 20px 0px;
}

.brambl-theme .carousel.carousel-two .carousel-two-content h3 a, .brambl-theme .carousel.carousel-two .carousel-two-content h3 a:hover {
	color: #fff;
}

@media (max-width: 767px) {
	.carousel.carousel-two .carousel-two-content h3 {
		font-size: 30px;
		line-height: 30px;
		margin-top: -15px;
	}

}

@media (max-width: 480px) {
	.carousel.carousel-two .carousel-two-content h3 {
		font-size: 20px;
		line-height: 20px;
		margin-top: -15px;
		padding: 0px;
		background: transparent;
	}

}

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

/* Fun facts */

/*************/
.brambl-theme .facts {
	margin: 40px auto;
}

.brambl-theme .facts .fact-value h4 {
	font-size: 28px;
	line-height: 43px;
	text-align: center;
	font-weight: 400;
}

.brambl-theme .facts .fact-value span {
	font-size: 22px;
	margin: 0px 2px;
}

.brambl-theme .facts .fact-content p span {
	font-weight: 700;
}

@media (max-width: 991px) {
	.facts .fact-container {
		max-width: 350px;
		margin: 0 auto;
	}

}

/* Support */
.brambl-theme .support .support-filter input {
	width: 200px;
	padding: 6px 6px 6px 10px;
	border-radius: 3px;
	margin-top: 10px;
	border: 1px solid #ddd;
}

.brambl-theme .support .support-filter li a {
	display: block;
	margin: 12px 0px;
	color: #777;
}

.brambl-theme .support .support-filter li a:before {
	font-family: FontAwesome;
	content: "\f105";
	color: #aaa;
	margin-right: 8px;
}

.brambl-theme .support .support-filter li p {
	display: none;
	background: #fcfcfc;
	margin: 5px 0px 10px 14px;
	padding: 12px 15px;
	border: 1px solid #ddd;
}

.brambl-theme .support .s-contact i {
	color: #fff;
}

.brambl-theme .support .s-contact .s-list {
	margin: 8px 0px;
}

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

/* About us one */

/****************/
.brambl-theme .about-us-one .about-logo {
	margin: 10px 0px;
}

.brambl-theme .about-us-one .about-logo h2 {
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
}

.brambl-theme .about-us-one .about-logo h2 small {
	font-size: 16px;
}

.brambl-theme .about-us-one .about-logo p {
	font-size: 17px;
	line-height: 32px;
	color: #999;
}

/* Our Process */
.brambl-theme .about-us-one .our-process h4 {
	margin-top: 10px;
}

.brambl-theme .about-us-one .our-process .our-process-item {
	margin: 10px auto;
	width: 170px;
	text-align: center;
	color: #fff;
}

.brambl-theme .about-us-one .our-process .our-process-item a {
	width: 170px;
	height: 170px;
	border-radius: 100px;
	display: inline-block;
	border: 3px solid #fff;
	box-shadow: 0px 0px 2px #ddd;
	position: relative;
}

.brambl-theme .about-us-one .our-process .our-process-item a i {
	font-size: 50px;
	line-height: 170px;
}

.brambl-theme .about-us-one .our-process .our-process-item img {
	position: absolute;
	right: -50px;
	top: 70px;
}

/* Careers */
.brambl-theme .career-content {
	padding: 10px;
}

.brambl-theme .career-content table.table td, .brambl-theme .career-content table.table th {
	font-size: 13px;
	line-height: 28px;
}

.brambl-theme .career-content table.table td, .brambl-theme .career-content table.table th {
	border: 0px;
	padding: 5px 10px;
}

/* FAQ */

/* FAQ Alt */
.brambl-theme .faq-alt .faq-alt-item {
	margin: 20px 0px;
}

.brambl-theme .faq-alt .faq-alt-item h4 {
	font-size: 22px;
	line-height: 37px;
	font-weight: 400;
}

.brambl-theme .faq-alt .faq-alt-item p {
	font-size: 15px;
	line-height: 30px;
	color: #888;
}

/* Sitemap */
.brambl-theme .sitemap .sitemap-top {
	max-width: 400px;
}

.brambl-theme .sitemap .sitemap-top form {
	max-width: 250px;
	margin-top: 10px;
}

.brambl-theme .sitemap hr {
	margin: 8px 0px;
}

.brambl-theme .sitemap ul {
	padding-left: 20px;
}

.brambl-theme .sitemap ul li {
	margin: 7px 0px;
}

.brambl-theme .sitemap ul li a {
	color: #777;
}

/* Our product */
.brambl-theme .our-product {
	margin: 20px 0px;
}

.brambl-theme .our-product .product-top {
	margin-bottom: 15px;
}

.brambl-theme .our-product .product-top img {
	max-width: 600px;
	margin: 10px auto;
}

.brambl-theme .our-product .product-top h2 {
	font-size: 35px;
	line-height: 60px;
}

.brambl-theme .our-product .product-top p {
	font-size: 18px;
	line-height: 33px;
	color: #888;
	margin-bottom: 10px;
}

/* CTA Blocks */

/* CTA  One */
.brambl-theme .cta-one .cta-one-content {
	border: 1px solid #eee;
	padding: 20px 25px;
	border-radius: 5px;
}

.brambl-theme .cta-one .cta-one-content ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

.brambl-theme .cta-one .btn {
	text-align: center;
	margin-top: 15px;
}

/* CTA Two */
.brambl-theme .cta-two .cta-two-content {
	border: 1px solid #eee;
	padding: 20px 25px;
	border-radius: 5px;
}

.brambl-theme .cta-two .btn {
	margin-top: 15px;
}

@media (max-width: 767px) {
	.cta-two {
		text-align: center;
	}

}

/* CTA Three */
.brambl-theme .cta-three .cta-three-content {
	max-width: 1000px;
	margin: 5px auto;
}

.brambl-theme .cta-three .cta-three-content h4 {
	font-size: 22px;
	line-height: 37px;
	font-weight: 400;
}

@media (max-width: 991px) {
	.cta-three .cta-three-content {
		text-align: center;
	}

	.brambl-theme .cta-three .btn {
		margin-top: 10px;
	}

}

/* CTA Four */
.brambl-theme .cta-four .cta-four-content {
	text-align: center;
}

.brambl-theme .cta-four .cta-four-content p {
	margin: 5px auto 10px auto;
	max-width: 700px;
}

/* CTA Five */
.brambl-theme .cta-five .cta-five-content {
	text-align: center;
}

.brambl-theme .cta-five .cta-five-content span i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 80px;
	font-size: 25px;
	color: #fff;
	margin-bottom: 10px;
}

.brambl-theme .cta-five .cta-five-content p {
	margin: 5px auto 10px auto;
	max-width: 700px;
}

.brambl-theme .cta-five .cta-five-content input {
	border: 1px solid #ccc;
}

@media (max-width: 767px) {
	.cta-five form {
		max-width: 350px;
		margin: 10px auto;
	}

}

/* CTA Six  */
.brambl-theme .cta-six {
	background: #fff url("../../img/backgrounds/2.jpg") repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0px;
}

.brambl-theme .cta-six .cta-six-content {
	max-width: 1000px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 50px 20px 40px 20px;
	margin: 0px auto;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
}

.brambl-theme .cta-six .cta-six-content h4 {
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
	color: #fff;
}

.brambl-theme .cta-six .btn {
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.brambl-theme .cta-six .cta-six-content a.btn:hover {
	background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
	.cta-six .cta-three-content {
		text-align: center;
	}

	.brambl-theme .cta-six .btn {
		margin-top: 10px;
	}

}

/* CTA Seven  */
.brambl-theme .cta-seven .cta-seven-content {
	text-align: center;
}

.brambl-theme .cta-seven li a i {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100px;
	text-align: center;
	margin: 0px 8px;
	font-size: 30px;
}

.brambl-theme .cta-seven h4 {
	font-size: 38px;
	margin-top: 15px;
	font-weight: 300;
	line-height: 53px;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.cta-seven li a i {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		margin: 0px 2px;
	}

	.brambl-theme .cta-seven h4 {
		font-size: 28px;
		line-height: 43px;
	}

}

/* CTA Eight  */
.brambl-theme .cta-eight .cta-eight-content {
	text-align: center;
}

.brambl-theme .cta-eight .cta-eight-content h4 {
	color: #fff;
	display: inline-block;
	padding: 5px 14px;
}

.brambl-theme .cta-eight .cta-eight-content h3 {
	font-size: 42px;
	line-height: 57px;
	font-weight: 600;
	margin: 15px 0px;
}

@media (max-width: 767px) {
	.cta-eight .cta-eight-content h3 {
		font-size: 30px;
		line-height: 45px;
	}

}

.brambl-theme .cta-eight .cta-eight-content p {
	font-size: 16px;
	line-height: 31px;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.brambl-theme .cta-eight .cta-eight-content ul li {
	font-size: 30px;
}

@media (max-width: 767px) {
	.cta-eight .cta-eight-content p {
		font-size: 14px;
		line-height: 29px;
	}

	.brambl-theme .cta-eight .cta-eight-content ul li {
		font-size: 20px;
	}

}

.brambl-theme .cta-eight .cta-eight-content ul li a {
	color: #777;
}

.brambl-theme .cta-eight .cta-eight-content ul li small {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	top: -5px;
}

@media (max-width: 767px) {
	.cta-eight .cta-eight-content ul li small {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}

}

/* Image styles */
.brambl-theme .image-block {
	max-width: 350px;
	margin: 20px auto;
}

.brambl-theme .image-block h4 a {
	color: #fff;
}

/* Image style #1 */
.brambl-theme .image-style-one {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.brambl-theme .image-style-one img {
	border-radius: 3px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

.brambl-theme .image-style-one .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.brambl-theme .image-style-one:hover .image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.brambl-theme .image-style-one:hover img {
	-webkit-transform: scale(1.2) rotate(8deg);
	-moz-transform: scale(1.2) rotate(8deg);
	-ms-transform: scale(1.2) rotate(8deg);
	-o-transform: scale(1.2) rotate(8deg);
	transform: scale(1.2) rotate(8deg);
}

.brambl-theme .image-style-one .image-caption {
	margin-top: 12%;
	text-align: center;
}

.brambl-theme .image-style-one .image-caption h4 {
	color: #fff;
	margin-bottom: 0px;
}

.brambl-theme .image-style-one .image-caption p {
	max-width: 75%;
	margin: 0px auto;
	color: rgba(255, 255, 255, 0.8);
	line-height: 23px;
	margin-bottom: 5px;
}

.brambl-theme .image-style-one .image-caption a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	line-height: 30px;
}

/* Image style #2 */
.brambl-theme .image-style-two {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.brambl-theme .image-style-two img {
	border-radius: 3px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

.brambl-theme .image-style-two .image-hover {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.brambl-theme .image-style-two:hover .image-hover {
	top: 0;
}

.brambl-theme .image-style-two:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.brambl-theme .image-style-two .image-caption {
	margin-top: 12%;
	text-align: center;
}

.brambl-theme .image-style-two .image-caption h4 {
	color: #fff;
	margin-bottom: 0px;
}

.brambl-theme .image-style-two .image-caption p {
	max-width: 75%;
	margin: 0px auto;
	color: rgba(255, 255, 255, 0.8);
	line-height: 23px;
	margin-bottom: 5px;
}

.brambl-theme .image-style-two .image-caption a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	line-height: 30px;
}

/* Image style #2 */
.brambl-theme .image-style-three {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.brambl-theme .image-style-three img {
	border-radius: 3px;
}

.brambl-theme .image-style-three .image-hover {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.brambl-theme .image-style-three:hover .image-hover {
	top: 0;
}

.brambl-theme .image-style-three .image-caption {
	margin-top: 20%;
	text-align: center;
}

.brambl-theme .image-style-three .image-caption h4 a, .brambl-theme .image-style-three .image-caption h4 {
	color: #fff;
}

.brambl-theme .image-style-three .image-caption p {
	max-width: 75%;
	margin: 5px auto;
	color: #fff;
	line-height: 23px;
}

/* Image style four */
.brambl-theme .image-style-four {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.brambl-theme .image-style-four img {
	border-radius: 3px;
}

.brambl-theme .image-style-four .image-caption {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 5px 15px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.brambl-theme .image-style-four .image-caption h4 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.brambl-theme .image-style-four .image-caption h4 span a i {
	color: #fff;
	margin-left: 2px;
}

/* Image style five */
.brambl-theme .image-style-five {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.brambl-theme .image-style-five img {
	border-radius: 3px;
}

.brambl-theme .image-style-five .image-hover {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	position: absolute;
	top: 0px;
	background: rgba(0, 0, 0, 0.3);
}

.brambl-theme .image-style-five .image-caption {
	width: 100%;
	position: absolute;
	top: 25%;
	text-align: center;
}

.brambl-theme .image-style-five .image-caption h4 {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	border-bottom: 3px solid;
	padding-bottom: 3px;
}

.brambl-theme .image-style-five .image-caption p {
	margin: 0px auto;
	margin-top: 3px;
	max-width: 70%;
	line-height: 23px;
	color: #fff;
}

/* Image style six */
.brambl-theme .image-style-six {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.brambl-theme .image-style-six img {
	border-radius: 3px;
}

.brambl-theme .image-style-six .image-caption {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: -100%;
	background: rgba(0, 0, 0, 0.6);
	height: 40px;
	padding: 4px 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.brambl-theme .image-style-six:hover .image-caption {
	left: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.brambl-theme .image-style-six .image-caption h4 {
	color: #fff;
	font-size: 15px;
}

.brambl-theme .image-style-six .image-caption p {
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 4px;
	line-height: 23px;
}

/* Image style #7 */
.brambl-theme .image-style-seven {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.brambl-theme .image-style-seven img {
	border-radius: 3px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

.brambl-theme .image-style-seven .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.brambl-theme .image-style-seven:hover .image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.brambl-theme .image-style-seven .image-caption {
	margin-top: 30%;
	text-align: center;
}

.brambl-theme .image-style-seven .image-caption a i {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	margin: 0px 2px;
	line-height: 35px;
	color: #fff;
}

/* Image style eight */
.brambl-theme .image-style-eight {
	position: relative;
	z-index: 10;
}

.brambl-theme .image-style-eight img {
	border-radius: 3px;
}

.brambl-theme .image-style-eight .image-hover {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	position: absolute;
	top: 0px;
	background: rgba(0, 0, 0, 0.3);
}

.brambl-theme .image-style-eight .image-caption {
	width: 100%;
	position: absolute;
	bottom: -17px;
	text-align: center;
}

.brambl-theme .image-style-eight .image-caption a i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0px 2px;
	border-radius: 100px;
	color: #fff;
}


.brambl-theme .icon-box-1 .icon-box-1-item {
	width: 100%;
	max-width: 280px;
	margin: 10px auto;
}

.brambl-theme .icon-box-1 .icon-box-1-item i {
	font-size: 50px;
	position: relative;
	top: 10px;
	margin-bottom: 20px;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

.brambl-theme .icon-box-1 .icon-box-1-item i:hover {
	top: 0px;
}

.brambl-theme .icon-box-1 .icon-box-1-item h4 a {
	color: #888 !important;
}

.brambl-theme .icon-box-1 .icon-box-1-item p {
	color: #888;
}

/* Icon Box #2 */
.brambl-theme .icon-box-2 {
	margin: 20px 0px;
}

.brambl-theme .icon-box-2 .icon-box-2-item {
	width: 100%;
	max-width: 280px;
	margin: 10px auto;
}

.brambl-theme .icon-box-2 .icon-box-2-item .header {
	overflow: hidden;
	height: 140px;
}

.brambl-theme .icon-box-2 .icon-box-2-item .header a {
	display: inline-block;
	padding: 40px 0px;
	font-size: 50px;
}

.brambl-theme .icon-box-2 .icon-box-2-item .header a.icon-top {
	color: #fff;
	position: relative;
	display: block;
	top: 10px;
	-webkit-transition: all .13s linear;
	-moz-transition: all .13s linear;
	-o-transition: all .13s linear;
	-ms-transition: all .13s linear;
	transition: all .13s linear;
}

.brambl-theme .icon-box-2 .icon-box-2-item .header:hover a.icon-top {
	top: 100px;
}

.brambl-theme .icon-box-2 .icon-box-2-item .header a.icon-bottom {
	color: #fff;
	display: block;
	position: relative;
	top: 100px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.brambl-theme .icon-box-2 .icon-box-2-item .header:hover a.icon-bottom {
	top: -120px;
}

.brambl-theme .icon-box-2 .icon-box-2-item .icon-box-2-title {
	background: #555;
}

.brambl-theme .icon-box-2 .icon-box-2-item .icon-box-2-title h4 {
	padding: 15px 0px;
}

.brambl-theme .icon-box-2 .icon-box-2-item .icon-box-2-title h4 a {
	color: #fff;
}

/* Icon Box #3 Starts */
.brambl-theme .icon-box-3 {
	margin: 20px 0px;
}

.brambl-theme .icon-box-3 .icon-box-3-item {
	color: #fff;
	padding: 25px;
	max-width: 280px;
	margin: 10px auto;
}

.brambl-theme .icon-box-3 .icon-box-3-item i {
	font-size: 35px;
	margin-bottom: 8px;
}

.brambl-theme .icon-box-3 .icon-box-3-item h4 a {
	color: #fff;
}

.brambl-theme .icon-box-3 .icon-box-3-item a {
	color: rgba(0, 0, 0, 0.3);
	font-weight: 600;
}

.brambl-theme .icon-box-3 .icon-box-3-item i {
	font-size: 14px;
	margin-left: 3px;
}

/* Icon Box #4 */
.brambl-theme .icon-box-4 {
	margin: 20px 0px;
}

.brambl-theme .icon-box-4 .icon-box-4-item {
	width: 100%;
	max-width: 280px;
	margin: 10px auto;
}

.brambl-theme .icon-box-4 .icon-box-4-item a.icon-box-4-icon {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 100px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-right: 5px;
}

.brambl-theme .icon-box-4 .icon-box-4-item h4 {
	display: inline;
}

.brambl-theme .icon-box-4 .icon-box-4-item h4 a {
	color: #888;
}

.brambl-theme .icon-box-4 .icon-box-4-item p {
	color: #888;
}

/* Icon box #5  */
.brambl-theme .icon-box-5 {
	margin: 20px 0px;
}

.brambl-theme .icon-box-5 .icon-box-5-item {
	padding: 20px;
	max-width: 280px;
	color: #fff;
	margin: 10px auto;
}

.brambl-theme .icon-box-5 .icon-box-5-item h4 a {
	color: #fff;
}

.brambl-theme .icon-box-5 .icon-box-5-item h4 i {
	margin-right: 10px;
}

.brambl-theme .icon-box-5 .icon-box-5-item a {
	color: #fff;
	font-weight: 600;
}

.brambl-theme .icon-box-5 .icon-box-5-item i {
	margin-left: 3px;
}

/* Icon Box #6  */
.brambl-theme .icon-box-6 {
	margin: 20px 0px;
}

.brambl-theme .icon-box-6 .icon-box-6-item {
	max-width: 250px;
	margin: 10px auto;
}

.brambl-theme .icon-box-6 .icon-box-6-item i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}

.brambl-theme .icon-box-6 .icon-box-6-item h4 a {
	color: #888;
}

.brambl-theme .icon-box-6 .icon-box-6-item p {
	color: #888;
}

/* Icon Box #7  */
.brambl-theme .icon-box-7 {
	margin: 20px 0px;
}

.brambl-theme .icon-box-7 .icon-box-7-item {
	width: 100%;
	max-width: 300px;
	margin: 10px auto;
}

.brambl-theme .icon-box-7 .icon-box-7-item .icon-box-7-item-left {
	float: left;
	width: 85px;
}

.brambl-theme .icon-box-7 .icon-box-7-item .icon-box-7-item-left a.icon-box-7-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	border-radius: 3px;
	text-align: center;
	margin-top: 5px;
}

.brambl-theme .icon-box-7 .icon-box-7-item .icon-box-7-item-right {
	position: relative;
	margin-left: 95px;
}

.brambl-theme .icon-box-7 .icon-box-7-item .icon-box-7-item-right h4 {
	margin-top: 0px;
}

.brambl-theme .icon-box-7 .icon-box-7-item .icon-box-7-item-right h4 a {
	color: #888;
}

.brambl-theme .icon-box-7 .icon-box-7-item .icon-box-7-item-right p {
	color: #888;
}

/* Icon Box #8 */
.brambl-theme .icon-box-8 {
	margin: 20px 0px;
}

.brambl-theme .icon-box-8 .icon-box-8-item {
	max-width: 260px;
	margin: 10 auto;
	padding: 30px;
	color: #fff;
	box-shadow: 0px 0px 10px #fff;
	border-top: 3px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.brambl-theme .icon-box-8 .icon-box-8-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100px;
	text-align: center;
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
}

.brambl-theme .icon-box-8 .icon-box-8-icon a {
	display: inline-block;
	font-size: 30px;
}

.brambl-theme .icon-box-8 .icon-box-8-icon a.icon-box-8-icon-top {
	color: #fff;
	position: relative;
	display: block;
	top: 0px;
	-webkit-transition: all .13s linear;
	-moz-transition: all .13s linear;
	-o-transition: all .13s linear;
	-ms-transition: all .13s linear;
	transition: all .13s linear;
}

.brambl-theme .icon-box-8 .icon-box-8-icon:hover a.icon-box-8-icon-top {
	top: 100px;
}

.brambl-theme .icon-box-8 .icon-box-8-icon a.icon-box-8-icon-bottom {
	color: #fff;
	display: block;
	position: relative;
	top: 100px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.brambl-theme .icon-box-8 .icon-box-8-icon:hover a.icon-box-8-icon-bottom {
	top: -80px;
}

.brambl-theme .icon-box-8 .icon-box-8-item h4 a {
	color: #fff;
}

/* Icon Box #9 Starts */
.brambl-theme .icon-box-9 {
	margin: 20px 0px;
}

.brambl-theme .icon-box-9 .icon-box-9-item {
	max-width: 280px;
	padding: 15px 10px 15px 20px;
	position: relative;
	margin: 10px auto;
}

.brambl-theme .icon-box-9 .icon-box-9-item a.icon-box-9-icon i {
	font-size: 20px;
	margin-right: 5px;
	color: #777;
}

.brambl-theme .icon-box-9 .icon-box-9-item:hover h4 a, .brambl-theme .icon-box-9 .icon-box-9-item:hover a.icon-box-9-icon i, .brambl-theme .icon-box-9 .icon-box-9-item:hover p {
	color: #fff;
}

.brambl-theme .icon-box-9 .icon-box-9-item h4 {
	display: inline;
}

.brambl-theme .icon-box-9 .icon-box-9-item h4 a {
	color: #777;
}

.brambl-theme .icon-box-9 .icon-box-9-item p {
	color: #888;
}

/* Icon Box #10 */
.brambl-theme .icon-box-10 {
	margin: 20px 0px;
}

.brambl-theme .icon-box-10 .icon-box-10-content {
	max-width: 280px;
	margin: 10px auto;
}

.brambl-theme .icon-box-10 .icon-box-left {
	float: left;
	width: 35px;
	text-align: center;
	padding-top: 5px;
}

.brambl-theme .icon-box-10 .icon-box-left a {
	font-size: 28px;
}

.brambl-theme .icon-box-10 .icon-box-right {
	margin-left: 45px;
}

.brambl-theme .icon-box-10 .icon-box-right h4 a {
	color: #888;
}

.brambl-theme .icon-box-10 .icon-box-right p {
	color: #777;
}

/* Image Box #1  */
.brambl-theme .img-box-1 {
	margin: 20px 0px;
}

.brambl-theme .img-box-1 .img-box-1-item {
	text-align: center;
	margin: 10px auto;
	max-width: 250px;
}

.brambl-theme .img-box-1 .img-box-1-item .img-box-1-img {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.brambl-theme .img-box-1 .img-box-1-item img {
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

.brambl-theme .img-box-1 .img-box-1-item .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.brambl-theme .img-box-1 .img-box-1-item:hover .image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.brambl-theme .img-box-1 .img-box-1-item .image-caption {
	margin-top: 30%;
	text-align: center;
}

.brambl-theme .img-box-1 .img-box-1-item .image-caption a i {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 2px;
	margin: 0px 2px;
	line-height: 35px;
	color: #fff;
}

.brambl-theme .img-box-1 .img-box-1-cap {
	background: #fff;
	padding: 12px 20px 15px;
	text-align: center;
	border: 1px solid #eee;
	border-top: 0px;
}

.brambl-theme .img-box-1 .img-box-1-item h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.brambl-theme .img-box-1 .img-box-1-item h4 a {
	color: #777;
}

.brambl-theme .img-box-1 .img-box-1-item .btn {
	margin-top: 5px;
}

/* Image Box #2  */
.brambl-theme .img-box-2 {
	margin: 20px 0px;
}

.brambl-theme .img-box-2 .img-box-2-item {
	position: relative;
	max-width: 250px;
	margin: 10px auto;
	z-index: 10;
	overflow: hidden;
}

.brambl-theme .img-box-2 .img-box-2-item .image-hover {
	position: absolute;
	z-index: 5;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.brambl-theme .img-box-2 .img-box-2-item:hover .image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.brambl-theme .img-box-2 .img-box-2-item .image-caption {
	margin-top: 20%;
	text-align: center;
}

.brambl-theme .img-box-2 .img-box-2-item .image-caption h4 a {
	color: #fff;
}

.brambl-theme .img-box-2 .img-box-2-item .image-caption p {
	max-width: 75%;
	margin: 5px auto;
	line-height: 23px;
	color: #fff;
}

/* Image Box #3  */
.brambl-theme .img-box-3 {
	margin: 20px 0px;
}

.brambl-theme .img-box-3 .img-box-3-item {
	max-width: 240px;
	margin: 10px auto;
}

.brambl-theme .img-box-3 .img-box-3-item .img-box-3-icon {
	width: 110px;
	height: 110px;
	line-height: 110px;
	border-radius: 100px;
	text-align: center;
	margin: 10px auto;
}

.brambl-theme .img-box-3 .img-box-3-item .img-box-3-icon a img {
	max-width: 60px;
	display: inline-block;
}

.brambl-theme .img-box-3 .img-box-3-item h4 a {
	color: #777;
}

.brambl-theme .img-box-3 .img-box-3-item .bor {
	width: 60px;
	height: 3px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 6px;
}

/* Image Box #4  */
.brambl-theme .img-box-4 {
	margin: 20px 0px;
}

.brambl-theme .img-box-4 .img-box-4-item {
	max-width: 260px;
	margin: 10px auto;
}

.brambl-theme .img-box-4 .img-box-4-content {
	border: 1px solid #eee;
	border-top: 0px;
	padding: 22px 20px 15px;
	position: relative;
}

.brambl-theme .img-box-4 .img-box-4-content a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -20px;
	font-size: 15px;
}

.brambl-theme .img-box-4 .img-box-4-content h4 a {
	color: #777;
}

.brambl-theme .img-box-4 .img-box-4-content .bor {
	width: 55px;
	height: 3px;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 8px;
}

/* Image Box #5  */
.brambl-theme .img-box-5 {
	margin: 20px 0px;
}

.brambl-theme .img-box-5 .img-box-5-item {
	margin: 10px auto;
}

.brambl-theme .img-box-5 .img-box-5-content h4 a {
	color: #777;
}

.brambl-theme .img-box-5 .img-box-5-content .bor {
	width: 60px;
	height: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (max-width: 991px) {
	.img-box-5 .img-box-5-item {
		max-width: 300px;
	}

	.brambl-theme .img-box-5 .img-box-5-img {
		margin-bottom: 20px;
	}

}

/* Image Box #6  */
.brambl-theme .img-box-6 {
	margin: 20px 0px;
}

.brambl-theme .img-box-6 .img-box-6-item {
	position: relative;
	border: 2px solid #fff;
	border-radius: 3px;
	margin: 10px auto;
	max-width: 450px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.brambl-theme .img-box-6 .img-box-6-content {
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 10px 15px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.brambl-theme .img-box-6 .img-box-6-content h4 a {
	color: #fff;
}

.brambl-theme .img-box-6 .img-box-6-content p {
	color: #fff;
	line-height: 20px;
}

/* Image Box #7 Starts */
.brambl-theme .img-box-7 {
	margin: 20px 0px;
}

.brambl-theme .img-box-7 .img-box-7-item {
	max-width: 250px;
	margin: 10px auto;
	text-align: center;
}

.brambl-theme .img-box-7 .img-box-7-item a img {
	display: inline-block;
	max-height: 80px;
	margin-bottom: 10px;
}

.brambl-theme .img-box-7 .img-box-7-item h4 a {
	color: #777;
}

.brambl-theme .img-box-7 .img-box-7-item .bor {
	width: 50px;
	height: 3px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.brambl-theme .img-box-7 .img-box-7-item ul {
	padding: 0px 40px;
}

.brambl-theme .img-box-7 .img-box-7-item ul li {
	color: #888;
	border-bottom: 1px dashed #e8e8e8;
	line-height: 40px;
}

.brambl-theme .img-box-7 .img-box-7-item ul li:last-child {
	border-bottom: 0px;
}

/* Image Box #8 Starts */
.brambl-theme .img-box-8 {
	margin: 20px 0px;
}

.brambl-theme .img-box-8 .img-box-8-item {
	text-align: center;
	margin: 10px auto;
	max-width: 250px;
}

.brambl-theme .img-box-8 .img-box-8-item .img-box-8-img {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.brambl-theme .img-box-8 .img-box-8-item img {
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

.brambl-theme .img-box-8 .img-box-8-item .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.brambl-theme .img-box-8 .img-box-8-item:hover .image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.brambl-theme .img-box-8 .img-box-8-item .image-caption {
	margin-top: 30%;
	text-align: center;
}

.brambl-theme .img-box-8 .img-box-8-item .image-caption a i {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 2px;
	margin: 0px 2px;
	line-height: 35px;
	color: #fff;
}

.brambl-theme .img-box-8 .img-box-8-cap {
	background: #fff;
	padding: 12px 20px 15px;
	text-align: center;
	border-top: 0px;
}

.brambl-theme .img-box-8 .img-box-8-item h4 a {
	color: #777;
}

.brambl-theme .img-box-8 .img-box-8-item .bor {
	height: 3px;
	width: 50px;
	margin: 10px auto;
}

.brambl-theme .img-box-8 .img-box-8-item p {
	color: #888;
}

.brambl-theme .img-box-8 .img-box-8-item:hover .img-box-8-cap {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.brambl-theme .img-box-8 .img-box-8-item:hover .img-box-8-cap h4 a {
	color: #fff;
}

.brambl-theme .img-box-8 .img-box-8-item:hover .img-box-8-cap .bor {
	background: #fff !important;
}

.brambl-theme .img-box-8 .img-box-8-item:hover .img-box-8-cap p {
	color: #fff;
}

/* Pricing table #1 */
.brambl-theme .pricing-one {
	margin: 30px 0px;
}

.brambl-theme .pricing-one .pricing-item {
	position: relative;
	max-width: 550px;
	margin: 15px auto;
	padding: 20px;
	border: 1px solid #eee;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}

.brambl-theme .pricing-one .pricing-item .tag {
	right: -15px;
	top: -15px;
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}

.brambl-theme .pricing-one .pricing-item h3 {
	margin-bottom: 20px;
}

.brambl-theme .pricing-one .pricing-item .plan-price {
	width: 120px;
	text-align: center;
	float: left;
}

.brambl-theme .pricing-one .pricing-item .p-price {
	font-size: 40px;
	font-weight: 600;
	width: 100px;
	height: 100px;
	display: block;
	margin: 10px auto;
	text-align: center;
	line-height: 100px;
	color: #fff;
	border-radius: 100%;
}

.brambl-theme .pricing-one .pricing-item .p-price small {
	font-size: 17px;
}

.brambl-theme .pricing-one .pricing-item .plan-details {
	margin-left: 140px;
}

.brambl-theme .pricing-one .pricing-item .plan-details ul li {
	padding: 8px 5px;
	border-bottom: 1px dashed #eee;
}

.brambl-theme .pricing-one .plan-details ul li span {
	font-weight: 600;
	color: #666;
}

@media (max-width: 480px) {
	.pricing-one .pricing-item h3 {
		margin-bottom: 0;
		text-align: center;
	}

	.brambl-theme .pricing-one .pricing-item .plan-price {
		width: 100%;
		float: none;
	}

	.brambl-theme .pricing-one .pricing-item .plan-details {
		margin-left: 0px;
		margin-top: 20px;
	}

}

@media (max-width: 767px) {
	.pricing-one .pricing-item {
		max-width: 400px;
	}

}

/* Pricing Table #2 */
.brambl-theme .pricing-two {
	margin: 30px 0px;
}

.brambl-theme .pricing-two .table {
	border-top: 1px solid #f2f2f2;
}

.brambl-theme .pricing-two .table th, .brambl-theme .pricing-two .table {
	text-align: center;
}

.brambl-theme .pricing-two .table th, .brambl-theme .pricing-two .table td {
	padding: 20px 10px;
	border: 1px solid #f2f2f2;
}

.brambl-theme .pricing-two .table th {
	width: 25%;
	font-size: 30px;
	font-weight: 400;
	border-bottom: 0;
}

.brambl-theme .pricing-two .table td:first-child {
	padding-left: 20px;
	text-align: left;
	padding-top: 35px;
}

.brambl-theme .pricing-two tr td .ptable-title {
	font-size: 22px;
	font-weight: 400;
}

.brambl-theme .pricing-two tr td .ptable-title i {
	width: 23px;
	line-height: 25px;
	text-align: right;
	margin-right: 5px;
}

.brambl-theme .pricing-two .ptable-star {
	position: relative;
	display: block;
	text-align: center;
}

.brambl-theme .pricing-two .ptable-star i {
	width: 8px;
	font-size: 13px;
}

.brambl-theme .pricing-two .ptable-price {
	display: block;
}

.brambl-theme .pricing-two tr td {
	font-size: 14px;
	line-height: 32px;
}

.brambl-theme .pricing-two tr td .ptable-icon {
	display: block;
	margin-bottom: 5px;
	font-size: 30px;
}

/* Pricing Table #3 */
.brambl-theme .pricing-three {
	padding: 60px 10px;
	margin: 30px 0px;
}

.brambl-theme .pricing-three .pricing-content {
	max-width: 900px;
	margin: 20px auto;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.brambl-theme .pricing-three .pricing-item {
	padding: 30px 10px;
	text-align: center;
	background: #fff;
	border-radius: 6px;
}

.brambl-theme .pricing-three .pricing-item.highlight {
	position: absolute;
	top: -20px;
	z-index: 1000;
	width: 100%;
	padding: 50px 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.brambl-theme .pricing-three .pricing-item h3 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}

.brambl-theme .pricing-three .pricing-item h4 {
	font-size: 55px;
}

.brambl-theme .pricing-three .pricing-item h4 span {
	margin-right: 5px;
	font-size: 20px;
}

.brambl-theme .pricing-three .pricing-item ul {
	margin: 20px 0px;
}

.brambl-theme .pricing-three .pricing-item ul li {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
}

@media (max-width: 767px) {
	.pricing-three .pricing-content {
		max-width: 320px;
		background: transparent;
		box-shadow: none;
	}

	.brambl-theme .pricing-three .pricing-item {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	}

	.brambl-theme .pricing-three .pricing-item.highlight {
		position: static;
		margin: 40px 0;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	}

}

/* Pricing Table #4 */
.brambl-theme .pricing-four {
	margin: 30px 0px;
}

.brambl-theme .pricing-four .pricing-item {
	position: relative;
	max-width: 350px;
	margin: 20px auto;
	padding: 25px 10px;
	border: 1px solid #eee;
	border-radius: 6px;
	text-align: center;
}

.brambl-theme .pricing-four .pricing-item .p-price {
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin: 15px auto;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	border-radius: 50%;
}

.brambl-theme .pricing-four .pricing-item .p-price .p-cer {
	font-size: 20px;
	margin-right: 3px;
}

.brambl-theme .pricing-four .pricing-item .p-price .p-mon {
	font-size: 14px;
}

.brambl-theme .pricing-four .pricing-item ul {
	margin: 20px 0;
}

.brambl-theme .pricing-four .pricing-item ul li {
	padding: 10px 0px;
	padding-left: 45px;
	font-size: 15px;
	text-align: left;
}

.brambl-theme .pricing-four .pricing-item ul li i {
	margin-right: 6px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
}

.brambl-theme .pricing-four .pricing-item .tag {
	font-size: 16px;
	position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
}

/* Pricing Table #5 */
.brambl-theme .pricing-five {
	margin: 30px 0px;
}

.brambl-theme .pricing-five .pricing-item {
	position: relative;
	max-width: 350px;
	margin: 20px auto;
	padding-bottom: 20px;
	text-align: center;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.brambl-theme .pricing-five .pricing-item .p-item-header {
	margin-bottom: 18px;
	padding: 20px 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.brambl-theme .pricing-five .p-item-header h4 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 400;
}

.brambl-theme .pricing-five .p-item-header h3 {
	font-size: 40px;
}

.brambl-theme .pricing-five .p-item-header h3 span {
	position: relative;
	top: -15px;
	left: -2px;
	font-size: 22px;
}

.brambl-theme .pricing-five .pricing-item ul li {
	padding: 8px 0px;
	padding-left: 40px;
	font-size: 14px;
	text-align: left;
}

.brambl-theme .pricing-five .pricing-item ul li strong {
	color: #444;
	width: 50px;
	margin-right: 10px;
	display: inline-block;
	text-align: right;
}

/* Pricing Table #6 */
.brambl-theme .pricing-six {
	margin: 30px 0px;
}

.brambl-theme .pricing-six .table tr th {
	width: 20%;
	background: #fcfcfc;
}

.brambl-theme .pricing-six .table tr th:first-child {
	text-align: right;
	padding-right: 15px;
}

.brambl-theme .pricing-six .table tr th, .brambl-theme .pricing-six .table tr td {
	padding: 15px;
	font-size: 13px;
}

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

/* Resume mini */

/***************/
.brambl-theme .resume-mini {
	max-width: 500px;
	margin: 120px auto;
	background: #fff;
	padding: 50px 30px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.brambl-theme .resume-mini img {
	width: 25px;
	margin: 0px auto;
	margin-bottom: 20px;
}

.brambl-theme .resume-mini h2 {
	font-size: 25px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 10px;
}

.brambl-theme .resume-mini p {
	font-size: 15px;
	line-height: 35px;
	color: #888;
	margin-bottom: 30px;
}

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

/* Team styles */

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

/* Team #1 */
.brambl-theme .team-one .team-member {
	max-width: 280px;
	margin: 20px auto;
	text-align: center;
}

.brambl-theme .team-one .team-member img {
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 3px;
}

.brambl-theme .team-one .team-member .deg {
	color: #aaa;
}

.brambl-theme .team-one .team-member .brand-bg {
	margin-top: 8px;
}

/* Team #2 */
.brambl-theme .team-two .team-member {
	position: relative;
	max-width: 500px;
	margin: 20px 0px;
}

.brambl-theme .team-two .team-member img {
	width: 100%;
	max-width: 200px;
	float: left;
	border-radius: 3px;
}

.brambl-theme .team-two .team-member .team-details {
	margin-left: 225px;
}

.brambl-theme .team-two .team-details .deg {
	color: #aaa;
}

.brambl-theme .team-two .team-member .brand-bg {
	margin-top: 5px;
}

/* Team #3 */
.brambl-theme .team-three .team-member {
	max-width: 280px;
	margin: 20px auto;
	text-align: center;
}

.brambl-theme .team-three .team-member img {
	margin-bottom: 10px;
}

.brambl-theme .team-three .team-member .team-container {
	position: relative;
}

.brambl-theme .team-three .team-container .team-details {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 7px 15px;
	background: rgba(0, 0, 0, 0.5);
	clear: both;
}

.brambl-theme .team-three .team-details h4 {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
}

.brambl-theme .team-three .brand-bg {
	margin-top: 10px;
}

/* Team #4 */
.brambl-theme .team-four .team-member {
	max-width: 280px;
	margin: 20px auto;
}

.brambl-theme .team-four .img-container {
	position: relative;
}

.brambl-theme .team-four .img-container .img-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.brambl-theme .team-four .team-member:hover .img-container .img-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.brambl-theme .team-four .img-container .brand-bg {
	text-align: center;
	margin-top: 120px;
}

.brambl-theme .team-four .img-container .brand-bg a i {
	margin: 0 2px;
}

.brambl-theme .team-four .team-details {
	padding: 10px 10px;
	text-align: center;
	border: 1px solid #eee;
	border-top: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.brambl-theme .team-four .team-details h4 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.brambl-theme .team-four .team-details .deg, .brambl-theme .team-four .team-details p {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.brambl-theme .team-four .team-details .deg {
	display: block;
	font-style: italic;
	color: #aaa;
}

.brambl-theme .team-four .team-member:hover .team-details {
	border-top: 0px !important;
}

.brambl-theme .team-four .team-member:hover .team-details h4 {
	color: #fff;
}

.brambl-theme .team-four .team-member:hover .team-details .deg, .brambl-theme .team-four .team-member:hover .team-details p {
	color: #fff;
}

/* Team #5 */
.brambl-theme .team-five {
	margin: 10px auto;
	padding: 20px 0px;
}

.brambl-theme .team-five .team-member {
	max-width: 300px;
	margin: 20px auto;
	padding: 25px 10px;
	border-radius: 5px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.brambl-theme .team-five .team-member img {
	width: 100%;
	max-width: 170px;
	margin: 0 auto;
	border-radius: 100%;
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.brambl-theme .team-five .team-details {
	margin: 10px 0px;
}

.brambl-theme .team-five .team-details .deg {
	display: block;
	color: #aaa;
	font-style: italic;
}

.brambl-theme .team-five .team-member .brand-bg {
	margin-top: 10px;
}

/* Team #6 */
.brambl-theme .team-six .team-member {
	max-width: 280px;
	margin: 20px auto;
	text-align: center;
}

.brambl-theme .team-six .team-member img {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 50%;
}

.brambl-theme .team-six .team-member .deg {
	color: #aaa;
	font-style: italic;
}

.brambl-theme .team-six .team-member .team-links a i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}

/* Team #7 */
.brambl-theme .team-seven .team-member {
	max-width: 280px;
	margin: 20px auto;
	text-align: center;
}

.brambl-theme .team-seven .team-member .t-container {
	position: relative;
	z-index: 5;
	border-radius: 4px;
	overflow: hidden;
}

.brambl-theme .team-seven .team-member .social {
	position: absolute;
	bottom: -70px;
	left: 0;
	z-index: 1;
	width: 100%;
	margin: 0;
	padding: 12px 0;
	background: rgba(0, 0, 0, 0.6);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.brambl-theme .team-seven .team-member:hover .social {
	bottom: 0;
}

.brambl-theme .team-seven .team-member img {
	border-radius: 4px;
}

.brambl-theme .team-seven .team-member h4 {
	margin-top: 15px;
}

.brambl-theme .team-seven .team-member h4 span {
	font-size: 14px;
	color: #999;
	font-weight: normal;
}

/* Team #8 */
.brambl-theme .team-eight .team-member {
	position: relative;
	max-width: 300px;
	margin: 20px auto;
	text-align: center;
	overflow: hidden;
}

.brambl-theme .team-eight .team-member .hover-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}

.brambl-theme .team-eight .team-member:hover .hover-content {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.brambl-theme .team-eight .team-member .team-details {
	position: absolute;
	bottom: 30%;
	left: 0;
	width: 100%;
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}

.brambl-theme .team-eight .team-member:hover .team-details {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.brambl-theme .team-eight .team-member .team-details h4 {
	color: #fff;
}

.brambl-theme .team-eight .team-member .team-details .deg {
	color: rgba(255, 255, 255, 0.9);
}

.brambl-theme .team-eight .team-member .team-details hr {
	margin: 10px auto;
	width: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.brambl-theme .team-eight .team-member .team-details .brand-bg {
	margin-top: 20px;
}

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

/* Testimonials */

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

/* Testimonial one */
.brambl-theme .testimonials-one {
	margin: 10px 0px;
}

.brambl-theme .testimonials-one .testimonials-one-item {
	margin: 10px 0px;
	margin-bottom: 60px;
}

.brambl-theme .testimonials-one .testimonials-one-content {
	position: relative;
	background: #fcfcfc;
	border: 1px solid #f8f8f8;
	border-bottom: 2px solid #eee;
	padding: 15px 20px 20px 20px;
	margin-bottom: 25px;
	border-radius: 3px;
}

.brambl-theme .testimonials-one .testimonials-one-content p {
	font-size: 13px;
	font-style: italic;
	line-height: 28px;
	color: #888;
}

.brambl-theme .testimonials-one .testimonials-one-content:after, .brambl-theme .testimonials-one .testimonials-one-content:before {
	top: 100%;
	right: 3%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.brambl-theme .testimonials-one .testimonials-one-content:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #eee;
	border-width: 12px;
	margin-left: -31px;
}

.brambl-theme .testimonials-one .testimonials-one-content:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #ddd;
	border-width: 12px;
	margin-left: -31px;
}

.brambl-theme .testimonials-one .testimonials-one-item h5 {
	font-size: 13px;
	text-align: right;
}

.brambl-theme .testimonials-one .testimonials-one-item h5 a {
	color: #888;
}

.brambl-theme .testimonials-one .testimonials-one-item h5 a img {
	width: 40px;
	display: inline;
	border-radius: 100px;
	margin-left: 5px;
}

/* Testimonial 2 */
.brambl-theme .testimonials-two {
	background: url("../../img/raster.png"), url("../../img/backgrounds/2.jpg") center center repeat;
	background-attachment: fixed;
	color: #fff;
	padding: 70px 50px;
}

.brambl-theme .testimonials-two .testimonials-two-item {
	position: relative;
}

.brambl-theme .testimonials-two .testimonials-two-img {
	width: 170px;
	float: left;
}

.brambl-theme .testimonials-two .testimonials-two-img img {
	max-width: 150px;
	border-radius: 100px;
	margin: 0 auto;
}

.brambl-theme .testimonials-two .testimonials-two-content {
	margin-left: 200px;
}

@media (max-width: 767px) {
	.testimonials-two .testimonials-two-img {
		width: auto;
		float: none;
	}

	.brambl-theme .testimonials-two .testimonials-two-content {
		margin-left: 0px;
		text-align: center;
		margin-top: 10px;
	}

}

.brambl-theme .testimonials-two .testimonials-two-content p {
	font-size: 16px;
	font-style: italic;
	line-height: 35px;
}

.brambl-theme .testimonials-two .testimonials-two-content h5 {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	font-weight: bold;
}

.brambl-theme .testimonials-two .testimonials-two-content h5 span {
	color: #fff;
}

/* Testimonial 3 */
.brambl-theme .testimonials-three .testimonials-three-item {
	margin: 20px 0px;
	padding: 12px 17px;
	border-radius: 3px;
	color: #fff;
}

.brambl-theme .testimonials-three .testimonials-three-item h5 {
	font-size: 13px;
	text-align: right;
	color: #fff;
}

/********/

/* Blog */

/********/

/* Blog Side Bar */
.brambl-theme .sidebar {
	max-width: 350px;
}

.brambl-theme .sidebar .s-widget {
	margin-bottom: 20px;
}

.brambl-theme .sidebar .s-widget h5 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
}

.brambl-theme .sidebar .widget-content {
	margin: 15px 0px 10px 0px;
}

.brambl-theme .sidebar .widget-content.search {
	max-width: 280px;
}

.brambl-theme .sidebar .widget-content.categories ul li:before {
	color: #555;
}

.brambl-theme .sidebar .widget-content.categories ul li {
	padding-left: 5px;
	margin: 5px 0px;
}

.brambl-theme .sidebar .widget-content.categories ul li a {
	color: #888;
}

.brambl-theme .sidebar .widget-content.brand-bg {
	max-width: 300px;
}

.brambl-theme .sidebar .widget-content.brand-bg a {
	margin-bottom: 5px;
	display: inline-block;
}

.brambl-theme .sidebar .widget-content.gallery img {
	max-width: 90px;
	margin-bottom: 5px;
}

.brambl-theme .sidebar .widget-content.tabs ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.brambl-theme .sidebar .widget-content.tabs .tab-pane ul li {
	margin: 7px 0px;
}

.brambl-theme .sidebar .widget-content.tabs .tab-pane ul li img {
	max-width: 60px;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.brambl-theme .sidebar .widget-content.tabs .tab-pane ul li span {
	color: #555;
}

/* Blog */
.brambl-theme .blog-meta {
	margin: 10px 0px;
	padding: 5px 10px;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	background: #fcfcfc;
}

.brambl-theme .blog-meta a {
	color: #888;
	font-size: 12px;
}

.brambl-theme .blog-meta a:hover {
	color: #555;
}

.brambl-theme .blog-author .blog-author-img {
	max-width: 100px;
	float: left;
	margin-right: 15px;
}

/* Blog comments */
.brambl-theme .blog-comments .blog-comment-item {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.brambl-theme .blog-comments .blog-comment-item.comment-reply {
	margin-left: 75px;
}

.brambl-theme .blog-comments .comment-author-image {
	float: left;
	max-width: 60px;
}

.brambl-theme .blog-comments .comment-details {
	margin-left: 75px;
}

/* Blog one */
.brambl-theme .blog-one .blog-one-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.brambl-theme .blog-one .blog-one-img {
	max-width: 220px;
	float: left;
	margin-bottom: 5px;
}

.brambl-theme .blog-one .blog-one-img img {
	margin-top: 5px;
}

.brambl-theme .blog-one .blog-one-content {
	position: relative;
	margin-left: 235px;
}

.brambl-theme .blog-one .blog-one-content h6 {
	color: #aaa;
	font-weight: 400;
}

/* Blog two */
.brambl-theme .blog-two .blog-two-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.brambl-theme .blog-two .blog-two-img {
	margin-bottom: 10px;
}

.brambl-theme .blog-two .blog-two-video {
	margin-bottom: 10px;
}

.brambl-theme .blog-two .blog-two-content h6 {
	color: #aaa;
	font-weight: 400;
}

/* Blog three */
.brambl-theme .blog-three .blog-three-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.brambl-theme .blog-three .blog-three-img {
	margin-bottom: 10px;
}

.brambl-theme .blog-three .blog-three-video {
	margin-bottom: 10px;
}

.brambl-theme .blog-three .blog-three-content h6 {
	color: #aaa;
	font-weight: 400;
}

/* Blog four */
.brambl-theme .blog-four .blog-four-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.brambl-theme .blog-four h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: 400;
}

.brambl-theme .blog-four h3 a {
	color: #888;
}

.brambl-theme .blog-four .meta-block {
	margin: 10px 0px;
}

/* Blog masonry */
.brambl-theme .blog-masonry .item {
	padding: 15px;
	width: 33.3%;
}

@media (max-width: 767px) {
	.blog-masonry .item {
		width: 50% !important;
	}

}

@media (max-width: 480px) {
	.blog-masonry .item {
		width: 100% !important;
	}

}

.brambl-theme .blog-masonry .item .grid-entry {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.brambl-theme .blog-masonry .item .grid-entry .grid-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.brambl-theme .blog-masonry .item .grid-entry .video-container {
	margin-bottom: 20px;
}

.brambl-theme .blog-masonry .item .grid-entry img {
	border-radius: 5px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.brambl-theme .blog-masonry .item .grid-entry .grid-img .grid-img-hover {
	display: block;
	width: 100%;
	height: 0%;
	position: absolute;
	top: 100%;
	left: 0%;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 20;
}

.brambl-theme .blog-masonry .item .grid-entry .grid-img:hover .grid-img-hover {
	top: 0%;
	height: 100%;
}

.brambl-theme .blog-masonry .item .grid-entry .grid-img a {
	color: #fff;
}

.brambl-theme .blog-masonry .item .grid-entry .grid-img i.hover-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
	z-index: 25;
}

.brambl-theme .blog-masonry .item .grid-entry .grid-img:hover i.hover-icon {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.brambl-theme .blog-masonry .grid-entry .bor {
	margin-top: 6px;
	margin-bottom: 5px;
	width: 75px;
	height: 3px;
}

.brambl-theme .blog-masonry .grid-entry .read-more {
	display: block;
	margin-top: 10px;
	color: #444;
	font-weight: bold;
	font-size: 12px;
}

.brambl-theme .blog-masonry .grid-entry .grid-quote {
	color: #fff;
	padding: 15px;
}

.brambl-theme .blog-masonry .grid-entry .grid-quote i {
	margin-bottom: 10px;
}

.brambl-theme .blog-masonry .grid-entry .grid-quote p {
	font-size: 16px;
	line-height: 32px;
}

.brambl-theme .blog-masonry .grid-entry .grid-quote .author {
	font-size: 16px;
	font-weight: 600;
}

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

/* Magazine */

/************/
.brambl-theme .magazine .sidebar {
	max-width: 400px;
}

.brambl-theme .magazine .sidebar h5 {
	font-size: 16px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.brambl-theme .magazine .sidebar .widget-content.search {
	max-width: 300px !important;
}

.brambl-theme .magazine .sidebar .widget-content.brand-bg {
	max-width: 400px;
}

.brambl-theme .magazine .sidebar .widget-content.brand-bg i {
	font-size: 20px;
	margin-bottom: 4px;
}

.brambl-theme .magazine .sidebar .widget-content.gallery img {
	max-width: 80px;
}

.brambl-theme .magazine .sidebar .widget-content.tags .label {
	background: #f7f7f7;
	color: #888;
}

.brambl-theme .magazine .magazine-meta {
	color: #999;
}

.brambl-theme .magazine .magazine-meta i {
	margin-right: 5px;
}

.brambl-theme .magazine .magazine-item {
	margin-bottom: 15px;
}

.brambl-theme .magazine .magazine-item.mag-1 {
	max-width: 400px;
}

.brambl-theme .magazine .magazine-item.mag-1 img {
	margin-bottom: 10px;
}

.brambl-theme .magazine h4.mag-head {
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.brambl-theme .magazine h4.mag-head i {
	margin-right: 5px;
}

@media (max-width: 767px) {
	.magazine .sidebar {
		margin-top: 20px;
	}

}

.brambl-theme .magazine-list {
	max-width: 400px;
}

.brambl-theme .magazine-list li {
	margin: 20px 0px;
}

.brambl-theme .magazine-list li img {
	max-width: 100px;
	float: left;
	margin-top: 5px;
}

.brambl-theme .magazine-list .m-list-content {
	margin-left: 110px;
}

.brambl-theme .magazine-list h5 {
	font-weight: 400;
	line-height: 25px;
	margin-top: 0px;
	padding-top: 0px;
}

.brambl-theme .magazine-list .magazine-meta {
	font-size: 12px;
}

.brambl-theme .magazine-item.mag-2 {
	margin: 30px 0px;
}

.brambl-theme .magazine-item.mag-2 img {
	float: left;
	max-width: 200px;
}

.brambl-theme .magazine-item.mag-2 .mag-2-content {
	margin-left: 220px;
}

@media (max-width: 491px) {
	.magazine-item.mag-2 img {
		max-width: 400px;
		float: none !important;
	}

	.brambl-theme .magazine-item.mag-2 .mag-2-content {
		margin-left: 0px;
		margin-top: 10px;
	}

}

.brambl-theme .magazine-item.mag-2 h4 {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 25px;
}

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

/* Search page */

/***************/
.brambl-theme .search-page form {
	margin: 10px 0px;
}

.brambl-theme .search-page .search-width {
	max-width: 350px;
}

.brambl-theme .search-page input, .brambl-theme .search-page seelct {
	margin-bottom: 5px;
}

/* Search results */
.brambl-theme .search-results .s-result-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.brambl-theme .search-results .s-result-item h5 {
	font-size: 18px;
}

.brambl-theme .search-results .s-result-item .s-links {
	font-weight: 600;
}

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

/* Portfolio */

/*************/
.brambl-theme .portfolio #filters {
	margin-bottom: 30px;
}

/**** Isotope Filtering ****/
.brambl-theme .isotope-item {
	z-index: 2;
}

.brambl-theme .isotope-hidden.isotope-item {
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.brambl-theme .isotope, .brambl-theme .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.brambl-theme .isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.brambl-theme .isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/* Portfolio filter one */
.brambl-theme .portfolio.pf-one .p-element {
	width: 24%;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin: 0.5%;
}

.brambl-theme .portfolio.pf-one .p-element p {
	margin-bottom: 10px;
}

@media (max-width: 1050px) {
	.portfolio.pf-one .p-element {
		width: 32%;
	}

}

@media (max-width: 991px) {
	.portfolio.pf-one .p-element {
		width: 48%;
	}

}

@media (max-width: 480px) {
	.portfolio.pf-one .p-element {
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}

}

/* Portfolio filter two */
.brambl-theme .portfolio.pf-two .p-element {
	width: 25%;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

.brambl-theme .portfolio.pf-two .p-element p {
	margin-bottom: 10px;
}

@media (max-width: 1050px) {
	.portfolio.pf-two .p-element {
		width: 33.333%;
	}

}

@media (max-width: 991px) {
	.portfolio.pf-two .p-element {
		width: 50%;
	}

}

@media (max-width: 480px) {
	.portfolio.pf-two .p-element {
		width: 100%;
	}

}

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

/* Projects */

/************/
.brambl-theme .projects .related-projects img {
	max-width: 150px;
	margin-right: 8px;
}

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

/* Blockquote */

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

/* Quote one */
.brambl-theme .quote-one .quote-one-item {
	margin: 10px auto;
}

.brambl-theme .quote-one .quote-one-item span {
	float: left;
	font-family: 'Georgia Times New Roman', serif;
	width: 60px;
	display: inline-block;
	line-height: 115px;
	font-size: 120px;
	text-align: center;
	color: #fff;
}

.brambl-theme .quote-one .quote-one-item .quote-one-right {
	margin-left: 80px;
}

.brambl-theme .quote-one .quote-one-item p {
	font-size: 20px;
	line-height: 40px;
	font-weight: 300;
}

/* Quote two */
.brambl-theme .quote-two {
	background: url("../../img/raster.png"), url("../../img/backgrounds/3.jpg") center center;
	background-attachment: fixed;
}

.brambl-theme .quote-two .quote-two-content {
	text-align: center;
	max-width: 900px;
	margin: 60px auto;
	color: #fff;
}

.brambl-theme .quote-two .quote-two-content span {
	font-family: 'Georgia Times New Roman', serif;
	font-size: 120px;
	color: #fff;
	width: 90px;
	height: 90px;
	border-radius: 100px;
	line-height: 140px;
	display: block;
	margin: 10px auto;
}

.brambl-theme .quote-two .quote-two-content h3 {
	font-size: 35px;
	line-height: 50px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.quote-two .quote-two-content h3 {
		font-size: 25px;
		line-height: 40px;
	}

}

/* Quote three */
.brambl-theme .quote-three .quote-three-content {
	text-align: center;
	max-width: 900px;
	margin: 30px auto;
}

.brambl-theme .quote-three .quote-three-content img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 10px auto;
	border-radius: 100px;
}

.brambl-theme .quote-three .quote-three-content h3 {
	font-size: 22px;
	line-height: 40px;
	font-weight: 400;
	max-width: 800px;
	margin: 0 auto;
}

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

/* Clients */

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

/* Client One */
.brambl-theme .client-one {
	margin: 10px 0px;
}

.brambl-theme .client-one .c1-item {
	position: relative;
	margin: 10px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	padding: 5px;
}

.brambl-theme .client-one .c1-item .img-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	z-index: 999;
}

.brambl-theme .client-one .c1-item:hover .img-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.brambl-theme .client-one .c1-item h5 {
	position: absolute;
	top: 40%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	z-index: 10000;
}

.brambl-theme .client-one .c1-item:hover h5 {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.brambl-theme .client-one .c1-item h5 a {
	color: #fff;
}

/* Client Two */
.brambl-theme .client-two {
	margin: 10px 0px;
}

.brambl-theme .client-two .c2-item {
	box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.03);
	border: 1px solid #e5e5e5;
	position: relative;
	margin: 10px auto;
	text-align: center;
	height: 150px;
}

@media (max-width: 767px) {
	.client-two .c2-item {
		max-width: 250px;
	}

}

.brambl-theme .client-two .c2-item a img {
	width: 100%;
	max-width: 200px;
	padding: 45px 0px;
	display: inline-block;
}

/* Client three */
.brambl-theme .client-three {
	margin: 10px 0px;
}

.brambl-theme .client-three .c3-item {
	margin: 10px;
}

.brambl-theme .client-three .c3-item a img {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
}

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

/* Contact us */

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

/* Contact us one */
.brambl-theme .contact-us-one .contact-map iframe {
	width: 100%;
	height: 300px;
	border: 0px;
}

.brambl-theme .contact-us-one h5 {
	margin: 5px 0px;
}

.brambl-theme .contact-us-one .contact-item {
	margin-bottom: 10px;
}

.brambl-theme .contact-us-one .contact-item i {
	color: #fff;
}

.brambl-theme .contact-us-one ul li {
	margin: 10px 0px;
}

.brambl-theme .contact-us-one ul li a {
	color: #888;
}

/* Contact us two */
.brambl-theme .contact-us-two h5 {
	margin: 5px 0px;
}

.brambl-theme .contact-us-two .contact-map iframe {
	width: 100%;
	height: 270px;
	padding: 3px;
	border: 1px solid #ddd;
}

.brambl-theme .contact-us-two .contact-item {
	max-width: 300px;
	margin: 10px auto;
	padding: 15px 10px;
	color: #fff;
	border-radius: 3px;
	box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.brambl-theme .contact-us-two .contact-item i {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	line-height: 40px;
	display: block;
	background: rgba(0, 0, 0, 0.2);
	margin: 10px auto;
}

.brambl-theme .contact-us-two .contact-item h4, .brambl-theme .contact-us-two .contact-item a, .brambl-theme .contact-us-two .contact-item a:hover {
	color: #fff;
}

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

/* Error Log */

/*************/
.brambl-theme .error-log {
	background: #fcfcfc;
	padding: 10px;
	border: 1px solid #eee;
	height: 400px;
	overflow: auto;
	font-family: "Courier New", monospace;
}

.brambl-theme .error-log ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

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

/* Counter */

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

/* Counter #1 */
.brambl-theme .counter-one {
	margin: 20px 0px;
}

.brambl-theme .counter-one .counter-item {
	max-width: 200px;
	margin: 10px auto;
}

.brambl-theme .counter-one .counter-item i {
	display: block;
	margin-bottom: 20px;
	font-size: 25px;
}

.brambl-theme .counter-one .counter-item .number-count {
	display: inline-block;
	font-size: 42px;
	color: #666;
}

.brambl-theme .counter-one .counter-item hr {
	width: 35px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 3px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.brambl-theme .counter-one .counter-item h5 {
	color: #999;
	text-transform: uppercase;
}

/* Counter #2 */
.brambl-theme .counter-two {
	padding: 40px 0px;
}

.brambl-theme .counter-two .counter-item {
	max-width: 200px;
	margin: 10px auto;
}

.brambl-theme .counter-two .counter-item .num-container {
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 40px;
	color: #555;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.brambl-theme .counter-two .counter-item:hover .num-container {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.15);
}

.brambl-theme .counter-two .num-container .per {
	display: inline-block;
	margin-left: 2px;
	font-size: 25px;
}

.brambl-theme .counter-two .counter-item h4 {
	color: #fff;
}

/* Counter #3 */
.brambl-theme .counter-three {
	margin: 20px 0px;
}

.brambl-theme .counter-three .counter-item {
	max-width: 200px;
	margin: 10px auto;
}

.brambl-theme .counter-three .counter-item .num-container {
	font-size: 90px;
	line-height: 90px;
	font-weight: 600;
}

.brambl-theme .counter-three .num-container .per {
	left: 2px;
	font-size: 25px;
	font-weight: 400;
}

/* Counter #4 */
.brambl-theme .counter-four {
	margin: 20px 0px;
}

.brambl-theme .counter-four .counter-item {
	max-width: 360px;
	margin: 10px auto;
}

.brambl-theme .counter-four .counter-item i {
	width: 75px;
	height: 75px;
	line-height: 73px;
	font-size: 35px;
	text-align: center;
	border-radius: 50%;
	float: left;
	border: 1px solid #f3f3f3;
}

.brambl-theme .counter-four .counter-item h4, .brambl-theme .counter-four .counter-item p {
	margin-left: 90px;
}

.brambl-theme .counter-four .counter-item h4 {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 40px;
	line-height: 50px;
}

.brambl-theme .counter-four .counter-item h4 small {
	display: inline-block;
	margin-left: 3px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #bbb;
}

.brambl-theme .counter-four .counter-item p {
	color: #888;
}

/* knob #1 */
.brambl-theme .knob-one {
	margin: 20px 0px;
}

.brambl-theme .knob-one .knob-item {
	max-width: 300px;
	margin: 10px auto;
}

.brambl-theme .knob-one .knob-item h4 {
	text-transform: uppercase;
}

/* knob #2 */
.brambl-theme .knob-two {
	margin: 20px 0px;
}

.brambl-theme .knob-two .knob-item {
	max-width: 300px;
	margin: 10px auto;
}

.brambl-theme .knob-two .knob-item h4 {
	text-transform: uppercase;
}

/* Components */
.brambl-theme .components img {
	max-width: 140px;
	display: inline-block;
}

/* Icons page */
.brambl-theme .fa-icons ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.brambl-theme .fa-icons ul li {
	margin: 5px 0px;
}

.brambl-theme .fa-icons ul li i {
	margin-right: 5px;
}

/* Events */
.brambl-theme .events .event-details {
	padding: 5px 10px;
	background: #fcfcfc;
	border: 1px solid #eee;
	margin-bottom: 5px;
	color: #777;
}

.brambl-theme .events .event-details i {
	margin-right: 5px;
}

/* Horizontal timeline */
.brambl-theme .h-timeline-row {
	margin: 50px 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}

.brambl-theme .h-timeline-row .entry {
	position: relative;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 1px solid #eee !important;
	border-right: 1px solid #eee !important;
	border-bottom: 1px solid #eee !important;
}

.brambl-theme .h-timeline-row .entry:after, .brambl-theme .h-timeline-row .entry:before {
	position: absolute;
	top: 100%;
	left: 39px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
}

.brambl-theme .h-timeline-row .entry:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 8px;
	margin-left: 1px;
}

.brambl-theme .h-timeline-row .entry:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #ccc;
	border-width: 9px;
	margin-left: 0px;
}

.brambl-theme .h-timeline-row .entry .entry-content {
	padding: 15px;
}

.brambl-theme .h-timeline-row .entry .meta {
	font-size: 13px;
}

.brambl-theme .h-timeline-row .entry .entry-content h4 {
	text-transform: capitalize;
}

.brambl-theme .h-timeline-row .entry .entry-icon {
	position: absolute;
	left: 30px;
	bottom: -50px;
	width: 35px;
	height: 35px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
	.h-timeline-row {
		margin-left: 15px;
		padding-bottom: 0;
		padding-left: 30px;
		border-bottom: 0;
		padding-top: 0;
		border-left: 1px solid #e8e8e8;
	}

	.brambl-theme .h-timeline-row .entry {
		margin-bottom: 30px;
	}

	.brambl-theme .h-timeline-row .entry .entry-icon {
		position: absolute;
		left: -48px;
		bottom: 100%;
		margin-bottom: -45px;
	}

	.brambl-theme .h-timeline-row .entry:after, .brambl-theme .h-timeline-row .entry:before {
		top: 20px;
		left: -16px;
	}

	.brambl-theme .h-timeline-row .entry:after {
		border-top-color: transparent;
		border-right-color: #fff;
		border-width: 8px;
		margin-left: 0px;
		margin-top: 0;
	}

	.brambl-theme .h-timeline-row .entry:before {
		border-top-color: transparent;
		border-right-color: #ccc;
		border-width: 9px;
		margin-left: -2px;
		margin-top: -1px;;
	}

}

/* Vertical timeline */
.brambl-theme .vertical-timeline {
	margin: 20px 15px;
}

.brambl-theme .v-timeline-col {
	padding-left: 30px;
	padding-right: 25px;
	border-left: 1px solid #e8e8e8;
}

.brambl-theme .v-timeline-col .entry {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.brambl-theme .v-timeline-col .entry:after, .brambl-theme .v-timeline-col .entry:before {
	top: 47px;
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.brambl-theme .v-timeline-col .entry:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 7px;
	margin-right: -1px;
	margin-top: -7px;
}

.brambl-theme .v-timeline-col .entry:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #ccc;
	border-width: 8px;
	margin-right: -1px;
	margin-top: -8px;
}

.brambl-theme .v-timeline-col .entry .entry-icon {
	position: absolute;
	left: -51px;
	top: 27px;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.brambl-theme .v-timeline-col .entry .entry-head {
	padding: 6px 15px;
	color: #fff;
	font-weight: 600;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.brambl-theme .v-timeline-col .entry .entry-content {
	margin-top: 15px;
	padding: 0 15px;
}

.brambl-theme .v-timeline-col .entry .entry-content img {
	margin: 5px 0px;
}

.brambl-theme .v-timeline-col .entry .entry-content ul {
	padding-left: 20px;
}

.brambl-theme .v-timeline-col .entry .entry-content .gallery img {
	max-width: 125px;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.brambl-theme .v-timeline-col .entry .entry-content blockquote {
	border-color: #eee;
	background: transparent;
	padding: 5px 0px;
	padding-left: 20px;
}

.brambl-theme .v-timeline-col .entry .team .team-member img {
	width: 100%;
	max-width: 130px;
	float: left;
}

.brambl-theme .v-timeline-col .entry .team .team-member h5, .brambl-theme .v-timeline-col .entry .team .team-member p, .brambl-theme .v-timeline-col .entry .team .team-member .brand-bg {
	margin-left: 145px;
}

.brambl-theme .v-timeline-col .entry .entry-content.video .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 5px;
}

.brambl-theme .v-timeline-col .entry .entry-content.video .video-container iframe {
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* Body background image for some pages */

body.bg-img {
	background: url("../../img/raster.png"), url("../../img/backgrounds/1.jpg");
	background-size: cover;
	background-attachment: fixed;
}

/* 404 Error */
.brambl-theme .error {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 100px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 50px;
}

.brambl-theme .error h2 {
	font-size: 50px;
	line-height: 65px;
}

@media (max-width: 767px) {
	.error {
		max-width: 500px;
	}

	.brambl-theme .error h2 {
		font-size: 35px;
		line-height: 50px;
	}

}

.brambl-theme .error h3 {
	color: #888;
}

.brambl-theme .error p {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 10px;
}

.brambl-theme .error form {
	max-width: 250px;
	margin: 20px auto;
}

.brambl-theme .error form input {
	color: #888;
}

.brambl-theme .error ul li a {
	color: #aaa;
}

.brambl-theme .error ul li a:hover {
	color: #888;
}

/* Maintanance Starts */
.brambl-theme .maintenance {
	background: #fff;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 100px;
	padding: 50px;
	border: 1px solid #ddd;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.brambl-theme .maintenance a i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
}

.brambl-theme .maintenance h2 {
	font-size: 50px;
	line-height: 65px;
}

@media (max-width: 767px) {
	.maintenance h2 {
		font-size: 40px;
		line-height: 55px;
	}

}

.brambl-theme .maintenance h4 {
	margin-bottom: 20px;
}

/* Login-Register */
.brambl-theme .login-reg {
	max-width: 450px;
	margin: 0 auto;
	margin-top: 100px;
	padding: 30px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.brambl-theme .login-reg h4 {
	text-align: center;
}

.brambl-theme .login-reg .s-media {
	text-align: center;
}

.brambl-theme .login-reg .s-media a.btn {
	margin: 0px 5px;
}

@media (max-width: 767px) {
	.login-reg label {
		line-height: 35px !important;
	}

}

/* Inside login and register form */
.brambl-theme .login-reg-form form {
	max-width: 400px;
}

@media (max-width: 991px) {
	.login-reg-form {
		max-width: 500px;
	}

}

/* Combined Form */
.brambl-theme .combined-form {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 60px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

.brambl-theme .combined-form .nav-tabs {
	border-bottom: 0px;
	text-align: center;
}

.brambl-theme .combined-form ul li a i {
	display: block;
	font-size: 25px;
	margin-bottom: 8px;
	text-align: center;
}

.brambl-theme .combined-form ul li a {
	background: #fff;
	color: #ccc;
	border: 0px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	border-right: 1px solid #e5e5e5;
	border-top: 3px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0px !important;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.brambl-theme .combined-form ul li a:hover {
	color: #bbb;
	border-top: 3px solid #ddd !important;
}

.brambl-theme .combined-form ul li:first-child a {
	border-top-left-radius: 5px !important;
	border-left: 1px solid #e5e5e5;
}

.brambl-theme .combined-form ul li:first-child.active a, .brambl-theme .combined-form ul li:first-child.active:hover a {
	border-left: 1px solid #e5e5e5 !important;
}

.brambl-theme .combined-form ul li:last-child a {
	border-top-right-radius: 5px !important;
	border-right: 1px solid #e5e5e5 !important;
}

.brambl-theme .combined-form ul li:last-child.active a, .brambl-theme .combined-form ul li:last-child.active:hover a {
	border-right: 1px solid #e5e5e5 !important;
}

.brambl-theme .combined-form ul li.link-one.active a, .brambl-theme .combined-form ul li.link-one.active:hover a {
	border-top: 3px solid #51d466 !important;
}

.brambl-theme .combined-form ul li.link-one.active a i {
	color: #51d466;
}

.brambl-theme .combined-form ul li.link-two.active a, .brambl-theme .combined-form ul li.link-two.active:hover a {
	border-top: 3px solid #32c8de !important;
}

.brambl-theme .combined-form ul li.link-two.active a i {
	color: #32c8de;
}

.brambl-theme .combined-form ul li.link-three.active a, .brambl-theme .combined-form ul li.link-three.active:hover a {
	border-top: 3px solid #cb79e6 !important;
}

.brambl-theme .combined-form ul li.link-three.active a i {
	color: #cb79e6;
}

.brambl-theme .combined-form ul li.active a {
	color: #444 !important;
}

.brambl-theme .combined-form ul li.active a, .brambl-theme .combined-form ul li.active:hover a {
	background: #fff !important;
	border-left: 0px !important;
}

.brambl-theme .combined-form ul li:hover a {
	background: #fff !important;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.brambl-theme .combined-form-content .tab-content {
	background: #fff;
	padding: 20px 30px 10px;
	border: 1px solid #e5e5e5;
	border-top: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.brambl-theme .combined-form-content .tab-content h4 {
	text-align: center;
	color: #777;
}

.brambl-theme .combined-form-content .tab-content .bor {
	width: 50px;
	height: 3px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 2px;
}

.brambl-theme .combined-form-content .tab-content label {
	color: #666;
	font-size: 13px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.nav-tabs.nav-justified li a {
		margin-bottom: 0px;
	}

}

/* Scroll to top */
.brambl-theme .totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
	display: none;
}

.brambl-theme .totop a i {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	border-radius: 2px;
}

.brambl-theme .totop a, .brambl-theme .totop a:visited {
	color: #fff;
}

.brambl-theme .totop a:hover {
	color: #fff;
	text-decoration: none;
}

/* Foot */
.brambl-theme .brambl-footer {
	padding: 15px 0px;
	background: #333333;
	color: #aaa;
}

.brambl-theme .brambl-footer .foot-item {
	margin: 15px auto;
	max-width: 500px;
}

@media (max-width: 991px) {
	.brambl-footer .foot-item {
		margin-bottom: 35px;
	}

}

.brambl-theme .brambl-footer .foot-item p {
	margin: 0px;
}

.brambl-theme .brambl-footer .foot-item .brand-bg {
	margin: 10px 0px 20px 0px;
}

.brambl-theme .brambl-footer .foot-item .subscribe-box {
	margin-top: 20px;
}

.brambl-theme .brambl-footer .foot-item .subscribe-box .input-group {
	max-width: 250px;
	margin-top: 20px;
}

.brambl-theme .brambl-footer .foot-item ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding: 5px 0px;
}

.brambl-theme .brambl-footer .foot-item ul li:last-child {
	border-bottom: 0px;
}

.brambl-theme .brambl-footer .foot-item .foot-recent-img a img {
	max-width: 75px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

.brambl-theme .brambl-footer .foot-item .foot-recent-img a img.img-thumbnail {
	padding: 1px;
	border-radius: 2px;
}

.brambl-theme .brambl-footer .foot-item .address p i {
	margin-right: 8px;
}

.brambl-theme .brambl-footer .foot-item .address p.add {
	margin-left: 20px;
}

.brambl-theme .brambl-footer .foot-item .address p.tel {
	line-height: 35px;
}

/* Footer */

footer {
	padding: 15px 10px 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 12px;
	background: #333333;
	color: #ccc;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #aaa;
}

@media (max-width: 767px) {
	footer .pull-left,
	footer .pull-right {
		float: none !important;
		text-align: center;
	}

}

/* UI designs */
.brambl-theme .ui-designs img {
	margin: 15px auto;
	max-width: 350px;
	width: 100%;
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
}
</pre></body></html>