.flag-message {
	position: absolute;
	top: 1.7em;
	line-height: normal;
	left: 0;
	text-align: left;
	width: 300px;
	font-size: .8em;
}
.flag-message.flag-failure-message {
	border: 1px solid;
	border-color: #ed5;
	color: #840;
	background-color: #fffce5;
	padding: 2px;
}
.flag-wrapper {
	position: relative;
}
ul.contextual-links li .flag-wrapper a {
	display: inline-block;
}
ul.contextual-links li .flag-wrapper {
	display: block;
}
.flag-waiting a {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.flag-waiting .flag-throbber {
	background: url(../../../all/modules/flag/theme/flag-throbber.gif) no-repeat right center;
	padding-right: 13px;
}
.bx-wrapper .bx-viewport {
	background: none;
	border: none;
	box-shadow: none!important;
	left: 0;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
*zoom:1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../../all/libraries/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
*zoom:1;
*display:inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../../all/libraries/bxslider/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../../all/libraries/bxslider/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../../all/libraries/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../../all/libraries/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80,80,80,0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
body {
	-webkit-backface-visibility: hidden;
}
.dexp-animate {
	visibility: hidden;
}
.animated {
	animation-fill-mode: both;
	visibility: visible!important;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity:1;
}
25%, 75% {
opacity:0;
}
}
@-moz-keyframes flash {
0%, 50%, 100% {
opacity:1;
}
25%, 75% {
opacity:0;
}
}
@-o-keyframes flash {
0%, 50%, 100% {
opacity:1;
}
25%, 75% {
opacity:0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity:1;
}
25%, 75% {
opacity:0;
}
}
.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
0% {
opacity:0
}
100% {
opacity:1
}
0%, 100% {
-webkit-transform:translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform:translateX(10px);
}
}
@-moz-keyframes shake {
0% {
opacity:0
}
100% {
opacity:1
}
0%, 100% {
-moz-transform:translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-moz-transform:translateX(-10px);
}
20%, 40%, 60%, 80% {
-moz-transform:translateX(10px);
}
}
@-o-keyframes shake {
0% {
opacity:0
}
100% {
opacity:1
}
0%, 100% {
-o-transform:translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-o-transform:translateX(-10px);
}
20%, 40%, 60%, 80% {
-o-transform:translateX(10px);
}
}
@keyframes shake {
0% {
opacity:0
}
100% {
opacity:1
}
0%, 100% {
transform:translateX(0);
}
10%, 30%, 50%, 70%, 90% {
transform:translateX(-10px);
}
20%, 40%, 60%, 80% {
transform:translateX(10px);
}
}
.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
0% {
opacity:0;
}
100% {
opacity:1;
}
0%, 20%, 50%, 80%, 100% {
-webkit-transform:translateY(0);
}
40% {
-webkit-transform:translateY(-30px);
}
60% {
-webkit-transform:translateY(-15px);
}
}
@-moz-keyframes bounce {
0% {
opacity:0;
}
100% {
opacity:1;
}
0%, 20%, 50%, 80%, 100% {
-moz-transform:translateY(0);
}
40% {
-moz-transform:translateY(-30px);
}
60% {
-moz-transform:translateY(-15px);
}
}
@-o-keyframes bounce {
0% {
opacity:0;
}
100% {
opacity:1;
}
0%, 20%, 50%, 80%, 100% {
-o-transform:translateY(0);
}
40% {
-o-transform:translateY(-30px);
}
60% {
-o-transform:translateY(-15px);
}
}
@keyframes bounce {
0% {
opacity:0;
}
100% {
opacity:1;
}
0%, 20%, 50%, 80%, 100% {
transform:translateY(0);
}
40% {
transform:translateY(-30px);
}
60% {
transform:translateY(-15px);
}
}
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
0% {
-webkit-transform:scale(1);
}
10%, 20% {
-webkit-transform:scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform:scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform:scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform:scale(1) rotate(0);
}
}
@-moz-keyframes tada {
0% {
-moz-transform:scale(1);
}
10%, 20% {
-moz-transform:scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-moz-transform:scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-moz-transform:scale(1.1) rotate(-3deg);
}
100% {
-moz-transform:scale(1) rotate(0);
}
}
@-o-keyframes tada {
0% {
-o-transform:scale(1);
}
10%, 20% {
-o-transform:scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-o-transform:scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-o-transform:scale(1.1) rotate(-3deg);
}
100% {
-o-transform:scale(1) rotate(0);
}
}
@keyframes tada {
0% {
transform:scale(1);
}
10%, 20% {
transform:scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform:scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
transform:scale(1.1) rotate(-3deg);
}
100% {
transform:scale(1) rotate(0);
}
}
.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-webkit-transform-origin:top center;
}
20% {
-webkit-transform:rotate(15deg);
}
40% {
-webkit-transform:rotate(-10deg);
}
60% {
-webkit-transform:rotate(5deg);
}
80% {
-webkit-transform:rotate(-5deg);
}
100% {
-webkit-transform:rotate(0deg);
}
}
@-moz-keyframes swing {
20% {
-moz-transform:rotate(15deg);
}
40% {
-moz-transform:rotate(-10deg);
}
60% {
-moz-transform:rotate(5deg);
}
80% {
-moz-transform:rotate(-5deg);
}
100% {
-moz-transform:rotate(0deg);
}
}
@-o-keyframes swing {
20% {
-o-transform:rotate(15deg);
}
40% {
-o-transform:rotate(-10deg);
}
60% {
-o-transform:rotate(5deg);
}
80% {
-o-transform:rotate(-5deg);
}
100% {
-o-transform:rotate(0deg);
}
}
@keyframes swing {
20% {
transform:rotate(15deg);
}
40% {
transform:rotate(-10deg);
}
60% {
transform:rotate(5deg);
}
80% {
transform:rotate(-5deg);
}
100% {
transform:rotate(0deg);
}
}
.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
@-webkit-keyframes wobble {
0% {
-webkit-transform:translateX(0%);
}
15% {
-webkit-transform:translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform:translateX(20%) rotate(3deg);
}
45% {
-webkit-transform:translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform:translateX(10%) rotate(2deg);
}
75% {
-webkit-transform:translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform:translateX(0%);
}
}
@-moz-keyframes wobble {
0% {
-moz-transform:translateX(0%);
}
15% {
-moz-transform:translateX(-25%) rotate(-5deg);
}
30% {
-moz-transform:translateX(20%) rotate(3deg);
}
45% {
-moz-transform:translateX(-15%) rotate(-3deg);
}
60% {
-moz-transform:translateX(10%) rotate(2deg);
}
75% {
-moz-transform:translateX(-5%) rotate(-1deg);
}
100% {
-moz-transform:translateX(0%);
}
}
@-o-keyframes wobble {
0% {
-o-transform:translateX(0%);
}
15% {
-o-transform:translateX(-25%) rotate(-5deg);
}
30% {
-o-transform:translateX(20%) rotate(3deg);
}
45% {
-o-transform:translateX(-15%) rotate(-3deg);
}
60% {
-o-transform:translateX(10%) rotate(2deg);
}
75% {
-o-transform:translateX(-5%) rotate(-1deg);
}
100% {
-o-transform:translateX(0%);
}
}
@keyframes wobble {
0% {
transform:translateX(0%);
}
15% {
transform:translateX(-25%) rotate(-5deg);
}
30% {
transform:translateX(20%) rotate(3deg);
}
45% {
transform:translateX(-15%) rotate(-3deg);
}
60% {
transform:translateX(10%) rotate(2deg);
}
75% {
transform:translateX(-5%) rotate(-1deg);
}
100% {
transform:translateX(0%);
}
}
.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1);
}
50% {
-webkit-transform:scale(1.1);
}
100% {
-webkit-transform:scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform:scale(1);
}
50% {
-moz-transform:scale(1.1);
}
100% {
-moz-transform:scale(1);
}
}
@-o-keyframes pulse {
0% {
-o-transform:scale(1);
}
50% {
-o-transform:scale(1.1);
}
100% {
-o-transform:scale(1);
}
}
@keyframes pulse {
0% {
transform:scale(1);
}
50% {
transform:scale(1.1);
}
100% {
transform:scale(1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
0% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function:ease-out;
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function:ease-out;
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function:ease-in;
}
80% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function:ease-in;
}
100% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function:ease-in;
}
}
@-moz-keyframes flip {
0% {
-moz-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
-moz-animation-timing-function:ease-out;
}
40% {
-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-moz-animation-timing-function:ease-out;
}
50% {
-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-moz-animation-timing-function:ease-in;
}
80% {
-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-moz-animation-timing-function:ease-in;
}
100% {
-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-moz-animation-timing-function:ease-in;
}
}
@-o-keyframes flip {
0% {
-o-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
-o-animation-timing-function:ease-out;
}
40% {
-o-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-o-animation-timing-function:ease-out;
}
50% {
-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-o-animation-timing-function:ease-in;
}
80% {
-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-o-animation-timing-function:ease-in;
}
100% {
-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-o-animation-timing-function:ease-in;
}
}
@keyframes flip {
0% {
transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
animation-timing-function:ease-out;
}
40% {
transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
animation-timing-function:ease-out;
}
50% {
transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function:ease-in;
}
80% {
transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
animation-timing-function:ease-in;
}
100% {
transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
animation-timing-function:ease-in;
}
}
.animated.flip {
	-webkit-backface-visibility: visible!important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible!important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible!important;
	-o-animation-name: flip;
	backface-visibility: visible!important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
opacity:0;
}
40% {
-webkit-transform:perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform:perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform:perspective(400px) rotateX(0deg);
opacity:1;
}
}
@-moz-keyframes flipInX {
0% {
-moz-transform:perspective(400px) rotateX(90deg);
opacity:0;
}
40% {
-moz-transform:perspective(400px) rotateX(-10deg);
}
70% {
-moz-transform:perspective(400px) rotateX(10deg);
}
100% {
-moz-transform:perspective(400px) rotateX(0deg);
opacity:1;
}
}
@-o-keyframes flipInX {
0% {
-o-transform:perspective(400px) rotateX(90deg);
opacity:0;
}
40% {
-o-transform:perspective(400px) rotateX(-10deg);
}
70% {
-o-transform:perspective(400px) rotateX(10deg);
}
100% {
-o-transform:perspective(400px) rotateX(0deg);
opacity:1;
}
}
@keyframes flipInX {
0% {
transform:perspective(400px) rotateX(90deg);
opacity:0;
}
40% {
transform:perspective(400px) rotateX(-10deg);
}
70% {
transform:perspective(400px) rotateX(10deg);
}
100% {
transform:perspective(400px) rotateX(0deg);
opacity:1;
}
}
.flipInX {
	-webkit-backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible!important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible!important;
	-o-animation-name: flipInX;
	backface-visibility: visible!important;
	animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
opacity:0;
}
40% {
-webkit-transform:perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform:perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}
@-moz-keyframes flipInY {
0% {
-moz-transform:perspective(400px) rotateY(90deg);
opacity:0;
}
40% {
-moz-transform:perspective(400px) rotateY(-10deg);
}
70% {
-moz-transform:perspective(400px) rotateY(10deg);
}
100% {
-moz-transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}
@-o-keyframes flipInY {
0% {
-o-transform:perspective(400px) rotateY(90deg);
opacity:0;
}
40% {
-o-transform:perspective(400px) rotateY(-10deg);
}
70% {
-o-transform:perspective(400px) rotateY(10deg);
}
100% {
-o-transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}
@keyframes flipInY {
0% {
transform:perspective(400px) rotateY(90deg);
opacity:0;
}
40% {
transform:perspective(400px) rotateY(-10deg);
}
70% {
transform:perspective(400px) rotateY(10deg);
}
100% {
transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible!important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible!important;
	-o-animation-name: flipInY;
	backface-visibility: visible!important;
	animation-name: flipInY;
}
@-webkit-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-o-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity:0;
-moz-transform:translateY(20px);
}
100% {
opacity:1;
-moz-transform:translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity:0;
-o-transform:translateY(20px);
}
100% {
opacity:1;
-o-transform:translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity:0;
transform:translateY(20px);
}
100% {
opacity:1;
transform:translateY(0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity:0;
-moz-transform:translateY(-20px);
}
100% {
opacity:1;
-moz-transform:translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity:0;
-o-transform:translateY(-20px);
}
100% {
opacity:1;
-o-transform:translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity:0;
transform:translateY(-20px);
}
100% {
opacity:1;
transform:translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity:0;
-moz-transform:translateX(-20px);
}
100% {
opacity:1;
-moz-transform:translateX(0);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity:0;
-o-transform:translateX(-20px);
}
100% {
opacity:1;
-o-transform:translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
transform:translateX(-20px);
}
100% {
opacity:1;
transform:translateX(0);
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity:0;
-moz-transform:translateX(20px);
}
100% {
opacity:1;
-moz-transform:translateX(0);
}
}
@-o-keyframes fadeInRight {
0% {
opacity:0;
-o-transform:translateX(20px);
}
100% {
opacity:1;
-o-transform:translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity:0;
transform:translateX(20px);
}
100% {
opacity:1;
transform:translateX(0);
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}
@-moz-keyframes fadeInUpBig {
0% {
opacity:0;
-moz-transform:translateY(2000px);
}
100% {
opacity:1;
-moz-transform:translateY(0);
}
}
@-o-keyframes fadeInUpBig {
0% {
opacity:0;
-o-transform:translateY(2000px);
}
100% {
opacity:1;
-o-transform:translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity:0;
transform:translateY(2000px);
}
100% {
opacity:1;
transform:translateY(0);
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}
@-moz-keyframes fadeInDownBig {
0% {
opacity:0;
-moz-transform:translateY(-2000px);
}
100% {
opacity:1;
-moz-transform:translateY(0);
}
}
@-o-keyframes fadeInDownBig {
0% {
opacity:0;
-o-transform:translateY(-2000px);
}
100% {
opacity:1;
-o-transform:translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity:0;
transform:translateY(-2000px);
}
100% {
opacity:1;
transform:translateY(0);
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
}
}
@-moz-keyframes fadeInLeftBig {
0% {
opacity:0;
-moz-transform:translateX(-2000px);
}
100% {
opacity:1;
-moz-transform:translateX(0);
}
}
@-o-keyframes fadeInLeftBig {
0% {
opacity:0;
-o-transform:translateX(-2000px);
}
100% {
opacity:1;
-o-transform:translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
transform:translateX(-2000px);
}
100% {
opacity:1;
transform:translateX(0);
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
}
}
@-moz-keyframes fadeInRightBig {
0% {
opacity:0;
-moz-transform:translateX(2000px);
}
100% {
opacity:1;
-moz-transform:translateX(0);
}
}
@-o-keyframes fadeInRightBig {
0% {
opacity:0;
-o-transform:translateX(2000px);
}
100% {
opacity:1;
-o-transform:translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity:0;
transform:translateX(2000px);
}
100% {
opacity:1;
transform:translateX(0);
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes slideInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
}
100% {
-webkit-transform:translateY(0);
}
}
@-moz-keyframes slideInDown {
0% {
opacity:0;
-moz-transform:translateY(-2000px);
}
100% {
-moz-transform:translateY(0);
}
}
@-o-keyframes slideInDown {
0% {
opacity:0;
-o-transform:translateY(-2000px);
}
100% {
-o-transform:translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity:0;
transform:translateY(-2000px);
}
100% {
transform:translateY(0);
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
}
100% {
-webkit-transform:translateX(0);
}
}
@-moz-keyframes slideInLeft {
0% {
opacity:0;
-moz-transform:translateX(-2000px);
}
100% {
-moz-transform:translateX(0);
}
}
@-o-keyframes slideInLeft {
0% {
opacity:0;
-o-transform:translateX(-2000px);
}
100% {
-o-transform:translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity:0;
transform:translateX(-2000px);
}
100% {
transform:translateX(0);
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	-moz-animation-name: slideInLeft;
	-o-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
}
100% {
-webkit-transform:translateX(0);
}
}
@-moz-keyframes slideInRight {
0% {
opacity:0;
-moz-transform:translateX(2000px);
}
100% {
-moz-transform:translateX(0);
}
}
@-o-keyframes slideInRight {
0% {
opacity:0;
-o-transform:translateX(2000px);
}
100% {
-o-transform:translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity:0;
transform:translateX(2000px);
}
100% {
transform:translateX(0);
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	-o-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(.3);
}
50% {
opacity:1;
-webkit-transform:scale(1.05);
}
70% {
-webkit-transform:scale(.9);
}
100% {
-webkit-transform:scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
opacity:0;
-moz-transform:scale(.3);
}
50% {
opacity:1;
-moz-transform:scale(1.05);
}
70% {
-moz-transform:scale(.9);
}
100% {
-moz-transform:scale(1);
}
}
@-o-keyframes bounceIn {
0% {
opacity:0;
-o-transform:scale(.3);
}
50% {
opacity:1;
-o-transform:scale(1.05);
}
70% {
-o-transform:scale(.9);
}
100% {
-o-transform:scale(1);
}
}
@keyframes bounceIn {
0% {
opacity:0;
transform:scale(.3);
}
50% {
opacity:1;
transform:scale(1.05);
}
70% {
transform:scale(.9);
}
100% {
transform:scale(1);
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
}
60% {
opacity:1;
-webkit-transform:translateY(-30px);
}
80% {
-webkit-transform:translateY(10px);
}
100% {
-webkit-transform:translateY(0);
}
}
@-moz-keyframes bounceInUp {
0% {
opacity:0;
-moz-transform:translateY(2000px);
}
60% {
opacity:1;
-moz-transform:translateY(-30px);
}
80% {
-moz-transform:translateY(10px);
}
100% {
-moz-transform:translateY(0);
}
}
@-o-keyframes bounceInUp {
0% {
opacity:0;
-o-transform:translateY(2000px);
}
60% {
opacity:1;
-o-transform:translateY(-30px);
}
80% {
-o-transform:translateY(10px);
}
100% {
-o-transform:translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity:0;
transform:translateY(2000px);
}
60% {
opacity:1;
transform:translateY(-30px);
}
80% {
transform:translateY(10px);
}
100% {
transform:translateY(0);
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
}
60% {
opacity:1;
-webkit-transform:translateY(30px);
}
80% {
-webkit-transform:translateY(-10px);
}
100% {
-webkit-transform:translateY(0);
}
}
@-moz-keyframes bounceInDown {
0% {
opacity:0;
-moz-transform:translateY(-2000px);
}
60% {
opacity:1;
-moz-transform:translateY(30px);
}
80% {
-moz-transform:translateY(-10px);
}
100% {
-moz-transform:translateY(0);
}
}
@-o-keyframes bounceInDown {
0% {
opacity:0;
-o-transform:translateY(-2000px);
}
60% {
opacity:1;
-o-transform:translateY(30px);
}
80% {
-o-transform:translateY(-10px);
}
100% {
-o-transform:translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity:0;
transform:translateY(-2000px);
}
60% {
opacity:1;
transform:translateY(30px);
}
80% {
transform:translateY(-10px);
}
100% {
transform:translateY(0);
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
}
60% {
opacity:1;
-webkit-transform:translateX(30px);
}
80% {
-webkit-transform:translateX(-10px);
}
100% {
-webkit-transform:translateX(0);
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity:0;
-moz-transform:translateX(-2000px);
}
60% {
opacity:1;
-moz-transform:translateX(30px);
}
80% {
-moz-transform:translateX(-10px);
}
100% {
-moz-transform:translateX(0);
}
}
@-o-keyframes bounceInLeft {
0% {
opacity:0;
-o-transform:translateX(-2000px);
}
60% {
opacity:1;
-o-transform:translateX(30px);
}
80% {
-o-transform:translateX(-10px);
}
100% {
-o-transform:translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity:0;
transform:translateX(-2000px);
}
60% {
opacity:1;
transform:translateX(30px);
}
80% {
transform:translateX(-10px);
}
100% {
transform:translateX(0);
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
}
60% {
opacity:1;
-webkit-transform:translateX(-30px);
}
80% {
-webkit-transform:translateX(10px);
}
100% {
-webkit-transform:translateX(0);
}
}
@-moz-keyframes bounceInRight {
0% {
opacity:0;
-moz-transform:translateX(2000px);
}
60% {
opacity:1;
-moz-transform:translateX(-30px);
}
80% {
-moz-transform:translateX(10px);
}
100% {
-moz-transform:translateX(0);
}
}
@-o-keyframes bounceInRight {
0% {
opacity:0;
-o-transform:translateX(2000px);
}
60% {
opacity:1;
-o-transform:translateX(-30px);
}
80% {
-o-transform:translateX(10px);
}
100% {
-o-transform:translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity:0;
transform:translateX(2000px);
}
60% {
opacity:1;
transform:translateX(-30px);
}
80% {
transform:translateX(10px);
}
100% {
transform:translateX(0);
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin:center center;
-webkit-transform:rotate(-200deg);
opacity:0;
}
100% {
-webkit-transform-origin:center center;
-webkit-transform:rotate(0);
opacity:1;
}
}
@-moz-keyframes rotateIn {
0% {
-moz-transform-origin:center center;
-moz-transform:rotate(-200deg);
opacity:0;
}
100% {
-moz-transform-origin:center center;
-moz-transform:rotate(0);
opacity:1;
}
}
@-o-keyframes rotateIn {
0% {
-o-transform-origin:center center;
-o-transform:rotate(-200deg);
opacity:0;
}
100% {
-o-transform-origin:center center;
-o-transform:rotate(0);
opacity:1;
}
}
@keyframes rotateIn {
0% {
transform-origin:center center;
transform:rotate(-200deg);
opacity:0;
}
100% {
transform-origin:center center;
transform:rotate(0);
opacity:1;
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
-webkit-transform:rotate(90deg);
opacity:0;
}
100% {
-webkit-transform-origin:left bottom;
-webkit-transform:rotate(0);
opacity:1;
}
}
@-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin:left bottom;
-moz-transform:rotate(90deg);
opacity:0;
}
100% {
-moz-transform-origin:left bottom;
-moz-transform:rotate(0);
opacity:1;
}
}
@-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin:left bottom;
-o-transform:rotate(90deg);
opacity:0;
}
100% {
-o-transform-origin:left bottom;
-o-transform:rotate(0);
opacity:1;
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin:left bottom;
transform:rotate(90deg);
opacity:0;
}
100% {
transform-origin:left bottom;
transform:rotate(0);
opacity:1;
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
opacity:0;
}
100% {
-webkit-transform-origin:left bottom;
-webkit-transform:rotate(0);
opacity:1;
}
}
@-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin:left bottom;
-moz-transform:rotate(-90deg);
opacity:0;
}
100% {
-moz-transform-origin:left bottom;
-moz-transform:rotate(0);
opacity:1;
}
}
@-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin:left bottom;
-o-transform:rotate(-90deg);
opacity:0;
}
100% {
-o-transform-origin:left bottom;
-o-transform:rotate(0);
opacity:1;
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin:left bottom;
transform:rotate(-90deg);
opacity:0;
}
100% {
transform-origin:left bottom;
transform:rotate(0);
opacity:1;
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
opacity:0;
}
100% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(0);
opacity:1;
}
}
@-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin:right bottom;
-moz-transform:rotate(-90deg);
opacity:0;
}
100% {
-moz-transform-origin:right bottom;
-moz-transform:rotate(0);
opacity:1;
}
}
@-o-keyframes rotateInUpRight {
0% {
-o-transform-origin:right bottom;
-o-transform:rotate(-90deg);
opacity:0;
}
100% {
-o-transform-origin:right bottom;
-o-transform:rotate(0);
opacity:1;
}
}
@keyframes rotateInUpRight {
0% {
transform-origin:right bottom;
transform:rotate(-90deg);
opacity:0;
}
100% {
transform-origin:right bottom;
transform:rotate(0);
opacity:1;
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(90deg);
opacity:0;
}
100% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(0);
opacity:1;
}
}
@-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin:right bottom;
-moz-transform:rotate(90deg);
opacity:0;
}
100% {
-moz-transform-origin:right bottom;
-moz-transform:rotate(0);
opacity:1;
}
}
@-o-keyframes rotateInDownRight {
0% {
-o-transform-origin:right bottom;
-o-transform:rotate(90deg);
opacity:0;
}
100% {
-o-transform-origin:right bottom;
-o-transform:rotate(0);
opacity:1;
}
}
@keyframes rotateInDownRight {
0% {
transform-origin:right bottom;
transform:rotate(90deg);
opacity:0;
}
100% {
transform-origin:right bottom;
transform:rotate(0);
opacity:1;
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform:translateX(100%) skewX(-30deg);
opacity:0;
}
60% {
-webkit-transform:translateX(-20%) skewX(30deg);
opacity:1;
}
80% {
-webkit-transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
-webkit-transform:translateX(0%) skewX(0deg);
opacity:1;
}
}
@-moz-keyframes lightSpeedIn {
0% {
-moz-transform:translateX(100%) skewX(-30deg);
opacity:0;
}
60% {
-moz-transform:translateX(-20%) skewX(30deg);
opacity:1;
}
80% {
-moz-transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
-moz-transform:translateX(0%) skewX(0deg);
opacity:1;
}
}
@-o-keyframes lightSpeedIn {
0% {
-o-transform:translateX(100%) skewX(-30deg);
opacity:0;
}
60% {
-o-transform:translateX(-20%) skewX(30deg);
opacity:1;
}
80% {
-o-transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
-o-transform:translateX(0%) skewX(0deg);
opacity:1;
}
}
@keyframes lightSpeedIn {
0% {
transform:translateX(100%) skewX(-30deg);
opacity:0;
}
60% {
transform:translateX(-20%) skewX(30deg);
opacity:1;
}
80% {
transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
transform:translateX(0%) skewX(0deg);
opacity:1;
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	-moz-animation-name: lightSpeedIn;
	-o-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform:translateX(0%) skewX(0deg);
opacity:1;
}
100% {
-webkit-transform:translateX(100%) skewX(-30deg);
opacity:0;
}
}
@-moz-keyframes lightSpeedOut {
0% {
-moz-transform:translateX(0%) skewX(0deg);
opacity:1;
}
100% {
-moz-transform:translateX(100%) skewX(-30deg);
opacity:0;
}
}
@-o-keyframes lightSpeedOut {
0% {
-o-transform:translateX(0%) skewX(0deg);
opacity:1;
}
100% {
-o-transform:translateX(100%) skewX(-30deg);
opacity:0;
}
}
@keyframes lightSpeedOut {
0% {
transform:translateX(0%) skewX(0deg);
opacity:1;
}
100% {
transform:translateX(100%) skewX(-30deg);
opacity:0;
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-moz-animation-name: lightSpeedOut;
	-o-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform:rotate(0);
-webkit-transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
}
20%, 60% {
-webkit-transform:rotate(80deg);
-webkit-transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
}
40% {
-webkit-transform:rotate(60deg);
-webkit-transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
}
80% {
-webkit-transform:rotate(60deg) translateY(0);
opacity:1;
-webkit-transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
}
100% {
-webkit-transform:translateY(700px);
opacity:0;
}
}
@-moz-keyframes hinge {
0% {
-moz-transform:rotate(0);
-moz-transform-origin:top left;
-moz-animation-timing-function:ease-in-out;
}
20%, 60% {
-moz-transform:rotate(80deg);
-moz-transform-origin:top left;
-moz-animation-timing-function:ease-in-out;
}
40% {
-moz-transform:rotate(60deg);
-moz-transform-origin:top left;
-moz-animation-timing-function:ease-in-out;
}
80% {
-moz-transform:rotate(60deg) translateY(0);
opacity:1;
-moz-transform-origin:top left;
-moz-animation-timing-function:ease-in-out;
}
100% {
-moz-transform:translateY(700px);
opacity:0;
}
}
@-o-keyframes hinge {
0% {
-o-transform:rotate(0);
-o-transform-origin:top left;
-o-animation-timing-function:ease-in-out;
}
20%, 60% {
-o-transform:rotate(80deg);
-o-transform-origin:top left;
-o-animation-timing-function:ease-in-out;
}
40% {
-o-transform:rotate(60deg);
-o-transform-origin:top left;
-o-animation-timing-function:ease-in-out;
}
80% {
-o-transform:rotate(60deg) translateY(0);
opacity:1;
-o-transform-origin:top left;
-o-animation-timing-function:ease-in-out;
}
100% {
-o-transform:translateY(700px);
opacity:0;
}
}
@keyframes hinge {
0% {
transform:rotate(0);
transform-origin:top left;
animation-timing-function:ease-in-out;
}
20%, 60% {
transform:rotate(80deg);
transform-origin:top left;
animation-timing-function:ease-in-out;
}
40% {
transform:rotate(60deg);
transform-origin:top left;
animation-timing-function:ease-in-out;
}
80% {
transform:rotate(60deg) translateY(0);
opacity:1;
transform-origin:top left;
animation-timing-function:ease-in-out;
}
100% {
transform:translateY(700px);
opacity:0;
}
}
.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
@-webkit-keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translateX(-100%) rotate(-120deg);
}
100% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
}
}
@-moz-keyframes rollIn {
0% {
opacity:0;
-moz-transform:translateX(-100%) rotate(-120deg);
}
100% {
opacity:1;
-moz-transform:translateX(0px) rotate(0deg);
}
}
@-o-keyframes rollIn {
0% {
opacity:0;
-o-transform:translateX(-100%) rotate(-120deg);
}
100% {
opacity:1;
-o-transform:translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity:0;
transform:translateX(-100%) rotate(-120deg);
}
100% {
opacity:1;
transform:translateX(0px) rotate(0deg);
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
@-webkit-keyframes lightSpeedLeft {
0% {
-webkit-transform:translateX(-100%) skewX(-30deg);
opacity:0;
}
60% {
-webkit-transform:translateX(20%) skewX(30deg);
opacity:1;
}
80% {
-webkit-transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
-webkit-transform:translateX(0%) skewX(0deg);
opacity:1;
}
}
@-moz-keyframes lightSpeedLeft {
0% {
-moz-transform:translateX(-100%) skewX(-30deg);
opacity:0;
}
60% {
-moz-transform:translateX(20%) skewX(30deg);
opacity:1;
}
80% {
-moz-transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
-moz-transform:translateX(0%) skewX(0deg);
opacity:1;
}
}
@-o-keyframes lightSpeedLeft {
0% {
-o-transform:translateX(-100%) skewX(-30deg);
opacity:0;
}
60% {
-o-transform:translateX(20%) skewX(30deg);
opacity:1;
}
80% {
-o-transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
-o-transform:translateX(0%) skewX(0deg);
opacity:1;
}
}
@keyframes lightSpeedLeft {
0% {
transform:translateX(-100%) skewX(-30deg);
opacity:0;
}
60% {
transform:translateX(20%) skewX(30deg);
opacity:1;
}
80% {
transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
transform:translateX(0%) skewX(0deg);
opacity:1;
}
}
.lightSpeedLeft {
	opacity: 1;
	-webkit-animation-name: lightSpeedLeft;
	-moz-animation-name: lightSpeedLeft;
	-o-animation-name: lightSpeedLeft;
	animation-name: lightSpeedLeft;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
.lightSpeedLeft {
	opacity: 1;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
@-webkit-keyframes lightSpeedRight {
0% {
-webkit-transform:translateX(100%) skewX(-30deg);
opacity:0;
}
60% {
-webkit-transform:translateX(-20%) skewX(30deg);
opacity:1;
}
80% {
-webkit-transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
-webkit-transform:translateX(0%) skewX(0deg);
opacity:1;
}
}
@-moz-keyframes lightSpeedRight {
0% {
-moz-transform:translateX(100%) skewX(-30deg);
opacity:0;
}
60% {
-moz-transform:translateX(-20%) skewX(30deg);
opacity:1;
}
80% {
-moz-transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
-moz-transform:translateX(0%) skewX(0deg);
opacity:1;
}
}
@-o-keyframes lightSpeedRight {
0% {
-o-transform:translateX(100%) skewX(-30deg);
opacity:0;
}
60% {
-o-transform:translateX(-20%) skewX(30deg);
opacity:1;
}
80% {
-o-transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
-o-transform:translateX(0%) skewX(0deg);
opacity:1;
}
}
@keyframes lightSpeedRight {
0% {
transform:translateX(100%) skewX(-30deg);
opacity:0;
}
60% {
transform:translateX(-20%) skewX(30deg);
opacity:1;
}
80% {
transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
transform:translateX(0%) skewX(0deg);
opacity:1;
}
}
.lightSpeedRight {
	opacity: 1;
	-webkit-animation-name: lightSpeedRight;
	-moz-animation-name: lightSpeedRight;
	-o-animation-name: lightSpeedRight;
	animation-name: lightSpeedRight;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
.lightSpeedRight {
	opacity: 1;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.dexp-body-inner {
	clear: both;
	overflow-x: hidden;
	position: relative;
	height: auto;
	min-height: 100vh;
}
.dexp-sticky.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 501;
}
.dexp-sticky.affix {
	top: 0;
	width: 100%;
	z-index: 501
}
.tp-bannertimer, .tp-bullets {
	z-index: 500;
}
#admin-menu .dropdown li li {
	opacity: 1;
}
.mobile-parallax {
	background-attachment: fixed;
	background-size: cover;
}
.item-list .pager li {
	padding: 0;
}
* {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background: 0 0
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}

@media print {
* {
	text-shadow: none!important;
	color: #000!important;
	background: transparent!important;
	box-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
select {
	background: #fff!important
}
.navbar {
	display: none
}
.table td, .table th {
	background-color: #fff!important
}
.btn>.caret, .dropup>.btn>.caret {
	border-top-color: #000!important
}
.label {
	border: 1px solid #000
}
.table {
	border-collapse: collapse!important
}
.table-bordered th, .table-bordered td {
	border: 1px solid #ddd!important
}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	color: #428bca;
	text-decoration: none
}
a:hover, a:focus {
	color: #2a6496;
	text-decoration: underline
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
figure {
	margin: 0
}
img {
	vertical-align: middle
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 6px
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}
.img-circle {
	border-radius: 50%
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #999
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%
}
h1, .h1 {
	font-size: 36px
}
h2, .h2 {
	font-size: 30px
}
h3, .h3 {
	font-size: 24px
}
h4, .h4 {
	font-size: 18px
}
h5, .h5 {
	font-size: 14px
}
h6, .h6 {
	font-size: 12px
}
p {
	margin: 0 0 10px
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4
}

@media (min-width:768px) {
.lead {
	font-size: 21px
}
}
small, .small {
	font-size: 85%
}
cite {
	font-style: normal
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-muted {
	color: #999
}
.text-primary {
	color: #428bca
}
a.text-primary:hover {
	color: #3071a9
}
.text-success {
	color: #3c763d
}
a.text-success:hover {
	color: #2b542c
}
.text-info {
	color: #31708f
}
a.text-info:hover {
	color: #245269
}
.text-warning {
	color: #8a6d3b
}
a.text-warning:hover {
	color: #66512c
}
.text-danger {
	color: #a94442
}
a.text-danger:hover {
	color: #843534
}
.bg-primary {
	color: #fff;
	background-color: #428bca
}
a.bg-primary:hover {
	background-color: #3071a9
}
.bg-success {
	background-color: #dff0d8
}
a.bg-success:hover {
	background-color: #c1e2b3
}
.bg-info {
	background-color: #d9edf7
}
a.bg-info:hover {
	background-color: #afd9ee
}
.bg-warning {
	background-color: #fcf8e3
}
a.bg-warning:hover {
	background-color: #f7ecb5
}
.bg-danger {
	background-color: #f2dede
}
a.bg-danger:hover {
	background-color: #e4b9b9
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}
.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}
dl {
	margin-top: 0;
	margin-bottom: 20px
}
dt, dd {
	line-height: 1.42857143
}
dt {
	font-weight: 700
}
dd {
	margin-left: 0
}

@media (min-width:768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.dl-horizontal dd {
	margin-left: 180px
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #999
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0'
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
	content: ''
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}
blockquote:before, blockquote:after {
	content: ""
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
.container {
	width: 750px
}
}

@media (min-width:992px) {
.container {
	width: 970px
}
}

@media (min-width:1200px) {
.container {
	width: 1170px
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: 0
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: 0
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: 0
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: 0
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}

@media (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: 0
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: 0
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}

@media (min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: 0
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: 0
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
}
table {
	max-width: 100%;
	background-color: transparent
}
th {
	text-align: left
}
.table {
	width: 100%;
	margin-bottom: 20px
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
	border-top: 0
}
.table>tbody+tbody {
	border-top: 2px solid #ddd
}
.table .table {
	background-color: #fff
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 5px
}
.table-bordered {
	border: 1px solid #ddd
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}
table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}
table td[class*=col-], table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
	background-color: #f5f5f5
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
	background-color: #dff0d8
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6
}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
	background-color: #d9edf7
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
	background-color: #f2dede
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}

@media (max-width:767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	-webkit-overflow-scrolling: touch
}
.table-responsive>.table {
	margin-bottom: 0
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
	white-space: nowrap
}
.table-responsive>.table-bordered {
	border: 0
}
.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}
.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0
}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700
}
input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type=radio], input[type=checkbox] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}
input[type=file] {
	display: block
}
input[type=range] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder {
color:#999;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}
textarea.form-control {
	height: auto
}
input[type=search] {
	-webkit-appearance: none
}
input[type=date] {
	line-height: 34px
}
.form-group {
	margin-bottom: 15px
}
.radio, .checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px
}
.radio label, .checkbox label {
	display: inline;
	font-weight: 400;
	cursor: pointer
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
	float: left;
	margin-left: -20px
}
.radio+.radio, .checkbox+.checkbox {
	margin-top: -5px
}
.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}
input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
select.input-sm {
	height: 30px;
	line-height: 30px
}
textarea.input-sm, select[multiple].input-sm {
	height: auto
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}
select.input-lg {
	height: 46px;
	line-height: 46px
}
textarea.input-lg, select[multiple].input-lg {
	height: auto
}
.has-feedback {
	position: relative
}
.has-feedback .form-control {
	padding-right: 42.5px
}
.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #3c763d
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}
.has-success .form-control-feedback {
	color: #3c763d
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #8a6d3b
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}
.has-warning .form-control-feedback {
	color: #8a6d3b
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #a94442
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}
.has-error .form-control-feedback {
	color: #a94442
}
.form-control-static {
	margin-bottom: 0
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.form-inline .input-group>.form-control {
	width: 100%
}
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .radio, .form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	vertical-align: middle
}
.form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
	float: none;
	margin-left: 0
}
.form-inline .has-feedback .form-control-feedback {
	top: 0
}
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}
.form-horizontal .form-control-static {
	padding-top: 7px
}

@media (min-width:768px) {
.form-horizontal .control-label {
	text-align: right
}
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-image: none
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc
}
.btn-default .badge {
	color: #fff;
	background-color: #333
}
.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd
}
.btn-primary .badge {
	color: #428bca;
	background-color: #fff
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #47a447;
	border-color: #398439
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-image: none
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-image: none
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-image: none
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-image: none
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}
.btn-link {
	color: #428bca;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent
}
.btn-link:hover, .btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #999;
	text-decoration: none
}
.btn-lg, .btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}
.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-xs, .btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}
.btn-block+.btn-block {
	margin-top: 5px
}
input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
	width: 100%
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(glyphicons-halflings-regular.eot);
	src: url(ief_glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), 
	url(glyphicons-halflings-regular.woff) format('woff'), 
	url(glyphicons-halflings-regular.ttf) format('truetype'), 
	url(http://demo.drupalexp.com/exception/sites/all/themes/drupalexp/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
	content: "\2a"
}
.glyphicon-plus:before {
	content: "\2b"
}
.glyphicon-euro:before {
	content: "\20ac"
}
.glyphicon-minus:before {
	content: "\2212"
}
.glyphicon-cloud:before {
	content: "\2601"
}
.glyphicon-envelope:before {
	content: "\2709"
}
.glyphicon-pencil:before {
	content: "\270f"
}
.glyphicon-glass:before {
	content: "\e001"
}
.glyphicon-music:before {
	content: "\e002"
}
.glyphicon-search:before {
	content: "\e003"
}
.glyphicon-heart:before {
	content: "\e005"
}
.glyphicon-star:before {
	content: "\e006"
}
.glyphicon-star-empty:before {
	content: "\e007"
}
.glyphicon-user:before {
	content: "\e008"
}
.glyphicon-film:before {
	content: "\e009"
}
.glyphicon-th-large:before {
	content: "\e010"
}
.glyphicon-th:before {
	content: "\e011"
}
.glyphicon-th-list:before {
	content: "\e012"
}
.glyphicon-ok:before {
	content: "\e013"
}
.glyphicon-remove:before {
	content: "\e014"
}
.glyphicon-zoom-in:before {
	content: "\e015"
}
.glyphicon-zoom-out:before {
	content: "\e016"
}
.glyphicon-off:before {
	content: "\e017"
}
.glyphicon-signal:before {
	content: "\e018"
}
.glyphicon-cog:before {
	content: "\e019"
}
.glyphicon-trash:before {
	content: "\e020"
}
.glyphicon-home:before {
	content: "\e021"
}
.glyphicon-file:before {
	content: "\e022"
}
.glyphicon-time:before {
	content: "\e023"
}
.glyphicon-road:before {
	content: "\e024"
}
.glyphicon-download-alt:before {
	content: "\e025"
}
.glyphicon-download:before {
	content: "\e026"
}
.glyphicon-upload:before {
	content: "\e027"
}
.glyphicon-inbox:before {
	content: "\e028"
}
.glyphicon-play-circle:before {
	content: "\e029"
}
.glyphicon-repeat:before {
	content: "\e030"
}
.glyphicon-refresh:before {
	content: "\e031"
}
.glyphicon-list-alt:before {
	content: "\e032"
}
.glyphicon-lock:before {
	content: "\e033"
}
.glyphicon-flag:before {
	content: "\e034"
}
.glyphicon-headphones:before {
	content: "\e035"
}
.glyphicon-volume-off:before {
	content: "\e036"
}
.glyphicon-volume-down:before {
	content: "\e037"
}
.glyphicon-volume-up:before {
	content: "\e038"
}
.glyphicon-qrcode:before {
	content: "\e039"
}
.glyphicon-barcode:before {
	content: "\e040"
}
.glyphicon-tag:before {
	content: "\e041"
}
.glyphicon-tags:before {
	content: "\e042"
}
.glyphicon-book:before {
	content: "\e043"
}
.glyphicon-bookmark:before {
	content: "\e044"
}
.glyphicon-print:before {
	content: "\e045"
}
.glyphicon-camera:before {
	content: "\e046"
}
.glyphicon-font:before {
	content: "\e047"
}
.glyphicon-bold:before {
	content: "\e048"
}
.glyphicon-italic:before {
	content: "\e049"
}
.glyphicon-text-height:before {
	content: "\e050"
}
.glyphicon-text-width:before {
	content: "\e051"
}
.glyphicon-align-left:before {
	content: "\e052"
}
.glyphicon-align-center:before {
	content: "\e053"
}
.glyphicon-align-right:before {
	content: "\e054"
}
.glyphicon-align-justify:before {
	content: "\e055"
}
.glyphicon-list:before {
	content: "\e056"
}
.glyphicon-indent-left:before {
	content: "\e057"
}
.glyphicon-indent-right:before {
	content: "\e058"
}
.glyphicon-facetime-video:before {
	content: "\e059"
}
.glyphicon-picture:before {
	content: "\e060"
}
.glyphicon-map-marker:before {
	content: "\e062"
}
.glyphicon-adjust:before {
	content: "\e063"
}
.glyphicon-tint:before {
	content: "\e064"
}
.glyphicon-edit:before {
	content: "\e065"
}
.glyphicon-share:before {
	content: "\e066"
}
.glyphicon-check:before {
	content: "\e067"
}
.glyphicon-move:before {
	content: "\e068"
}
.glyphicon-step-backward:before {
	content: "\e069"
}
.glyphicon-fast-backward:before {
	content: "\e070"
}
.glyphicon-backward:before {
	content: "\e071"
}
.glyphicon-play:before {
	content: "\e072"
}
.glyphicon-pause:before {
	content: "\e073"
}
.glyphicon-stop:before {
	content: "\e074"
}
.glyphicon-forward:before {
	content: "\e075"
}
.glyphicon-fast-forward:before {
	content: "\e076"
}
.glyphicon-step-forward:before {
	content: "\e077"
}
.glyphicon-eject:before {
	content: "\e078"
}
.glyphicon-chevron-left:before {
	content: "\e079"
}
.glyphicon-chevron-right:before {
	content: "\e080"
}
.glyphicon-plus-sign:before {
	content: "\e081"
}
.glyphicon-minus-sign:before {
	content: "\e082"
}
.glyphicon-remove-sign:before {
	content: "\e083"
}
.glyphicon-ok-sign:before {
	content: "\e084"
}
.glyphicon-question-sign:before {
	content: "\e085"
}
.glyphicon-info-sign:before {
	content: "\e086"
}
.glyphicon-screenshot:before {
	content: "\e087"
}
.glyphicon-remove-circle:before {
	content: "\e088"
}
.glyphicon-ok-circle:before {
	content: "\e089"
}
.glyphicon-ban-circle:before {
	content: "\e090"
}
.glyphicon-arrow-left:before {
	content: "\e091"
}
.glyphicon-arrow-right:before {
	content: "\e092"
}
.glyphicon-arrow-up:before {
	content: "\e093"
}
.glyphicon-arrow-down:before {
	content: "\e094"
}
.glyphicon-share-alt:before {
	content: "\e095"
}
.glyphicon-resize-full:before {
	content: "\e096"
}
.glyphicon-resize-small:before {
	content: "\e097"
}
.glyphicon-exclamation-sign:before {
	content: "\e101"
}
.glyphicon-gift:before {
	content: "\e102"
}
.glyphicon-leaf:before {
	content: "\e103"
}
.glyphicon-fire:before {
	content: "\e104"
}
.glyphicon-eye-open:before {
	content: "\e105"
}
.glyphicon-eye-close:before {
	content: "\e106"
}
.glyphicon-warning-sign:before {
	content: "\e107"
}
.glyphicon-plane:before {
	content: "\e108"
}
.glyphicon-calendar:before {
	content: "\e109"
}
.glyphicon-random:before {
	content: "\e110"
}
.glyphicon-comment:before {
	content: "\e111"
}
.glyphicon-magnet:before {
	content: "\e112"
}
.glyphicon-chevron-up:before {
	content: "\e113"
}
.glyphicon-chevron-down:before {
	content: "\e114"
}
.glyphicon-retweet:before {
	content: "\e115"
}
.glyphicon-shopping-cart:before {
	content: "\e116"
}
.glyphicon-folder-close:before {
	content: "\e117"
}
.glyphicon-folder-open:before {
	content: "\e118"
}
.glyphicon-resize-vertical:before {
	content: "\e119"
}
.glyphicon-resize-horizontal:before {
	content: "\e120"
}
.glyphicon-hdd:before {
	content: "\e121"
}
.glyphicon-bullhorn:before {
	content: "\e122"
}
.glyphicon-bell:before {
	content: "\e123"
}
.glyphicon-certificate:before {
	content: "\e124"
}
.glyphicon-thumbs-up:before {
	content: "\e125"
}
.glyphicon-thumbs-down:before {
	content: "\e126"
}
.glyphicon-hand-right:before {
	content: "\e127"
}
.glyphicon-hand-left:before {
	content: "\e128"
}
.glyphicon-hand-up:before {
	content: "\e129"
}
.glyphicon-hand-down:before {
	content: "\e130"
}
.glyphicon-circle-arrow-right:before {
	content: "\e131"
}
.glyphicon-circle-arrow-left:before {
	content: "\e132"
}
.glyphicon-circle-arrow-up:before {
	content: "\e133"
}
.glyphicon-circle-arrow-down:before {
	content: "\e134"
}
.glyphicon-globe:before {
	content: "\e135"
}
.glyphicon-wrench:before {
	content: "\e136"
}
.glyphicon-tasks:before {
	content: "\e137"
}
.glyphicon-filter:before {
	content: "\e138"
}
.glyphicon-briefcase:before {
	content: "\e139"
}
.glyphicon-fullscreen:before {
	content: "\e140"
}
.glyphicon-dashboard:before {
	content: "\e141"
}
.glyphicon-paperclip:before {
	content: "\e142"
}
.glyphicon-heart-empty:before {
	content: "\e143"
}
.glyphicon-link:before {
	content: "\e144"
}
.glyphicon-phone:before {
	content: "\e145"
}
.glyphicon-pushpin:before {
	content: "\e146"
}
.glyphicon-usd:before {
	content: "\e148"
}
.glyphicon-gbp:before {
	content: "\e149"
}
.glyphicon-sort:before {
	content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}
.glyphicon-sort-by-order:before {
	content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}
.glyphicon-sort-by-attributes:before {
	content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}
.glyphicon-unchecked:before {
	content: "\e157"
}
.glyphicon-expand:before {
	content: "\e158"
}
.glyphicon-collapse-down:before {
	content: "\e159"
}
.glyphicon-collapse-up:before {
	content: "\e160"
}
.glyphicon-log-in:before {
	content: "\e161"
}
.glyphicon-flash:before {
	content: "\e162"
}
.glyphicon-log-out:before {
	content: "\e163"
}
.glyphicon-new-window:before {
	content: "\e164"
}
.glyphicon-record:before {
	content: "\e165"
}
.glyphicon-save:before {
	content: "\e166"
}
.glyphicon-open:before {
	content: "\e167"
}
.glyphicon-saved:before {
	content: "\e168"
}
.glyphicon-import:before {
	content: "\e169"
}
.glyphicon-export:before {
	content: "\e170"
}
.glyphicon-send:before {
	content: "\e171"
}
.glyphicon-floppy-disk:before {
	content: "\e172"
}
.glyphicon-floppy-saved:before {
	content: "\e173"
}
.glyphicon-floppy-remove:before {
	content: "\e174"
}
.glyphicon-floppy-save:before {
	content: "\e175"
}
.glyphicon-floppy-open:before {
	content: "\e176"
}
.glyphicon-credit-card:before {
	content: "\e177"
}
.glyphicon-transfer:before {
	content: "\e178"
}
.glyphicon-cutlery:before {
	content: "\e179"
}
.glyphicon-header:before {
	content: "\e180"
}
.glyphicon-compressed:before {
	content: "\e181"
}
.glyphicon-earphone:before {
	content: "\e182"
}
.glyphicon-phone-alt:before {
	content: "\e183"
}
.glyphicon-tower:before {
	content: "\e184"
}
.glyphicon-stats:before {
	content: "\e185"
}
.glyphicon-sd-video:before {
	content: "\e186"
}
.glyphicon-hd-video:before {
	content: "\e187"
}
.glyphicon-subtitles:before {
	content: "\e188"
}
.glyphicon-sound-stereo:before {
	content: "\e189"
}
.glyphicon-sound-dolby:before {
	content: "\e190"
}
.glyphicon-sound-5-1:before {
	content: "\e191"
}
.glyphicon-sound-6-1:before {
	content: "\e192"
}
.glyphicon-sound-7-1:before {
	content: "\e193"
}
.glyphicon-copyright-mark:before {
	content: "\e194"
}
.glyphicon-registration-mark:before {
	content: "\e195"
}
.glyphicon-cloud-download:before {
	content: "\e197"
}
.glyphicon-cloud-upload:before {
	content: "\e198"
}
.glyphicon-tree-conifer:before {
	content: "\e199"
}
.glyphicon-tree-deciduous:before {
	content: "\e200"
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.dropdown {
	position: relative
}
.dropdown-toggle:focus {
	outline: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	color: #999
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown-menu-right {
	left: auto;
	right: 0
}
.dropdown-menu-left {
	left: 0;
	right: auto
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #999
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}
.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

@media (min-width:768px) {
.navbar-right .dropdown-menu {
	left: auto;
	right: 0
}
.navbar-right .dropdown-menu-left {
	left: 0;
	right: auto
}
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	float: left
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
	z-index: 2
}
.btn-group>.btn:focus, .btn-group-vertical>.btn:focus {
	outline: 0
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar {
	margin-left: -5px
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group>.btn-group {
	float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}
.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn .caret {
	margin-left: 0
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
	float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}
.btn-group-justified>.btn-group .btn {
	width: 100%
}
[data-toggle=buttons]>.btn>input[type=radio], [data-toggle=buttons]>.btn>input[type=checkbox] {
	display: none
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}
.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn {
	height: auto
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}
.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
	margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.input-group-addon:first-child {
	border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.input-group-addon:last-child {
	border-left: 0
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}
.input-group-btn>.btn {
	position: relative
}
.input-group-btn>.btn+.btn {
	margin-left: -1px
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
	z-index: 2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: -1px
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #eee
}
.nav>li.disabled>a {
	color: #999
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color: #999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eee;
	border-color: #428bca
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav>li>a>img {
	max-width: none
}
.nav-tabs {
	border-bottom: 1px solid #ddd
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}
.nav-tabs.nav-justified>li {
	float: none
}
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
.nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%
}
.nav-tabs.nav-justified>li>a {
	margin-bottom: 0
}
}
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
.nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
	border-bottom-color: #fff
}
}
.nav-pills>li {
	float: left
}
.nav-pills>li>a {
	border-radius: 4px
}
.nav-pills>li+li {
	margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #428bca
}
.nav-stacked>li {
	float: none
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified {
	width: 100%
}
.nav-justified>li {
	float: none
}
.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
.nav-justified>li {
	display: table-cell;
	width: 1%
}
.nav-justified>li>a {
	margin-bottom: 0
}
}
.nav-tabs-justified {
	border-bottom: 0
}
.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
.nav-tabs-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
	border-bottom-color: #fff
}
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
.navbar {
	border-radius: 4px
}
}

@media (min-width:768px) {
.navbar-header {
	float: left
}
}
.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none
}
.navbar-collapse.collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important
}
.navbar-collapse.in {
	overflow-y: visible
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	padding-left: 0;
	padding-right: 0
}
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0
}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
.navbar-static-top {
	border-radius: 0
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
.navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}
.navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none
}

@media (min-width:768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -15px
}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.navbar-toggle:focus {
	outline: 0
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
.navbar-toggle {
	display: none
}
}
.navbar-nav {
	margin: 7.5px -15px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px
}
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
	background-image: none
}
}

@media (min-width:768px) {
.navbar-nav {
	float: left;
	margin: 0
}
.navbar-nav>li {
	float: left
}
.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px
}
.navbar-nav.navbar-right:last-child {
	margin-right: -15px
}
}

@media (min-width:768px) {
.navbar-left {
	float: left!important
}
.navbar-right {
	float: right!important
}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	margin-top: 8px;
	margin-bottom: 8px
}

@media (min-width:768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.navbar-form .input-group>.form-control {
	width: 100%
}
.navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .radio, .navbar-form .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	vertical-align: middle
}
.navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
	float: none;
	margin-left: 0
}
.navbar-form .has-feedback .form-control-feedback {
	top: 0
}
}

@media (max-width:767px) {
.navbar-form .form-group {
	margin-bottom: 5px
}
}

@media (min-width:768px) {
.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.navbar-form.navbar-right:last-child {
	margin-right: -15px
}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
.navbar-text {
	float: left;
	margin-left: 15px;
	margin-right: 15px
}
.navbar-text.navbar-right:last-child {
	margin-right: 0
}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}
.navbar-default .navbar-brand {
	color: #777
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}
.navbar-default .navbar-text {
	color: #777
}
.navbar-default .navbar-nav>li>a {
	color: #777
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	border-color: #ddd
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #777
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}
}
.navbar-default .navbar-link {
	color: #777
}
.navbar-default .navbar-link:hover {
	color: #333
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808
}
.navbar-inverse .navbar-brand {
	color: #999
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-text {
	color: #999
}
.navbar-inverse .navbar-nav>li>a {
	color: #999
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}
.navbar-inverse .navbar-toggle {
	border-color: #333
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #080808;
	color: #fff
}

@media (max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
	border-color: #080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #999
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
	color: #444;
	background-color: transparent
}
}
.navbar-inverse .navbar-link {
	color: #999
}
.navbar-inverse .navbar-link:hover {
	color: #fff
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc
}
.breadcrumb>.active {
	color: #999
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #428bca;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
	cursor: default
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}
.pager li {
	display: inline
}
.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}
.pager li>a:hover, .pager li>a:focus {
	text-decoration: none;
	background-color: #eee
}
.pager .next>a, .pager .next>span {
	float: right
}
.pager .previous>a, .pager .previous>span {
	float: left
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
	color: #999;
	background-color: #fff;
	cursor: not-allowed
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
.label[href]:hover, .label[href]:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.label:empty {
	display: none
}
.btn .label {
	position: relative;
	top: -1px
}
.label-default {
	background-color: #999
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: gray
}
.label-primary {
	background-color: #428bca
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #3071a9
}
.label-success {
	background-color: #5cb85c
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44
}
.label-info {
	background-color: #5bc0de
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5
}
.label-warning {
	background-color: #f0ad4e
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f
}
.label-danger {
	background-color: #d9534f
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c9302c
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999;
	border-radius: 10px
}
.badge:empty {
	display: none
}
.btn .badge {
	position: relative;
	top: -1px
}
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}
a.badge:hover, a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #428bca;
	background-color: #fff
}
.nav-pills>li>a>.badge {
	margin-left: 3px
}
.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}
.jumbotron h1, .jumbotron .h1 {
	color: inherit
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}
.container .jumbotron {
	border-radius: 6px
}
.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px
}
.container .jumbotron {
	padding-left: 60px;
	padding-right: 60px
}
.jumbotron h1, .jumbotron .h1 {
	font-size: 63px
}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.thumbnail>img, .thumbnail a>img {
	margin-left: auto;
	margin-right: auto
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #428bca
}
.thumbnail .caption {
	padding: 9px;
	color: #333
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert .alert-link {
	font-weight: 700
}
.alert>p, .alert>ul {
	margin-bottom: 0
}
.alert>p+p {
	margin-top: 5px
}
.alert-dismissable {
	padding-right: 35px
}
.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}
.alert-success hr {
	border-top-color: #c9e2b3
}
.alert-success .alert-link {
	color: #2b542c
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}
.alert-info hr {
	border-top-color: #a6e1ec
}
.alert-info .alert-link {
	color: #245269
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}
.alert-warning hr {
	border-top-color: #f7e1b5
}
.alert-warning .alert-link {
	color: #66512c
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}
.alert-danger hr {
	border-top-color: #e4b9c0
}
.alert-danger .alert-link {
	color: #843534
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}
.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color: #5cb85c
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color: #5bc0de
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
	background-color: #d9534f
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.media, .media-body {
	overflow: hidden;
	zoom: 1
}
.media, .media .media {
	margin-top: 15px
}
.media:first-child {
	margin-top: 0
}
.media-object {
	display: block
}
.media-heading {
	margin: 0 0 5px
}
.media>.pull-left {
	margin-right: 10px
}
.media>.pull-right {
	margin-left: 10px
}
.media-list {
	padding-left: 0;
	list-style: none
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.list-group-item>.badge {
	float: right
}
.list-group-item>.badge+.badge {
	margin-right: 5px
}
a.list-group-item {
	color: #555
}
a.list-group-item .list-group-item-heading {
	color: #333
}
a.list-group-item:hover, a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
	color: inherit
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
	color: #e1edf7
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}
a.list-group-item-success {
	color: #3c763d
}
a.list-group-item-success .list-group-item-heading {
	color: inherit
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}
a.list-group-item-info {
	color: #31708f
}
a.list-group-item-info .list-group-item-heading {
	color: inherit
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}
a.list-group-item-warning {
	color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}
a.list-group-item-danger {
	color: #a94442
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
	padding: 15px
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}
.panel-title>a {
	color: inherit
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.panel>.list-group {
	margin-bottom: 0
}
.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}
.panel>.table, .panel>.table-responsive>.table {
	margin-bottom: 0
}
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}
.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0
}
.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}
.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}
.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}
.panel-group {
	margin-bottom: 20px
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
	overflow: hidden
}
.panel-group .panel+.panel {
	margin-top: 5px
}
.panel-group .panel-heading {
	border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 1px solid #ddd
}
.panel-group .panel-footer {
	border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}
.panel-default {
	border-color: #ddd
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ddd
}
.panel-default>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ddd
}
.panel-primary {
	border-color: #428bca
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #428bca
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #428bca
}
.panel-success {
	border-color: #d6e9c6
}
.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #d6e9c6
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #d6e9c6
}
.panel-info {
	border-color: #bce8f1
}
.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #bce8f1
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #bce8f1
}
.panel-warning {
	border-color: #faebcc
}
.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #faebcc
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #faebcc
}
.panel-danger {
	border-color: #ebccd1
}
.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ebccd1
}
.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ebccd1
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15)
}
.well-lg {
	padding: 24px;
	border-radius: 6px
}
.well-sm {
	padding: 9px;
	border-radius: 3px
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}
button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}
.modal-open {
	overflow: hidden
}
.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	background-clip: padding-box;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}
.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 20px
}
.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

@media (min-width:768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 300px
}
}

@media (min-width:992px) {
.modal-lg {
	width: 900px
}
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}
.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	white-space: normal
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.popover-content {
	padding: 9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover>.arrow {
	border-width: 11px
}
.popover>.arrow:after {
	border-width: 10px;
	content: ""
}
.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	bottom: -11px
}
.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25)
}
.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}
.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
	top: -11px
}
.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}
.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}
.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	line-height: 1
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,.5) 0), color-stop(rgba(0,0,0,.0001) 100%));
	background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,.0001) 0), color-stop(rgba(0,0,0,.5) 100%));
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif
}
.carousel-control .icon-prev:before {
	content: '\2039'
}
.carousel-control .icon-next:before {
	content: '\203a'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0)
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	font-size: 30px
}
.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px
}
.carousel-indicators {
	bottom: 20px
}
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
	content: " ";
	display: table
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
	clear: both
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.hidden {
	display: none!important;
	visibility: hidden!important
}
.affix {
	position: fixed
}
@-ms-viewport {
width:device-width
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none!important
}

@media (max-width:767px) {
.visible-xs {
	display: block!important
}
table.visible-xs {
	display: table
}
tr.visible-xs {
	display: table-row!important
}
th.visible-xs, td.visible-xs {
	display: table-cell!important
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm {
	display: block!important
}
table.visible-sm {
	display: table
}
tr.visible-sm {
	display: table-row!important
}
th.visible-sm, td.visible-sm {
	display: table-cell!important
}
}

@media (min-width:992px) and (max-width:1199px) {
.visible-md {
	display: block!important
}
table.visible-md {
	display: table
}
tr.visible-md {
	display: table-row!important
}
th.visible-md, td.visible-md {
	display: table-cell!important
}
}

@media (min-width:1200px) {
.visible-lg {
	display: block!important
}
table.visible-lg {
	display: table
}
tr.visible-lg {
	display: table-row!important
}
th.visible-lg, td.visible-lg {
	display: table-cell!important
}
}

@media (max-width:767px) {
.hidden-xs {
	display: none!important
}
}

@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
	display: none!important
}
}

@media (min-width:992px) and (max-width:1199px) {
.hidden-md {
	display: none!important
}
}

@media (min-width:1200px) {
.hidden-lg {
	display: none!important
}
}
.visible-print {
	display: none!important
}

@media print {
.visible-print {
	display: block!important
}
table.visible-print {
	display: table
}
tr.visible-print {
	display: table-row!important
}
th.visible-print, td.visible-print {
	display: table-cell!important
}
}

@media print {
.hidden-print {
	display: none!important
}
}
@font-face {
	font-family: 'FontAwesome';
	src: url(fontawesome-webfont.eot?v=4.2.0);
	src: url(fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), 
	url(fontawesome-webfont.woff?v=4.2.0) format('woff'), 
	url(fontawesome-webfont.ttf?v=4.2.0) format('truetype'), 
	url(http://demo.drupalexp.com/exception/sites/all/themes/drupalexp/vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
body.rtl {
	direction: rtl;
}
body.rtl #admin-menu {
	direction: ltr;
}
body.rtl .col-xs-1, body.rtl .col-xs-2, body.rtl .col-xs-3, body.rtl .col-xs-4, body.rtl .col-xs-5, body.rtl .col-xs-6, body.rtl .col-xs-7, body.rtl .col-xs-8, body.rtl .col-xs-9, body.rtl .col-xs-10, body.rtl .col-xs-11, body.rtl .col-xs-12, body.rtl .col-sm-1, body.rtl .col-sm-2, body.rtl .col-sm-3, body.rtl .col-sm-4, body.rtl .col-sm-5, body.rtl .col-sm-6, body.rtl .col-sm-7, body.rtl .col-sm-8, body.rtl .col-sm-9, body.rtl .col-sm-10, body.rtl .col-sm-11, body.rtl .col-sm-12, body.rtl .col-md-1, body.rtl .col-md-2, body.rtl .col-md-3, body.rtl .col-md-4, body.rtl .col-md-5, body.rtl .col-md-6, body.rtl .col-md-7, body.rtl .col-md-8, body.rtl .col-md-9, body.rtl .col-md-10, body.rtl .col-md-11, body.rtl .col-md-12, body.rtl .col-lg-1, body.rtl .col-lg-2, body.rtl .col-lg-3, body.rtl .col-lg-4, body.rtl .col-lg-5, body.rtl .col-lg-6, body.rtl .col-lg-7, body.rtl .col-lg-8, body.rtl .col-lg-9, body.rtl .col-lg-10, body.rtl .col-lg-11, body.rtl .col-lg-12 {
	float: right;
}
body.rtl .bx-wrapper .bx-viewport {
	direction: ltr;
}
body.rtl .bx-wrapper .bx-viewport .bxslider-item {
	direction: rtl;
}
body.rtl .pull-right {
	float: left !important;
}
body.rtl .pull-letf {
	float: right !important;
}
@charset "UTF-8";
body {
	color: #777777;
}
a:not(.btn) {
	color: #e7512f;
}
a:not(.btn):hover {
	color: #e7512f;
}
h1, h2, h3, h4, h5, h6 {
	color: #444444;
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated.hinge {
	animation-duration: 2s;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform:translateY(0px);
}
40% {
transform:translateY(-30px);
}
60% {
transform:translateY(-15px);
}
}
.bounce {
	animation-name: bounce;
}
@keyframes flash {
0%, 50%, 100% {
opacity:1;
}
25%, 75% {
opacity:0;
}
}
.flash {
	animation-name: flash;
}
@keyframes pulse {
0% {
transform:scale(1);
}
50% {
transform:scale(1.1);
}
100% {
transform:scale(1);
}
}
.pulse {
	animation-name: pulse;
}
@keyframes shake {
0%, 100% {
transform:translateX(0px);
}
10%, 30%, 50%, 70%, 90% {
transform:translateX(-10px);
}
20%, 40%, 60%, 80% {
transform:translateX(10px);
}
}
.shake {
	animation-name: shake;
}
@keyframes swing {
20% {
transform:rotate(15deg);
}
40% {
transform:rotate(-10deg);
}
60% {
transform:rotate(5deg);
}
80% {
transform:rotate(-5deg);
}
100% {
transform:rotate(0deg);
}
}
.swing {
	animation-name: swing;
	transform-origin: center top 0;
}
@keyframes tada {
0% {
transform:scale(1);
}
10%, 20% {
transform:scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform:scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
transform:scale(1.1) rotate(-3deg);
}
100% {
transform:scale(1) rotate(0deg);
}
}
.tada {
	animation-name: tada;
}
@keyframes wobble {
0% {
transform:translateX(0%);
}
15% {
transform:translateX(-25%) rotate(-5deg);
}
30% {
transform:translateX(20%) rotate(3deg);
}
45% {
transform:translateX(-15%) rotate(-3deg);
}
60% {
transform:translateX(10%) rotate(2deg);
}
75% {
transform:translateX(-5%) rotate(-1deg);
}
100% {
transform:translateX(0%);
}
}
.wobble {
	animation-name: wobble;
}
@keyframes bounceIn {
0% {
opacity:0;
transform:scale(0.3);
}
50% {
opacity:1;
transform:scale(1.05);
}
70% {
transform:scale(0.9);
}
100% {
transform:scale(1);
}
}
.bounceIn {
	animation-name: bounceIn;
}
@keyframes bounceInDown {
0% {
opacity:0;
transform:translateY(-2000px);
}
60% {
opacity:1;
transform:translateY(30px);
}
80% {
transform:translateY(-10px);
}
100% {
transform:translateY(0px);
}
}
.bounceInDown {
	animation-name: bounceInDown;
}
@keyframes bounceInLeft {
0% {
opacity:0;
transform:translateX(-2000px);
}
60% {
opacity:1;
transform:translateX(30px);
}
80% {
transform:translateX(-10px);
}
100% {
transform:translateX(0px);
}
}
.bounceInLeft {
	animation-name: bounceInLeft;
}
@keyframes bounceInRight {
0% {
opacity:0;
transform:translateX(2000px);
}
60% {
opacity:1;
transform:translateX(-30px);
}
80% {
transform:translateX(10px);
}
100% {
transform:translateX(0px);
}
}
.bounceInRight {
	animation-name: bounceInRight;
}
@keyframes bounceInUp {
0% {
opacity:0;
transform:translateY(2000px);
}
60% {
opacity:1;
transform:translateY(-30px);
}
80% {
transform:translateY(10px);
}
100% {
transform:translateY(0px);
}
}
.bounceInUp {
	animation-name: bounceInUp;
}
@keyframes bounceOut {
0% {
transform:scale(1);
}
25% {
transform:scale(0.95);
}
50% {
opacity:1;
transform:scale(1.1);
}
100% {
opacity:0;
transform:scale(0.3);
}
}
.bounceOut {
	animation-name: bounceOut;
}
@keyframes bounceOutDown {
0% {
transform:translateY(0px);
}
20% {
opacity:1;
transform:translateY(-20px);
}
100% {
opacity:0;
transform:translateY(2000px);
}
}
.bounceOutDown {
	animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
0% {
transform:translateX(0px);
}
20% {
opacity:1;
transform:translateX(20px);
}
100% {
opacity:0;
transform:translateX(-2000px);
}
}
.bounceOutLeft {
	animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
0% {
transform:translateX(0px);
}
20% {
opacity:1;
transform:translateX(-20px);
}
100% {
opacity:0;
transform:translateX(2000px);
}
}
.bounceOutRight {
	animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
0% {
transform:translateY(0px);
}
20% {
opacity:1;
transform:translateY(20px);
}
100% {
opacity:0;
transform:translateY(-2000px);
}
}
.bounceOutUp {
	animation-name: bounceOutUp;
}
@keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
.fadeIn {
	animation-name: fadeIn;
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
-moz-transform:translateY(-20px);
-ms-transform:translateY(-20px);
-o-transform:translateY(-20px);
transform:translateY(-20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px);
}
}
.fadeInDown {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
0% {
opacity:0;
transform:translateY(-2000px);
}
100% {
opacity:1;
transform:translateY(0px);
}
}
.fadeInDownBig {
	animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
0% {
opacity:0;
transform:translateX(-20px);
}
100% {
opacity:1;
transform:translateX(0px);
}
}
.fadeInLeft {
	animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
transform:translateX(-2000px);
}
100% {
opacity:1;
transform:translateX(0px);
}
}
.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
0% {
opacity:0;
transform:translateX(20px);
}
100% {
opacity:1;
transform:translateX(0px);
}
}
.fadeInRight {
	animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
0% {
opacity:0;
transform:translateX(2000px);
}
100% {
opacity:1;
transform:translateX(0px);
}
}
.fadeInRightBig {
	animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
-moz-transform:translateY(20px);
-ms-transform:translateY(20px);
-o-transform:translateY(20px);
transform:translateY(20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px);
}
}
.fadeInUp {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
0% {
opacity:0;
transform:translateY(2000px);
}
100% {
opacity:1;
transform:translateY(0px);
}
}
.fadeInUpBig {
	animation-name: fadeInUpBig;
}
@keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
.fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px);
}
100% {
opacity:0;
-webkit-transform:translateY(20px);
-moz-transform:translateY(20px);
-ms-transform:translateY(20px);
-o-transform:translateY(20px);
transform:translateY(20px);
}
}
.fadeOutDown {
	animation-name: fadeOutDown;
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
0% {
opacity:1;
transform:translateY(0px);
}
100% {
opacity:0;
transform:translateY(2000px);
}
}
.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
0% {
opacity:1;
transform:translateX(0px);
}
100% {
opacity:0;
transform:translateX(-20px);
}
}
.fadeOutLeft {
	animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
0% {
opacity:1;
transform:translateX(0px);
}
100% {
opacity:0;
transform:translateX(-2000px);
}
}
.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
0% {
opacity:1;
transform:translateX(0px);
}
100% {
opacity:0;
transform:translateX(20px);
}
}
.fadeOutRight {
	animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
0% {
opacity:1;
transform:translateX(0px);
}
100% {
opacity:0;
transform:translateX(2000px);
}
}
.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
0% {
opacity:1;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px);
}
100% {
opacity:0;
-webkit-transform:translateY(-20px);
-moz-transform:translateY(-20px);
-ms-transform:translateY(-20px);
-o-transform:translateY(-20px);
transform:translateY(-20px);
}
}
.fadeOutUp {
	animation-name: fadeOutUp;
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
0% {
opacity:1;
transform:translateY(0px);
}
100% {
opacity:0;
transform:translateY(-2000px);
}
}
.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}
@keyframes flip {
0% {
transform:perspective(400px) translateZ(0px) rotateY(0deg) scale(1);
}
0%, 40% {
animation-timing-function:ease-out;
}
40% {
transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
}
50% {
animation-timing-function:ease-in;
transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
}
80% {
transform:perspective(400px) translateZ(0px) rotateY(360deg) scale(0.95);
}
80%, 100% {
animation-timing-function:ease-in;
}
100% {
transform:perspective(400px) translateZ(0px) rotateY(360deg) scale(1);
}
}
.animated.flip {
	animation-name: flip;
	backface-visibility: visible;
}
@keyframes flipInX {
0% {
opacity:0;
transform:perspective(400px) rotateX(90deg);
}
40% {
transform:perspective(400px) rotateX(-10deg);
}
70% {
transform:perspective(400px) rotateX(10deg);
}
100% {
opacity:1;
transform:perspective(400px) rotateX(0deg);
}
}
.flipInX {
	animation-name: flipInX;
	backface-visibility: visible !important;
}
@keyframes flipInY {
0% {
opacity:0;
transform:perspective(400px) rotateY(90deg);
}
40% {
transform:perspective(400px) rotateY(-10deg);
}
70% {
transform:perspective(400px) rotateY(10deg);
}
100% {
opacity:1;
transform:perspective(400px) rotateY(0deg);
}
}
.flipInY {
	animation-name: flipInY;
	backface-visibility: visible !important;
}
@keyframes flipOutX {
0% {
opacity:1;
transform:perspective(400px) rotateX(0deg);
}
100% {
opacity:0;
transform:perspective(400px) rotateX(90deg);
}
}
.flipOutX {
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@keyframes flipOutY {
0% {
opacity:1;
transform:perspective(400px) rotateY(0deg);
}
100% {
opacity:0;
transform:perspective(400px) rotateY(90deg);
}
}
.flipOutY {
	animation-name: flipOutY;
	backface-visibility: visible !important;
}
@keyframes lightSpeedIn {
0% {
opacity:0;
transform:translateX(100%) skewX(-30deg);
}
60% {
opacity:1;
transform:translateX(-20%) skewX(30deg);
}
80% {
opacity:1;
transform:translateX(0%) skewX(-15deg);
}
100% {
opacity:1;
transform:translateX(0%) skewX(0deg);
}
}
.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
0% {
opacity:1;
transform:translateX(0%) skewX(0deg);
}
100% {
opacity:0;
transform:translateX(100%) skewX(-30deg);
}
}
.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}
@keyframes rotateIn {
0% {
opacity:0;
transform:rotate(-200deg);
}
0%, 100% {
transform-origin:center center 0;
}
100% {
opacity:1;
transform:rotate(0deg);
}
}
.rotateIn {
	animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
0% {
opacity:0;
transform:rotate(-90deg);
}
0%, 100% {
transform-origin:left bottom 0;
}
100% {
opacity:1;
transform:rotate(0deg);
}
}
.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
0% {
opacity:0;
transform:rotate(90deg);
}
0%, 100% {
transform-origin:right bottom 0;
}
100% {
opacity:1;
transform:rotate(0deg);
}
}
.rotateInDownRight {
	animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
0% {
opacity:0;
transform:rotate(90deg);
}
0%, 100% {
transform-origin:left bottom 0;
}
100% {
opacity:1;
transform:rotate(0deg);
}
}
.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
0% {
opacity:0;
transform:rotate(-90deg);
}
0%, 100% {
transform-origin:right bottom 0;
}
100% {
opacity:1;
transform:rotate(0deg);
}
}
.rotateInUpRight {
	animation-name: rotateInUpRight;
}
@keyframes rotateOut {
0% {
opacity:1;
transform:rotate(0deg);
}
0%, 100% {
transform-origin:center center 0;
}
100% {
opacity:0;
transform:rotate(200deg);
}
}
.rotateOut {
	animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
0% {
opacity:1;
transform:rotate(0deg);
}
0%, 100% {
transform-origin:left bottom 0;
}
100% {
opacity:0;
transform:rotate(90deg);
}
}
.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
0% {
opacity:1;
transform:rotate(0deg);
}
0%, 100% {
transform-origin:right bottom 0;
}
100% {
opacity:0;
transform:rotate(-90deg);
}
}
.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
0% {
opacity:1;
transform:rotate(0deg);
}
0%, 100% {
transform-origin:left bottom 0;
}
100% {
opacity:0;
transform:rotate(-90deg);
}
}
.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
0% {
opacity:1;
transform:rotate(0deg);
}
0%, 100% {
transform-origin:right bottom 0;
}
100% {
opacity:0;
transform:rotate(90deg);
}
}
.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
0% {
opacity:0;
transform:translateY(-2000px);
}
100% {
transform:translateY(0px);
}
}
.slideInDown {
	animation-name: slideInDown;
}
@keyframes slideInLeft {
0% {
opacity:0;
transform:translateX(-2000px);
}
100% {
transform:translateX(0px);
}
}
.slideInLeft {
	animation-name: slideInLeft;
}
@keyframes slideInRight {
0% {
opacity:0;
transform:translateX(2000px);
}
100% {
transform:translateX(0px);
}
}
.slideInRight {
	animation-name: slideInRight;
}
@keyframes slideOutLeft {
0% {
transform:translateX(0px);
}
100% {
opacity:0;
transform:translateX(-2000px);
}
}
.slideOutLeft {
	animation-name: slideOutLeft;
}
@keyframes slideOutRight {
0% {
transform:translateX(0px);
}
100% {
opacity:0;
transform:translateX(2000px);
}
}
.slideOutRight {
	animation-name: slideOutRight;
}
@keyframes slideOutUp {
0% {
transform:translateY(0px);
}
100% {
opacity:0;
transform:translateY(-2000px);
}
}
.slideOutUp {
	animation-name: slideOutUp;
}
@keyframes hinge {
0% {
transform:rotate(0deg);
}
0%, 20%, 60% {
animation-timing-function:ease-in-out;
transform-origin:left top 0;
}
20%, 60% {
transform:rotate(80deg);
}
40% {
transform:rotate(60deg);
}
40%, 80% {
animation-timing-function:ease-in-out;
transform-origin:left top 0;
}
80% {
opacity:1;
transform:rotate(60deg) translateY(0px);
}
100% {
opacity:0;
transform:translateY(700px);
}
}
.hinge {
	animation-name: hinge;
}
@keyframes rollIn {
0% {
opacity:0;
transform:translateX(-100%) rotate(-120deg);
}
100% {
opacity:1;
transform:translateX(0px) rotate(0deg);
}
}
.rollIn {
	animation-name: rollIn;
}
@keyframes rollOut {
0% {
opacity:1;
transform:translateX(0px) rotate(0deg);
}
100% {
opacity:0;
transform:translateX(100%) rotate(120deg);
}
}
.rollOut {
	animation-name: rollOut;
}
#admin-menu li {
	line-height: 1.4em;
}
.no-padding {
	padding: 0px !important;
}
p {
	margin: 0 0 15px;
}
.bold, b, strong {
	font-weight: 700;
}
.bolder {
	font-weight: 800;
	color: #777777;
}
.large-paragraph {
	font-size: 27px;
	font-weight: lighter;
	line-height: normal;
	margin: 40px auto 0 !important;
	text-transform: uppercase;
}
.main-color {
	color: #e7512f !important;
}
.padding80 {
	padding: 80px 0;
}
.extraLarge {
	font-size: 20px;
}
.gry-bg {
	background: #eee;
}
.main-bg {
	background-color: #e7512f !important;
	color: #fff !important;
}
.main-bg:hover {
	background-color: daken(#e7512f, 10%) !important;
	color: #fff !important;
}
.large-desc {
	font-size: 16px;
}
.large-desc p {
	font-size: 16px;
}
.witTxt {
	color: #fff;
}
.witTitle h2.block-title {
	color: #fff;
}
.main-border {
	border: 1px solid #e7512f !important;
}
.alter-border {
	border: 1px solid #e1e1e1 !important;
	color: #777 !important;
}
.white-bg {
	background: #ffffff;
	color: #777777 !important;
}
.gry-bg {
	background: #eee;
}
.gry-pattern {
	background: url("../../../all/themes/exception/assets/images/gry-patt.png") repeat scroll 0 0 #eee;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.img-pattern {
	background: url("../../../all/themes/exception/assets/images/1.png") repeat scroll 0 0 #fff;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}
.dark-bg {
	background-color: #222;
	padding: 80px 0;
}
.highInd {
	z-index: 9999 !important;
}
img {
	height: auto;
	max-width: 100%;
}
a {
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
.left {
	float: left;
}
a:hover {
	text-decoration: none;
}
th, td, caption {
	padding: 10px;
}
td, caption {
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
tr.even td {
	background: #f9f9f9;
}
table {
	border: 1px solid #e2e2e2;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
tr:nth-child(2n+1) {
	background: #f3f3f3;
}
tfoot {
	background: #e9e9e9;
	font-weight: bold;
}
th {
	background: #f5f5f5;
	border-bottom: 2px solid #777;
	border-right: 1px solid #e2e2e2;
	text-transform: uppercase;
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #eeeded -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-right: 0 none;
	border-style: solid none none;
	border-width: 1px 0 0;
	display: block;
	height: 1px;
	margin: 1em 0;
	overflow: visible;
	padding: 0;
	position: relative;
}
hr:before {
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 20%;
	background: #e7512f;
}
hr:after {
	content: "";
	display: inline-block;
	height: 1px;
	position: absolute;
	right: 0;
	top: -1px;
	width: 20%;
	background: #e7512f;
}
.hr-style2:before {
	left: 30%;
	width: 40%;
}
.hr-style2:after {
	display: none;
}
.hr-style3:before {
	left: 20%;
	width: 20%;
}
.hr-style3:after {
	right: 20%;
	width: 20%;
}
.hr-style4:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 20px;
	left: 44%;
	line-height: 1px;
	margin-top: 0;
	text-align: right;
	width: 5%;
	color: #e7512f;
}
.hr-style4:after {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 1px;
	margin-top: 0;
	right: 44%;
	text-align: left;
	width: 5%;
	color: #e7512f;
}
.hr-style5:before {
	content: "\f1d8";
	font-family: FontAwesome;
	font-size: 20px;
	left: 44%;
	line-height: 1px;
	margin-top: 0;
	text-align: center;
	width: 5%;
}
.hr-style5:after {
	content: "\f1d8";
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 1px;
	margin-top: 0;
	right: 44%;
	text-align: center;
	transform: rotateY(180deg);
	width: 5%;
}
.hr-style5:before, .hr-style5:after {
	background: #ffffff;
	color: #d4d4d4;
}
.white-border {
	border: solid 1px #FFF !important;
}
select, textarea, input[type="text"], input[type="password"] {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	display: inline-block;
	padding: 12px 15px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	margin-bottom: 20px;
}
.comment-form .form-item, .comment-form .form-actions, .contact-form .form-item, .contact-form .form-actions {
	margin: 0;
	display: block;
	overflow: hidden;
}
.comment-form .form-actions, .contact-form .form-actions {
	margin: 0 0 20px;
}
.comment-form input[type="text"], .comment-form input[type="password"], .comment-form input[type="email"], .comment-form textarea, .comment-form input[type="file"], .contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"], .contact-form textarea, .contact-form input[type="file"] {
	background: #fff;
	border: 1px solid #dfdfdf;
	display: inline-block;
	float: left;
	padding: 12px 15px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	margin-bottom: 20px;
}
.comment-form .form-submit, .contact-form .form-submit {
	font-size: 15px;
	line-height: 49px;
	padding: 0 22px;
	color: #fff;
	background: #e7512f;
}
.comment-form .form-submit:hover, .contact-form .form-submit:hover {
	background: #cc3917;
	color: #fff;
}
input, select, textarea, .uneditable-input {
	background: #fff;
	border: 1px solid #dfdfdf;
	display: inline-block;
	padding: 12px 15px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	margin-bottom: 20px;
}
input, button, select, textarea {
	font-size: 14px;
	font-weight: 300;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	border: 1px solid #ccc;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
textarea {
	height: 100%;
	padding: 5px 10px;
	margin-bottom: 15px;
	min-height: 150px;
	resize: vertical;
}
.form-submit {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	width: auto;
}
.btn-submit, .btn-primary {
	background-color: transparent;
	text-transform: uppercase;
	padding: 0 10px;
	border-radius: 0;
	color: #777777;
}
.btn-submit:hover, .btn-primary:hover {
	background: #222222;
	color: #ffffff;
}
.btn-default {
	background-color: transparent;
	text-transform: uppercase;
	padding: 0 10px;
	border: 1px solid #FFF;
	border-radius: 0 !important;
	color: #777777;
}
.btn-default:hover {
background:!important;
	color: #444;
}
.line-60 {
	padding: 0;
	height: 60px;
	width: 100%;
	margin: 0;
}
.line-20 {
	padding: 0;
	height: 20px;
	width: 100%;
	margin: 0;
}
.l-pad30 {
	padding-left: 30px;
}
.t-pad40 {
	padding-top: 40px;
}
.t-pad60 {
	padding-top: 60px;
}
.b-pad60 {
	padding-bottom: 60px;
}
.b-pad70 {
	padding-bottom: 70px;
}
.b-pad80 {
	padding-bottom: 80px;
}
.padding-lr30 {
	padding-left: 30px;
	padding-right: 30px;
}
.h-370 {
	height: 370px;
}
tbody {
	border-top: 0 none;
}
.title-pad-40 .box-title {
	margin: 40px 0 !important;
}
.dexp-shortcodes-box.box-center.text-light .box-title {
	font-weight: 300 !important;
	font-size: 25px !important;
}
.dexp-shortcodes-box.box-center.text-light .box-content {
	font-size: 18px;
}
.webform-client-form .form-item {
	margin: 0 0 20px;
	overflow: hidden;
	width: 100%;
}
.webform-client-form label {
	font-weight: normal;
}
.webform-client-form input[type="text"], .webform-client-form input[type="password"], .webform-client-form input[type="email"], .webform-client-form input[type="file"], .webform-client-form textarea {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	display: inline-block;
	float: left;
	padding: 12px 15px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
}
.webform-client-form input[type="radio"], .webform-client-form input[type="checkbox"] {
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}
.webform-client-form select {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	display: inline-block;
	float: left;
	line-height: 35px;
	padding: 10px 15px;
	width: 100%;
}
.webform-client-form .form-actions {
	margin: 0;
}
.webform-client-form .form-actions .btn {
	font-size: 15px;
	line-height: 49px;
	padding: 0 22px;
	background-color: #e7512f;
	color: #fff;
}
.webform-client-form .form-actions .btn:hover {
	background-color: #cc3917;
	border-color: #cc3917;
}
.form-managed-file .form-file {
	margin-bottom: 20px;
}
.form-managed-file .form-submit {
	margin: 0 10px 0 0;
}
#section-top {
	border-bottom: 1px #eee solid;
	background: #f4f4f4;
	text-transform: uppercase;
	font-size: 11px;
}
#section-top ul li {
	display: inline-block;
	border-left: 1px #E9E9E9 solid;
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
}
#section-top ul li:first-child {
	border-left: 0;
}
#section-top ul li:first-child i {
	margin: 0 8px 0 0;
}
#section-top ul li a, #section-top ul li span {
	color: #A2A2A2;
	line-height: 39px;
}
#section-top ul li a:hover, #section-top ul li span.nolink:hover {
	text-decoration: underline;
}
#section-top ul li i {
	margin: 0 8px;
	font-size: 13px;
}
#section-top .region-top-right {
	text-align: right;
	float: right;
	height: 39px;
}
#section-top .region-top-right .block {
	display: inline-block;
}
#section-top #block-views-simple-shopping-cart-block {
	padding: 0 10px 0 0;
	border-right: 1px solid #E9E9E9;
	margin-right: 10px;
}
#section-top #block-views-simple-shopping-cart-block a {
	color: #A2A2A2;
}
#section-top #block-views-simple-shopping-cart-block a:hover {
	text-decoration: underline;
}
#section-top #block-views-simple-shopping-cart-block i {
	margin: 0 8px;
	font-size: 13px;
}
#section-top #block-views-simple-shopping-cart-block i:hover {
	text-decoration: none;
}
#section-top #block-dexp-popup-login-bootstrap-login {
	float: right;
}
#section-top ul {
	width: 100%;
	text-align: left;
}
#section-top .dropdown {
	float: left;
}
#section-top .dropdown a {
	font-size: 11px;
	padding: 6px 9px;
	color: #999;
}
#section-top .dropdown a i {
	color: #999;
}
#section-top .dropdown a:hover {
	background: #999;
	color: #ffffff;
}
#section-top .dropdown a:hover i {
	color: #ffffff;
}
#section-top .dropdown a:focus, #section-top .dropdown a:active {
	background: #999;
	color: #ffffff;
}
#section-top .dropdown a:focus i, #section-top .dropdown a:active i {
	color: #ffffff;
}
#section-top .dropdown-menu {
	left: -82px !important;
	width: 250px !important;
	padding: 10px;
	margin: 9px 0;
}
#section-top .dropdown-menu .description {
	display: none;
}
#section-top .dropdown-menu .form-item {
	margin-top: 0;
}
#section-top .dropdown-menu .form-item input {
	line-height: 20px;
	padding: 5px;
	margin-bottom: 0;
	font-size: 12px;
	border: 1px solid #ddd !important;
}
#section-top .dropdown-menu .form-actions {
	margin-bottom: 0;
}
#section-top .dropdown-menu .form-actions .btn-primary {
	margin-bottom: 0;
	border: 1px solid #ddd !important;
	border-radius: 0;
	height: 40px;
	color: #777777;
}
#section-top .dropdown-menu .form-actions .btn-primary:hover {
	background: #222;
	color: #FFF;
}
#section-top .dropdown-menu:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	-webkit-transition: -webkit-transform 0.5s linear;
	-moz-transition: -moz-transform 0.5s linear;
	transition: transform 0.5s linear;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #FFF;
}
#section-tops {
	background: #333;
	color: #fff;
	position: relative;
	text-align: center;
}
#ajax-user-login-block-wrapper {
	padding: 15px 20px;
	display: none;
}
.close-login {
	color: #fff !important;
	font-size: 22px;
	position: absolute;
	right: 10px;
	top: 2px;
}
#user-login-form {
	display: table;
	margin: 0 auto;
}
#user-login-form .form-item {
	background: #fff;
	border: 1px solid #eee;
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
	float: left;
	margin: 0 5px;
	width: 180px;
}
#user-login-form .form-actions {
	float: left;
	margin: 0 5px;
	background: #e7512f;
	color: #fff;
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
}
#user-login-form .form-actions .btn {
	background: none;
	border: 1px solid transparent;
}
#user-login-form .form-actions .btn:hover, #user-login-form .form-actions .btn:focus {
	background: none;
	border: 1px solid transparent;
}
#user-login-form .form-actions input {
	color: #fff;
}
#user-login-form input {
	font-size: 11px;
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
	line-height: 30px;
	background: none;
	border: none;
	margin: 0;
	padding: 0 10px;
	color: #555;
}
#user-login-form input:focus {
	border: none;
}

@media (max-width:767px) {
#section-top {
	border-bottom: 0 none;
}
#section-top #block-locale-language ul {
	border-left: 0 none;
	border-right: 0 none;
}
#section-top .hotline {
	text-align: right;
}
}
.logged-in #block-system-user-menu li.first a:before {
	content: " " !important;
}
body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	color: #777777;
	background-color: #ffffff;
	font-weight: 300;
}
body.boxed {
	background: url("../../../all/themes/exception/assets/images/bg1.jpg") repeat scroll 0 0 #ffffff;
}
body.boxed .dexp-body-inner {
	max-width: 1170px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	background: #ffffff;
}
p {
	margin: 0 0 20px;
	line-height: 22px;
	font-size: 13px;
}
.right {
	float: right !important;
}
.left {
	float: left !important;
}
.large-title {
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase;
}
.large-text {
	color: #fff;
	font-size: 20px;
	font-weight: lighter;
}
.padd-top-20 {
	padding-top: 20px;
}
.center {
	text-align: center;
}
.center th, .center tr, .center td {
	text-align: center;
}
.title-center h2.block-title, .title-center h1.title {
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding: 0 30px 20px 30px;
}
.title-center h2.block-title:before, .title-center h1.title:before {
	left: 50%;
	margin-left: -17.5px;
}
.title-center h2.block-title:after, .title-center h1.title:after {
	left: 50%;
	margin-left: -40px;
}
h2.block-title, h1.title, #comments_wrapper h3 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 20px;
	border-bottom: 1px #e2e2e2 solid;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 20px;
	color: #e7512f;
}
h2.block-title:before, h1.title:before, #comments_wrapper h3:before {
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 35px;
	height: 5px;
	content: "";
	display: inline-block;
	background-color: #e7512f;
}
h2.block-title:after, h1.title:after, #comments_wrapper h3:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	content: "";
	display: inline-block;
	background-color: #e7512f;
}
.search-form {
	overflow: hidden;
}
li, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list li {
	padding: 0 0 10px 10px;
}
.list li:before {
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 10px;
	font-family: FontAwesome;
	color: #e7512f;
}
.list-ok li:before {
	content: "\f00c";
}
.list-bookmark li {
	line-height: 22px;
}
.list-bookmark li:before {
	content: "\f02e";
	font-family: FontAwesome;
}
.list-bookmark li .dexp-animate {
	display: inline-block;
}
.work-exp li h4 {
	color: #777;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.work-exp li h4:before {
	color: #b8b8b8;
	content: "\f1d9";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: 10px;
}
.work-exp li .dexp-animate {
	display: inline-block;
}
.work-exp li p {
	padding-bottom: 10px;
	padding-left: 23px;
}
.list-details li {
	border-top: 1px solid #e5e5e5;
	padding: 10px 3px;
}
.list-details li:first-child {
	border: none;
}
.list-details li span {
	margin: 0 15px 0 5px;
}
.list-details li span.main-color {
	font-size: 13px;
	font-weight: bold;
}
.bg-reflect-section {
	background: #EEE;
}
#section-header.fixed {
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.bg-gray {
	background-color: #f6f6f6;
}
.bg-white {
	background-color: #fff;
}
#section-main-content {
	padding: 80px 0;
}
body.page-node-41 #section-main-content, body.page-node-60 #section-main-content, body.page-node-30 #section-main-content, body.page-node-35 #section-main-content, body.page-node-119 #section-main-content, body.page-node-112 #section-main-content, body.page-node-111 #section-main-content, body.page-node-66 #section-main-content, body.page-node-64 #section-main-content, body.page-node-65 #section-main-content, body.page-node-120 #section-main-content, body.page-node-121 #section-main-content, body.page-node-122 #section-main-content, body .home-5 #section-main-content {
	padding: 0;
}
body.page-node-14 #section-main-content, body.page-node-40 #section-main-content {
	padding-bottom: 0;
}
.home-5 #section-main-content {
	padding: 0;
}
.staff .staff-col {
	padding: 3px;
}
.staff .fun-number {
	background-color: transparent;
	font-size: 38px;
	font-weight: 400;
	padding: 0;
	text-align: center;
	line-height: 50px;
}
.staff .fun-text {
	color: #333;
	font-size: 15px;
	min-height: inherit;
	padding: 0 0 15px;
	text-align: center;
	top: 0;
}
.staff .gry-bg {
	padding: 15px 9px;
}
.staff .gry-bg .fun-text {
	color: #333;
}
.page_title {
	margin: 47px 0;
	font-size: 22px;
	font-weight: normal;
}
.page_title_has_sub .page_title {
	margin-bottom: 0px;
}
.breadcrumb {
	list-style: none outside none;
	margin: 0;
	padding: 49px 0;
	text-align: right;
	background-color: transparent;
	border-radius: 0 none;
}
.breadcrumb a {
	color: #666666;
	padding: 0 10px;
	font-size: 14px;
}
.breadcrumb a:first-child {
	padding: 0 10px 0 0;
}
#section-page-title {
	background: url("../../../all/themes/exception/assets/images/Page-title-1.jpg") no-repeat scroll 50% 50% / cover #fff;
}
#section-page-title .page_title {
	margin: 30px 0;
	display: inline-block;
	font-size: 35px;
	font-weight: bold;
	text-transform: capitalize;
	color: #e7512f;
}
#section-page-title .page_title span {
	color: #777;
}
#section-page-title .breadcrumb {
	float: left;
	overflow: hidden;
	padding: 8px 10px;
	background-color: #777;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	color: #fff;
}
#section-page-title .breadcrumb a, #section-page-title .breadcrumb span {
	margin: 0 3px;
	color: #fff;
	padding: 0;
}
#section-page-title #cart-baseket {
	float: right;
	background: #e7512f;
	color: #fff;
	padding: 10px;
	line-height: normal;
}
#section-page-title #cart-baseket i {
	font-size: 16px;
	margin-right: 10px;
}
#section-user0 {
	padding: 80px 0;
}
.page-node-35 #section-user0 {
	background: url("../../../all/themes/exception/assets/images/1.png") repeat scroll 0 0 #fff;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}
.page-node-40 #section-user0 {
	padding-top: 0;
}
#section-our-works {
	padding: 80px 0;
}
#section-feature .block {
	float: left;
}
#section-feature-group {
	padding: 80px 0;
}
.page-node-33 #section-feature-group {
	background: url("../../../all/themes/exception/assets/images/1.png") repeat scroll 0 0 #fff;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}
.page-node-33 #section-parallax-03 {
	background: url("../../../all/themes/exception/assets/images/gry-patt.png") repeat scroll 0 0 #eee;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.margin .view-bxslider-testimonials {
	margin: 0 -15px;
}
.margin .bx-wrapper .bx-controls-direction a.bx-next {
	right: 15px;
}
.margin .bx-wrapper .bx-controls-direction a.bx-prev {
	right: 47px;
}
.testimonial:hover .testimonials-bg {
	background: #e6e6e6;
}
.testimonials-bg {
	position: relative;
	z-index: 4;
	overflow: hidden;
	margin: 0 15px;
	padding: 8px;
	background: #E9E9E9;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.testimonials-bg:hover {
	background: #e6e6e6;
}
.testimonials-bg .rating {
	position: relative;
	z-index: 1;
	clear: both;
	overflow: hidden;
	padding: 10px 0 0;
}
.testimonials-bg:after {
	position: absolute;
	right: 8px;
	bottom: 8px;
	display: inline-block;
	margin-right: 7px;
	color: #CFCFCF;
	content: "\f10e";
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	font-family: FontAwesome;
	line-height: 1;
}
.testimonials-bg p {
	margin: 0;
	line-height: 1.5;
}
.testimonials-image {
	position: relative;
	z-index: 2;
	float: left;
	margin: 0 10px 5px 0;
	max-width: 70px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.testimonials-name {
	position: relative;
	margin: 0 5px;
	padding: 5px 0 8px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}
.testimonials-style1 .testimonial:hover .testimonials-name:after, .testimonials-style1 .testimonial:hover .testimonials-name:before {
	border-color: #ccc transparent transparent;
}
.testimonials-style1 .testimonials-name:after {
	position: absolute;
	right: 10px;
	bottom: 9px;
	z-index: 0;
	width: 0;
	height: 0;
	border-width: 20px 23px 0 0;
	border-style: solid;
	border-color: #DADADA transparent transparent;
	content: "";
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.testimonials-style1 .testimonials-name:before {
	position: absolute;
	bottom: 9px;
	left: 10px;
	z-index: 0;
	width: 0;
	height: 0;
	border-width: 20px 0 0 23px;
	border-style: solid;
	border-color: #DADADA transparent transparent;
	content: "";
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.testimonials-style2 p {
	font-size: 16px;
	line-height: 29px;
	color: #fff;
}
.testimonials-style2 .testimonials-name {
	display: table;
	font-size: 130%;
	margin: auto;
	padding: 10px 20px;
}
.YTPOverlay {
	background: rgba(231,81,47,0.6);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 555;
}
.orange-over, .black-overlay {
	position: relative;
	overflow: hidden;
}
.orange-over:before, .black-overlay:before {
	background: rgba(231,81,47,0.7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	content: "";
}
.black-overlay:before {
	background: rgba(0,0,0,0.8) !important;
}
#section-parallax-01 .fun-title {
	line-height: 45px;
	padding: 21px;
}
#section-parallax-01 .fun-title p {
	color: #777;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	margin-top: 6px;
	text-transform: none;
}
.page-node-30 #section-parallax-03 {
	background: url("../../../all/themes/exception/assets/images/gry-patt.png") repeat scroll 0 0 #eee;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.plan-items {
	color: #fff;
	padding: 50px 50px 0;
}
.plan-items .dexp-animate {
	padding-bottom: 60px;
	position: relative;
	z-index: 9;
}
.plan-items h3 {
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #fff;
}
.plan-items p {
	margin: 5px 0;
}
.plan-year {
	background: url("../../../all/themes/exception/assets/images/planBG.png") no-repeat scroll 0 100% transparent;
	bottom: 40px;
	color: #333;
	font-size: 20px;
	font-weight: 800;
	position: absolute;
	width: 250px;
	z-index: 9;
	height: 26px;
}
.plan-year:after {
	bottom: -6px;
	content: "";
	display: inline-block;
	height: 40px;
	position: absolute;
	right: -15px;
	width: 38px;
	z-index: -1;
	background-color: #e7512f;
}
.plan-year:before {
	background: #fff;
	bottom: -6px;
	content: "";
	display: inline-block;
	height: 40px;
	position: absolute;
	right: 23px;
	width: 38px;
	z-index: -1;
}
.lft-plan .plan-year {
	right: -73px;
	text-align: right;
}
.rit-plan .plan-year {
	left: -75px;
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.rit-plan .plan-year:after {
	right: -13px;
}
.rit-plan .plan-year span {
	display: block;
	float: right;
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.plan-title {
	background: #ffffff;
	font-size: 55px;
	line-height: 90%;
	margin: auto;
	padding-top: 50px;
	text-align: center;
	text-transform: uppercase;
	height: 656px;
}
.plan-title span {
	color: #333;
}
.statistics-padding {
	padding-left: 100px;
}
.my-details .my-img {
	margin: 0 0 40px;
	background: #f3f3f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.my-details .my-img img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	height: 150px;
	position: relative;
	width: 150px;
	z-index: 5;
}
.my-details .my-img .my-name {
	display: table;
	font-size: 18px;
	line-height: normal;
	margin: 15px 0;
	padding-left: 25px;
}
.bg-over {
	background: url("../../../all/themes/exception/assets/images/gry-patt.png") repeat scroll 0 0 #eee;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding: 30px 0;
}
#section-bottom {
	overflow: hidden;
	padding: 60px 0 50px;
	border-bottom: 1px #0f0f0f solid;
	background: #222;
	color: #aaa;
}
#section-bottom .block-title {
	border-bottom-color: #3a3a3a;
	color: #c5c5c5;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
	font-size: 15px;
}
#section-bottom .menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#section-bottom .menu a, #section-bottom .menu span.nolink {
	display: inline-block;
	padding: 7px 0;
	color: #9E9E9E;
}
#section-bottom .menu a:hover, #section-bottom .menu span.nolink:hover {
	color: #e7512f;
}
#section-bottom .menu a:hover:before, #section-bottom .menu span.nolink:hover:before {
	color: #e7512f;
}
#section-bottom .menu a:before, #section-bottom .menu span.nolink:before {
	display: inline-block;
	margin-right: 7px;
	color: #5b5b5b;
	content: "\f105";
	font-family: FontAwesome;
}
#section-bottom hr {
	clear: both;
	margin: 50px 15px;
	border-top: 1px #3A3A3A solid;
}
#section-bottom hr.hr-style5:after, #section-bottom hr.hr-style5:before {
	background: #222;
	color: #3A3A3A;
}
#section-bottom .tags ul li a {
	background: #2c2c2c;
	color: #c4c4c4;
	padding: 8px 6px;
}
#section-bottom .tags ul li a:hover {
	background: #e7512f;
}
.dexp-twitter {
	position: relative;
	padding: 0 0 5px 45px;
	font-size: 12px;
}
.dexp-twitter i {
	position: absolute;
	top: 3px;
	left: -45px;
	color: #5c5c5c;
	font-size: 250%;
}
.dexp-twitter .sp-text {
	margin: 0 0 10px;
}
.dexp-twitter a {
	color: #aaa;
}
.dexp-twitter-style-2 i {
	border: 2px solid #e7512f;
	display: table;
	font-size: 35px;
	margin: auto auto 20px;
	padding: 1px 15px;
	color: #e7512f;
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
	position: relative;
	top: auto;
	left: auto;
	line-height: 50px;
	float: none !important;
}
.dexp-twitter-style-2 i:before {
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
	display: block;
}
.dexp-twitter-style-2 .sp-text {
	font-size: 16px;
	text-align: center;
}
.dexp-twitter-style-2 .author {
	text-align: center;
	font-size: 23px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
	color: #e7512f;
}
.dexp-twitter-style-2 a {
	color: #e7512f;
}
#section-footer {
	overflow: auto;
	padding: 15px 0;
	border-top: 1px #363636 solid;
	background: #1D1D1D;
}
#section-footer .region-copyright p {
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
	font-size: 11px;
	margin: 0;
}
#section-footer b {
	color: #e7512f;
}
#section-footer .region-copyright a {
	color: #777;
	text-decoration: underline;
}
#section-footer .region-copyright a:hover {
	color: #e7512f;
	text-decoration: none;
}
#section-footer ul.social-list {
	float: right;
}
.block-dexp-quicksettings {
	position: fixed;
	right: -232px;
	top: 90px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	width: 230px;
	z-index: 99999;
}
.block-dexp-quicksettings .quicksettings_toggle {
	background-color: #444;
	color: #fff;
	float: left;
	font-size: 20px;
	margin-left: -55px;
	margin-top: 38px;
	padding: 17px;
	text-decoration: none;
	cursor: pointer;
}
.block-dexp-quicksettings .quicksettings_toggle:before {
	content: "\f085";
	font-family: FontAwesome;
}
.block-dexp-quicksettings.open {
	right: 0;
}
.dexp_settings {
	background-color: #fff;
	border-left: 5px solid #444;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	width: 230px;
	padding: 0 15px 15px;
}
.dexp_settings h3 {
	font-weight: normal;
	margin: 0;
	padding: 15px 0;
	font-size: 13px;
	text-transform: none;
	line-height: normal;
	float: left;
}
.dexp_settings select {
	margin-bottom: 10px;
}
ul.presets {
	display: block;
	clear: both;
}
ul.presets li {
	display: inline-block;
	padding: 2px;
}
ul.presets li a {
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	border: 1px solid #222;
}
ul.presets li a span {
	display: inline-block;
	cursor: pointer;
	width: 150%;
	height: 150%;
	position: absolute;
	z-index: 3;
}
ul.presets li a span.color-main {
	left: 7px;
	top: 27%;
	transform: rotate(-45deg);
	z-index: 10;
}
.block-newsletter {
	text-align: center;
}
.block-newsletter form {
	margin: auto 15px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}
.block-newsletter form:before {
	color: #5c5c5c;
	content: "\f0e0";
	display: inline-block;
	font-family: FontAwesome;
	left: 24px;
	position: absolute;
	top: 16px;
}
.block-newsletter form .form-item {
	border: 1px solid #3f3f3f;
	border-right: none;
	color: #fff;
	font-size: 11px;
	margin: 0 0 0 10px;
	padding-left: 25px;
	width: 67%;
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
	float: left;
}
.block-newsletter form .form-item input {
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
	background-color: transparent;
	background-image: none;
	border: 0 none;
	color: #555;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin: 0;
	text-transform: uppercase;
}
.block-newsletter form .form-item input:hover, .block-newsletter form .form-item input:focus {
	background: none;
	line-height: 30px;
}
.block-newsletter form #subscribe {
	background: #3f3f3f;
	color: #fff;
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
	float: left;
}
.block-newsletter form #subscribe input {
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
	background: none;
	color: inherit;
}
.block-newsletter form #subscribe:hover {
	background: #e7512f;
}
.social-list li {
	float: left;
	margin: 0 1px 0 0;
	font-size: 18px;
	-webkit-transform: skew(-25deg, 0);
	-moz-transform: skew(-25deg, 0);
	-ms-transform: skew(-25deg, 0);
	-o-transform: skew(-25deg, 0);
	transform: skew(-25deg, 0);
}
.social-list li a {
	display: block;
	padding: 0;
	color: #737373;
}
.social-list li a i {
	display: block;
	padding: 0 12px;
	text-align: center;
	line-height: 33px;
	-webkit-transform: skew(25deg, 0);
	-moz-transform: skew(25deg, 0);
	-ms-transform: skew(25deg, 0);
	-o-transform: skew(25deg, 0);
	transform: skew(25deg, 0);
}
.social-list li a:hover {
	text-decoration: none;
	color: #fff;
}
.social-list li:hover {
	background: #e7512f;
}
.video-item {
	height: auto;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: auto;
	z-index: 0;
}
.dexp-grid-items .dexp-grid-item {
	margin-bottom: 30px;
}
.contact-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-info ul li {
	padding: 7px 0;
}
.contact-info ul li span {
	display: table-cell;
}
.contact-info ul li i {
	display: table-cell;
	padding: 0 12px 0 0;
	color: #6a6a6a;
	vertical-align: middle;
	font-size: 18px;
}
.contact-info ul li a {
	color: #9E9E9E;
}
.copyright {
	margin-top: 70px;
}
a#btn-login {
	height: 100%;
	display: block;
}
a#btn-login.selected {
	text-decoration: none;
}
a#btn-login.selected:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #333;
	height: 0;
	right: 5%;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 5;
	content: "";
}
.block-dexp-popup-login .form-item-pass {
	position: relative;
}
.block-dexp-popup-login .form-item-pass .field-suffix {
	position: absolute;
	width: 26px;
	height: 26px;
	right: 3px;
	top: 3px;
	z-index: 999;
	text-align: center;
	line-height: 26px;
}
.block-dexp-popup-login .form-item-pass .field-suffix a {
	color: #ffffff !important;
	font-size: 19px !important;
}
.block-dexp-popup-login .item-list ul li a {
	color: #777777;
}
.services-box {
	background: url("../../../all/themes/exception/assets/images/black-noise.jpg");
}
.block-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}
.block-overlay div {
	height: 100%;
}
.bg-cover-right {
	background-size: cover auto;
	background-position: top right !important;
}
.bg-cover-left {
	background-size: cover auto;
	background-position: top left !important;
}
.bx-wrapper .bx-viewport {
	background: transparent !important;
}
.bx-wrapper .bx-viewport .bxslide img {
	margin: 0 auto;
}
#section-latest-news {
	padding-bottom: 45px;
}
#section-strapline {
	padding: 80px 0;
}
#section-strapline h2 {
	color: #bdbdbd;
}
#section-strapline p {
	margin: 0;
}
#to-top {
	cursor: pointer;
	font-size: 18px;
	line-height: 10px;
	overflow: auto;
	padding: 12px 14px 14px;
	position: fixed;
	right: 10px;
	transition: all 0.7s ease-in-out 0s;
	z-index: 55;
}

@media screen and (max-width:767px) {
.region-breadcrumb .breadcrumb {
	text-align: left;
}
#section-footer .block {
	text-align: center;
}
#section-footer #block-menu-menu-footer-menu ul:not(.contextual-links) {
	text-align: center;
	padding: 0;
	margin: 0;
}
#timeline .time-mark {
	display: none;
}
}
.dark-overlay-40 .YTPOverlay {
	background-color: rgba(0,0,0,0.4);
}
.one-page .sticky-wrapper {
	max-height: 0;
}
.one-page #section-our-works {
	background: #eee;
}
.one-page .dexp-section {
	padding: 0 !important;
}
.one-page .portfolio-filters {
	background: #fff;
}
.one-page #section-feature-group {
	padding: 140px 0 !important;
}
.one-page #section-clients {
	color: #fff !important;
}
.one-page #section-users-group {
	background: url("../../../all/themes/exception/assets/images/bg5.jpg") repeat scroll 0 0 #fff;
}
.one-page #section-bottom {
	padding: 80px 0 !important;
}
.one-page #section-footer {
	padding: 15px 0 !important;
}
.maintenance #section-main-content {
	background: url("../../../all/themes/exception/assets/images/block-bg-4.jpg") no-repeat fixed 0 0 / cover #fff;
	position: relative;
}
.maintenance #section-main-content:before {
	background: none repeat scroll 0 0 rgba(0,0,0,0.8) !important;
}
.maintenance-subscribe .prefix {
	font-size: 22px;
	font-weight: lighter;
	line-height: normal;
	margin: 20px auto 30px !important;
	text-align: center;
	color: #fff;
}
.maintenance-subscribe #newsletter-subscribe-form {
	padding: 0;
	margin: 0;
	position: relative;
	left: 30%;
}
.maintenance-subscribe #newsletter-subscribe-form .form-item {
	background: #fff;
	border: 0 none;
	height: 60px;
	margin: 0;
	min-width: 400px;
	padding: 15px 20px;
	width: 400px;
	float: left;
	-webkit-transform: skew(0, 0);
	-moz-transform: skew(0, 0);
	-ms-transform: skew(0, 0);
	-o-transform: skew(0, 0);
	transform: skew(0, 0);
}
.maintenance-subscribe #newsletter-subscribe-form .form-item input#edit-email {
	-webkit-transform: skew(0, 0);
	-moz-transform: skew(0, 0);
	-ms-transform: skew(0, 0);
	-o-transform: skew(0, 0);
	transform: skew(0, 0);
	margin: 0;
	padding: 0;
	border: none;
}
.maintenance-subscribe #newsletter-subscribe-form:before {
	display: none;
}
.maintenance-subscribe #newsletter-subscribe-form #subscribe {
	border: 0 none;
	height: 60px;
	float: left;
	padding: 15px 20px;
	background: #e7512f;
	-webkit-transform: skew(0, 0);
	-moz-transform: skew(0, 0);
	-ms-transform: skew(0, 0);
	-o-transform: skew(0, 0);
	transform: skew(0, 0);
}
.maintenance-subscribe #newsletter-subscribe-form #subscribe:hover {
	background: #cc3917;
}
.maintenance-subscribe #newsletter-subscribe-form #subscribe input {
	background: none;
	border: none;
	-webkit-transform: skew(0, 0);
	-moz-transform: skew(0, 0);
	-ms-transform: skew(0, 0);
	-o-transform: skew(0, 0);
	transform: skew(0, 0);
	padding: 0;
	float: left;
}
#dexp_countdown {
	display: table;
	margin: 80px auto 0;
}
#dexp_countdown .dexp-time {
	float: left;
	margin: 0 10px;
	text-align: center;
}
#dexp_countdown span.number {
	background: url("../../../all/themes/exception/assets/images/digits.png") no-repeat;
	background-size: 100% 100%;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 55px;
	font-weight: 800;
	height: 120px;
	padding: 18px 30px;
	perspective: 500px;
	position: relative;
	text-align: center;
}
#dexp_countdown span.text {
	color: #fff;
	font-size: 20px;
	display: block;
	margin-top: 30px;
}
.page-node-51 #section-clients {
	background: url("../../../all/themes/exception/assets/images/gry-patt.png") repeat scroll 0 0 #eee;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.social {
	padding: 0;
	margin: 0;
	font-size: 0;
	height: 28px;
}
.social li {
	display: inline-block;
	font-family: 'fontello-social';
	margin-right: 5px;
}
.social li a {
	display: table;
}
.social li a i {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #aaa;
	background: aaa;
	border: 1px solid #000;
	width: 28px;
	height: 28px !important;
	line-height: 1;
	font-size: 12px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	border-radius: 3px;
}
.social li a i.icon-s-pinterest {
	background-color: #d8545d;
	border-color: #d8545d;
	color: #fff;
}
.social li a i.icon-s-rss {
	background-color: #faaa5e;
	border-color: #faaa5e;
	color: #fff;
}
.social li a i.icon-s-facebook {
	background-color: #677fb5;
	border-color: #677fb5;
	color: #fff;
}
.social li a i.icon-s-twitter {
	background-color: #70c2e9;
	border-color: #70c2e9;
	color: #fff;
}
.social li a i.icon-s-flickr {
	background-color: #ff3ba4;
	border-color: #ff3ba4;
	color: #fff;
}
.social li a i.icon-s-dribbble {
	background-color: #e299c2;
	border-color: #e299c2;
	color: #fff;
}
.larg-socials {
	display: table;
	margin: 30px auto 0;
}
.larg-socials li {
	float: left;
	margin: 0 15px;
}
.larg-socials li a {
	border: 2px solid #e4e4e4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 66px;
	line-height: 66px;
	padding: 2px;
	position: relative;
	width: 66px;
}
.larg-socials li a i {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 30px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	width: 58px;
}
.larg-socials li a:after {
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	bottom: -20px;
	content: "";
	left: -20px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: -20px;
	top: -20px;
	transition-duration: 0.8s;
	transition-property: top, right, bottom, left;
}
.larg-socials li a:before {
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	bottom: -20px;
	content: "";
	left: -20px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: -20px;
	top: -20px;
	transition-duration: 0.3s;
	transition-property: top, right, bottom, left;
}
.larg-socials li a:hover:after, .larg-socials li a:focus:after, .larg-socials li a:active:after {
	bottom: -9px;
	left: -9px;
	opacity: 0.3;
	right: -9px;
	top: -9px;
}
.larg-socials li a:hover:before, .larg-socials li a:focus:before, .larg-socials li a:active:before {
	bottom: -6px;
	left: -6px;
	opacity: 0.3;
	right: -6px;
	top: -6px;
}
.larg-socials li a:hover i {
	background-color: #fff;
	color: #cc3917;
}
.footer .widget.single .social li {
	margin: 0 3px;
}
.text-center .social li {
	margin: 0 2px;
}
.social .icon-s-behance {
	background-color: #42a9fb;
	border-color: #42a9fb;
	color: #fff;
}
.social .icon-s-linkedin {
	background-color: #3daccf;
	border-color: #3daccf;
	color: #fff;
}
.social .icon-s-vimeo {
	background-color: #42b5d4;
	border-color: #42b5d4;
	color: #fff;
}
.social .icon-s-youtube {
	background-color: #d5615c;
	border-color: #d5615c;
	color: #fff;
}
.social .icon-s-skype {
	background-color: #5ecbf3;
	border-color: #5ecbf3;
	color: #fff;
}
.social .icon-s-tumblr {
	background-color: #829fb9;
	border-color: #829fb9;
	color: #fff;
}
.social .icon-s-delicious {
	background-color: #6194dc;
	border-color: #6194dc;
	color: #fff;
}
.social .icon-s-500px {
	background-color: #3bbbe6;
	border-color: #3bbbe6;
	color: #fff;
}
.social .icon-s-grooveshark {
	background-color: #f88e3b;
	border-color: #f88e3b;
	color: #fff;
}
.social .icon-s-forrst {
	background-color: #5f9864;
	border-color: #5f9864;
	color: #fff;
}
.social .icon-s-digg {
	background-color: #507faa;
	border-color: #677fb5;
	color: #fff;
}
.social .icon-s-blogger {
	background-color: #fd893f;
	border-color: #fd893f;
	color: #fff;
}
.social .icon-s-klout {
	background-color: #e16747;
	border-color: #e16747;
	color: #fff;
}
.social .icon-s-dropbox {
	background-color: #6ba3c5;
	border-color: #6ba3c5;
	color: #fff;
}
.social .icon-s-github {
	background-color: #6c93bb;
	border-color: #6c93bb;
	color: #fff;
}
.social .icon-s-songkick {
	background-color: #ff3b60;
	border-color: #ff3b60;
	color: #fff;
}
.social .icon-s-posterous {
	background-color: #efd57c;
	border-color: #efd57c;
	color: #fff;
}
.social .icon-s-appnet {
	background-color: #3daad5;
	border-color: #3daad5;
	color: #fff;
}
.social .icon-s-gplus {
	background-color: #bc7067;
	border-color: #bc7067;
	color: #fff;
}
.social .icon-s-stumbleupon {
	background-color: #f07356;
	border-color: #677fb5;
	color: #fff;
}
.social .icon-s-lastfm {
	background-color: #cd443d;
	border-color: #cd443d;
	color: #fff;
}
.social .icon-s-spotify {
	background-color: #9acf48;
	border-color: #9acf48;
	color: #fff;
}
.social .icon-s-instagram {
	background-color: #b99682;
	border-color: #b99682;
	color: #fff;
}
.social .icon-s-evernote {
	background-color: #9fdc82;
	border-color: #9fdc82;
	color: #fff;
}
.social .icon-s-paypal {
	background-color: #5b85a8;
	border-color: #5b85a8;
	color: #fff;
}
.social .icon-s-picasa {
	background-color: #b088c1;
	border-color: #b088c1;
	color: #fff;
}
.social .icon-s-soundcloud {
	background-color: #ff8b45;
	border-color: #ff8b45;
	color: #fff;
}
.social a:hover .icon-s-pinterest {
	border-color: #d8545d;
	color: #d8545d !important;
	background: none;
}
.social a:hover .icon-s-rss {
	border-color: #faaa5e;
	color: #faaa5e !important;
	background: none;
}
.social a:hover .icon-s-facebook {
	border-color: #677fb5;
	color: #677fb5 !important;
	background: none;
}
.social a:hover .icon-s-twitter {
	border-color: #70c2e9;
	color: #70c2e9 !important;
	background: none;
}
.social a:hover .icon-s-flickr {
	border-color: #ff3ba4;
	color: #ff3ba4 !important;
	background: none;
}
.social a:hover .icon-s-dribbble {
	border-color: #e299c2;
	color: #e299c2 !important;
	background: none;
}
.social a:hover .icon-s-behance {
	border-color: #42a9fb;
	color: #42a9fb !important;
	background: none;
}
.social a:hover .icon-s-linkedin {
	border-color: #3daccf;
	color: #3daccf !important;
	background: none;
}
.social a:hover .icon-s-vimeo {
	border-color: #42b5d4;
	color: #42b5d4 !important;
	background: none;
}
.social a:hover .icon-s-youtube {
	border-color: #d5615c;
	color: #d5615c !important;
	background: none;
}
.social a:hover .icon-s-skype {
	border-color: #5ecbf3;
	color: #5ecbf3 !important;
	background: none;
}
.social a:hover .icon-s-tumblr {
	border-color: #829fb9;
	color: #829fb9 !important;
	background: none;
}
.social a:hover .icon-s-delicious {
	border-color: #6194dc;
	color: #6194dc !important;
	background: none;
}
.social a:hover .icon-s-500px {
	border-color: #3bbbe6;
	color: #3bbbe6 !important;
	background: none;
}
.social a:hover .icon-s-grooveshark {
	border-color: #f88e3b;
	color: #f88e3b !important;
	background: none;
}
.social a:hover .icon-s-forrst {
	border-color: #5f9864;
	color: #5f9864 !important;
	background: none;
}
.social a:hover .icon-s-digg {
	border-color: #507faa;
	color: #507faa !important;
	background: none;
}
.social a:hover .icon-s-blogger {
	border-color: #fd893f;
	color: #fd893f !important;
	background: none;
}
.social a:hover .icon-s-klout {
	border-color: #e16747;
	color: #e16747 !important;
	background: none;
}
.social a:hover .icon-s-dropbox {
	border-color: #6ba3c5;
	color: #6ba3c5 !important;
	background: none;
}
.social a:hover .icon-s-github {
	border-color: #6c93bb;
	color: #6c93bb !important;
	background: none;
}
.social a:hover .icon-s-songkick {
	border-color: #ff3b60;
	color: #ff3b60 !important;
	background: none;
}
.social a:hover .icon-s-posterous {
	border-color: #efd57c;
	color: #efd57c !important;
	background: none;
}
.social a:hover .icon-s-appnet {
	border-color: #3daad5;
	color: #3daad5 !important;
	background: none;
}
.social a:hover .icon-s-gplus {
	border-color: #bc7067;
	color: #677fb5 !important;
	background: none;
}
.social a:hover .icon-s-stumbleupon {
	border-color: #f07356;
	color: #677fb5 !important;
	background: none;
}
.social a:hover .icon-s-lastfm {
	border-color: #cd443d;
	color: #cd443d !important;
	background: none;
}
.social a:hover .icon-s-spotify {
	border-color: #9acf48;
	color: #9acf48 !important;
	background: none;
}
.social a:hover .icon-s-instagram {
	border-color: #b99682;
	color: #b99682 !important;
	background: none;
}
.social a:hover .icon-s-evernote {
	border-color: #9fdc82;
	color: #9fdc82 !important;
	background: none;
}
.social a:hover .icon-s-paypal {
	border-color: #5b85a8;
	color: #5b85a8 !important;
	background: none;
}
.social a:hover .icon-s-picasa {
	border-color: #b088c1;
	color: #b088c1 !important;
	background: none;
}
.social a:hover .icon-s-soundcloud {
	border-color: #ff8b45;
	color: #ff8b45 !important;
	background: none;
}
.social a:hover a:hover i {
	background-color: #FFF;
}
.social a:hover i {
	color: #FFF;
}
.footer .social li a:hover i {
	color: #FFF;
}
.dexp-social-icon {
	padding: 0 12px;
	margin: 0 1px 0 0;
	display: inline-block;
}
.dexp-social-icon i {
	line-height: 33px;
	text-align: center;
	font-size: 18px;
}
.dexp-heading-3 {
	font-size: 2em;
	font-weight: 500;
}
.box-border {
	color: #b2b2b2;
	padding-bottom: 40px;
}
.box-border .form-text {
	height: 30px;
	line-height: 30px;
}
.box-border h2.block-title {
	margin: 0;
	font-size: 17px;
	line-height: 17px;
}
.box-border .content {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #ddd #ddd;
	border-image: none;
	border-right: 1px solid #ddd;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	overflow: hidden;
	padding: 10px;
}
.box-border .search-form-block-wrapper {
	margin: 0 -10px;
	overflow: hidden;
	padding: 5px 0 3px;
	position: relative;
}
.box-border .search-form-block-wrapper .form-item, .box-border .search-form-block-wrapper .form-actions {
	margin: 0;
	display: inline-block;
}
.box-border .search-form-block-wrapper .form-item {
	font-size: 11px;
	width: 80%;
	float: left;
}
.box-border .search-form-block-wrapper .form-submit {
	float: right;
	font-size: 0;
	margin: 0 10px 0 5px;
	width: 37px;
	background: #e7512f;
}
.box-border .search-form-block-wrapper span.search-toggle {
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 23px;
	top: 15px;
}
.box-border .search-form-block-wrapper textarea:focus, .box-border .search-form-block-wrapper input[type="text"]:focus, .box-border .search-form-block-wrapper input[type="password"]:focus {
	border: none;
}
.box-border .flickr-widget {
	margin: 6px 0;
	overflow: hidden;
}
.box-border .flickr-widget .flickr_badge_image a img {
	height: 78px;
	width: 78px;
}
.contact-details h4 {
	font-size: 17px;
	text-transform: none;
}
.contact-details h5 {
	font-size: 15px;
	margin-bottom: 0;
	text-transform: none;
}
.blog-search input[type="text"] {
	background-color: transparent;
	background-image: none;
	border: 0 none;
	color: #777777;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	text-transform: uppercase;
	margin: 0;
}
.media-vimeo-video, .media-youtube-video, .media-soundcloud-preview-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.media-vimeo-video iframe, .media-vimeo-video object, .media-vimeo-video embed, .media-youtube-video iframe, .media-youtube-video object, .media-youtube-video embed, .media-soundcloud-preview-wrapper iframe, .media-soundcloud-preview-wrapper object, .media-soundcloud-preview-wrapper embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
video {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #000;
	height: auto;
}
.blog-single .post_desc blockquote {
	border: 1px solid #dddddd;
	padding: 20px 25px 10px;
	font-size: 13px;
}
.blog-single .post_desc blockquote p:first-child:before {
	content: "\F10E";
	font-family: FontAwesome;
	font-style: normal;
	font-size: 20px;
	padding-right: 5px;
}
.blog-single ul.tags-blog li {
	margin: 0 0 20px 5px;
	padding: 8px 15px;
	display: inline-block;
	border: solid 1px #CCCCCC;
}
.blog-single ul.tags-blog li:hover {
	background: #ebebeb;
}
.blog-single ul.tags-blog li a {
	cursor: pointer;
	color: #333333;
	text-decoration: none;
}
.blog-single .blog-author {
	background: #fafafa;
	overflow: hidden;
}
.blog-single .blog-author .blog-author-inner {
	display: block;
	float: left;
	margin: 0 auto 0 50%;
	padding: 25px 0;
	transform: translate(-50%, 0px);
}
.blog-single .blog-author img {
	max-width: 100px;
	border-radius: 100%;
}
.blog-single .blog-author .avatar-author, .blog-single .blog-author .name-author {
	display: block;
	float: left;
}
.blog-single .blog-author .name-author {
	text-transform: uppercase;
	padding: 30px 0 0 10px;
}
.blog-single .social-share {
	width: 100%;
}
.blog-single .social-share a {
	float: right;
}
.post .media_element {
	margin-bottom: 30px;
}
.post .media_element img {
	width: 100%;
}
.meta ul {
	border-bottom: 1px solid #eaeaea;
	font-size: 11px;
	margin-bottom: -5px;
	overflow: hidden;
	padding-bottom: 3px;
	text-transform: uppercase;
}
.meta ul li {
	color: #a8a8a8;
	float: left;
	margin: 0 15px 0 0;
}
.meta ul li a, .meta ul li a:hover {
	color: #777;
}
.meta ul li i {
	color: #c7c7c7;
	font-size: 14px;
	margin-right: 7px;
}
.meta ul li .field-name-field-blog-categories {
	display: inline-block;
}
.blog-item-box {
	border: solid 1px #ddd;
}
.blog-item-box .section-top {
	border-bottom: solid 1px #ddd;
	padding: 5px;
}
.blog-item-box .section-top .meta {
	margin: 10px 0 5px 0;
}
.blog-item-box .section-top .meta .like {
	margin-right: 10px;
}
.blog-item-box .section-bottom {
	padding: 15px;
}
.blog-item-box .section-bottom .post-title {
	padding: 10px 0 0;
}
.blog-item-box .section-bottom .post-title a {
	font-size: 17px;
	font-weight: 500;
}
.sidebar-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #dddddd;
}
.sidebar-nav li {
	margin: 0 !important;
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 20px !important;
	border: 1px solid #dddddd;
	border-top: 0;
}
.sidebar-nav li:before {
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 20px;
	font-family: "FontAwesome";
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.sidebar-nav li:hover {
	padding-left: 30px !important;
}
.sidebar-nav li:hover:before {
	right: 15px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.tags {
	margin: 6px 0;
	overflow: hidden;
}
.tags ul {
	display: block;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.tags ul li {
	float: left;
}
.tags ul li a {
	background: #eee;
	color: #616161;
	display: block;
	float: left;
	font-size: 11px;
	margin: 3px;
	padding: 8px;
}
.tags ul li a:hover {
	background: #777;
	color: #fff;
}
#timeline {
	list-style-type: none;
	background: url("../../../all/themes/exception/assets/images/timeline.png") repeat-y scroll center top rgba(0,0,0,0);
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#timeline .timeline-item {
	float: left;
	margin: 0 0 80px 0;
	padding: 0;
}
#timeline .timeline-item:nth-child(2n) {
	float: right;
	margin-top: 80px;
	margin-bottom: 0;
}
#timeline .timeline-item:nth-child(2n) .blog-timeline-item {
	margin-left: 120px;
	margin-right: 0;
}
#timeline .timeline-item:nth-child(2n) .time-mark {
	left: -60px;
}
#timeline .time-mark {
	border: solid 1px #DDDDDD;
	height: 40px;
	position: absolute;
	z-index: 1000;
	right: -60px;
	width: 120px;
	background: #FFF;
	line-height: 40px;
	text-align: center;
}
.blog-timeline-item {
	margin: 0 120px 0 0;
	padding: 0;
	position: relative;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #EFEFEF;
}
.blog-timeline-item .blog-content {
	padding: 40px 30px;
}
.blog-timeline-item img {
	width: 100%;
}
.page-blog-timeline #section-main-content {
	background: #fafafa;
}
.blog-gallery .dexp-grid-item {
	margin-bottom: 0;
}
.blog-gallery .image-short-cap {
	position: relative;
	overflow: hidden;
}
.blog-gallery .image-short-cap img {
	display: block;
	margin-bottom: -15px;
	position: relative;
	background-color: rgba(0,0,0,0.4);
	z-index: 3;
}
.blog-gallery .blog-gallery-item:hover img {
	-webkit-transform: translate(0, -15px);
	-moz-transform: translate(0, -15px);
	-ms-transform: translate(0, -15px);
	-o-transform: translate(0, -15px);
	transform: translate(0, -15px);
}
.blog-gallery .blog-gallery-item:hover .content-hover-show {
	height: 150px;
	overflow: visible;
}
.blog-gallery .blog-gallery-item:hover .blog-desc-content {
	max-height: 65px;
	overflow: hidden;
}
.blog-gallery .blog-gallery-item:hover .blog-caption {
	background-color: rgba(0,0,0,0.4);
}
.blog-gallery .blog-gallery-item .blog-caption {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	padding: 15px;
	background-color: rgba(0,0,0,0.5);
	text-align: left;
	color: #ffffff;
}
.blog-gallery .blog-gallery-item .blog-caption i, .blog-gallery .blog-gallery-item .blog-caption .flag-like span, .blog-gallery .blog-gallery-item .blog-caption .username {
	color: #FFF;
}
.blog-gallery .blog-gallery-item .blog-caption .caption-title {
	margin: 0;
	padding: 10px 0;
	color: #FFF;
}
.blog-gallery .blog-gallery-item .content-hover-show {
	height: 0px;
	overflow: hidden;
}
.view-blog .views-row {
	margin-bottom: 50px;
	padding-bottom: 20px;
	padding-right: inherit;
}
.view-blog .views-field-field-media {
	float: left;
	margin-right: 10px;
	max-height: 70px;
	overflow: hidden;
}
.view-blog .views-field-field-media img {
	border: 1px solid #f0f0f0;
	padding: 1px;
	width: 70px;
	height: 70px;
}
.view-blog .views-field-title a {
	font-size: 13px;
	height: 18px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.view-blog .views-field-created span:before {
	content: "\f017";
	font-family: FontAwesome;
	color: #b2b2b2;
	margin: 0 5px 0 0;
}
.view-blog p {
	margin-top: 20px;
	margin-bottom: 0;
}
.view-blog .item-list {
	background: #eee;
	margin: 0 15px;
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
}
.view-blog .item-list ul.pagination {
	margin: 0 auto;
	display: table;
}
.view-blog .item-list ul.pagination li {
	background: #777;
	float: left;
	margin: 0 1px 0 0;
}
.view-blog .item-list ul.pagination li a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 38px;
	padding: 0 20px;
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}
.view-blog .item-list ul.pagination li a:hover {
	background: none;
}
.view-blog .item-list ul.pagination li.pager-current, .view-blog .item-list ul.pagination li:hover {
	background: #e7512f;
}
.view-blog .item-list ul.pagination li.pager-current a {
	font-weight: normal;
}
.view-blog .dexp-grid-items .dexp-grid-item {
	margin-bottom: 50px;
	padding-bottom: 20px;
	padding-right: inherit;
}
.view-masonry .dexp-grid-items .dexp-grid-item {
	margin-bottom: 30px;
}
.recent-post .item-list, .view-blog-categories .item-list, .view-comments .item-list {
	background: none;
	margin: 0;
	-webkit-transform: skew(0, 0);
	-moz-transform: skew(0, 0);
	-ms-transform: skew(0, 0);
	-o-transform: skew(0, 0);
	transform: skew(0, 0);
}
.recent-post .item-list ul li, .view-blog-categories .item-list ul li, .view-comments .item-list ul li {
	border-top: 1px solid #f0f0f0;
	overflow: hidden;
	padding: 10px 0;
	margin: 0;
}
.recent-post .item-list ul li:first-child, .view-blog-categories .item-list ul li:first-child, .view-comments .item-list ul li:first-child {
	border: none;
}
.recent-post .item-list ul li a:not(.btn), .view-blog-categories .item-list ul li a:not(.btn), .view-comments .item-list ul li a:not(.btn) {
	color: #666;
}
.recent-post .item-list ul li a:not(.btn):hover, .view-blog-categories .item-list ul li a:not(.btn):hover, .view-comments .item-list ul li a:not(.btn):hover {
	color: #e7512f;
}
.view-blog-categories span.field-content:last-child {
	float: right;
}
.view-comments i {
	color: #777;
	font-size: 16px;
	margin-right: 10px;
}
.view-comments .left i {
	font-size: 60px;
}
.view-comments h5 {
	font-weight: normal;
	margin: 10px 0 5px;
	text-transform: none;
	color: #b2b2b2;
}
.view-comments h5 a.username, .view-comments h5 a.username:hover {
	color: #b2b2b2;
}
.details-img {
	position: relative;
}
.post-image:after, .details-img:after {
	content: "";
	display: inline-block;
	height: 6px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #e7512f;
}
.post-image .post-info, .details-img .post-info {
	left: 15px;
	min-height: inherit;
	position: absolute;
	top: 0;
	z-index: 999;
}
.post-info {
	float: left;
	margin-right: 20px;
	min-height: 150px;
}
.post-info div {
	font-size: 14px;
	padding: 10px 25px 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.post-info span {
	display: block;
	text-align: center;
}
.tri-col {
	border-style: solid;
	border-width: 20px 40px 0;
	bottom: -20px;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
	z-index: 4;
	border-color: #e7512f transparent transparent;
}
.post-image {
	position: relative;
}
.post-image .zoom .mask, .post-image a .mask {
	border-left: 0 none;
	border-right: 0 none;
	height: 100%;
	opacity: 0;
	position: absolute;
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
	background-color: rgba(231,81,47,0.5);
}
.post-image .zoom .mask i, .post-image a .mask i {
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}
.post-image .zoom:hover .mask, .post-image a:hover .mask {
	opacity: 1;
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
h3.post-title {
	font-weight: normal;
	margin: 20px 0;
	text-transform: none;
	font-size: 20px;
}
h3.post-title a:hover {
	color: #333;
}
.post-content {
	margin: 20px 0 50px;
	padding-bottom: 20px;
}
.share-post {
	background: #eee;
	overflow: hidden;
	padding: 0 10px;
}
.share-post span {
	display: block;
	font-weight: bold;
}
.share-post span, .share-post ul li {
	float: left;
	margin-right: 2px;
}
.share-post span, .share-post ul li a {
	display: block;
	font-size: 15px;
	padding: 8px 10px;
}
.view-display-id-blog_medium h3.post-title {
	margin-top: 0;
}
.view-display-id-blog_medium .dexp-grid-items .dexp-grid-item {
	margin-bottom: 50px;
	padding-bottom: 20px;
	padding-right: inherit;
}
.product-box {
	background-color: #f4f4f4;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.product-box:after {
	bottom: -3px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	background-color: #e7512f;
}
.product-box:hover {
	background: #f0f0f0;
}
.product-box:hover:after {
	bottom: -1px;
	height: 1px;
}
.product-box:hover .product-img {
	opacity: 0.5;
}
.product-box:hover .product-title {
	background: #e7512f;
}
.product-box:hover .product-title a {
	color: #fff;
}
.product-title {
	border-top: 1px solid #777;
	background: #ebebeb;
	color: #666;
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.product-title a {
	color: #666;
}
.product-img {
	padding: 10px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.product-details {
	border-top: 1px solid #dfdfdf;
	overflow: hidden;
	padding: 10px 0 0;
	position: relative;
}
.product-details p {
	padding: 0 10px;
}
.product-details .item-rating {
	text-align: center;
}
.product-details .left {
	padding-left: 10px;
}
.product-details .left i.fa {
	margin-right: 8px;
	float: left;
}
.product-details .right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.product-price {
	font-size: 20px;
	padding: 5px 25px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	background-color: #e7512f;
	color: #fff;
}
.product-price .webprice-total {
	color: #fff;
	font-weight: normal;
}
.product-rating, .rating {
	padding-bottom: 3px;
}
.product-rating .fa, .rating .fa {
	color: #ffc000;
	font-size: 15px;
	margin-right: 4px;
}
.product-rating .fa-star-o, .rating .fa-star-o {
	color: #c0c0c0;
}
.product-cart {
	border-bottom: 1px solid #dfdfdf;
	padding: 0 0 6px;
}
.product-cart .btn {
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
	background: none;
	padding: 0;
	border: none;
	line-height: normal;
}
.product-cart .btn:hover {
	color: #e7512f;
	background: none;
}
.product-cart:before {
	content: "\f07a";
	font-family: "FontAwesome";
	margin-right: 8px;
	position: relative;
	top: -3px;
}
.product-cart:hover:before {
	color: #e7512f;
}
.product-cart .field-name-field-product {
	display: inline-block;
}
.product-tools {
	padding-top: 8px;
}
.product-tools a, .product-tools i {
	color: #e7512f;
}
.product-tools .btn {
	color: #e7512f;
	background: none;
	padding: 0;
	border: none;
	line-height: normal;
	text-transform: capitalize;
	margin-left: 4px;
}
.product-tools .btn:hover {
	color: #333;
	background: none;
}
.product-tools .btn.disabled, .product-tools .btn[disabled], .product-tools fieldset[disabled] .btn {
	opacity: 1;
}
.sale {
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 15px;
	min-width: 40px;
	padding: 0 10px;
	z-index: 99999;
	background-color: #e7512f;
	color: #fff;
}
.sale:before {
	border-style: solid;
	border-color: transparent #e7512f transparent transparent;
	border-width: 15px 10px 15px 0;
	content: "";
	display: inline-block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 5;
}
.product-item .image-container {
	position: relative;
}
.product-item .image-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
}
.product-item .image-container .overlay .south {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.product-item .image-container .overlay .south .rating-stars {
	padding-bottom: 10px;
}
.product-item .image-container .overlay .south .rating-stars i {
	font-size: 18px;
	margin-right: 3px;
}
.product-item .image-container .overlay .center {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-item .image-container .overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #000;
}
.product-item .image-container:hover .overlay {
	opacity: 1;
	z-index: 10;
}
.product-item .image-container .overlay .dexp-social-icon.dexp-social-transparent {
	border: solid 1px #FFF;
	color: #FFF;
}
.product-item .image-container .overlay .dexp-social-icon.dexp-social-transparent:hover {
	background: #FFF;
}
.product-item .image-container .overlay .dexp-social-icon.dexp-social-transparent:hover i {
	color: #444;
}
.product-item .commerce-price-rrp-your-price {
	width: 100%;
}
.product-item .commerce-price-rrp-your-price .webprice-title {
	display: none;
}
.product-item .field-name-field-product {
	display: inline-block;
	position: relative;
}
.product-item .field-name-field-product:hover input {
	background: #FFF;
}
.product-item .field-name-field-product:hover .commerce-add-to-cart:before {
	color: #444;
}
.product-item .commerce-add-to-cart:before {
	content: "\F07A";
	font-family: FontAwesome;
	color: #FFF;
	font-size: 18px;
	position: absolute;
	margin-top: -18px;
	margin-left: -10px;
	z-index: 0;
}
.product-item .commerce-add-to-cart:hover {
	cursor: pointer;
}
.product-item .commerce-add-to-cart input {
	border: 1px solid #FFF;
	width: 39px;
	height: 39px;
	line-height: 39px;
	border-radius: 0px;
	background: transparent;
	color: #888888;
	line-height: 40px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	text-indent: -999px;
	margin-top: -32px;
}
.product-item .thumbnail .caption {
	margin: 6px;
}
.product-item .pro-title {
	margin-bottom: 5px;
}
.node-product-detail .row {
	padding-bottom: 20px;
}
.node-product-detail .row label {
	color: #777;
	display: block;
	font-weight: bold;
	padding-bottom: 4px;
	text-transform: uppercase;
	margin: 0;
}
.node-product-detail .row .form-item, .node-product-detail .row .product-tools {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
	float: left;
}
.node-product-detail #product-slider-wrap {
	position: relative;
}
.node-product-detail .product-detail-images {
	border: 1px solid #ddd;
}
.node-product-detail .product-detail-images .thumbnail, .node-product-detail .product-detail-images img {
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: auto;
	border: none;
}
.node-product-detail .product-detail-images #product-slider-pager {
	display: block;
	text-align: center;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}
.node-product-detail .product-detail-images #product-slider-pager li {
	display: inline-block;
}
.node-product-detail .product-detail-images #product-slider-pager li a {
	margin: 0 5px 0 0;
}
.node-product-detail .product-detail-images #product-slider-pager li a.active img {
	border-color: #e7512f;
}
.node-product-detail .product-detail-images #product-slider-pager li a img {
	width: 60px;
	border: 2px solid #fff;
}
.node-product-detail .field-type-commerce-product-reference {
	float: left;
	width: 100%;
}
.node-product-detail .field-type-commerce-product-reference input#edit-quantity {
	border: 1px solid #ddd;
	line-height: 33px;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	width: 50px;
}
.node-product-detail .field-type-commerce-product-reference input#edit-quantity:hover {
	background: #4e4e4e;
	border-color: #ccc;
}
.node-product-detail .product-price {
	padding: 0 0 10px;
	font-size: 29px;
	font-weight: bold;
	line-height: 1;
	color: #e7512f;
	background: none;
}
.node-product-detail .product-overview {
	padding: 15px 0;
	float: left;
}
.node-product-detail .product-overview i.fa {
	color: #cfcfcf;
	margin-right: 7px;
}
.node-product-detail .product-rating {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 20px;
}
.node-product-detail .product-rating a {
	color: #777;
}
.node-product-detail .product-tools i.fa {
	color: #cfcfcf;
	margin-right: 7px;
	float: left;
}
.node-product-detail #dexp_tab_wrapper_product_detail {
	padding-top: 20px;
}
.node-product-detail .rating i {
	font-size: 18px;
	margin-right: 3px;
}
.node-product-detail .commerce-add-to-cart #edit-submit {
	font-size: 13px;
	line-height: 41px;
	padding: 0 12px;
	background-color: #e7512f;
	color: #fff;
	border: none;
	display: inline-block;
	margin: 15px 0 0 0;
}
.node-product-detail .commerce-add-to-cart #edit-submit:hover {
	background: #cc3917;
	color: #fff;
	border: none;
}
.view-top-products-rating ul, .best-seller ul, .mega-block-view ul, .view-product-categories ul {
	list-style: none;
	margin: 0;
}
.view-top-products-rating ul li.views-row, .best-seller ul li.views-row, .mega-block-view ul li.views-row, .view-product-categories ul li.views-row {
	list-style-type: none;
	border-top: 1px solid #eee;
	padding: 10px 0;
	margin: 0;
	overflow: hidden;
}
.view-top-products-rating ul li.views-row:first-child, .best-seller ul li.views-row:first-child, .mega-block-view ul li.views-row:first-child, .view-product-categories ul li.views-row:first-child {
	border-top: none;
}
.view-top-products-rating ul li.views-row span.field-content, .best-seller ul li.views-row span.field-content, .mega-block-view ul li.views-row span.field-content, .view-product-categories ul li.views-row span.field-content {
	float: right;
}
.view-top-products-rating img, .best-seller img, .mega-block-view img, .view-product-categories img {
	border: 1px solid #f0f0f0;
	padding: 1px;
	width: 70px;
	float: left;
	margin-right: 10px;
	max-height: 70px;
	overflow: hidden;
}
.view-top-products-rating a, .best-seller a, .mega-block-view a, .view-product-categories a {
	font-size: 13px;
	height: 18px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #b2b2b2;
}
.view-top-products-rating a:hover, .best-seller a:hover, .mega-block-view a:hover, .view-product-categories a:hover {
	color: #e7512f;
}
.view-products-shop .view-header {
	margin: 10px 0 20px 0;
	text-align: right;
}
.view-products-shop .view-filters {
	background: #f5f5f5;
	display: table;
	margin: 0 0 10px;
	padding: 10px;
	text-transform: uppercase;
	width: 100%;
}
.view-products-shop .views-exposed-widgets {
	margin: 0;
}
.view-products-shop .views-exposed-form .views-exposed-widget {
	padding: 0 0 0 15px;
}
.view-products-shop .views-exposed-form label {
	font-weight: normal;
	margin: 0 5px 0 0;
}
.view-products-shop .views-exposed-form select {
	background: #fff;
	border: 1px solid #e9e9e9;
	font-size: 11px;
	line-height: 25px;
	padding: 8px;
	text-transform: uppercase;
	display: block;
}
.view-stat-category-product img {
	width: 100%;
}
.view-stat-category-product .views-field-name {
	text-align: center;
	margin-top: 25px;
}
.view-stat-category-product .image-container {
	position: relative;
}
.view-stat-category-product .image-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
}
.view-stat-category-product .image-container .overlay .south {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.view-stat-category-product .image-container .overlay .south .rating-stars {
	padding-bottom: 10px;
}
.view-stat-category-product .image-container .overlay .south .rating-stars i {
	font-size: 18px;
	margin-right: 3px;
}
.view-stat-category-product .image-container .overlay .center {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.view-stat-category-product .image-container .overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #000;
}
.view-stat-category-product .image-container .overlay .circle {
	border-radius: 50%;
	border: solid 1px #FFF;
	width: 100px;
	height: 100px;
}
.view-stat-category-product .image-container .overlay .circle .inner {
	padding-top: 20px;
}
.view-stat-category-product .image-container:hover .overlay {
	opacity: 1;
	z-index: 10;
}
.view-stat-category-product .image-container .overlay .dexp-social-icon.dexp-social-transparent {
	border: solid 1px #FFF;
	color: #FFF;
}
.view-stat-category-product .image-container .overlay .dexp-social-icon.dexp-social-transparent:hover {
	background: #FFF;
}
.view-stat-category-product .image-container .overlay .dexp-social-icon.dexp-social-transparent:hover i {
	color: #444;
}
#cart-baseket {
	line-height: 39px;
}
.page-cart .view-commerce-cart-form .delete-line-item {
	background: url("../../../all/themes/exception/assets/images/remove.png") repeat scroll 0 0 #AAAAAA;
	border-radius: 0;
	border: solid 1px #CCC;
	height: 30px;
	margin: 10px;
	padding-left: 0 !important;
	text-indent: -9999px;
	width: 32px;
}
.page-cart .view-commerce-cart-form .views-field-field-product-images img {
	border: solid 1px #DDD;
	padding: 4px;
}
.page-cart .view-commerce-cart-form #edit-submit, .page-cart .view-commerce-cart-form #edit-checkout {
	font-size: 15px;
	line-height: 49px;
	padding: 0 22px;
	color: #fff;
	background: #777;
	border: 1px solid transparent;
	float: left;
}
.page-cart .view-commerce-cart-form #edit-submit:hover, .page-cart .view-commerce-cart-form #edit-checkout:hover {
	color: #FFF;
	background: #666;
}
.page-cart .view-commerce-cart-form #edit-checkout {
	background: #e7512f;
	float: right;
}
.page-cart .view-commerce-cart-form #edit-checkout:hover {
	background: #cc3917;
}
.page-cart .line-item-summary {
	background: #e9e9e9;
	font-weight: bold;
	margin-bottom: 30px;
	border: 1px solid #e2e2e2;
	padding: 10px;
}
.page-cart .line-item-summary span.line-item-total-label {
	float: left;
}
table.table-bordered, table#properties-compare-table {
	margin: 0;
	border-color: #e2e2e2;
}
table.table-bordered td, table#properties-compare-table td {
	text-align: center;
}
table.table-bordered th, table#properties-compare-table th {
	border-bottom-color: #5c5c5c !important;
	border-right-color: #fff !important;
	background-color: #e7512f;
	color: #fff;
	text-align: center;
}
table.table-bordered th.views-field-edit-delete, table#properties-compare-table th.views-field-edit-delete {
	width: 10px;
}
table.table-bordered th.views-field-commerce-unit-price, table#properties-compare-table th.views-field-commerce-unit-price {
	width: 10px;
}
table.table-bordered th.views-field-edit-quantity, table#properties-compare-table th.views-field-edit-quantity {
	width: 10px;
}
table.table-bordered th.views-field-commerce-total, table#properties-compare-table th.views-field-commerce-total {
	width: 10px;
}
table.table-bordered td, table#properties-compare-table td {
	border-color: #e2e2e2 !important;
	vertical-align: middle !important;
}
table.table-bordered td.views-field-edit-delete:before, table#properties-compare-table td.views-field-edit-delete:before {
	content: "\f057";
	font-family: FontAwesome;
	color: #e7512f;
	font-size: 23px;
	position: relative;
	left: -10px;
}
table.table-bordered td.views-field-edit-delete input.delete-line-item, table#properties-compare-table td.views-field-edit-delete input.delete-line-item {
	background: none;
	border: none;
	height: 23px;
	left: 16px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 23px;
}
table.table-bordered td input, table#properties-compare-table td input {
	margin: 0;
}
table.table-bordered .views-field-line-item-title a, table.table-bordered .views-field-title a, table#properties-compare-table .views-field-line-item-title a, table#properties-compare-table .views-field-title a {
	text-transform: uppercase;
	color: #777;
	text-align: left;
	display: block;
}
table.table-bordered .views-field-edit-quantity .form-item, table#properties-compare-table .views-field-edit-quantity .form-item {
	margin: 0;
}
table.table-bordered .views-field-edit-quantity .form-item input, table#properties-compare-table .views-field-edit-quantity .form-item input {
	padding: 5px 10px;
	text-align: center;
}
table#properties-compare-table input {
	display: block;
	float: none;
	font-size: 15px;
	line-height: normal !important;
	margin: 0 auto !important;
	padding: 5px 10px !important;
	text-align: center;
}
table.sticky-header {
	display: none;
}
.delete-from-comparison {
	float: right !important;
}
.page-properties #edit-add-to-cart, .page-properties #edit-add-to-cart--2 {
	font-size: 15px;
	line-height: 49px;
	padding: 0 22px;
	color: #fff;
	background: #777;
	border: 1px solid transparent;
	margin: 0 auto;
}
.page-properties #edit-add-to-cart:hover, .page-properties #edit-add-to-cart--2:hover {
	color: #FFF;
	background: #666;
}
.page-checkout #commerce-checkout-form-checkout #edit-continue, .page-checkout #commerce-checkout-form-checkout #edit-cancel {
	background: none;
	border: solid 1px #444;
	border-radius: 0;
	color: #222222;
	height: 35px;
	margin-left: 5px;
}
.page-checkout #commerce-checkout-form-checkout #edit-continue:hover, .page-checkout #commerce-checkout-form-checkout #edit-cancel:hover {
	background: #222222;
	color: #ffffff;
}
.page-checkout #commerce-checkout-form-checkout .button-operator {
	display: none;
}
#commerce-checkout-form-checkout fieldset.collapsed, #commerce-shipping-service-ajax-wrapper fieldset.collapsed {
	height: 60px !important;
	margin-bottom: 20px;
}
#commerce-checkout-form-checkout legend, #commerce-shipping-service-ajax-wrapper legend {
	border: 1px solid #545454;
	border-radius: 3px;
	padding: 16px;
}
#commerce-checkout-form-checkout legend span, #commerce-checkout-form-checkout legend a, #commerce-shipping-service-ajax-wrapper legend span, #commerce-shipping-service-ajax-wrapper legend a {
	font-size: 18px;
	font-weight: 600;
	padding-left: 10px;
}
#commerce-checkout-form-checkout legend span:hover, #commerce-checkout-form-checkout legend a:hover, #commerce-shipping-service-ajax-wrapper legend span:hover, #commerce-shipping-service-ajax-wrapper legend a:hover {
	color: #ffffff;
}
#commerce-checkout-form-checkout legend:hover, #commerce-shipping-service-ajax-wrapper legend:hover {
	border-color: #ffffff;
}
#commerce-checkout-form-checkout .form-item, #commerce-shipping-service-ajax-wrapper .form-item {
	width: 100%;
}
#commerce-checkout-form-checkout .form-text, #commerce-checkout-form-checkout select, #commerce-shipping-service-ajax-wrapper .form-text, #commerce-shipping-service-ajax-wrapper select {
	color: #656565;
	display: block;
	font-size: 12px;
	height: 34px;
	line-height: 1.42857;
	margin-bottom: 10px;
	padding: 6px 12px;
	vertical-align: middle;
	width: 100%;
}
#commerce-checkout-form-checkout table.commerce-price-formatted-components, #commerce-shipping-service-ajax-wrapper table.commerce-price-formatted-components {
	margin-bottom: 10px;
}
#commerce-checkout-form-checkout table.commerce-price-formatted-components tbody, #commerce-shipping-service-ajax-wrapper table.commerce-price-formatted-components tbody {
	border: none;
}
#commerce-checkout-form-checkout table.commerce-price-formatted-components tr, #commerce-shipping-service-ajax-wrapper table.commerce-price-formatted-components tr {
	border: none;
	background: none;
}
table.checkout-review {
	width: 100%;
}
table.checkout-review tbody {
	border: none;
}
table.checkout-review tr {
	border: none;
	background: none;
}
.leading-banner {
	height: 440px;
}
.leading-banner .welcome {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	text-align: center;
}
.leading-banner .welcome .tweenee {
	float: left;
	position: relative;
	display: block;
	max-width: 100%;
	padding: 20px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .3em;
}
.leading-banner .welcome .tweenee:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	top: -5px;
	left: -5px;
}
.leading-banner .welcome .tweenee:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	top: 5px;
	left: 5px;
}
.leading-banner .welcome .tweenee.hoverable:hover:before {
	top: 0;
	left: 0;
}
.leading-banner .welcome .tweenee.hoverable:hover:after {
	top: 0;
	left: 0;
}
.catalog-title a {
	font-size: 15px;
}
.comment-wrapper h3 {
	font-size: 18px;
	line-height: 24px;
}
.comment-wrapper .hint .main-color {
	background: #eee;
	display: inline-block;
	font-size: 150%;
	padding: 5px;
}
.comment-wrapper .comment {
	position: relative;
	margin-bottom: 20px;
	min-height: 85px;
	padding: 0 15px;
}
.comment-wrapper .comment-avatar {
	background: #fff;
	border: 2px solid #f6f6f6;
	height: 70px;
	left: 25px;
	margin: 0 20px 0 15px;
	padding: 2px;
	position: absolute;
	top: 15px;
	width: 70px;
	z-index: 6;
}
.comment-wrapper .comment-content .comment-author {
	background: #eee;
	font-weight: normal;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 13px;
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
}
.comment-wrapper .comment-content .comment-author span.username {
	color: #e7512f;
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
	display: inline-block;
	font-weight: bold;
	margin-left: 100px;
	padding: 10px 0 0 15px;
}
.comment-wrapper .comment-content .links {
	float: right;
	font-size: 12px;
	padding: 10px 15px;
	background-color: #e7512f;
}
.comment-wrapper .comment-content .links li {
	padding: 0;
}
.comment-wrapper .comment-content .links li a {
	color: #fff;
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
}
.comment-wrapper .comment-content .links li a:before {
	font-family: FontAwesome;
	content: "\f075";
	margin-right: 5px;
}
.comment-wrapper .comment-content .content {
	padding: 5px 0 5px 115px;
}
.comment-wrapper .comment-content span.comment-date {
	float: right;
	padding: 11px 20px 0 0;
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
}
.comment-wrapper .indented {
	margin-left: 75px;
}
.comment-wrapper .indented .comment {
	position: relative;
}
.comment-wrapper .indented .comment:before {
	background: #eee;
	content: "";
	display: inline-block;
	height: 1px;
	left: -15px;
	position: absolute;
	top: 17px;
	width: 50px;
}
.comment-wrapper .indented .comment:after {
	background: #eee;
	content: "";
	display: inline-block;
	height: 117%;
	left: -15px;
	position: absolute;
	top: -101%;
	width: 1px;
	visibility: visible;
}
.comment-wrapper .grippie {
	display: none;
}
.comment-wrapper h3.title-comment-form {
	margin-top: 60px;
}
a {
	outline: none !important;
}
.about-title {
	font-size: 26px;
	font-weight: 200;
	line-height: 40px;
	padding: 10px 100px;
}
.text-center {
	text-align: center;
}
.text-center .block-title {
	text-align: center;
}
.title-center .block-title, .title-center .block-subtitle {
	padding-left: 100px;
	padding-right: 100px;
}

@media screen and (max-width:991px) {
.title-center .block-title, .title-center .block-subtitle {
	padding-left: 20px;
	padding-right: 20px;
}
}
.dexp-parallax.dark-over:before {
	background-color: #000;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.dexp-parallax.dark-over h2, .dexp-parallax.dark-over h3 {
	position: relative;
}
.dexp-parallax.dark-over .content {
	position: relative;
}
.dexp-col-non-mg {
	margin-bottom: 0;
}
.dexp_tab_wrapper.horizontal .nav-tabs {
	margin-left: 5px;
	border-bottom: none;
}
.dexp_tab_wrapper.horizontal .nav-tabs li {
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
	float: left;
	margin: 0 0 0 2px;
	background: #efefef;
	color: #6c6c6c;
}
.dexp_tab_wrapper.horizontal .nav-tabs li a {
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
	color: #6c6c6c;
	display: block;
	padding: 6px 15px;
	text-transform: uppercase;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background: none;
}
.dexp_tab_wrapper.horizontal .nav-tabs li a i {
	color: #333;
	margin-right: 8px;
}
.dexp_tab_wrapper.horizontal .nav-tabs li a:hover {
	color: #fff;
}
.dexp_tab_wrapper.horizontal .nav-tabs li.active, .dexp_tab_wrapper.horizontal .nav-tabs li:hover {
	background-color: #e7512f;
}
.dexp_tab_wrapper.horizontal .nav-tabs li.active a, .dexp_tab_wrapper.horizontal .nav-tabs li:hover a {
	color: #fff;
}
.dexp_tab_wrapper.horizontal .tab-content {
	border-top: 2px solid #e7512f;
	padding: 15px;
}
.dexp_tab_wrapper.vertical .nav-tabs {
	display: block;
	float: left;
	width: 20%;
	max-width: 200px;
	border-bottom: 0;
}
.dexp_tab_wrapper.vertical .nav-tabs li {
	float: none;
	margin-bottom: 0;
}
.dexp_tab_wrapper.vertical .nav-tabs li a {
	margin-right: 0;
	padding: 1em 1.7em;
	border: 1px solid #dddddd;
	border-top: 0;
	border-right: 0;
	border-radius: 0;
	text-align: center;
}
.dexp_tab_wrapper.vertical .nav-tabs li a i {
	margin-right: 5px;
}
.dexp_tab_wrapper.vertical .nav-tabs li a:hover {
	border-bottom: 1px solid;
	border-color: #dddddd;
}
.dexp_tab_wrapper.vertical .nav-tabs li.active a {
	border: 1px solid #dddddd;
	border-top: 0;
	position: relative;
}
.dexp_tab_wrapper.vertical .nav-tabs li.active a:after {
	position: absolute;
	left: auto;
	right: -2px;
	top: 0;
	display: block;
	height: 100%;
	width: 2px;
	background: #ffffff;
	z-index: 1;
	content: "";
}
.dexp_tab_wrapper.vertical .nav-tabs li.active a:hover {
	border-top: 0;
	border-bottom: 1px solid #dddddd;
}
.dexp_tab_wrapper.vertical .nav-tabs li.active:first-child a {
	border-top: 1px solid #dddddd;
}
.dexp_tab_wrapper.vertical .nav-tabs li:first-child a {
	border-top: 1px solid #dddddd;
}
.dexp_tab_wrapper.vertical .tab-content {
	width: 80%;
	float: left;
	border: 1px solid #dddddd;
	padding: 20px;
}
.panel-group .panel-default > .panel-heading {
	padding: 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	margin: 0 0 15px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
}
.panel-group .panel-default > .panel-heading + .panel-collapse .panel-body {
	border-left: 3px solid #d4d4d4;
	margin: 0 40px 15px;
	padding: 0 15px;
	border-top: none;
	display: block;
}
.panel-group .panel-default > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #dddddd;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
	overflow: hidden;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}
.panel-group .panel + .panel {
	margin-top: 0px;
	border-top: 0;
}
.panel-group .panel-heading {
	border-bottom: 0;
	position: relative;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #dddddd;
}
.panel-group .panel-title > a strong {
	background: #e7512f;
	border: 1px solid #e7512f;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 10px;
	line-height: 1;
	margin: 0 5px 0 10px;
	padding: 10px 10px 8px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	font-weight: normal;
}
.panel-group .panel-title > a strong:before {
	content: "\f068";
	display: block;
	font-family: FontAwesome;
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
}
.panel-group .panel-title > a h4 {
	background: #ffffff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 28px;
	margin: 0;
	padding: 0 15px;
	text-transform: uppercase;
	width: 83%;
	border: 1px solid #e7512f;
	color: #e7512f;
}
.panel-group .panel-title > a h4 i {
	margin-right: 7px;
	color: #e7512f;
}
.panel-group .panel-title > a h4 span {
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
	display: block;
}
.panel-group .panel-title > a.collapsed h4, .panel-group .panel-title > a.collapsed strong {
	border-color: #d4d4d4;
	color: #a8a8a8;
	background: #ffffff;
}
.panel-group .panel-title > a.collapsed strong:before {
	content: "\f067";
}
.panel-group .panel-title > a.panel-icon-left > i {
	left: 18px;
}
.panel-group .panel-title > a.panel-icon-right > i {
	right: 0;
}
.panel-group .panel-title > a.collapsed > .panel-icon-sort {
	top: -2px;
}
.panel-group.panel-group-1 .panel-title > a {
	padding-left: 45px;
}
.panel-group.panel-group-1 .panel-title > a > i {
	border-right: 1px solid #dddddd;
}
.panel-group.panel-group-1 .panel-body {
	padding-left: 60px;
}
.panel-group.panel-group-2 .panel-title > a {
	padding-left: 30px;
}
.panel-group.panel-group-2 .panel-body {
	padding-left: 25px;
	margin: 0 20px;
}
.panel-group.panel-group-3 {
	border: 1px solid #dddddd;
}
.panel-group.panel-group-3 .panel {
	border-left: 0;
	border-right: 0;
	margin: 0 20px;
}
.panel-group.panel-group-3 .panel:first-child {
	border-top: 0;
}
.panel-group.panel-group-3 .panel:last-child {
	border-bottom: 0;
}
.panel-group.panel-group-3 .panel-heading, .panel-group.panel-group-4 .panel-heading {
	padding-left: 0;
	padding-right: 0;
}
.panel-group.panel-group-3 .panel-title {
	padding: 0;
	margin: 0;
}
.panel-group.panel-group-3 .panel-title > a {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
.panel-group.panel-group-3 .panel-title > a.panel-icon-right > i {
	right: -15px;
}
.panel-group.panel-group-3 .panel-body {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
.panel-group.panel-group-4 .panel {
	border-left: 0;
	border-right: 0;
	margin: 0;
}
.panel-group.panel-group-4 .panel-title {
	padding: 0;
	margin: 0;
}
.panel-group.panel-group-4 .panel-title > a {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
.panel-group.panel-group-4 .panel-title > a.panel-icon-right > i {
	right: -15px;
}
.panel-group.panel-group-4 .panel-body {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
.panel-group.panel-group-5 .panel {
	border: 0;
}
.panel-group.panel-group-5 .panel + .panel {
	margin-top: 10px;
	border: 0;
}
.panel-group.panel-group-5 .panel-heading {
	border-bottom: 0;
}
.panel-group.panel-group-5 .panel-heading + .panel-collapse .panel-body {
	border-top: 0;
}
.panel-group.panel-group-5 .panel-heading {
	padding-left: 20px;
	background: #eeeeee;
	margin: 0 15px 15px;
}
.panel-group.panel-group-5 .panel-title > a {
	padding-left: 0;
	padding-right: 0;
}
h3.block-title {
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}
.title-center h3.block-title, .title-center .block-subtitle {
	text-align: center;
}
.title-center h3.block-title {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}
.title-center .block-subtitle {
	padding-bottom: 30px;
}
.title-center .no-subtitle {
	padding-bottom: 30px;
}
.block-subtitle {
	padding-bottom: 30px;
}
.dexp-non-space-top {
	margin-top: 0;
	padding-top: 0;
}
.btn {
	background: #777;
	border: 1px solid transparent;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 0 11px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
}
.btn:hover {
	color: #fff;
	background-color: #666;
}
.btn i {
	margin-right: 5px;
}
.btn.main-bg:hover {
	background-color: daken(#e7512f, 10%) !important;
	color: #fff !important;
}
.btn.main-border {
	color: #e7512f !important;
	border: 1px solid #e7512f !important;
}
.btn.main-border:hover {
	border-color: #333 !important;
	color: #333 !important;
}
.btn.alter-border {
	border: 1px solid #e1e1e1 !important;
	color: #777 !important;
}
.btn.alter-border:hover {
	background-color: #666 !important;
	color: #fff !important;
}
.btn-tiny {
	font-size: 9px;
	line-height: 27px;
	padding: 0 4px;
}
.btn-small {
	font-size: 11px;
	line-height: 33px;
	padding: 0 10px;
}
.btn-medium {
	font-size: 13px;
	line-height: 41px;
	padding: 0 12px;
}
.btn-large {
	font-size: 15px;
	line-height: 49px;
	padding: 0 22px;
}
.btn.empty {
	background: none repeat scroll 0 0 transparent;
}
.dexp-shortcodes-button:hover .fa:after {
	opacity: 1;
}
.dexp-btn-hover-overlap:before {
	display: none;
}
.dexp-btn-hover-overlap span:before {
	content: attr(data-btn-text);
}
.dexp-btn-hover-overlap .fa {
	background-color: #ffffff;
}
.dexp-btn-hover-overlap:hover span {
	transform: translate(100%, 0px);
	-webkit-transform: translate(100%, 0px);
	-ms-transform: translate(100%, 0px);
	-moz-transform: translate(100%, 0px);
	-o-transform: translate(100%, 0px);
}
.dexp-btn-hover-overlap:hover .fa {
	color: #444444;
}
.dexp-btn-hover-up:before {
	left: 0;
	top: 100%;
}
.dexp-btn-hover-up .fa:after {
	right: 0;
	top: -100%;
}
.dexp-btn-hover-up:hover:before {
	top: 0;
}
.dexp-btn-hover-up:hover .fa:after {
	top: 0;
}
.dexp-btn-hover-up.dexp-btn-reflect-icon:hover .fa {
	color: #444444;
}
.dexp-btn-hover-up.dexp-btn-reflect-icon:hover .fa:after {
	background-color: #ffffff;
}
.dexp-btn-hover-up.dexp-btn-hover-overlap span:before {
	left: 0;
	top: 100%;
}
.dexp-btn-hover-up.dexp-btn-hover-overlap:hover span {
	transform: translate(0px, -100%);
	-webkit-transform: translate(0px, -100%);
	-ms-transform: translate(0px, -100%);
	-moz-transform: translate(0px, -100%);
	-o-transform: translate(0px, -100%);
}
.dexp-btn-hover-down:before {
	left: 0;
	top: -100%;
}
.dexp-btn-hover-down .fa:after {
	right: 0;
	top: 100%;
}
.dexp-btn-hover-down:hover:before {
	top: 0;
}
.dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa {
	color: #444444;
}
.dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa:after {
	background-color: #ffffff;
	top: 0;
}
.dexp-btn-hover-down.dexp-btn-hover-overlap span:before {
	left: 0;
	top: -100%;
}
.dexp-btn-hover-down.dexp-btn-hover-overlap:hover span {
	transform: translate(0px, 100%);
	-webkit-transform: translate(0px, 100%);
	-ms-transform: translate(0px, 100%);
	-moz-transform: translate(0px, 100%);
	-o-transform: translate(0px, 100%);
}
.dexp-btn-hover-flap, .dexp-btn-3d-box, .dexp-btn-3d-left, .dexp-btn-3d-right {
	border: 0 none;
	overflow: visible;
	perspective: 800px;
}
.dexp-btn-hover-flap:before, .dexp-btn-3d-box:before, .dexp-btn-3d-left:before, .dexp-btn-3d-right:before {
	display: none;
}
.dexp-btn-hover-flap span, .dexp-btn-3d-box span, .dexp-btn-3d-left span, .dexp-btn-3d-right span {
	background-color: #ffffff;
	border: 1px solid #444444;
	box-sizing: border-box;
	outline: 1px solid transparent;
	transform-style: preserve-3d;
}
.dexp-btn-hover-flap span:before, .dexp-btn-3d-box span:before, .dexp-btn-3d-left span:before, .dexp-btn-3d-right span:before {
	background-color: #444444;
	border: 1px solid #444444;
	color: #ffffff;
	content: attr(data-btn-text);
	display: block;
	padding: 1em;
	position: absolute;
	height: 100%;
}
.dexp-btn-hover-flap .fa, .dexp-btn-3d-box .fa, .dexp-btn-3d-left .fa, .dexp-btn-3d-right .fa {
	border: 1px solid #444444;
	box-sizing: border-box;
	margin: 0 -1px;
}
.dexp-btn-hover-flap .fa:after, .dexp-btn-3d-box .fa:after, .dexp-btn-3d-left .fa:after, .dexp-btn-3d-right .fa:after {
	display: none;
}
.dexp-btn-hover-flap span:before {
	height: 105%;
	left: -1px;
	top: -100%;
	transform: rotateX(90deg);
	transform-origin: 0 100% 0;
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-webkit-transform-origin: 0 100% 0;
	-ms-transform-origin: 0 100% 0;
	-moz-transform-origin: 0 100% 0;
	-o-transform-origin: 0 100% 0;
	width: 101%;
}
.dexp-btn-hover-flap:hover span {
	transform: rotateX(-90deg) translateY(100%);
	transform-origin: 50% 100% 0;
	-webkit-transform: rotateX(-90deg) translateY(100%);
	-ms-transform: rotateX(-90deg) translateY(100%);
	-moz-transform: rotateX(-90deg) translateY(100%);
	-o-transform: rotateX(-90deg) translateY(100%);
	-webkit-transform-origin: 50% 100% 0;
	-ms-transform-origin: 50% 100% 0;
	-moz-transform-origin: 50% 100% 0;
	-o-transform-origin: 50% 100% 0;
}
.dexp-btn-3d-left span:before {
	height: 105%;
	left: -100%;
	top: -1px;
	transform: rotateY(-90deg);
	transform-origin: 100% 0 0;
	width: 101%;
	-webkit-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 0 0;
	-ms-transform-origin: 100% 0 0;
	-moz-transform-origin: 100% 0 0;
	-o-transform-origin: 100% 0 0;
}
.dexp-btn-3d-left:hover span {
	transform: rotateY(90deg) translateX(100%);
	transform-origin: 100% 50% 0;
	-webkit-transform: rotateY(90deg) translateX(100%);
	-ms-transform: rotateY(90deg) translateX(100%);
	-moz-transform: rotateY(90deg) translateX(100%);
	-o-transform: rotateY(90deg) translateX(100%);
	-webkit-transform-origin: 100% 50% 0;
	-ms-transform-origin: 100% 50% 0;
	-moz-transform-origin: 100% 50% 0;
	-o-transform-origin: 100% 50% 0;
}
.dexp-btn-3d-right span:before {
	height: 105%;
	left: 100%;
	top: -1px;
	transform: rotateY(90deg);
	transform-origin: 0 0 0;
	width: 101%;
	-webkit-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
}
.dexp-btn-3d-right:hover span {
	transform: rotateY(-90deg) translateX(-100%);
	transform-origin: 0 0 0;
	-webkit-transform: rotateY(-90deg) translateX(-100%);
	-ms-transform: rotateY(-90deg) translateX(-100%);
	-moz-transform: rotateY(-90deg) translateX(-100%);
	-o-transform: rotateY(-90deg) translateX(-100%);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
}
.dexp-btn-3d-box span {
	transform: rotateX(8deg);
	transition-duration: 0.2s;
	-webkit-transform: rotateX(8deg);
	-ms-transform: rotateX(8deg);
	-moz-transform: rotateX(8deg);
	-o-transform: rotateX(8deg);
}
.dexp-btn-3d-box span:before {
	background-color: #666666;
	color: #666666;
	height: 105%;
	left: -1px;
	opacity: 1;
	top: 100%;
	transform: rotateX(-90deg);
	transform-origin: 0 0 0;
	width: 101%;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
}
.dexp-btn-3d-box:hover span {
	color: #444444;
	transform: rotateX(5deg) translateY(2px);
	-webkit-transform: rotateX(5deg) translateY(2px);
	-ms-transform: rotateX(5deg) translateY(2px);
	-moz-transform: rotateX(5deg) translateY(2px);
	-o-transform: rotateX(5deg) translateY(2px);
}
.dexp-btn-3d-box:hover span:before {
	background-color: #666666;
}
.dexp-btn-3d-box:hover .fa {
	color: #444444;
}
.dexp-btn-3d-box:active span {
	transform: rotateX(0deg);
}
.dexp-btn-3d-box.dexp-btn-reflect span:before {
	color: #666666;
}
.dexp-btn-3d-box.dexp-btn-reflect:hover span:before {
	background-color: #666666;
}
.dexp-btn-reflect {
	background-color: #444444;
}
.dexp-btn-reflect:before, .dexp-btn-reflect span:before, .dexp-btn-reflect .fa:after {
	color: #444444;
}
.dexp-btn-reflect .fa, .dexp-btn-reflect span {
	color: #ffffff;
}
.dexp-btn-reflect:hover:before, .dexp-btn-reflect:hover span:before {
	background-color: #ffffff;
}
.dexp-btn-reflect:hover .fa, .dexp-btn-reflect:hover span {
	color: #444444;
}
.dexp-btn-reflect.dexp-btn-reflect-icon .fa {
	background-color: #222222;
	color: #ffffff;
}
.dexp-btn-reflect.dexp-btn-hover-overlap .fa {
	background-color: #444444;
}
.dexp-btn-reflect.dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa {
	color: #ffffff;
}
.dexp-btn-reflect.dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa:after {
	background-color: #444444;
}
.dexp-btn-reflect.dexp-btn-3d-box, .dexp-btn-reflect.dexp-btn-3d-left, .dexp-btn-reflect.dexp-btn-3d-right, .dexp-btn-reflect.dexp-btn-hover-flap {
	background-color: transparent;
}
.dexp-btn-reflect.dexp-btn-3d-box:before, .dexp-btn-reflect.dexp-btn-3d-left:before, .dexp-btn-reflect.dexp-btn-3d-right:before, .dexp-btn-reflect.dexp-btn-hover-flap:before {
	display: none;
}
.dexp-btn-reflect.dexp-btn-3d-box span, .dexp-btn-reflect.dexp-btn-3d-left span, .dexp-btn-reflect.dexp-btn-3d-right span, .dexp-btn-reflect.dexp-btn-hover-flap span {
	background-color: #444444;
	color: #ffffff;
}
.dexp-btn-reflect.dexp-btn-3d-box .fa, .dexp-btn-reflect.dexp-btn-3d-left .fa, .dexp-btn-reflect.dexp-btn-3d-right .fa, .dexp-btn-reflect.dexp-btn-hover-flap .fa {
	background-color: #444444;
}
.dexp-btn-reflect.dexp-btn-3d-box:hover .fa, .dexp-btn-reflect.dexp-btn-3d-left:hover .fa, .dexp-btn-reflect.dexp-btn-3d-right:hover .fa, .dexp-btn-reflect.dexp-btn-hover-flap:hover .fa {
	color: #ffffff;
}
.dexp-btn-split .fa {
	border-left: 1px solid #444444;
}
.dexp-btn-split:hover .fa {
	border-left-color: #ffffff;
}
.dexp-btn-split.dexp-btn-icon-left {
	border-left: 0 none;
	border-right: 1px solid #444444;
}
.dexp-btn-split-short.dexp-btn-icon-left span {
	float: right;
}
.dexp-btn-split.dexp-btn-icon-left:hover .fa {
	border-right-color: #ffffff;
}
.dexp-btn-split-short span:after {
	background-color: #dddddd;
	content: "";
	display: block;
	height: 60%;
	position: absolute;
	right: 0;
	top: 20%;
	width: 1px;
}
.dexp-btn-split-short.dexp-btn-icon-left span:after {
	left: 0;
	right: auto;
}
.dexp-btn-grey {
	background-color: #dddddd;
	border-color: #dddddd;
	color: #444444;
}
.dexp-reflect .oe-btn, .dexp-reflect-bg .dexp-shortcodes-button {
	border: 1px solid #ffffff;
}
.dexp-reflect .dexp-shortcodes-button span, .dexp-reflect-bg .dexp-shortcodes-button span {
	color: #ffffff;
}
.dexp-reflect .dexp-shortcodes-button:before, .dexp-reflect .dexp-shortcodes-button span:before, .dexp-reflect .dexp-shortcodes-button .fa:after, .dexp-reflect-bg .dexp-shortcodes-button:before, .dexp-reflect-bg .dexp-shortcodes-button span:before, .dexp-reflect-bg .dexp-shortcodes-button .fa:after {
	background-color: #ffffff;
	color: #444444;
}
.dexp-reflect .dexp-shortcodes-button .fa, .dexp-reflect-bg .dexp-shortcodes-button .fa {
	color: #ffffff;
}
.dexp-reflect .dexp-shortcodes-button:hover span, .dexp-reflect-bg .dexp-shortcodes-button:hover span {
	color: #444444;
}
.dexp-reflect .dexp-shortcodes-button:hover:before, .dexp-reflect-bg .dexp-shortcodes-button:hover:before {
	background-color: #ffffff;
}
.dexp-reflect .dexp-shortcodes-button:hover .fa, .dexp-reflect-bg .dexp-shortcodes-button:hover .fa {
	color: #444444;
}
.dexp-reflect .dexp-btn-hover-overlap .fa, .dexp-reflect-bg .dexp-btn-hover-overlap .fa {
	background-color: #444444;
}
.dexp-reflect .dexp-btn-hover-overlap:hover .fa, .dexp-reflect-bg .dexp-btn-hover-overlap:hover .fa {
	color: #ffffff;
}
.dexp-reflect .dexp-btn-hover-up.dexp-btn-reflect-icon:hover .fa, .dexp-reflect-bg .dexp-btn-hover-up.dexp-btn-reflect-icon:hover .fa {
	color: #ffffff;
}
.dexp-reflect .dexp-btn-hover-up.dexp-btn-reflect-icon:hover .fa:after, .dexp-reflect-bg .dexp-btn-hover-up.dexp-btn-reflect-icon:hover .fa:after {
	background-color: #444444;
}
.dexp-reflect .dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa, .dexp-reflect-bg .dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa {
	color: #ffffff;
}
.dexp-reflect .dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa:after, .dexp-reflect-bg .dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa:after {
	background-color: #444444;
}
.dexp-reflect .dexp-btn-3d-box, .dexp-reflect .dexp-btn-3d-left, .dexp-reflect .dexp-btn-3d-right, .dexp-reflect .dexp-btn-hover-flap, .dexp-reflect-bg .dexp-btn-3d-box, .dexp-reflect-bg .dexp-btn-3d-left, .dexp-reflect-bg .dexp-btn-3d-right, .dexp-reflect-bg .dexp-btn-hover-flap {
	border: 0 none;
}
.dexp-reflect .dexp-btn-3d-box span, .dexp-reflect .dexp-btn-3d-left span, .dexp-reflect .dexp-btn-3d-right span, .dexp-reflect .dexp-btn-hover-flap span, .dexp-reflect-bg .dexp-btn-3d-box span, .dexp-reflect-bg .dexp-btn-3d-left span, .dexp-reflect-bg .dexp-btn-3d-right span, .dexp-reflect-bg .dexp-btn-hover-flap span {
	background-color: #444444;
	border: 1px solid #ffffff;
}
.dexp-reflect .dexp-btn-3d-box span:before, .dexp-reflect .dexp-btn-3d-left span:before, .dexp-reflect .dexp-btn-3d-right span:before, .dexp-reflect .dexp-btn-hover-flap span:before, .dexp-reflect-bg .dexp-btn-3d-box span:before, .dexp-reflect-bg .dexp-btn-3d-left span:before, .dexp-reflect-bg .dexp-btn-3d-right span:before, .dexp-reflect-bg .dexp-btn-hover-flap span:before {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #444444;
}
.dexp-reflect .dexp-btn-3d-box .fa, .dexp-reflect .dexp-btn-3d-left .fa, .dexp-reflect .dexp-btn-3d-right .fa, .dexp-reflect .dexp-btn-hover-flap .fa, .dexp-reflect-bg .dexp-btn-3d-box .fa, .dexp-reflect-bg .dexp-btn-3d-left .fa, .dexp-reflect-bg .dexp-btn-3d-right .fa, .dexp-reflect-bg .dexp-btn-hover-flap .fa {
	border: 1px solid #ffffff;
}
.dexp-reflect .dexp-btn-reflect, .dexp-reflect-bg .dexp-btn-reflect {
	background-color: #ffffff;
}
.dexp-reflect .dexp-btn-reflect:before, .dexp-reflect .dexp-btn-reflect span:before, .dexp-reflect .dexp-btn-reflect .fa:after, .dexp-reflect-bg .dexp-btn-reflect:before, .dexp-reflect-bg .dexp-btn-reflect span:before, .dexp-reflect-bg .dexp-btn-reflect .fa:after {
	color: #ffffff;
}
.dexp-reflect .dexp-btn-reflect .fa, .dexp-reflect .dexp-btn-reflect span, .dexp-reflect-bg .dexp-btn-reflect .fa, .dexp-reflect-bg .dexp-btn-reflect span {
	color: #444444;
}
.dexp-reflect .dexp-btn-reflect:hover:before, .dexp-reflect .dexp-btn-reflect:hover span:before, .dexp-reflect-bg .dexp-btn-reflect:hover:before, .dexp-reflect-bg .dexp-btn-reflect:hover span:before {
	background-color: #444444;
}
.dexp-reflect .dexp-btn-reflect:hover .fa, .dexp-reflect .dexp-btn-reflect:hover span, .dexp-reflect-bg .dexp-btn-reflect:hover .fa, .dexp-reflect-bg .dexp-btn-reflect:hover span {
	color: #ffffff;
}
.dexp-reflect .dexp-btn-reflect.dexp-btn-reflect-icon .fa, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-reflect-icon .fa {
	background-color: #444444;
	color: #ffffff;
}
.dexp-reflect .dexp-btn-reflect.dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa {
	color: #444444;
}
.dexp-reflect .dexp-btn-reflect.dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa:after, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa:after {
	background-color: #ffffff;
}
.dexp-reflect .dexp-btn-reflect.dexp-btn-3d-box, .dexp-reflect .dexp-btn-reflect.dexp-btn-3d-left, .dexp-reflect .dexp-btn-reflect.dexp-btn-3d-right, .dexp-reflect .dexp-btn-reflect.dexp-btn-hover-flap, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-3d-box, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-3d-left, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-3d-right, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-hover-flap {
	background-color: transparent;
}
.dexp-reflect .dexp-btn-reflect.dexp-btn-3d-box span, .dexp-reflect .dexp-btn-reflect.dexp-btn-3d-left span, .dexp-reflect .dexp-btn-reflect.dexp-btn-3d-right span, .dexp-reflect .dexp-btn-reflect.dexp-btn-hover-flap span, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-3d-box span, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-3d-left span, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-3d-right span, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-hover-flap span {
	background-color: #ffffff;
}
.dexp-reflect .dexp-btn-reflect.dexp-btn-3d-box .fa, .dexp-reflect .dexp-btn-reflect.dexp-btn-3d-left .fa, .dexp-reflect .dexp-btn-reflect.dexp-btn-3d-right .fa, .dexp-reflect .dexp-btn-reflect.dexp-btn-hover-flap .fa, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-3d-box .fa, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-3d-left .fa, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-3d-right .fa, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-hover-flap .fa {
	background-color: #ffffff;
}
.dexp-reflect .dexp-btn-reflect.dexp-btn-3d-box:hover .fa, .dexp-reflect .dexp-btn-reflect.dexp-btn-3d-left:hover .fa, .dexp-reflect .dexp-btn-reflect.dexp-btn-3d-right:hover .fa, .dexp-reflect .dexp-btn-reflect.dexp-btn-hover-flap:hover .fa, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-3d-box:hover .fa, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-3d-left:hover .fa, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-3d-right:hover .fa, .dexp-reflect-bg .dexp-btn-reflect.dexp-btn-hover-flap:hover .fa {
	color: #444444;
}
.dexp-reflect .dexp-btn-reflect-icon .fa, .dexp-reflect-bg .dexp-btn-reflect-icon .fa {
	background-color: #ffffff;
	color: #444444;
}
.dexp-reflect .dexp-btn-split .fa, .dexp-reflect-bg .dexp-btn-split .fa {
	border-left: 1px solid #ffffff;
}
.dexp-reflect .dexp-btn-split:hover .fa, .dexp-reflect-bg .dexp-btn-split:hover .fa {
	border-left-color: #444444;
}
.dexp-reflect .dexp-btn-split-short span:after, .dexp-reflect-bg .dexp-btn-split-short span:after {
	background-color: #dddddd;
}
.dexp-reflect .dexp-btn-grey, .dexp-reflect-bg .dexp-btn-grey {
	background-color: #666666;
	border-color: #666666;
}
.dexp-reflect .dexp-btn-3d-box span:before, .dexp-reflect-bg .dexp-btn-3d-box span:before {
	background-color: #dddddd;
	color: #dddddd;
	opacity: 1;
	transform: rotateX(-90deg);
	transform-origin: 0 0 0;
}
.dexp-reflect .dexp-btn-3d-box .fa, .dexp-reflect-bg .dexp-btn-3d-box .fa {
	border: 0 none;
}
.dexp-reflect .dexp-btn-3d-box:hover span, .dexp-reflect-bg .dexp-btn-3d-box:hover span {
	color: #ffffff;
}
.dexp-reflect .dexp-btn-3d-box:hover span:before, .dexp-reflect-bg .dexp-btn-3d-box:hover span:before {
	background-color: #dddddd;
}
.dexp-reflect .dexp-btn-3d-box:hover .fa, .dexp-reflect-bg .dexp-btn-3d-box:hover .fa {
	color: #ffffff;
}
.dexp-reflect .dexp-btn-3d-box.dexp-btn-reflect span, .dexp-reflect-bg .dexp-btn-3d-box.dexp-btn-reflect span {
	color: #444444;
}
.dexp-reflect .dexp-btn-3d-box.dexp-btn-reflect .fa, .dexp-reflect-bg .dexp-btn-3d-box.dexp-btn-reflect .fa {
	color: #444444;
}
.dexp-btn-inline-icon span {
	height: 50px;
}
.dexp-btn-inline-icon .fa {
	border: 0 none;
	margin-right: 15px;
	padding: 0;
}
.dexp-btn-inline-icon .fa:after {
	display: none;
}
.dexp-btn-hover-blue span:before, .dexp-btn-hover-red span:before, .dexp-btn-hover-sapphire span:before {
	width: 101%;
}
.dexp-btn-hover-blue:hover span, .dexp-btn-hover-red:hover span, .dexp-btn-hover-sapphire:hover span, .dexp-btn-hover-blue:hover .fa, .dexp-btn-hover-red:hover .fa, .dexp-btn-hover-sapphire:hover .fa, .dexp-btn-hover-blue:hover span:before, .dexp-btn-hover-red:hover span:before, .dexp-btn-hover-sapphire:hover span:before, .dexp-btn-blue span, .dexp-btn-blue .fa, .dexp-btn-blue span:before, .dexp-btn-sapphire span, .dexp-btn-sapphire .fa, .dexp-btn-sapphire span:before, .dexp-btn-red span, .dexp-btn-red .fa, .dexp-btn-red span:before {
	color: #ffffff;
}
.dexp-btn-blue:hover, .dexp-btn-red:hover, .dexp-btn-sapphire:hover {
	border-color: #444444;
}
.dexp-btn-blue:hover .fa, .dexp-btn-red:hover .fa, .dexp-btn-sapphire:hover .fa {
	background-color: #444444;
}
.dexp-btn-blue.dexp-btn-reflect:hover span:before, .dexp-btn-red.dexp-btn-reflect:hover span:before, .dexp-btn-sapphire.dexp-btn-reflect:hover span:before {
	color: #444444;
}
.dexp-btn-blue.dexp-btn-reflect:hover .fa, .dexp-btn-red.dexp-btn-reflect:hover .fa, .dexp-btn-sapphire.dexp-btn-reflect:hover .fa {
	background-color: #ffffff;
}
.dexp-btn-hover-blue:hover, .dexp-btn-blue {
	border-color: #36b5e7;
}
.dexp-btn-hover-blue:hover .fa, .dexp-btn-hover-blue:hover:before, .dexp-btn-hover-blue:hover span:before, .dexp-btn-blue .fa, .dexp-btn-blue:before, .dexp-btn-blue span:before {
	background-color: #36b5e7;
}
.dexp-btn-blue {
	background-color: #36b5e7;
}
.dexp-btn-hover-sapphire:hover, .dexp-btn-sapphire {
	border-color: #28baba;
}
.dexp-btn-hover-sapphire:hover .fa, .dexp-btn-hover-sapphire:hover:before, .dexp-btn-hover-sapphire:hover span:before, .dexp-btn-sapphire .fa, .dexp-btn-sapphire:before, .dexp-btn-sapphire span:before {
	background-color: #28baba;
}
.dexp-btn-sapphire {
	background-color: #28baba;
}
.dexp-btn-hover-red:hover, .dexp-btn-red {
	border-color: #f6504c;
}
.dexp-btn-hover-red:hover .fa, .dexp-btn-hover-red:hover:before, .dexp-btn-hover-red:hover span:before, .dexp-btn-red .fa, .dexp-btn-red:before, .dexp-btn-red span:before {
	background-color: #f6504c;
}
.dexp-btn-red {
	background-color: #f6504c;
}
.dexp-btn-size-4x {
	height: 40px;
}
.dexp-btn-size-4x span {
	padding: 0 1.2em;
}
.dexp-btn-size-4x .fa {
	padding: 10px 12px 7px;
}
.dexp-btn-size-4x.dexp-btn-split-short span:after {
	height: 100%;
	top: 0;
}
.dexp-label-btn:before {
	display: none;
}
.dexp-label-btn span:before {
	display: none;
}
.dexp-label-btn .fa:after {
	display: none;
}
.dexp-label-btn:hover span {
	color: #444444;
}
.dexp-label-btn:hover .fa {
	color: #444444;
}
.dexp-label-btn.dexp-btn-reflect-icon .fa {
	color: #ffffff;
}
.dexp-btn-border-grey {
	border-color: #dddddd;
}
.dexp-btn-large {
	font-size: 15px;
	line-height: 49px;
	padding: 0 22px;
}
.dexp-btn-ExtraLarge {
	display: block;
	font-size: 22px;
	font-weight: bold;
	height: 78px;
	line-height: 78px;
	background: #e7512f;
}
.dexp-btn-ExtraLarge:hover {
	background: #cc3917;
}
.dexp-btn-small {
	font-size: 11px;
	line-height: 33px;
	padding: 0 10px;
}
.dexp-btn-small i, .dexp-btn-small span {
	padding: 0.6em 1.2em 0.95em 1.4em !important;
}
.dexp-btn-split-short span, .dexp-btn-hover-flap span {
	top: -1px;
}
.dexp-btn-white {
	border-color: #fff;
}
.dexp-btn-white i {
	background-color: #fff !important;
	color: #444 !important;
}
.dexp-btn-white span {
	color: #fff;
}
.dexp-btn-white:before, .dexp-btn-white span:before, .dexp-btn-white .fa:after {
	background-color: #fff !important;
}
.dexp-btn-white:hover span {
	color: #444 !important;
}
.skillbar {
	overflow: hidden;
}
.skill-bar h6 {
	font-size: 15px;
	font-style: normal;
	margin: 0 0 4px 0;
	font-weight: 700;
	color: #777;
}
.skill-bar .progress {
	background: none repeat scroll 0 0 #e7e7e7;
	margin: 0 10px 25px 0;
	padding: 0;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	overflow: visible;
	height: 21px;
	font-weight: normal;
}
.skill-bar .progress span {
	background: none repeat scroll 0 0 #e7e7e7;
	color: #333;
	display: block;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	padding: 0 10px;
	position: absolute;
	white-space: nowrap;
	width: 54px;
	z-index: 5;
}
.skill-bar .progress span:before {
	border-color: transparent transparent transparent #e7e7e7;
	border-style: solid;
	border-width: 10.5px 0 10.5px 10px;
	content: "";
	display: inline-block;
	height: 0;
	position: absolute;
	right: -9px;
	top: 0;
	width: 0;
	z-index: 5;
}
.skill-bar .progress:after {
	border-color: transparent transparent transparent #e7e7e7;
	border-style: solid;
	border-width: 10.5px 0 10.5px 10px;
	content: "";
	display: inline-block;
	height: 0;
	position: absolute;
	right: -9px;
	top: 0;
	width: 0;
	z-index: 0;
}
.skill-bar .progress .bar {
	float: left;
	height: 21px;
	position: relative;
	border: none;
	margin: 0;
}
.skill-bar .progress .bar:before {
	border-style: solid;
	border-width: 10.5px 0 10.5px 10px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: -9px;
	top: 0;
	width: 0;
	z-index: 5;
	border-color: transparent transparent transparent #e7512f;
}
.skill-bar .progress .bar small {
	color: #fafafa;
	font-size: 12px;
	float: right;
	padding-right: 10px;
}
.skill-bar .progress-striped .bar {
	background-color: #149bdf;
}
.skill-bar .progress-success .bar, .skill-bar .progress-green .bar {
	background-color: #e7512f;
	-webkit-transition: width 2s ease 0s;
	-moz-transition: width 2s ease 0s;
	-o-transition: width 2s ease 0s;
	transition: width 2s ease 0s;
	width: 0px;
}
.skill-bar .progress-info .bar, .skill-bar .progress-blue .bar {
	background-color: #03acdc;
}
.skill-bar .progress-warning .bar, .skill-bar .progress-orange .bar {
	background-color: #f98805;
}
.skill-bar .progress-danger .bar, .skill-bar .progress-red .bar {
	background-color: #e53f51;
}
.dexp-shortcodes-box h3.box-title {
	color: #777;
	display: block;
}
.dexp-shortcodes-box .box-icon {
	text-align: center;
}
.dexp-shortcodes-box .r-more {
	background: #ececec;
	display: table;
	margin: 15px auto 0;
	padding: 8px 15px;
	position: relative;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	z-index: 1;
	text-transform: uppercase;
	color: #e7512f;
}
.dexp-shortcodes-box .r-more:after {
	content: "+";
	display: inline-block;
	font-size: 14px;
	margin-left: 8px;
}
.dexp-shortcodes-box .r-more:hover {
	background: #e7512f;
	color: #333;
}
.dexp-shortcodes-box .box-content {
	margin: 0 0 20px;
	line-height: 22px;
	text-align: justify;
}
.dexp-shortcodes-box .box-content .more-btn {
	display: table;
	margin: 30px auto 0;
	background: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
}
.dexp-shortcodes-box .box-content .more-btn:hover {
	color: #333;
}
.dexp-shortcodes-box.box-border-line {
	border: 1px solid #e6e6e6;
	padding: 0 15px 15px;
	position: relative;
	text-align: center;
	margin-top: 30px;
}
.dexp-shortcodes-box.box-border-line .box-icon {
	background-color: #f0f0f0;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 0 0 3px #ffffff inset;
	-moz-box-shadow: 0 0 0 3px #ffffff inset;
	box-shadow: 0 0 0 3px #ffffff inset;
	color: #b3b3b3;
	display: table;
	font-size: 38px;
	height: 90px;
	line-height: 90px;
	margin: -45px auto 25px;
	text-align: center;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	width: 90px;
}
.dexp-shortcodes-box.box-border-line .box-icon:hover {
	color: #fff;
}
.dexp-shortcodes-box.box-border-line h3.box-title {
	font-weight: bold;
	text-align: center;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	font-size: 14px;
	color: #777;
	text-transform: capitalize;
}
.dexp-shortcodes-box.box-border-line h3.box-title span.subtitle {
	font-size: small;
	margin: 0 0 15px;
	color: #e7512f;
	display: block;
	font-weight: normal;
}
.dexp-shortcodes-box.box-border-line .box-content div {
	border-bottom: 1px solid #eee;
	max-height: 180px;
	overflow: hidden;
	padding-bottom: 25px !important;
}
.dexp-shortcodes-box.box-border-line .box-content p {
	margin: 0;
}
.dexp-shortcodes-box.box-border-line:hover .box-icon, .dexp-shortcodes-box.box-border-line:hover .r-more {
	background-color: #e7512f;
	color: #fff;
}
.dexp-shortcodes-box.box-border-line:hover .r-more:hover {
	color: #333;
}
.dexp-shortcodes-box.box-background .box-icon {
	background-color: #e7512f;
	border: 1px #e7512f solid;
	color: #fff;
}
.dexp-shortcodes-box.box-top-center {
	text-align: center;
	padding: 50px 15px;
}
.dexp-shortcodes-box.box-top-center:hover {
	background-color: #e7512f;
	color: #fff;
}
.dexp-shortcodes-box.box-top-center:hover h3.box-title {
	color: #fff;
}
.dexp-shortcodes-box.box-top-center:hover .box-icon {
	background-color: #e7512f;
}
.dexp-shortcodes-box.box-top-center:hover .box-icon i {
	color: #fff;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.dexp-shortcodes-box.box-top-center .box-icon {
	display: table;
	margin: 0 auto 30px;
	font-size: 38px;
	width: 103px;
	height: 103px;
	line-height: 95px;
	border: 3px solid #fff;
	-webkit-box-shadow: inset 0 0 13px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 0 13px rgba(0,0,0,0.4);
	box-shadow: inset 0 0 13px rgba(0,0,0,0.4);
	color: #e7512f;
}
.dexp-shortcodes-box.box-top-center h3.box-title {
	padding: 0 15px 10px;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
}
.dexp-shortcodes-box.box-top-center h3.box-title span {
	text-transform: none;
	font-size: 19px;
	font-weight: 100;
	display: block;
}
.dexp-shortcodes-box.box-flap {
	margin-bottom: 30px;
	text-align: center;
}
.dexp-shortcodes-box.box-flap .box-icon {
	background-color: #dadada;
	border: 1px solid #dadada;
	-webkit-box-shadow: 0 0 0 3px #ffffff inset;
	-moz-box-shadow: 0 0 0 3px #ffffff inset;
	box-shadow: 0 0 0 3px #ffffff inset;
	display: table;
	font-size: 50px;
	height: 150px;
	line-height: 150px;
	margin: 0 auto 25px;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	width: 150px;
}
.dexp-shortcodes-box.box-flap h3.box-title {
	font-weight: bold;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	color: #e7512f;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.dexp-shortcodes-box.box-flap h3.box-title span {
	display: inline-block;
	position: relative;
	-webkit-transition: transform 0.3s ease 0s;
	-moz-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
.dexp-shortcodes-box.box-flap h3.box-title span:before {
	content: attr(data-hover);
	font-weight: 700;
	position: absolute;
	top: 100%;
	transform: translate3d(0px, 0px, 0px);
}
.dexp-shortcodes-box.box-flap:hover h3.box-title {
	color: #4e4e4e;
}
.dexp-shortcodes-box.box-flap:hover span {
	transform: translateY(-100%);
}
.dexp-shortcodes-box.box-flap:hover .box-icon, .dexp-shortcodes-box.box-flap:hover .r-more {
	background-color: #e7512f;
	color: #fff;
}
.dexp-shortcodes-box.box-flap:hover .r-more:hover {
	color: #333;
}
.dexp-shortcodes-box.box-left h3.box-title, .dexp-shortcodes-box.box-right h3.box-title {
	font-size: 13px !important;
	text-transform: uppercase;
	font-weight: 700;
}
.dexp-shortcodes-box.box-left .box-icon, .dexp-shortcodes-box.box-right .box-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	position: relative;
	overflow: hidden;
}
.dexp-shortcodes-box.box-left .box-icon span, .dexp-shortcodes-box.box-right .box-icon span {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: -61px;
}
.dexp-shortcodes-box.box-left.box-none .box-icon, .dexp-shortcodes-box.box-right.box-none .box-icon {
	font-size: 30px;
}
.dexp-shortcodes-box.box-left.box-none .box-icon span, .dexp-shortcodes-box.box-right.box-none .box-icon span {
	top: -53px;
}
.dexp-shortcodes-box.box-left .box-content, .dexp-shortcodes-box.box-right .box-content {
	font-size: 13px;
}
.dexp-shortcodes-box.box-left:not(.box-none):hover .box-icon span, .dexp-shortcodes-box.box-right:not(.box-none):hover .box-icon span {
	top: 0px;
}
.dexp-shortcodes-box.box-left.box-background:hover .box-icon, .dexp-shortcodes-box.box-right.box-background:hover .box-icon {
	background: #FFF;
	color: #e7512f;
}
.dexp-shortcodes-box.box-left.box-background:hover .box-icon span, .dexp-shortcodes-box.box-right.box-background:hover .box-icon span {
	top: 0px;
}
.dexp-shortcodes-box.box-left .box-icon {
	float: left;
}
.dexp-shortcodes-box.box-left .box-title, .dexp-shortcodes-box.box-left .box-content {
	margin-left: 80px;
}
.dexp-shortcodes-box.box-right .box-icon {
	float: right;
}
.dexp-shortcodes-box.box-right .box-title, .dexp-shortcodes-box.box-right .box-content {
	margin-right: 80px;
	text-align: right;
}
.dexp-shortcodes-box.box-circle .box-icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.dexp-shortcodes-box.box-square .box-icon {
	border-radius: 5%;
	border: 1px #e7512f solid;
}
.dexp-shortcodes-box.box-square:hover .box-icon {
	background-color: #e7512f;
}
.dexp-shortcodes-box.box-square:hover .box-icon i {
	color: #fff;
}
.dexp-shortcodes-box.box-center:not(.box-none).dexp-shortcodes-box.box-center:not(.box-none-medium) .box-icon {
	width: 95px;
	height: 95px;
	font-size: 36px;
	line-height: 95px;
	margin: 0 auto;
	border-color: #ccc;
	color: #ccc;
}
.dexp-shortcodes-box.box-center:not(.box-none).dexp-shortcodes-box.box-center:not(.box-none-medium):hover .box-icon {
	background: #e7512f;
	border-color: #e7512f;
}
.dexp-shortcodes-box.box-center:not(.box-none).dexp-shortcodes-box.box-center:not(.box-none-medium):hover .box-icon i {
	color: #fff;
}
.dexp-shortcodes-box.box-center:not(.box-none).dexp-shortcodes-box.box-center:not(.box-none-medium) h3.box-title {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.5px;
}
.dexp-shortcodes-box.box-center .box-title {
	text-align: center;
	margin: 30px 0px 10px;
	font-size: 16px;
}
.dexp-shortcodes-box.box-center .box-content {
	text-align: center;
	margin: 0 5px 20px 5px;
}
.dexp-shortcodes-box.box-center.box-none .box-icon {
	font-size: 95px;
	height: 102px;
}
.dexp-shortcodes-box.box-center.box-none h3.box-title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.5px;
}
.dexp-shortcodes-box.box-center.box-none-medium .box-icon {
	font-size: 2.85em !important;
}
.dexp-shortcodes-box.box-center.box-none-medium h3.box-title {
	font-size: 20px;
	letter-spacing: -0.5px;
	margin: 10px 0px 20px !important;
}
.dexp-shortcodes-box.box-center.hovericon h3.box-title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.5px;
}
.dexp-shortcodes-box.box-center:hover:not(.box-square):not(.hovericon) .box-icon {
	-webkit-transform: rotate(360deg) scale(1.1) skew(0) translate(0);
	-moz-transform: rotate(360deg) scale(1.1) skew(0) translate(0);
	-o-transform: rotate(360deg) scale(1.1) skew(0) translate(0);
	-ms-transform: rotate(360deg) scale(1.1) skew(0) translate(0);
	transform: rotate(360deg) scale(1.1) skew(0) translate(0);
}
.dexp-shortcodes-box.box-top-left .box-icon {
	font-size: 30px;
	line-height: 30px;
	text-align: left;
}
.dexp-shortcodes-box.box-top-right .box-icon {
	font-size: 30px;
	line-height: 30px;
	text-align: right;
}
.dexp-shortcodes-box.box-top-right .box-title {
	text-align: right;
}
.dexp-shortcodes-box.box-top-right .box-content {
	text-align: right;
}
.dexp-shortcodes-box.box-border {
	border: solid 1px #ddd;
	padding: 40px 20px 15px;
	text-align: center;
	margin: 10px 0;
	background-color: #fff;
}
.dexp-shortcodes-box.box-border .box-content {
	color: #999 !important;
}
.dexp-shortcodes-box.box-border i, .dexp-shortcodes-box.box-border .box-title {
	color: #444;
}
.hovericon:hover .box-icon i {
	color: #e7512f !important;
}
.hovericon h3.box-title {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.5px;
}
.hovericon .box-title {
	text-align: center;
	margin: 10px 10px 0;
}
.hovericon .box-icon {
	border: none !important;
	background-color: transparent !important;
}
.hovericon.box-circle i {
	border-radius: 50%;
}
.hovericon.box-circle i:after {
	border-radius: 50%;
}
.hovericon i {
	cursor: pointer;
	display: inline-block;
	height: 95px;
	line-height: 100px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 95px;
	z-index: 1;
	border: solid 1px #ccc;
	color: #e7512f;
}
.hovericon i:after {
	box-sizing: content-box;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
}
.hovericon i:before {
	display: block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 95px;
	text-transform: none;
	width: auto;
}
.hovericon i.effect-1:after {
	box-shadow: 0 0 0 2px #ccc;
	left: -7px;
	opacity: 0;
	padding: 7px;
	top: -7px;
	transform: scale(0.8);
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.hovericon i.effect-1.sub-a:hover:after {
	opacity: 1;
	transform: scale(1);
}
.hovericon i.effect-1.sub-a:hover, .hovericon i.effect-1.sub-a:hover i, .hovericon i.effect-1, .hovericon i.effect-1.sub-a:hover {
	background-color: none;
}
.hovericon h3.box-title {
	font-size: 15px !important;
}
.big-title.dexp-parallax .box-icon {
	background: transparent;
	border-color: gray;
}
.big-title.dexp-parallax .box-icon i {
	color: #fff;
}
.big-title.dexp-parallax .box-icon:hover {
	background-color: #fff !important;
}
.big-title.dexp-parallax .box-icon:hover i {
	color: #444 !important;
}
.big-title.dexp-parallax h3.box-title {
	color: #fff !important;
	position: relative;
}
.big-title.dexp-parallax .box-content {
	color: #fff !important;
	position: relative;
}
.big-title h3.box-title {
	font-size: 24px !important;
	padding-top: 20px;
}
.big-title .box-content {
	font-size: 15px !important;
	padding-top: 20px;
}
.parallax * {
	color: #fff;
}
.parallax i {
	color: #fff !important;
}
.parallax .box-icon:hover {
	background: transparent !important;
}
.parallax .box-icon:hover i {
	color: #fff !important;
}
.dexp-parallax .box-content {
	color: #fff !important;
	position: relative;
}
.services-box {
	padding: 40px 30px 70px 50px;
}
.services-box h2 {
	margin-bottom: 0;
}
.supper-big-text .box-title {
	font-size: 2.3em !important;
	margin: 70px 0 30px 0 !important;
}
.supper-big-text .box-content {
	font-size: 1.25em;
}
.milestone-counter {
	text-align: center;
}
.milestone-counter .milestone-icon {
	padding: 5px 0;
	background-color: #fff;
	text-align: center;
}
.milestone-counter .milestone-icon i {
	font-size: 30px;
	color: #e7512f;
	line-height: 40px;
}
.milestone-counter .stat-count {
	background-color: #fff;
	color: #444;
	padding: 0;
	text-align: center;
	font-size: 35px;
	line-height: 50px;
}
.milestone-counter .milestone-details {
	z-index: 1;
	text-align: center;
	font-size: 18px;
	padding: 23px 0;
	background-color: #e7512f;
	color: #fff;
}
.milestone-counter.main-bg {
	margin: 0 -10px;
	padding: 15px;
	background-color: #e7512f;
	color: #fff;
}
.milestone-counter.main-bg .stat-count {
	background: #e7512f;
	color: #fff;
	font-size: 38px;
	font-weight: 400;
	padding: 0;
}
.milestone-counter.main-bg .milestone-details {
	font-size: 15px;
	padding: 0 0 15px;
}
.milestone-counter-bottom .milestone-icon {
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: table;
	font-size: 35px;
	height: 86px;
	line-height: 86px;
	margin: auto;
	text-align: center;
	width: 90px;
	padding: 0;
	background: none;
}
.milestone-counter-bottom .milestone-icon i {
	color: #fff;
}
.milestone-counter-bottom .milestone-details {
	padding: 25px 0 10px;
	background: none;
}
.milestone-counter-bottom .stat-count {
	background: none;
	font-weight: 700;
	color: #fff;
}
.fun-title {
	padding: 29px;
	text-align: center;
	color: #e7512f;
	margin: auto;
	background-color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 56px;
}
.fun-title span {
	color: #333;
}
.extraBold {
	font-weight: 800;
}
.dexp-parallax .dexp-shortcodes-box:not(.box-border) .box-icon {
	border-color: #fff;
}
.dexp-parallax .dexp-shortcodes-box:not(.box-border) .box-icon i {
	color: #fff;
}
.dexp-parallax .dexp-shortcodes-box:not(.box-border) .box-icon:hover {
	background-color: #FFF;
}
.dexp-parallax .dexp-shortcodes-box:not(.box-border) .box-icon:hover i {
	color: #444;
}
.dexp-parallax .dexp-shortcodes-box:not(.box-border) .box-title, .dexp-parallax .dexp-shortcodes-box:not(.box-border) .box-content {
	color: #fff;
}
.text-dropcap {
	display: inline-block;
	float: left;
	font-size: 3em;
	line-height: 1;
	padding: 0 10px;
}
.text-dropcap-1 {
	margin: 0;
}
.text-dropcap-2 {
	background-color: #444444;
	color: #ffffff;
	font-size: 1.7em;
	margin: 0 5px;
	padding: 6px 9.5px;
}
.text-highlight {
	color: #ffffff;
	padding: 2px 5px;
}
.text-highlight-1 {
	background-color: #444444;
}
.text-highlight-2 {
	background-color: #dddddd;
	color: #888888;
}
.dexp-pricing-table {
	margin-top: 30px;
	margin-bottom: 30px;
}
.dexp-pricing-table .dexp-pricing-column {
	overflow: hidden;
	padding: 0;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.dexp-pricing-table .dexp-pricing-column.active {
	position: relative;
	z-index: 50;
	margin-top: -30px;
	margin-bottom: -30px;
	padding-bottom: 40px;
	border: 1px solid #444444;
}
.dexp-pricing-table .dexp-pricing-column.active .dexp-pricing-head {
	height: 180px;
	background-color: #444444;
}
.dexp-pricing-table .dexp-pricing-column.active .dexp-pricing-head h3 {
	color: #ffffff;
}
.dexp-pricing-table .dexp-pricing-column .dexp-pricing-head {
	height: 160px;
	background-color: rgba(238,238,238,0.5);
}
.dexp-pricing-table .dexp-pricing-column .dexp-pricing-head h3 {
	margin: 0;
	padding: 35px 0 0;
	color: #444444;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.dexp-pricing-table .dexp-pricing-column .dexp-pricing-price {
	width: 130px;
	height: 130px;
	margin: -80px auto 0;
	padding: 35px 0 0;
	background-color: #ffffff;
	text-align: center;
	font-weight: 400;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.dexp-pricing-table .dexp-pricing-column .dexp-pricing-price .cost {
	display: block;
	color: #444444;
	font-size: 2.56em;
	line-height: 1em;
}
.dexp-pricing-table .dexp-pricing-column .dexp-pricing-price .unit {
	color: #666666;
}
.dexp-pricing-table .dexp-pricing-column .dexp-pricing-body {
	margin: 30px 0;
}
.dexp-pricing-table .dexp-pricing-column .dexp-pricing-body ul li {
	margin: 0;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	color: #888888;
}
.dexp-pricing-table .dexp-pricing-column .dexp-pricing-body ul li:first-child {
	border-top: 1px solid #dddddd;
}
.dexp-pricing-table .dexp-pricing-column .dexp-pricing-body ul li:before {
	padding: 10px 0 0 10px;
}
.dexp-pricing-table .dexp-pricing-column .dexp-pricing-foot {
	text-align: center;
	margin-bottom: 35px;
}
.pricing_main {
	padding: 80px 0;
}
.pricing2_main {
	padding-top: 80px;
}
.pricing-table, .pricing-table-2 {
	border: 1px solid #e4e4e4;
	padding: 45px 11px 20px;
	text-align: center;
}
.pricing-table ul li, .pricing-table-2 ul li {
	border-bottom: 1px solid #e4e4e4;
	font-size: 14px;
	padding: 10px 0;
}
.pricing-table ul li.head, .pricing-table-2 ul li.head {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.pricing-table ul li.price span, .pricing-table-2 ul li.price span {
	font-size: 26px;
	font-weight: 400;
}
.pricing-table ul li.pricing-footer, .pricing-table-2 ul li.pricing-footer {
	border-bottom: 0 none;
	padding-top: 20px;
}
.pricing-table .head, .pricing-table-2 .head {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.pricing-table i {
	font-size: 30px;
	height: 56px;
	left: 50%;
	line-height: 56px;
	margin-left: -30px;
	margin-top: -28px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 60px;
	z-index: 9999;
}
.pricing-table.selected {
	border-color: #e7512f;
}
.pricing-table-2 {
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 0 20px;
	z-index: 2;
}
.pricing-table-2 .dark-bg {
	background-color: #373737;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
}
.pricing-table-2 .head {
	margin-bottom: 20px;
}
.pricing-table-2 i {
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	bottom: 0;
	font-size: 26px;
	height: 84px;
	left: 50%;
	line-height: 23px;
	margin-bottom: -48px;
	margin-left: -45px;
	padding: 10px 25px 39px;
	position: absolute;
	text-align: center;
	width: 90px;
	z-index: 9999;
}
.pricing-table-2 li.even {
	background: #f3f3f3;
}
.pricing-table-2.selected {
	background: #494949;
	position: relative;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	z-index: 66 !important;
}
.pricing-table-2.selected li {
	border-color: #585858;
	color: #949494;
}
.pricing-table-2.selected li.even {
	background: #373737;
}
.pricing-table-2.selected i {
	background: #494949;
}
.alter-bg {
	background: #777;
	color: #fff;
}
.dots-pattern {
	background: url("../../../all/themes/exception/assets/images/dots.png") repeat scroll 0 0 transparent;
	border-top: 1px solid #e4e4e4;
}
.the-icons li {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 2px;
}
.the-icons {
	list-style-type: none;
	margin: 0;
}
.the-icons li [class^="icon-"], .the-icons li [class*="icon-"], .the-icons li [class^="ss-"], .the-icons li [class*="ss-"] {
	display: inline-block;
	text-align: center;
}
.the-icons li {
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 0 0 2px;
}
.the-icons li, .the-icons li:hover {
	color: #888;
}
.the-icons li, .the-icons li i {
	color: #000;
}
.the-icons li [class^="icon-"], .the-icons li [class*="icon-"], .the-icons li [class^="ss-"], .the-icons li [class*="ss-"] {
	width: 32px;
	font-size: 18px;
}
.the-icons li:hover {
	text-decoration: none;
}
.the-icons li:hover [class^="icon-"], .the-icons li:hover [class*="icon-"], .the-icons li:hover [class^="ss-"], .the-icons li:hover [class*="ss-"] {
	font-size: 30px;
	vertical-align: middle;
}
.the-icons li:hover [class^="icon-"]:before, .the-icons li:hover [class*="icon-"]:before, .the-icons li:hover [class^="ss-"]:before, .the-icons li:hover [class*=" s-"]:before {
	font-size: 24px;
	vertical-align: -3px;
}
.dexp-social-light, .dexp-social-hover-light:hover {
	background: #dddddd;
}
.dexp-social-light i, .dexp-social-hover-light:hover i {
	color: #999999;
}
.dexp-social-dark, .dexp-social-hover-dark:hover {
	background: #999999;
}
.dexp-social-dark i, .dexp-social-hover-dark:hover i {
	color: #ffffff;
}
.dexp-social-twitter, .dexp-social-hover-twitter:hover {
	background: #54afe2;
}
.dexp-social-twitter i, .dexp-social-hover-twitter:hover i {
	color: #ffffff;
}
.dexp-social-facebook, .dexp-social-hover-facebook:hover {
	background: #4671ad;
}
.dexp-social-facebook i, .dexp-social-hover-facebook:hover i {
	color: #ffffff;
}
.dexp-social-linkedin, .dexp-social-hover-linkedin:hover {
	background: #64abcc;
}
.dexp-social-linkedin i, .dexp-social-hover-linkedin:hover i {
	color: #ffffff;
}
.dexp-social-google, .dexpoe-social-hover-google:hover {
	background: #dc4a38;
}
.dexp-social-google i, .dexpoe-social-hover-google:hover i {
	color: #ffffff;
}
.dexp-social-dribbble, .dexp-social-hover-dribbble:hover {
	background: #d64d74;
}
.dexp-social-dribbble i, .dexp-social-hover-dribbble:hover i {
	color: #ffffff;
}
.dexp-social-skype, .dexp-social-hover-skype:hover {
	background: #00c6ff;
}
.dexp-social-skype i, .dexp-social-hover-skype:hover i {
	color: #ffffff;
}
.dexp-social-behance, .dexp-social-hover-behance:hover {
	background: #0099fd;
}
.dexp-social-behance i, .dexp-social-hover-behance:hover i {
	color: #ffffff;
}
.dexp-social-deviantart, .dexp-social-hover-deviantart:hover {
	background: #c7d419;
}
.dexp-social-deviantart i, .dexp-social-hover-deviantart:hover i {
	color: #ffffff;
}
.dexp-social-tumblr, .dexp-social-hover-tumblr:hover {
	background: #385874;
}
.dexp-social-tumblr i, .dexp-social-hover-tumblr:hover i {
	color: #ffffff;
}
.dexp-social-rss, .dexp-social-hover-rss:hover {
	background: #fe9900;
}
.dexp-social-rss i, .dexp-social-hover-rss:hover i {
	color: #ffffff;
}
.dexp-social-vimeo, .dexp-social-hover-vimeo:hover {
	background: #a6caea;
}
.dexp-social-vimeo i, .dexp-social-hover-vimeo:hover i {
	color: #ffffff;
}
.dexp-social-pinterest, .dexp-social-hover-pinterest:hover {
	background: #ce2027;
}
.dexp-social-pinterest i, .dexp-social-hover-pinterest:hover i {
	color: #ffffff;
}
.dexp-social-flickr, .dexp-social-hover-flickr:hover {
	background: #f4789b;
}
.dexp-social-flickr i, .dexp-social-hover-flickr:hover i {
	color: #ffffff;
}
.dexp-social-youtube, .dexp-social-hover-youtube:hover {
	background: #e70031;
}
.dexp-social-youtube i, .dexp-social-hover-youtube:hover i {
	color: #ffffff;
}
.dexp-social-instagram, .dexp-social-hover-instagram:hover {
	background: #2c6a91;
}
.dexp-social-instagram i, .dexp-social-hover-instagram:hover i {
	color: #ffffff;
}
.dexp-social-apple, .dexp-social-hover-apple:hover {
	background: #5f5f5f;
}
.dexp-social-apple i, .dexp-social-hover-apple:hover i {
	color: #ffffff;
}
.dexp-reflect .dexp-social-transparent, .dexp-reflect-bg .dexp-social-transparent {
	background: transparent;
	border: 1px solid #ffffff;
}
.dexp-reflect .dexp-social-transparent i, .dexp-reflect-bg .dexp-social-transparent i {
	color: #ffffff;
}
.dexp-reflect .dexp-social-transparent:hover, .dexp-reflect-bg .dexp-social-transparent:hover {
	background: #ffffff;
}
.dexp-reflect .dexp-social-transparent:hover i, .dexp-reflect-bg .dexp-social-transparent:hover i {
	color: #444444;
}
.dexp-social-group-nospace .dexp-social {
	margin-right: -4px;
}
.oe-social-group-smallspace .dexp-social {
	margin-right: -3px;
}
.dexp-social-group-largespace .dexp-social {
	margin-right: 8px;
}
div[class*="preset-dark"] {
	background-color: #444444;
	color: #cccccc;
	text-shadow: 0 0 0 rgba(204,204,204,0.1);
	padding: 50px 0;
}
.dexp-social-dark-bg {
	background: transparent;
	border: 1px solid #555;
}
.dexp-social-dark-bg i {
	color: #ffffff;
}
.dexp-social-dark-bg:hover {
	background: #ffffff;
}
.dexp-social-dark-bg:hover i {
	color: #444444;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1;
	margin: 0 0 10px;
	padding: 0;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 20px;
	text-transform: uppercase;
}
h3 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}
h3.main-color {
	color: #e7512f;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h1.client {
	font-size: 44px;
	letter-spacing: -2px;
	line-height: 44px;
}
h4.client span {
	border: 2px solid #000;
	padding: 5px 10px;
	display: inline-block;
}
ul.circled, ul.arrow, ol {
	padding: 0;
}
.fw100 {
	font-weight: 100;
}
.fw200 {
	font-weight: 200;
}
.fw300 {
	font-weight: 300;
}
.fw400 {
	font-weight: 400;
}
.fw500 {
	font-weight: 500;
}
.fw600 {
	font-weight: 600;
}
.fw700 {
	font-weight: 700;
}
.fw800 {
	font-weight: 800;
}
.color-white {
	color: #fff;
}
.upper {
	text-transform: uppercase;
}
.bordertop {
	border-top: 1px solid #f6f6f6;
}
.white-block {
	background: none repeat scroll 0 0 #fff !important;
	color: #000 !important;
	line-height: 65px;
	padding: 10px;
}
.black-block {
	background: none repeat scroll 0 0 #000 !important;
	color: #fff !important;
	line-height: 65px;
	padding: 10px;
}
.t-mgr20 {
	margin-top: 20px;
}
.client span {
	border: 2px solid #000;
	padding: 5px 10px;
}
.view-bxslider-testimonials .bx-viewport {
	background: transparent;
}
.view-bxslider-testimonials .view-content {
	padding-top: 5px;
}
.view-bxslider-testimonials .view-footer {
	padding-top: 20px;
}
.view-bxslider-testimonials .client-author h5 {
	margin: 0;
	font-size: 18px;
	padding: 0;
}
.view-bxslider-testimonials .client-author div {
	padding-bottom: 10px;
}
.view-bxslider-testimonials img {
	max-width: 70px;
	max-height: 70px;
}
.view-bxslider-testimonials .bx-pager-item a {
	background-color: transparent !important;
}
.view-bxslider-testimonials .bx-pager-item a {
	border: solid 1px #444;
}
.dexp-parallax .view-bxslider-testimonials .bx-viewport {
	color: #fff;
}
.dexp-parallax .view-bxslider-testimonials .client-author h5 {
	color: fff;
}
.dexp-parallax .view-bxslider-testimonials .description {
	color: #fff;
}
.dexp-parallax .view-bxslider-testimonials .bx-pager-item a {
	border: solid 1px #fff;
}
.dexp-parallax .view-bxslider-testimonials .bx-pager-item a.active {
	background-color: #fff !important;
}
.dexp_tab_testimonial_wrapper.vertical, .dexp_tab_wrapper.tab_testimonial {
	position: relative;
	padding-left: 60px;
}
.dexp_tab_testimonial_wrapper.vertical .nav-tabs, .dexp_tab_wrapper.tab_testimonial .nav-tabs {
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	width: 60px;
}
.dexp_tab_testimonial_wrapper.vertical .nav-tabs a, .dexp_tab_wrapper.tab_testimonial .nav-tabs a {
	padding: 11.5px 0 !important;
	font-size: 18px;
}
.dexp_tab_testimonial_wrapper.vertical .nav-tabs img, .dexp_tab_wrapper.tab_testimonial .nav-tabs img {
	height: 35px;
	width: 35px;
	border-radius: 50%;
}
.dexp_tab_testimonial_wrapper.vertical .tab-content, .dexp_tab_wrapper.tab_testimonial .tab-content {
	position: relative;
	text-align: left;
	width: 100%;
}
.dexp_tab_testimonial_wrapper.vertical .tab-content p, .dexp_tab_wrapper.tab_testimonial .tab-content p {
	margin-top: 60px;
	padding-top: 20px;
	border-top: solid 1px #ddd;
}
.dexp_tab_testimonial_wrapper.vertical .tab-content .name, .dexp_tab_wrapper.tab_testimonial .tab-content .name {
	position: absolute;
	top: 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.dexp_tab_testimonial_wrapper.vertical .tab-content .position, .dexp_tab_wrapper.tab_testimonial .tab-content .position {
	position: absolute;
	top: 40px;
}
.dexp_tab_wrapper.tab_testimonial p {
	margin-top: 20px !important;
}
.dexp_tab_testimonial_wrapper.horizontal {
	position: relative;
}
.dexp_tab_testimonial_wrapper.horizontal .nav-tabs {
	position: relative;
	bottom: 0;
	border: medium none;
	display: block;
	left: 50%;
	text-align: center;
	transform: translate(-50%, 0px);
	margin: 0 6px;
}
.dexp_tab_testimonial_wrapper.horizontal .nav-tabs a {
	padding: 11.5px 12.5px !important;
	border: 0px 1px 1px 0;
	border-top: 0 !important;
}
.dexp_tab_testimonial_wrapper.horizontal .nav-tabs img {
	height: 35px;
	width: 35px;
	border-radius: 50%;
}
.dexp_tab_testimonial_wrapper.horizontal .nav-tabs li {
	border-top: none;
}
.dexp_tab_testimonial_wrapper.horizontal .nav-tabs li.active a:after {
	background: none repeat scroll 0 0 #ffffff;
	content: "";
	display: block;
	height: 2px;
	left: auto;
	position: absolute;
	right: 0;
	top: -2px;
	width: 100%;
	z-index: 1;
}
.dexp_tab_testimonial_wrapper.horizontal .nav-tabs > li:not(:first-child).active > a:focus {
	border-color: transparent #ddd #ddd transparent;
}
.dexp_tab_testimonial_wrapper.horizontal .nav-tabs > li:first-child.active > a:focus {
	border-bottom-color: #ddd;
}
.dexp_tab_testimonial_wrapper.horizontal .tab-content p {
	font-size: 16px;
	line-height: 29px;
	text-align: center;
}
.dexp_tab_testimonial_wrapper.horizontal .tab-content .name {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.dexp_tab_testimonial_wrapper.horizontal .tab-content .position {
	text-align: center;
}

@media only screen and (max-width:480px) {
.dexp_tab_testimonial_wrapper .nav-tabs a {
	padding: 2.5px 2.5px !important;
}
}
.dexp-tab-03 .nav-tabs {
	border-bottom: none !important;
}
.dexp-tab-03 .nav-tabs li:not(.active) a {
	border: none !important;
}
.dexp-tab-03 .nav-tabs li:not(:first-child).active {
	border-left: solid 1px #ddd;
}
.dexp-tab-03 .tab-content {
	border: none !important;
}
.black-box {
	font-size: 18px;
	color: #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 24px;
	color: #999;
	margin: 10px 0;
	padding: 20px 20px;
	background: #fff;
	background: #000;
	position: relative;
}
.black-box h3 {
	color: #ccc;
}
.black-box:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	background: #fff;
	right: -22px;
	bottom: -10px;
	-webkit-transform: rotate(135deg) scale(1) skew(1deg) translate(10px);
	-moz-transform: rotate(135deg) scale(1) skew(1deg) translate(10px);
	-o-transform: rotate(135deg) scale(1) skew(1deg) translate(10px);
	-ms-transform: rotate(135deg) scale(1) skew(1deg) translate(10px);
	transform: rotate(135deg) scale(1) skew(1deg) translate(10px);
}
.black-box blockquote {
	border-left: none;
}
.dexp-boxed {
	border: 1px solid #dddddd;
	color: #888888;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 16px 20px 20px;
}
.dexp-boxed-gray {
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	color: #666666;
}
.dexp-boxed-black {
	background-color: #444444;
	border: 1px solid #444444;
	color: #cccccc;
}
.dexp-boxed-green {
	background-color: #28baba;
	border: 1px solid #28baba;
	color: #ffffff;
}
.dexp-boxed-blue {
	background-color: #36b5e7;
	border: 1px solid #36b5e7;
	color: #ffffff;
}
.dexp-boxed-red {
	background-color: #f6504c;
	border: 1px solid #f6504c;
	color: #ffffff;
}
.skills_boxes .chart {
	display: block;
	margin: 0 auto 20px;
	position: relative;
	text-align: center;
}
.skills_boxes .chart .percent {
	display: block;
	font-size: 21px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
	color: #bdbdbd;
	line-height: 137px;
}
.skills_boxes .title {
	text-align: center;
}
.skills_boxes .title h3 {
	color: #777;
	font-size: 13px;
	text-align: center;
	text-transform: none;
}
.parallax .skills_boxes .percent, .parallax .skills_boxes h3 {
	color: #fff;
}
.dexp-devider {
	margin: 30px 0 55px;
}
.dexp-devider.dexp-devider-thin {
	border-top: 1px solid #dddddd;
}
.dexp-devider.dexp-devider-bold {
	border-top: 2px solid #dddddd;
}
.dexp-devider.dexp-devider-blurred {
	border-top: 1px solid #eeeeee;
}
.dexp-devider.dexp-devider-dark {
	border-top: 1px solid #444444;
}
.dexp-reflect .dexp-heading-2:before, .dexp-reflect .dexp-heading-3:after, .dexp-reflect .dexp-heading-4:after, .dexp-reflect .dexp-heading-5:before, .dexp-reflect .dexp-heading-5:after, .dexp-reflect .dexp-heading-6:before, .dexp-reflect .dexp-heading-6:after, .dexp-reflect-bg .dexp-heading-2:before, .dexp-reflect-bg .dexp-heading-3:after, .dexp-reflect-bg .dexp-heading-4:after, .dexp-reflect-bg .dexp-heading-5:before, .dexp-reflect-bg .dexp-heading-5:after, .dexp-reflect-bg .dexp-heading-6:before, .dexp-reflect-bg .dexp-heading-6:after {
	background-color: #cccccc;
}
.dexp-reflect .dexp-heading-6:before, .dexp-reflect .dexp-heading-6:after, .dexp-reflect-bg .dexp-heading-6:before, .dexp-reflect-bg .dexp-heading-6:after {
	box-shadow: 10px 0 0 #cccccc, -10px 0 0 #cccccc;
}
.dexp-heading-1 {
	color: #444;
}
.dexp-heading-2 {
	margin-bottom: 30px;
	padding: 20px 0;
	position: relative;
	color: #444;
}
.dexp-heading-2:before {
	background-color: #444444;
	bottom: -5px;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	width: 30px;
}
.dexp-heading-3, .dexp-heading-4, .dexp-heading-5, .dexp-heading-6 {
	position: relative;
	text-align: center;
	color: #444;
}
.dexp-heading-3:after {
	background-color: #444444;
	content: "";
	display: block;
	height: 5px;
	margin: 25px auto;
	width: 30px;
}
.dexp-heading-4:after {
	background-color: #444444;
	content: "";
	display: block;
	height: 2px;
	margin: 28px auto 0;
	width: 30px;
}
.dexp-heading-5:before, .dexp-heading-5:after {
	background-color: #444444;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	top: -0.3em;
	width: 120px;
}
.dexp-heading-5:before {
	left: -20px;
}
.dexp-heading-5:after {
	right: -20px;
}
.dexp-heading-6:before, .dexp-heading-6:after {
	background-color: #444444;
	box-shadow: 10px 0 0 #444444, -10px 0 0 #444444;
	content: "";
	display: inline-block;
	height: 5px;
	position: relative;
	top: -0.25em;
	width: 5px;
}
.dexp-heading-6:before {
	left: -30px;
}
.dexp-heading-6:after {
	right: -30px;
}
.dexp-heading-deco-reflect:before, .dexp-heading-deco-reflect:after {
	background-color: #dddddd;
}
.dexp-reflect .dexp-heading-deco-reflect:before, .dexp-reflect .dexp-heading-deco-reflect:after, .dexp-reflect-bg .dexp-heading-deco-reflect:before, .dexp-reflect-bg .dexp-heading-deco-reflect:after {
	background-color: #555555;
}
.dexp-reflect-bg {
	background-color: #444444;
}
.dexp-reflect-bg h1, .dexp-reflect-bg h2, .dexp-reflect-bg h3, .dexp-reflect-bg h4, .dexp-reflect-bg h5, .dexp-reflect-bg h6 {
	color: #fff;
}
.dexp-reflect, .dexp-reflect-bg {
	color: #cccccc;
	text-shadow: 0 0 0 rgba(204,204,204,0.1);
}
.dexp-reflect h2, .dexp-reflect-bg h2 {
	color: #fff !important;
}
.dexp-box-heading-demo {
	margin-bottom: 40px;
}
.dexp-col-non-mg {
	margin-bottom: 0;
}
.dexp_list {
	padding: 0;
}
.dexp_list li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	line-height: 30px;
	padding-left: 30px;
	position: relative;
}
.dexp_list li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 0.5em;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 15px;
	color: #444;
}
.dexp_list.dexp_list_01 li:before {
	content: "\f059";
}
.dexp_list.dexp_list_02 li:before {
	content: "\f105";
}
.dexp_list.dexp_list_03 {
	margin-left: 15px;
}
.dexp_list.dexp_list_03 li {
	list-style: decimal;
	padding-left: 10px;
	list-style-type: decimal;
}
.dexp_list.dexp_list_04 li:before {
	content: "\f0da";
}
.dexp_list.dexp_list_05 li:before {
	content: "\f006";
}
.dexp_list.dexp_list_06 li:before {
	content: "\f00c";
}
.dexp_list.dexp_list_07 li:before {
	content: "\f040";
}
.dexp_list.dexp_list_08 li:before {
	content: "\f058";
}
.dexp_list.dexp_list_09 {
	margin-left: 15px;
}
.dexp_list.dexp_list_09 li {
	list-style: disc;
	padding-left: 10px;
	list-style-type: disc;
}
.dexp_list.dexp_list_10 {
	margin-left: 15px;
}
.dexp_list.dexp_list_10 li {
	list-style: square;
	padding-left: 10px;
	list-style-type: square;
}
.dexp_list.dexp_list_11 li:before {
	content: "\f046";
}
.dexp_list.dexp_list_12 {
	margin-left: 15px;
}
.dexp_list.dexp_list_12 li {
	list-style: circle;
	padding-left: 10px;
	list-style-type: circle;
}
.alert {
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	font-size: 1.3em;
	padding: 1.24em 1.24em 1.24em 1.8em;
	position: relative;
}
.alert.alert-danger {
	background-color: #f57a7a;
}
.alert.alert-success {
	background-color: #4ae388;
}
.alert.alert-warning {
	background-color: #feb654;
}
.alert.alert-notice {
	background-color: #44c1e6;
}
.alert strong {
	border: none;
	color: #fff;
}
.alert .close {
	color: #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}
.dexp-callout {
	border: 1px solid #dddddd;
	overflow: hidden;
	padding: 20px 0 20px 20px;
	position: relative;
	margin-bottom: 20px;
}
.dexp-callout .dexp-callout-icon {
	position: absolute;
	left: 50%;
	margin-top: 40%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	font-size: 1.8em;
}
.dexp-callout .dexp-callout-content {
	border-left: 1px solid #dddddd;
}
.dexp-callout .dexp-callout-content h3 {
	margin: 0;
	padding: 0 10px 10px;
	font-weight: 800;
}
.dexp-callout .dexp-callout-content p {
	padding: 0 10px;
	margin-bottom: 0;
}
.dexp-callout .btn {
	margin-top: 6%;
}
.dexp-callout.dexp-callout-white {
	background-color: #fff;
}
.dexp-callout.dexp-callout-white h3 {
	color: #444;
	font-weight: bold;
}
.dexp-callout.dexp-callout-white p {
	color: #888;
}
.dexp-sidebar-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}
.dexp-sidebar-nav li {
	display: block;
	margin: 0;
	padding: 0;
}
.dexp-sidebar-nav li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #dddddd;
	border-top: 0;
}
.dexp-sidebar-nav li a:before {
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 20px;
	font-family: "FontAwesome";
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.dexp-sidebar-nav li a:hover {
	padding-left: 25px;
}
.dexp-sidebar-nav li a:hover:before {
	right: 15px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.dexp-sidebar-nav li.active {
	border-left: 0;
	color: #444444;
}
.dexp-sidebar-nav li:first-child a {
	border-top: 1px solid #ddd;
}
.dexp-quote-1 {
	border-left: 3px solid #444444;
	padding: 0 0 0 20px;
}
blockquote {
	font-size: 1em;
}
.dexp-quote-2 {
	border: 1px solid #dddddd;
	font-size: 1.15em;
	padding: 20px 25px 10px;
}
.dexp-quote-2 i {
	font-size: 20px;
}
.dexp-lightbox {
	position: relative;
}
.dexp-lightbox a .text-overlay {
	background: none repeat scroll 0 0 #e7512f;
	bottom: 0;
	height: 100%;
	opacity: 0;
	padding: 20px;
	position: absolute;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.dexp-lightbox a:hover .text-overlay {
	opacity: 0.8;
}
.dexp-lightbox a .text-overlay .info {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	left: 0;
	margin-top: -11px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	width: 100%;
}
.dexp-lightbox a .text-overlay .info h5 {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: none;
}
.dexp-lightbox a .text-overlay .info span i {
	color: rgba(255,255,255,0.7) !important;
	font-size: 40px;
}
.dexp-lightbox a .text-overlay .info span i:hover {
	color: #ffffff !important;
}
.dexp-lightbox a:hover .text-overlay .info {
	top: 40%;
}
.dexp-title-wrapper {
	margin-top: 20px;
}
#section-header {
	position: relative;
	min-height: 92px;
	border-bottom: 9px #f4f4f4 solid;
}
#section-header >.container {
	position: relative;
}
#section-header .region-cart {
	text-align: center;
}
#section-header a.site-logo {
	margin-top: 20px;
	display: block;
}
#section-header .region-navigation {
	width: auto;
	float: right;
}
#section-header .region-navigation h2.block-title {
	display: none;
}
#section-header .block-dexp-menu {
	float: left;
}
#section-header #block-search-form {
	float: right;
	margin-left: 20px;
	position: relative;
}
#section-header #block-search-form span {
	background: #eee;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 55px;
	line-height: 55px;
	margin-top: 20px;
	overflow: hidden;
	padding: 0 19px !important;
	position: relative;
	text-align: center;
	width: 55px;
	z-index: 999;
	cursor: pointer;
	color: #e7512f;
}
#section-header #block-search-form span:before {
	font-size: 19px;
}
#section-header #block-search-form span:hover, #section-header #block-search-form span.selected, #section-header #block-search-form span:focus {
	background: #e7512f;
	color: #fff;
}
#section-header #block-search-form .search-box {
	position: absolute;
	right: 0;
	top: 92px;
	width: 400px;
	z-index: 99;
}
#section-header #block-search-form .search-box:before {
	content: "";
	display: inline-block;
	height: 48px;
	position: absolute;
	right: 0;
	top: -46px;
	width: 55px;
	z-index: 999;
	background: #e7512f;
}
#section-header #block-search-form .form-item {
	background: #fff;
	border: 1px solid #eee;
	margin: 0;
	float: left;
}
#section-header #block-search-form input[type="text"] {
	height: 53px;
	width: 343px;
	margin: 0;
	border: none;
	text-transform: uppercase;
	background: none;
}
#section-header #block-search-form .form-actions {
	float: left;
	margin: 0;
}
#section-header #block-search-form input[type="submit"] {
	height: 55px;
	width: 55px;
	text-transform: uppercase;
	background-color: #e7512f;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	border-radius: 0;
}
#section-header #block-search-form input[type="submit"]:hover {
	background-color: #cc3917;
}

@media screen and (min-width:992px) {
#section-header.header-2 .dexp-dropdown > ul.menu > li {
	height: 50px;
	line-height: 50px;
	border: none;
	margin-right: 1px;
}
#section-header.header-2 .dexp-dropdown > ul.menu > li > a, #section-header.header-2 .dexp-dropdown > ul.menu > li >span.nolink {
	padding-top: 0;
	height: 50px;
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
}
#section-header.header-2 .dexp-dropdown > ul.menu > li > a i, #section-header.header-2 .dexp-dropdown > ul.menu > li >span.nolink i {
	display: none;
}
#section-header.header-2 .dexp-dropdown > ul.menu > li > a >span, #section-header.header-2 .dexp-dropdown > ul.menu > li >span.nolink >span {
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
	display: block;
	margin: 0;
}
#section-header.header-2 .dexp-dropdown > ul.menu > li > a:after, #section-header.header-2 .dexp-dropdown > ul.menu > li >span.nolink:after {
	display: none;
}
#section-header.header-2 .dexp-dropdown > ul.menu > li > ul.menu {
	top: 50px;
	left: -11px;
}
#section-header.header-2 .dexp-dropdown > ul.menu > li .dexp-menu-mega {
	left: -71%;
	top: 50px;
}
.header-3 a#btn-login.selected:after {
	border-top-color: #e7512f;
}
.header-3 #section-header {
	background: #e7512f;
	min-height: inherit;
	border: none;
}
.header-3 #section-header .region-navigation {
	display: table;
	float: none !important;
	margin: auto;
	position: relative;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li {
	height: 50px;
	border: none;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li >a, .header-3 #section-header .dexp-dropdown >ul.menu >li >span.nolink {
	color: #fff !important;
	margin-left: 1px;
	padding-top: 0;
	height: 50px;
	line-height: 50px;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li >a i, .header-3 #section-header .dexp-dropdown >ul.menu >li >span.nolink i {
	display: none;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li >a:hover, .header-3 #section-header .dexp-dropdown >ul.menu >li >span.nolink:hover {
	background: #eee;
	color: #777 !important;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li >a span, .header-3 #section-header .dexp-dropdown >ul.menu >li >span.nolink span {
	margin: 0;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li >a:after, .header-3 #section-header .dexp-dropdown >ul.menu >li >span.nolink:after {
	display: none;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li.active a, .header-3 #section-header .dexp-dropdown >ul.menu >li.active span.nolink {
	background: #eee !important;
	color: #777 !important;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li ul >li {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	border-bottom: 1px solid #ddd;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li ul >li.expanded:after {
	color: #333;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li ul >li >a, .header-3 #section-header .dexp-dropdown >ul.menu >li ul >li >span.nolink {
	background: #eee !important;
	color: #777 !important;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li ul >li >a:hover, .header-3 #section-header .dexp-dropdown >ul.menu >li ul >li >span.nolink:hover {
	background: #ddd !important;
	color: #333 !important;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li >ul.menu {
	top: 50px;
	left: 0;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li .dexp-menu-mega {
	background: #eee;
	top: 50px;
}
.header-3 #section-header .dexp-dropdown >ul.menu >li .dexp-menu-mega ul li a i {
	color: #333;
}
.header-3 #section-header .dexp-dropdown >ul.menu ul.menu >li.expanded.active a.active, .header-3 #section-header .dexp-dropdown >ul.menu ul.menu >li.expanded.active span.nolink.active {
	background: #ddd !important;
	color: #333 !important;
}
.header-3 #section-header .dexp-dropdown >ul.menu ul.menu >li.expanded.active span.nolink {
	background: #ddd !important;
	color: #333 !important;
}
.header-3 #section-header #block-search-form {
	margin-left: 0;
}
.header-3 #section-header #block-search-form span {
	background: none;
	color: #fff;
	height: 50px;
	line-height: 50px;
	margin-top: 0;
}
.header-3 #section-header #block-search-form .search-box {
	top: 50px;
}
.header-3 #section-header #block-search-form .search-box:before {
	display: none;
}
.header-3 #section-top {
	background: none;
	border: none;
	font-size: 10px;
}
.header-3 #section-top .container {
	background-color: #f6f6f6;
	border-top: 5px solid #e7512f;
	border-bottom: 1px solid #eee;
}
.header-3 #section-top ul li a, .header-3 #section-top ul li span, .header-3 #section-top ul li i {
	color: #e7512f;
}
.header-3 #section-top ul li span.phone {
	color: #777;
}
.header-3 #section-top #block-views-simple-shopping-cart-block a {
	color: #e7512f;
}
.header-3 #section-logo-white .block {
	display: table;
	float: none;
	margin: -40px auto 0 !important;
	padding: 15px 15px 20px;
	text-align: center;
	background: #e7512f;
}
.header-3 #section-logo-white .block p {
	margin: 0;
}
#section-header.navigation-2 {
	border: none;
}
#section-header.navigation-2 a.site-logo {
	margin-top: 25px;
}
#section-header.navigation-2 .dexp-dropdown > ul.menu > li {
	border: none;
	margin: 0 1px;
	height: 92px;
}
#section-header.navigation-2 .dexp-dropdown > ul.menu > li >a, #section-header.navigation-2 .dexp-dropdown > ul.menu > li >span.nolink {
	height: 92px;
}
#section-header.navigation-2 .dexp-dropdown > ul.menu > li >a i, #section-header.navigation-2 .dexp-dropdown > ul.menu > li >span.nolink i {
	background: #eee;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #b8b8b8;
	font-size: 16px;
	height: 31px;
	left: 50%;
	line-height: 31px;
	margin-left: -16px;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 31px;
}
#section-header.navigation-2 .dexp-dropdown > ul.menu > li >a i:after, #section-header.navigation-2 .dexp-dropdown > ul.menu > li >span.nolink i:after {
	background: #eee;
	content: "";
	display: inline-block !important;
	height: 25px;
	left: 47%;
	position: absolute;
	top: -25px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 1px;
}
#section-header.navigation-2 .dexp-dropdown > ul.menu > li >a >span, #section-header.navigation-2 .dexp-dropdown > ul.menu > li >span.nolink >span {
	line-height: 94px;
}
#section-header.navigation-2 .dexp-dropdown > ul.menu > li >a:hover i, #section-header.navigation-2 .dexp-dropdown > ul.menu > li >span.nolink:hover i {
	color: #e7512f;
}
#section-header.navigation-2 .dexp-dropdown > ul.menu > li >a:hover i:after, #section-header.navigation-2 .dexp-dropdown > ul.menu > li >span.nolink:hover i:after {
	height: 30px;
	top: -29px;
}
#section-header.navigation-2 .dexp-dropdown > ul.menu > li >a:after, #section-header.navigation-2 .dexp-dropdown > ul.menu > li >span.nolink:after {
	display: none;
}
#section-header.navigation-2 .dexp-dropdown > ul.menu > li >ul.menu {
	left: 0;
}
#section-header.navigation-2 .dexp-dropdown > ul.menu > li.active >a i {
	color: #e7512f;
}
#section-header.navigation-2 .dexp-dropdown > ul.menu > li.active >a i:after {
	height: 30px;
	top: -29px;
}
#section-header.navigation-2 .dexp-dropdown ul.menu li .dexp-menu-mega {
	top: 92px;
}
.navigation-3 #section-header {
	border: none;
}
.navigation-3 #section-header a.site-logo {
	margin-top: 25px;
}
.navigation-3 #section-header .dexp-dropdown > ul.menu > li {
	border: none;
	margin: 0 1px;
	padding-top: 3px;
}
.navigation-3 #section-header .dexp-dropdown > ul.menu > li >a, .navigation-3 #section-header .dexp-dropdown > ul.menu > li >span.nolink {
	height: 92px;
	border-top: 2px solid transparent;
}
.navigation-3 #section-header .dexp-dropdown > ul.menu > li >a:hover, .navigation-3 #section-header .dexp-dropdown > ul.menu > li >span.nolink:hover {
	background: none;
}
.navigation-3 #section-header .dexp-dropdown > ul.menu > li >a:hover:after, .navigation-3 #section-header .dexp-dropdown > ul.menu > li >span.nolink:hover:after {
	display: block;
}
.navigation-3 #section-header .dexp-dropdown > ul.menu > li.active >a, .navigation-3 #section-header .dexp-dropdown > ul.menu > li.active >span.nolink, .navigation-3 #section-header .dexp-dropdown > ul.menu > li:hover >a, .navigation-3 #section-header .dexp-dropdown > ul.menu > li:hover >span.nolink {
	background: none;
	color: #e7512f;
	border-top: 2px solid #e7512f;
}
.navigation-3 #section-header .dexp-dropdown > ul.menu > li.active >a i, .navigation-3 #section-header .dexp-dropdown > ul.menu > li.active >span.nolink i, .navigation-3 #section-header .dexp-dropdown > ul.menu > li:hover >a i, .navigation-3 #section-header .dexp-dropdown > ul.menu > li:hover >span.nolink i {
	color: #e7512f;
	margin: 0;
}
.navigation-3 #section-header .dexp-dropdown > ul.menu > li.expanded >a:after, .navigation-3 #section-header .dexp-dropdown > ul.menu > li.expanded >span.nolink:after {
	background: none;
	border-bottom: 8px solid #e7512f;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: 3px;
	content: "";
	display: none;
	height: 0px;
	left: 42%;
	margin: 0;
	position: absolute;
	-webkit-transform: skew(0deg, 0deg);
	-moz-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 0;
	z-index: 5;
}
.navigation-3 #section-header .dexp-dropdown > ul.menu > li.expanded:hover >a:after, .navigation-3 #section-header .dexp-dropdown > ul.menu > li.expanded:hover >span.nolink:after {
	display: block;
}
.navigation-3 #section-header .dexp-dropdown > ul.menu > li >ul, .navigation-3 #section-header .dexp-dropdown > ul.menu > li .dexp-menu-mega {
	top: 92px;
}
.one-page .sticky-wrapper #section-header {
	display: none;
}
.one-page .sticky-wrapper #section-header.navigation-sticky.fixed {
	display: block;
	z-index: 99999;
}
.one-page .sticky-wrapper #section-header.navigation-2 .dexp-dropdown > ul.menu > li {
	height: 70px;
}
.one-page .sticky-wrapper #section-header.navigation-2 .dexp-dropdown > ul.menu > li >a, .one-page .sticky-wrapper #section-header.navigation-2 .dexp-dropdown > ul.menu > li >span.nolink {
	height: 70px;
	padding-top: 9px;
}
.one-page .sticky-wrapper #section-header.navigation-2 .dexp-dropdown > ul.menu > li >a span, .one-page .sticky-wrapper #section-header.navigation-2 .dexp-dropdown > ul.menu > li >span.nolink span {
	margin: 0;
}
}
.header-2 #section-header {
	border-bottom: 0 none !important;
	min-height: inherit;
	padding: 0;
	height: auto;
}
.header-2 #section-header .region-top-left {
	float: right;
	margin: 2px 5px 0 0;
	overflow: hidden;
}
.header-2 #section-header .region-top-left ul {
	float: right;
}
.header-2 #section-header .region-top-left ul li {
	float: left;
	padding: 5px 0 5px 15px;
}
.header-2 #section-header .region-top-left ul li i {
	margin: 0 10px 0 0;
}
.header-2 #section-header .region-top-left ul li span.email {
	color: #e7512f;
	cursor: pointer;
}
.header-2 #section-header .region-top-left ul li:first-child i {
	color: #e7512f;
	cursor: pointer;
}
.header-2 #section-header .region-top-right {
	direction: rtl;
	padding: 9px 15px !important;
}
.header-2 #section-header .region-top-right ul li {
	float: none;
	padding: 2px 0;
	margin: 0;
	text-align: right;
	white-space: nowrap;
	list-style: none;
}
.header-2 #section-header .region-top-right ul li a, .header-2 #section-header .region-top-right ul li span.nolink {
	color: #e7512f;
	cursor: pointer;
}
.header-2 #section-header .region-top-right ul li i {
	margin-left: 10px;
}
.header-2 #section-header .region-user-04 {
	margin: 8px 0 0 !important;
	min-width: 229px;
	padding: 18px 0 20px;
	background: #e7512f;
	text-align: center;
}
.header-2 #section-header .region-user-04 p {
	margin: 0;
}
.header-2 #section-header #block-search-form {
	margin: 0;
}
.header-2 #section-header #block-search-form a.skew-25 {
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
	background-color: #e7512f;
	display: block;
}
.header-2 #section-header #block-search-form span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	margin-top: 0;
	padding: 0 !important;
	width: 50px;
	color: #fff;
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
	background: none;
}
.header-2 #section-header #block-search-form span:hover, .header-2 #section-header #block-search-form span.selected {
	background: none;
}
.header-2 #section-header #block-search-form .search-box {
	background: #ececec;
	padding: 15px;
	right: 12px;
	top: 50px;
}
.header-2 #section-header #block-search-form .search-box:before {
	display: none;
}
.header-2 #section-header #block-search-form .search-box input[type="text"] {
	width: 315px;
}
.header-2 #section-header #block-search-form .search-box input[type="submit"] {
	right: 15px;
	top: 15px;
}
.header-2 #section-header .region-navigation {
	bottom: 4px;
	right: auto;
	top: auto;
	width: 71%;
	background: #f6f6f6;
}
.header-2 #section-header .block-dexp-menu {
	float: left;
	margin-right: 15px;
	position: absolute;
	right: 65px;
}
.page-node-65 #section-top ul, .page-node-120 #section-top ul {
	width: auto;
}
.page-node-65 #section-top ul.social-list li, .page-node-120 #section-top ul.social-list li {
	margin: 0 1px 0 0;
	padding: 0;
	-webkit-transform: skew(0deg, 0deg);
	-moz-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
}
.page-node-65 #section-top ul.social-list li a, .page-node-65 #section-top ul.social-list li span, .page-node-120 #section-top ul.social-list li a, .page-node-120 #section-top ul.social-list li span {
	color: #737373;
}
.page-node-65 #section-top ul.social-list li a i, .page-node-65 #section-top ul.social-list li span i, .page-node-120 #section-top ul.social-list li a i, .page-node-120 #section-top ul.social-list li span i {
	font-size: 18px;
	-webkit-transform: skew(0deg, 0deg);
	-moz-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	line-height: 39px;
	margin: 0;
}
.page-node-65 #section-top ul.social-list li a:hover, .page-node-65 #section-top ul.social-list li span:hover, .page-node-120 #section-top ul.social-list li a:hover, .page-node-120 #section-top ul.social-list li span:hover {
	color: #e7512f;
	background: #000;
	text-decoration: none;
}
.page-node-65 #section-top ul.social-list li a:hover a, .page-node-65 #section-top ul.social-list li a:hover span, .page-node-65 #section-top ul.social-list li span:hover a, .page-node-65 #section-top ul.social-list li span:hover span, .page-node-120 #section-top ul.social-list li a:hover a, .page-node-120 #section-top ul.social-list li a:hover span, .page-node-120 #section-top ul.social-list li span:hover a, .page-node-120 #section-top ul.social-list li span:hover span {
	color: #e7512f;
}
.page-node-121 #section-top {
	background: #e7512f;
	border: none;
}
.page-node-121 #section-top ul li {
	border-left-color: #a0a0a0;
}
.page-node-121 #section-top ul li a, .page-node-121 #section-top ul li span {
	color: #fff;
}
.page-node-121 #section-top ul li i {
	color: #fff;
}
.page-node-121 #section-top #block-views-simple-shopping-cart-block a {
	color: #fff;
}
#section-header.fixed.fixed-transition {
	min-height: 50px;
	z-index: 99999;
	background: #ffffff !important;
	border-bottom: 4px solid #e7512f;
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.3);
	box-shadow: 0 1px 8px rgba(0,0,0,0.3);
	left: 0;
	padding: 0 !important;
	position: fixed !important;
	top: 0;
	width: 100% !important;
}
#section-header.fixed.fixed-transition #block-search-form {
	display: none;
}
#section-header.fixed.fixed-transition .dexp-dropdown >ul.menu >li {
	height: 70px;
}
#section-header.fixed.fixed-transition .dexp-dropdown >ul.menu >li >a, #section-header.fixed.fixed-transition .dexp-dropdown >ul.menu >li >span.nolink {
	height: 70px;
	padding-top: 9px;
}
#section-header.fixed.fixed-transition .dexp-dropdown >ul.menu >li >a:after, #section-header.fixed.fixed-transition .dexp-dropdown >ul.menu >li >span.nolink:after {
	display: none;
}
#section-header.fixed.fixed-transition .dexp-dropdown >ul.menu >li >ul.menu {
	top: 70px;
	left: 0;
}
#section-header.fixed.fixed-transition .dexp-dropdown >ul.menu >li .dexp-menu-mega {
	top: 70px;
}
.portfolio-filters {
	-webkit-transform: skew(-25deg, 0);
	-moz-transform: skew(-25deg, 0);
	-ms-transform: skew(-25deg, 0);
	-o-transform: skew(-25deg, 0);
	transform: skew(-25deg, 0);
	background: #eee;
	line-height: 35px;
	margin: 0 auto 10px;
	max-width: 1170px;
	text-align: center;
}
.white-bg-filters .portfolio-filters {
	background: #ffffff;
}
ul.dexp-portfolio-filter, ul.dexp-masonry-filter {
	margin: 0 auto;
	display: table;
}
ul.dexp-portfolio-filter li, ul.dexp-masonry-filter li {
	float: left;
	margin: 0;
}
ul.dexp-portfolio-filter li a, ul.dexp-masonry-filter li a {
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 35px;
	padding: 0 20px;
	text-transform: uppercase;
	background: #777;
	margin: 0 1px 0 0;
	text-decoration: none;
}
ul.dexp-portfolio-filter li a span, ul.dexp-masonry-filter li a span {
	-webkit-transform: skew(25deg, 0);
	-moz-transform: skew(25deg, 0);
	-ms-transform: skew(25deg, 0);
	-o-transform: skew(25deg, 0);
	transform: skew(25deg, 0);
	display: block;
}
ul.dexp-portfolio-filter li a.active, ul.dexp-portfolio-filter li a:hover, ul.dexp-masonry-filter li a.active, ul.dexp-masonry-filter li a:hover {
	background: #e7512f;
	color: #fff;
}
.portfolio-single .field-name-field-portfolio-images img {
	width: 100%;
	height: auto;
}
.portfolio-single .item-details {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.portfolio-single .item-details li {
	border-top: 1px solid #e5e5e5;
	margin-top: 9px;
	padding-top: 10px;
}
.portfolio-single .item-details li:first-child {
	border: medium none;
	margin: 0;
	padding: 0;
}
.portfolio-single .item-details li span {
	color: #606060;
	font-weight: 300;
	margin-right: 5px;
}
.portfolio-single .portfolio-single-top {
	padding: 0 0 80px;
}
.portfolio-single .portfolio-single-bottom {
	padding: 80px 0;
	background: #eee;
}
.portfolio-lft-txt {
	max-height: 154px;
	overflow: hidden;
}
.viewAll {
	padding-top: 17px;
}
.viewAll .btn {
	background: #eee;
	font-weight: 700;
	font-size: 12px;
	float: left;
	padding: 0 10px;
	line-height: 27px;
	border-radius: 3px;
	color: #777;
	text-transform: uppercase;
}
.viewAll .btn:hover {
	background: #777;
	color: #fff;
}
.padding-portfolio .portfolio-item {
	margin-top: 20px;
}
.view-portfolio .portfolio-item {
	background: #f4f4f4;
}
.view-portfolio .portfolio-item:after {
	display: block;
	clear: both;
	border-top: 2px solid #ffffff;
	height: 3px;
	content: "";
	background-color: #e7512f;
}
.view-portfolio .portfolio-item:hover:after {
	height: 3px;
	border-top: 0;
}
.view-portfolio .portfolio-item:hover .image-holder img {
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.view-portfolio .portfolio-item:hover .image-holder .image-over {
	opacity: 1;
}
.view-portfolio .portfolio-item:hover .image-holder .image-over a.link {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
}
.view-portfolio .portfolio-item:hover .image-holder .image-over a.fancybox {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
}
.view-portfolio h3.block-title {
	font-weight: 800;
	border: 0;
	padding: 0;
	font-size: 27px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 15px;
	color: #e7512f;
}
.view-portfolio h3.block-title span {
	color: #777;
	font-weight: 100;
}
.view-portfolio .portfolio-image {
	position: relative;
	overflow: hidden;
}
.view-portfolio .portfolio-image:hover .mediaholder {
	opacity: 1;
}
.view-portfolio .portfolio-image:hover .portfolio-tools {
	opacity: 1;
	margin-top: 0;
}
.view-portfolio .image-holder {
	position: relative;
	overflow: hidden;
	margin: 0 0 15px;
	cursor: pointer;
}
.view-portfolio .image-holder img {
	width: 100%;
	height: auto;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.view-portfolio .portfolio-name {
	overflow: hidden;
	padding: 0 15px 10px;
	text-align: center;
}
.view-portfolio .portfolio-name h3 {
	display: table;
	margin: auto;
	font-weight: 700;
	font-size: 16px;
	text-transform: capitalize;
}
.view-portfolio .image-over {
	position: absolute;
	top: -48%;
	left: -20%;
	z-index: 9;
	display: block;
	overflow: hidden;
	width: 100%;
	width: 170%;
	height: 100%;
	height: 170%;
	-webkit-transform: rotate(-36deg);
	-moz-transform: rotate(-36deg);
	-ms-transform: rotate(-36deg);
	-o-transform: rotate(-36deg);
	transform: rotate(-36deg);
	opacity: 0;
}
.view-portfolio .image-over a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.view-portfolio .image-over a.link {
	top: -51%;
	left: -8%;
	background-color: rgba(231,81,47,0.7);
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeOutUp;
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	opacity: 1;
}
.view-portfolio .image-over a.link b {
	top: 75%;
	left: 40%;
}
.view-portfolio .image-over a.fancybox {
	top: 49%;
	left: -10%;
	background-color: rgba(119,119,119,0.7);
	animation-name: fadeOutDown;
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}
.view-portfolio .image-over a b {
	top: 13%;
	left: 51%;
}
.view-portfolio .image-over b {
	position: absolute;
	z-index: 8;
	color: #fff;
	font-weight: 400;
	font-size: 40px;
	-webkit-transform: rotate(34deg);
	-moz-transform: rotate(34deg);
	-ms-transform: rotate(34deg);
	-o-transform: rotate(34deg);
	transform: rotate(34deg);
}
.view-portfolio .view-footer {
	padding-top: 30px;
}
.view-portfolio .view-footer p {
	margin: 0;
}
.view-portfolio .view-footer a {
	background: #777;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	color: #fff;
	display: table;
	font-size: 15px;
	font-weight: bold;
	margin: auto;
	padding: 10px 30px;
	text-transform: capitalize;
	border: none !important;
}
.view-portfolio .view-footer a:hover {
	background-color: #e7512f;
}
.view-portfolio.full-width .dexp-portfolio {
	padding: 0;
	border-right: 1px solid #fff;
	margin: 0;
}
.block-side-heading .view-header {
	width: 25%;
	float: left;
	padding-right: 15px;
}
.block-side-heading .view-content {
	width: 75%;
	float: left;
	padding-left: 15px;
}
.block-side-heading .bx-wrapper .bx-controls-direction a.bx-prev, .block-side-heading .bx-wrapper .bx-controls-direction a.bx-next {
	right: auto;
	left: -70px;
	bottom: 0;
	top: auto;
}
.block-side-heading .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -100px;
}
.block-side-heading .dexp-portfolio {
	margin: 0;
}
.portfolio-masonry-item .mediaholder, .view-portfolio .portfolio-image .mediaholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	opacity: 0;
}
.portfolio-masonry-item .portfolio-tools, .view-portfolio .portfolio-image .portfolio-tools {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin-top: 50px;
	opacity: 0;
	text-align: center;
	width: 100%;
}
.portfolio-masonry-item .portfolio-tools span.fa-search, .portfolio-masonry-item .portfolio-tools i.fa, .view-portfolio .portfolio-image .portfolio-tools span.fa-search, .view-portfolio .portfolio-image .portfolio-tools i.fa {
	color: #FFF;
	text-align: center;
	line-height: 38px;
}
.portfolio-masonry-item .portfolio-tools i.fa-heart-o, .view-portfolio .portfolio-image .portfolio-tools i.fa-heart-o {
	font-size: 25px;
	padding-left: 5px;
}
.portfolio-masonry-item .portfolio-tools .count-like, .view-portfolio .portfolio-image .portfolio-tools .count-like {
	color: #FFF;
	font-weight: bold;
	position: absolute;
	left: 24px;
	top: 2px;
}
.portfolio-masonry-item .portfolio-tools h5 a, .view-portfolio .portfolio-image .portfolio-tools h5 a {
	color: #FFF;
}
.portfolio-masonry-item {
	background-size: cover;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.portfolio-masonry-item:hover .mediaholder {
	opacity: 1;
}
.portfolio-masonry-item:hover .portfolio-tools {
	opacity: 1;
	margin-top: 0;
}
.like_button {
	margin-top: 20px;
}
.like_button ul {
	margin: 0;
	padding: 0;
}
.like_button ul li {
	width: 50px;
	display: inline;
}
.like_button ul li.all_link, .like_button ul li.like_link ul li {
	height: 40px;
	padding: 9px;
	text-align: center;
	width: 40px;
	background-color: transparent;
	border: 1px solid #ddd;
	color: #888;
}
.like_button ul li.all_link {
	margin-right: 10px;
}
.dark-overlay {
	background: #000;
	opacity: 0.6;
}
.dark-overlay-20 {
	background: #000;
	opacity: 0.2;
}
.exception-color {
	color: #ffffff;
}
.exception-color-opposite {
	color: #222222;
}
.exception-big {
	font-family: "Muli", "Helvetica", Arial, sans-serif;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 9px;
	line-height: 90px;
	text-align: center;
	word-spacing: 0;
	color: #FFF;
}
.exception-big2 {
	font-family: "Muli", "Helvetica", Arial, sans-serif;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: 9px;
	line-height: 90px;
	text-align: center;
	word-spacing: 0;
	color: #FFF;
}
.exception-2 {
	font-family: "Muli", "Helvetica", Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	word-spacing: 0x;
	line-height: 60px;
	text-align: center;
	color: #FFF;
}
.exception-medium {
	font-family: "Muli", "Helvetica", Arial, sans-serif;
	font-size: 16.8px;
	letter-spacing: 2px;
	line-height: 18px;
	text-align: center;
	word-spacing: 0;
	color: #FFF;
}
.exception-btn {
	border: 1px solid #fff;
	text-align: center;
	position: relative;
	color: #fff;
}
.exception-btn:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	background: #fff;
	display: block;
	top: 0;
	left: 0;
	z-index: -1;
}
.exception-btn:hover {
	color: #222;
}
.exception-btn:hover:before {
	width: 100%;
}
.tp-caption {
	line-height: normal !important;
}
.tp-caption a {
	color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
	background-image: none !important;
	border: 3px solid #fff;
	border-radius: 50%;
}
.tparrows {
	background-image: none !important;
	height: auto !important;
	width: auto !important;
}
.tp-arr-allwrapper {
	background: #fff;
	height: 60px;
	margin: 0 10px;
	width: 50px;
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
	color: #fff;
}
.tp-leftarrow .tp-arr-allwrapper {
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
}
.tp-leftarrow .tp-arr-allwrapper:hover {
	background: #e7512f;
}
.tp-rightarrow .tp-arr-allwrapper {
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
}
.tp-rightarrow .tp-arr-allwrapper:hover {
	background: #e7512f;
}
.tp-arr-iwrapper {
	color: #a0a0a0;
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
}
.tp-leftarrow .tp-arr-iwrapper {
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
}
.tp-leftarrow .tp-arr-iwrapper:before {
	content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
	content: "\f105";
}
.tp-rightarrow .tp-arr-iwrapper {
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	-ms-transform: skew(25deg, 0deg);
	-o-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
}
.large-title {
	color: #222;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase !important;
}
.large-light-title {
	color: #787878 !important;
	font-size: 70px;
	font-weight: lighter;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.large-text {
	color: #000;
	font-size: 20px;
	font-weight: lighter;
}
.larger-text {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}
.witTxt {
	color: #fff !important;
}
.light-font {
	font-size: 50px;
	font-weight: lighter !important;
}
.black-bg {
	background: none repeat scroll 0 0 rgba(0,0,0,0.63);
	color: #a8a8a8;
	text-transform: none;
}
.slide-h1 {
	color: #444;
	font-size: 57px;
	font-weight: bold;
	margin: 5px 0 !important;
	padding: 0 0 5px !important;
	text-transform: uppercase;
}
.slide-h2 {
	color: #555;
	font-size: 55px;
	font-weight: bold;
	line-height: 100%;
	margin: 5px 0 !important;
	padding: 0 0 5px !important;
}
.skew15 {
	-webkit-transform: skew(15deg, 0deg);
	-moz-transform: skew(15deg, 0deg);
	-ms-transform: skew(15deg, 0deg);
	-o-transform: skew(15deg, 0deg);
	transform: skew(15deg, 0deg);
	display: block;
}
.skew-15 {
	-webkit-transform: skew(-15deg, 0deg);
	-moz-transform: skew(-15deg, 0deg);
	-ms-transform: skew(-15deg, 0deg);
	-o-transform: skew(-15deg, 0deg);
	transform: skew(-15deg, 0deg);
}
.big-font {
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase;
}
.large-desc {
	font-size: 16px;
}
.slide-h3 {
	color: #fff;
	font-size: 31px;
	line-height: 100%;
}
.slide-h3 span {
	font-weight: bold;
	text-transform: uppercase;
}
.slide-head {
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
}
.slide-desc {
	font-size: 22px;
	line-height: 150%;
}
.main-title {
	font-size: 70px;
	font-weight: 800;
	text-transform: uppercase;
	color: #e7512f;
}
.icon-cont {
	border-radius: 10px;
	padding: 15px 40px;
	text-align: center;
}
.icon-cont:after {
	border-style: solid;
	border-width: 10px 10px 0;
	bottom: -10px;
	content: "";
	display: inline-block;
	height: 0;
	left: 40%;
	position: absolute;
	width: 0;
	z-index: 5;
}
.icon-cont i {
	color: #fff;
	font-size: 50px;
	margin-bottom: 10px;
}
.icon-cont span {
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 0 0 5px;
	text-align: center;
}
.wit-line {
	background: none repeat scroll 0 0 #fff;
	height: 1px;
	width: 5%;
}
.vert-line {
	background: none repeat scroll 0 0 #fff;
	min-height: 270px;
	width: 1px;
}
.subTxt {
	color: #333;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
.large-title {
	color: #222;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase !important;
}
.large-light-title {
	color: #787878 !important;
	font-size: 70px;
	font-weight: lighter;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.large-text {
	color: #000;
	font-size: 20px;
	font-weight: lighter;
}
.larger-text {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}
.witTxt {
	color: #fff !important;
}
.light-font {
	font-size: 50px;
	font-weight: lighter !important;
}
.black-bg {
	background: none repeat scroll 0 0 rgba(0,0,0,0.63);
	color: #a8a8a8;
	text-transform: none;
}
.lft-list {
	color: #fff;
	font-size: 18px;
	padding: 10px;
}
a.wit-btn {
	background: #fff !important;
	color: #333 !important;
	text-transform: uppercase;
}
a.wit-btn:hover {
	background: #cc3917 !important;
	color: #333;
}
.wit-border {
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	padding: 15px 60px;
	text-transform: uppercase;
}
.rounded-bord {
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	text-align: center;
	width: 30px;
}
#vertical-ticker {
	height: 120px;
	overflow: hidden;
}
#vertical-ticker li {
	display: block;
	padding: 15px 20px;
	text-align: center;
}
.to-bottom i.fa {
	animation: 2s linear 0s normal none infinite bounce;
	border: 2px solid #a8a8a8;
	border-radius: 50%;
	font-size: 30px;
	padding: 20px 22px;
}
#vertical-ticker li {
	color: #e7512f;
}
.icon-cont {
	background: #e7512f;
}
.icon-cont:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #e7512f;
	bottom: -8px;
	content: "";
	display: inline-block;
	height: 0;
	left: 40%;
	position: absolute;
	width: 0;
	z-index: 5;
}
.image-left {
	float: left;
	margin: 5px 20px 8px 0;
	width: 220px;
}
.image-right {
	float: right;
	margin: 5px 0 8px 20px;
	width: 220px;
}
.base_color_bg {
	background-color: #ffffff;
}
.white * {
	color: #fff !important;
}
.bx-controls a.active {
	background-color: #e7512f !important;
}
.bx-wrapper .bx-viewport {
	border: none !important;
	box-shadow: 0;
	left: 0px !important;
}
.video-block {
	color: #fff;
}
.video-block * {
	color: #fff;
}
.dark-bg h2 {
	color: #bdbdbd;
	font-size: 24px;
}
.dark-bg h2 span {
	color: #e7512f;
}
.view-team .view-header {
	position: relative;
}
.team-img {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.team-img img {
	height: auto;
	width: 100%;
}
.team-img h3 {
	margin: 0;
	overflow: hidden;
	padding-bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.team-details h3 {
	margin: 0;
	padding: 13px 0 0 5px;
	color: #777;
}
.team-details p {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 5px;
}
.team-position {
	color: #ababab;
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
}
.team-socials {
	position: relative;
	z-index: 99999;
	display: table;
	margin: auto;
	overflow: hidden;
	padding: 0;
}
.team-socials a {
	color: #fff;
	font-size: 17px;
	padding: 5px 10px;
	float: left;
	margin: 6px 3px;
}
.dexp-team {
	background-color: #f4f4f4;
	padding: 0 0 8px;
	position: relative;
}
.dexp-team .team-img h3 {
	margin: 0;
	overflow: hidden;
	padding-bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dexp-team .team-details {
	backface-visibility: hidden;
	border-left: 5px solid #333;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	top: 0;
	transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
	transform-origin: 0 0 0;
	transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
	-moz-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
	-ms-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
	-o-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
	-webkit-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
	width: 100%;
}
.dexp-team .team-details p {
	color: #fff;
	font-size: 12px;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
	padding: 10px;
}
.dexp-team h3 {
	font-size: 14px;
	margin: -5px !important;
	padding: 7px 0 !important;
	text-align: center;
	text-transform: none;
}
.dexp-team .team-position {
	backface-visibility: hidden;
	color: #fff !important;
	display: table;
	font-size: 12px;
	margin: 15px auto 10px;
	padding: 5px !important;
}
.dexp-team.hover-box:hover .team-img {
	opacity: 0.3;
}
.dexp-team.hover-box:hover .team-details {
	opacity: 1;
	transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
	-moz-transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
	-ms-transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
	-o-transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
	-webkit-transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
}
.dexp-team.hover-box:hover .team-details .gry-bg {
	color: #666;
}
.dexp-team.hover-box:hover:after {
	height: 1px;
	background-color: #e7512f;
}
.dexp-team.hover-box:after {
	bottom: -2px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	background-color: #e7512f;
}
.dexp-team.hover-box .team-position {
	backface-visibility: hidden;
	color: #fff !important;
	display: table;
	font-size: 12px;
	margin: 15px auto 10px;
	padding: 5px !important;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.dexp-team.hover-box .team-details {
	background-color: #e7512f;
}
.dexp-team.hover-box .team-details p {
	color: #fff;
	font-size: 12px;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
	padding: 10px;
}
.dexp-team .team-socials a {
	background-color: #cc3917;
}
.dexp-team .team-socials a:hover {
	color: #fff;
}
.dexp-team-2 {
	background-color: #f4f4f4;
	margin-top: 60px;
	padding: 45px 11px 5px;
	position: relative;
	text-align: center;
}
.dexp-team-2:before {
	color: #999;
	content: "\f030";
	font-family: FontAwesome;
	font-size: 168px;
	opacity: 0.1;
	position: absolute;
	right: 14px;
	top: -20px;
	-webkit-transform: rotate(-34deg);
	-moz-transform: rotate(-34deg);
	-ms-transform: rotate(-34deg);
	-o-transform: rotate(-34deg);
	transform: rotate(-34deg);
}
.dexp-team-2:after {
	bottom: -2px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	background-color: #e7512f;
}
.dexp-team-2:hover {
	color: #fff;
	background-color: #e7512f;
}
.dexp-team-2:hover:after {
	height: 1px;
}
.dexp-team-2:hover .team-socials a {
	color: #fff;
}
.dexp-team-2:hover .team-position, .dexp-team-2:hover .team-details h3 {
	color: #fff;
}
.dexp-team-2 .team-img {
	background: none;
	border: 1px solid #e4e4e4;
	height: 90px;
	left: 50%;
	margin-left: -45px;
	margin-top: -45px;
	padding: 2px;
	position: absolute;
	top: 0;
	width: 90px;
}
.dexp-team-2 .team-details {
	background: none repeat scroll 0 0 transparent;
	margin-top: 25px;
	position: relative;
	z-index: 9999;
}
.dexp-team-2 .team-details h3 {
	margin: 0 0 5px;
	padding: 8px 0;
}
.dexp-team-2 .team-position {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-top: 0;
	color: #e7512f;
}
.dexp-team-2 .field-type-text-with-summary p {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}
.dexp-team-2 .team-socials a {
	display: block;
	padding: 5px 10px;
	color: #e7512f;
}
.dexp-team figure a .text-overlay {
	background: rgba(0,0,0,0.7);
	bottom: 0;
	height: 100%;
	opacity: 0;
	padding: 20px;
	position: absolute;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.dexp-team figure a:hover .text-overlay {
	opacity: 0.8;
}
.dexp-team figure a .text-overlay .info {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	left: 0;
	margin-top: -11px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 30%;
	width: 100%;
}
.dexp-team figure a .text-overlay .info h5 {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: none;
}
.dexp-team figure a .text-overlay .info span i {
	color: rgba(255,255,255,0.7) !important;
	font-size: 25px;
}
.dexp-team figure a .text-overlay .info span i:hover {
	color: #ffffff !important;
}
.dexp-team figure a:hover .text-overlay .info {
	top: 40%;
}
.dexp-team.full-content {
	text-align: left;
}
.dexp-team.full-content .dexp-image-item img {
	width: 100%;
	height: auto;
}
.dexp-team.full-content .field-label {
	font-weight: normal;
}
.not-logged-in .contextual-links {
	display: none;
}
.not-found {
	display: table;
	margin: auto;
	text-align: center;
	width: 65%;
}
.err-404 {
	color: #494949;
	font-size: 150px;
	font-weight: 800;
	line-height: 1;
	margin-top: 40px;
	position: relative;
}
.err-404:before {
	color: #f0f0f0;
	content: "\f119";
	font-family: FontAwesome;
	font-size: 60px;
	font-weight: normal;
	left: 46.5%;
	position: absolute;
	top: -40px;
}
.map_inner {
	display: block;
	height: 450px;
	position: relative;
	width: 100%;
}
.map_inner img {
	max-width: inherit;
}
.map {
	position: relative;
}
.infobox img {
	width: 100% !important;
}
.map .searchmodule {
	padding: 18px 10px;
}
.infobox {
	display: inline-block;
	padding: 10px 5px 5px;
	position: relative;
	width: 270px;
}
.infobox img {
	margin-right: 10px;
	width: 95px !important;
	float: left;
}
.infobox .title {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.infobox .title a {
	font-weight: bold;
}
.gm-style .gm-style-iw {
	font-size: 13px;
	font-weight: 300;
}
.gm-style .gm-iw {
	color: #2C2C2C;
}
.gm-style .gm-iw b {
	font-weight: 400;
}
.gm-style .gm-iw a:link, .gm-style .gm-iw a:visited {
	color: #4272DB;
	text-decoration: none;
}
.gm-style .gm-iw a:hover {
	color: #4272DB;
	text-decoration: underline;
}
.gm-style .gm-iw .gm-title {
	font-weight: 400;
	margin-bottom: 1px;
}
.gm-style .gm-iw .gm-basicinfo {
	line-height: 18px;
	padding-bottom: 12px;
}
.gm-style .gm-iw .gm-website {
	padding-top: 6px;
}
.gm-style .gm-iw .gm-photos {
	-moz-user-select: none;
	padding-bottom: 8px;
}
.gm-style .gm-iw .gm-sv, .gm-style .gm-iw .gm-ph {
	cursor: pointer;
	height: 50px;
	overflow: hidden;
	position: relative;
	width: 100px;
}
.gm-style .gm-iw .gm-sv {
	padding-right: 4px;
}
.gm-style .gm-iw .gm-wsv {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.gm-style .gm-iw .gm-sv-label, .gm-style .gm-iw .gm-ph-label {
	bottom: 6px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.gm-style .gm-iw .gm-stars-b, .gm-style .gm-iw .gm-stars-f {
	font-size: 0;
	height: 13px;
}
.gm-style .gm-iw .gm-stars-b {
	background-position: 0 0;
	margin: 0 5px;
	position: relative;
	top: 3px;
	width: 65px;
}
.gm-style .gm-iw .gm-rev {
	-moz-user-select: none;
	line-height: 20px;
}
.gm-style .gm-iw .gm-numeric-rev {
	color: #DD4B39;
	font-size: 16px;
	font-weight: 400;
}
.gm-style .gm-iw.gm-transit {
	margin-left: 15px;
}
.gm-style .gm-iw.gm-transit td {
	vertical-align: top;
}
.gm-style .gm-iw.gm-transit .gm-time {
	color: #676767;
	font-weight: bold;
	white-space: nowrap;
}
.gm-style .gm-iw.gm-transit img {
	float: left;
	height: 15px;
	margin: 1px 5px 0 -20px;
	width: 15px;
}
.gm-iw.gm-sm {
	margin-right: -20px;
}
.gm-iw {
	text-align: left;
}
.gm-iw .gm-title {
	padding-right: 20px;
}
.gm-iw .gm-numeric-rev {
	float: left;
}
.gm-iw .gm-photos, .gm-iw .gm-rev {
	direction: ltr;
}
.gm-iw .gm-stars-f, .gm-iw .gm-stars-b {
	background: url("../../../../../../maps.gstatic.com/mapfiles/api-3/images/review_stars.png") no-repeat scroll 0 0px 26px rgba(0,0,0,0);
	float: left;
}
.gm-iw .gm-stars-f {
	background-position: left -13px;
}
.gm-iw .gm-sv-label, .gm-iw .gm-ph-label {
	left: 4px;
}
#contact-site-form .form-item {
	margin: 0;
}
#contact-site-form .form-item #edit-copy {
	width: auto;
}
.aboutme p {
	font-size: 20px;
	line-height: 18px;
}
.aboutme h3 {
	background-color: #000;
	color: #ffffff;
	font-size: 40px;
	padding: 20px;
	text-transform: uppercase;
	width: 80%;
}
.view-blog .bxslide .node {
	border-bottom: none;
	margin-bottom: 0;
	background-color: #fff;
}
.view-blog .bxslide .node .field-item img {
	width: 100%;
	height: auto;
}
.view-blog .bxslide .post-content {
	padding: 0 20px;
}
.view-blog .bx-viewport {
	background: none;
}
.view-blog .view-header {
	text-align: center;
}
.view-blog .view-footer {
	text-align: center;
}
.bt40 {
	padding-bottom: 40px;
}
.bgheader h3 {
	background-color: #000;
	color: #e0e0e0;
	font-size: 40px;
	padding: 10px;
	text-transform: uppercase;
}
.bgheader i {
	color: #e0e0e0;
}
.bgheader:hover i {
	color: #ffffff;
}
.dexp-bxslider .node {
	margin-bottom: 0;
}
.large-image-title .views-row-even .col-lg-6 {
	float: right !important;
}
.large-image-title .image-caption {
	text-align: center;
}
.large-image-title .post-big-title {
	font-size: 40px;
	letter-spacing: -2px;
	line-height: 40px;
	text-transform: uppercase;
	-webkit-transition: 0.3;
	-moz-transition: 0.3;
	-o-transition: 0.3;
	transition: 0.3;
	margin-top: 20%;
}
.large-image-title .post-big-title a {
	color: #000;
}
.large-image-title .post-big-title a:hover {
	color: #ffffff;
}
.large-image-title .meta ul li {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	margin: 0 5px 0 -10px;
	padding: 0 10px 0 0;
}
.large-image-title .meta ul li a {
	color: #000;
}
.large-image-title .meta ul li a:hover {
	color: #ffffff;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	padding: 0;
	border: none;
	outline: none;
	text-align: center;
	width: 28px;
	height: 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #777;
	top: -60px;
	color: #fff;
	text-indent: 0;
	margin-top: -5px;
	z-index: 1;
}
.bx-wrapper .bx-controls-direction a i {
	font-size: 18px;
	line-height: 28px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	right: 32px;
	left: auto;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
}
.bx-wrapper .bx-controls-direction a:hover {
	background: #e7512f;
	color: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #777;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e7512f;
}
.forum-table {
	width: 100%;
}
.forum-table tr {
	background: none !important;
	border: 1px solid #F2F2F2 !important;
	clear: both;
}
.forum-table tr td {
	border: 1px solid #F2F2F2 !important;
	padding: 10px;
}
.forum-table tr th {
	text-transform: uppercase;
	color: #272727;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #F2F2F2;
}
.forum-table tr .forum-name a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.forum-table tr .forum-details, .forum-table tr .forum-last-reply {
	padding-left: 10px;
	padding-right: 10px;
}
.forum-table tr th.forum-name, .forum-table tr th.forum-last-post {
	padding-left: 10px;
}
.forum-table-superheader {
	margin-top: 20px;
}
.view-advanced-forum-topic-list .view-empty {
	border: 1px solid #C1C1C1;
}
.forum-post-wrapper, .forum-post-panel-main {
	background-color: #fff;
}
.forum-post-info {
	background-color: #F4F4F4;
	padding: 5px;
}
.forum-post-info span, .forum-post-info a, .forum-post-info .forum-posted-on {
	color: #83939C !important;
}
.forum-node-create-links {
	margin-bottom: 20px;
}
.page-node-add-forum h1 {
	display: none;
}
.page-forum #section-main-content table {
	background-color: #FFF;
}
.forum-table-wrap .forum-table-superheader, .forum-table-topics thead tr {
	border: 1px solid #f2f2f2;
}
input#sort-topic-submit {
	height: 30px;
}
.views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 29px;
}
a.af-button-large, .af-button-small {
	background: none repeat scroll 0 0 #ffffff;
	border: medium none;
	border-radius: 3px;
	box-shadow: none;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-right: 4px;
	padding: 5px;
	position: relative;
	text-shadow: none;
	text-transform: uppercase;
	text-decoration: none !important;
}
.related-project .bx-controls-direction a i {
	top: 40%;
}
.view-Clients {
	padding-top: 10px;
}
.view-Clients .bx-viewport .bxslide {
	display: block;
	border-bottom: 1px #ddd solid;
	padding: 10px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.view-Clients .bx-viewport .bxslide:hover {
	border-bottom-color: #e7512f !important;
}
.view-Clients.client-style2 .bx-wrapper {
	margin: 0;
}
.view-Clients.client-style2 .bx-wrapper .bx-pager {
	bottom: -45px;
	display: block;
	list-style: none outside none;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.view-Clients.client-style2 .bx-viewport .bxslide {
	background: #eee;
}
.view-Clients.client-style2 .bx-viewport .bxslide:hover {
	border-bottom-color: #ddd !important;
}
.view-Clients.style02 .bxslide:nth-child(1), .view-Clients.style02 .bxslide:nth-child(2) {
	margin-right: -1px;
}
.view-Clients.style02 .views-field-field-image {
	height: 167px;
	padding: 1px;
	border: 1px solid #dddddd;
	position: relative;
}
.view-Clients.style02 .views-field-field-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.view-Clients.style02 .views-field-field-image:last-child {
	margin-top: -1px;
}
.view-portfolio .view-footer p {
	text-align: center;
}
.dexp-white-noise-bg {
	background: url(../../../all/themes/exception/assets/images/white-noise.png) repeat 0 0;
}
.big-text h1 {
	font-size: 4.29em;
	line-height: 1.5em;
	letter-spacing: 9px;
	margin: 40px 0;
}
.dexp-big-image {
	position: relative;
}
.dexp-big-image .dexp-shortcodes-box {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.col-shortcode-icon fa {
	color: #000;
}
.col-shortcode-icon .fa-3 {
	font-size: 2.85em;
}
.col-shortcode-icon {
	width: 11.1111%;
	float: left;
	height: 80px;
	text-align: center;
}

@media (max-width:767px) {
.col-shortcode-icon {
	width: 20%;
}
}

@media (max-width:480px) {
.col-shortcode-icon {
	width: 20%;
}
}
.dexp-white-header .block-title, .dexp-white-header .block-subtitle {
	background-color: #fff;
	color: #444 !important;
}
.dexp-white-header .block-title {
	margin-bottom: 0;
}
.dexp-white-header .block-subtitle {
	margin-top: 0;
	margin-bottom: 50px;
}
.dexp-white-header.dexp-arrow-bottom .block-subtitle {
	position: relative;
}
.dexp-white-header.dexp-arrow-bottom .block-subtitle:after, .dexp-white-header.dexp-arrow-bottom .block-subtitle:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.dexp-white-header.dexp-arrow-bottom .block-subtitle:after {
	border-color: rgba(194,225,245,0);
	border-top-color: #FFF;
	border-width: 20px;
	margin-left: -20px;
}
.dexp-white-header.dexp-arrow-bottom .block-subtitle:before {
	border-color: rgba(194,225,245,0);
	border-top-color: #FFF;
	border-width: 26px;
	margin-left: -26px;
}
.dexp-dark-header .block-title, .dexp-dark-header .block-subtitle {
	background-color: #444;
	color: #fff !important;
}
.dexp-dark-header .block-title {
	margin-bottom: 0;
	padding-top: 50px;
}
.dexp-dark-header .block-subtitle {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 50px;
}
.dexp-dark-header.dexp-arrow-bottom .block-subtitle {
	position: relative;
}
.dexp-dark-header.dexp-arrow-bottom .block-subtitle:after, .dexp-dark-header.dexp-arrow-bottom .block-subtitle:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.dexp-dark-header.dexp-arrow-bottom .block-subtitle:after {
	border-color: rgba(194,225,245,0);
	border-top-color: #444;
	border-width: 20px;
	margin-left: -20px;
}
.dexp-dark-header.dexp-arrow-bottom .block-subtitle:before {
	border-color: rgba(194,225,245,0);
	border-top-color: #444;
	border-width: 26px;
	margin-left: -26px;
}
#contact-site-form label, #contact-site-form--2 label {
	font-weight: normal;
}

@media (max-width:480px) {
#contact-site-form .form-type-textfield, #contact-site-form--2 .form-type-textfield {
	width: 100%;
	float: left;
}
#contact-site-form .form-type-textfield input, #contact-site-form--2 .form-type-textfield input {
	width: 100%;
	height: 35px;
}
}
#contact-site-form .form-item-copy, #contact-site-form--2 .form-item-copy {
	margin-bottom: 0;
}
#contact-site-form .grippie, #contact-site-form--2 .grippie {
	display: none;
}
#contact-site-form .form-type-textarea textarea, #contact-site-form--2 .form-type-textarea textarea {
	height: 115px;
	min-height: 115px !important;
}
#contact-site-form .form-required, #contact-site-form--2 .form-required {
	display: none;
}
#contact-site-form .form-item-copy input, #contact-site-form--2 .form-item-copy input {
	margin-top: 0;
}
#contact-site-form .form-item.form-type-textfield input, #contact-site-form .form-item.form-type-textarea textarea, #contact-site-form--2 .form-item.form-type-textfield input, #contact-site-form--2 .form-item.form-type-textarea textarea {
	padding: 10px;
	font-size: 12px;
}
#contact-site-form .form-type-checkbox, #contact-site-form--2 .form-type-checkbox {
	display: none;
}
.flickr-widget .flickr_badge_image {
	position: relative;
	float: left;
	margin: 1px;
}
.flickr-widget .flickr_badge_image a {
	height: 61px;
	display: block;
	overflow: hidden;
}
.flickr-widget .flickr_badge_image a img {
	width: 61px;
	height: 61px;
}
div.dexp_carousel .carousel-control {
	text-shadow: white;
	z-index: 99;
	font-size: 24px;
}
div.dexp_carousel .carousel-control span {
	background: none repeat scroll 0 0 rgba(255,255,255,0.23);
	border-bottom: 0 none;
	border-radius: 0;
	color: #fff;
	height: 60px;
	margin-top: -30px;
	padding: 0;
	right: 10px;
	top: 50%;
	width: 60px;
	font-size: 50px;
	line-height: 60px;
	position: absolute;
}
div.dexp_carousel .carousel-control span:hover {
	background: #e7512f;
}
div.dexp_carousel .carousel-control.right {
	background: none;
}
div.dexp_carousel .carousel-control.right span {
	left: 10px;
	right: auto;
}
div.dexp_carousel .carousel-control.left {
	background: none;
}
body.rtl {
	text-align: right;
}
body.rtl #block-search-form {
	text-align: right;
}
body.rtl .list li {
	padding: 0 10px 10px 0;
}
body.rtl .list li:before {
	margin: 0 0 0 10px;
}
body.rtl .list-details li i {
	margin-left: 5px;
}
body.rtl .list-1 li:after, body.rtl .list-2 li:after, body.rtl .list-3 li:after, body.rtl .list-4 li:after {
	content: "";
	font-family: "FontAwesome";
	margin: 0 0 0 8px;
	position: relative;
	color: #5F8CB4;
}
body.rtl .list-1 li:after {
	content: "";
}
body.rtl .list-2 li:after {
	content: "\f105";
}
body.rtl .list-3 li:after {
	content: "";
}
body.rtl .list-4 li:after {
	content: "";
}
body.rtl .headline {
	padding-right: 0;
}
body.rtl .brd-headling {
	float: right;
}
body.rtl .skill-bar .bar-wrap strong {
	left: 0;
	right: auto;
}
body.rtl .tline-row-r {
	margin: 0 497px 0 0;
}
body.rtl .dexp_tab_wrapper ul.nav-tabs {
	padding-right: 0;
}
body.rtl .dexp_tab_wrapper ul.nav-tabs li {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}
body.rtl .dexp_tab_wrapper.horizontal .nav-tabs li a i {
	margin: 0 0 0 8px;
}
body.rtl .dexp_tab_wrapper.vertical .nav-tabs li {
	float: none;
}
body.rtl .my-details .my-img img {
	float: right;
}
body.rtl .work-exp li h4:before {
	margin: 0 0 0 10px;
}
body.rtl .view-blog .views-field-field-media {
	float: right;
	margin: 0 0 0 10px;
}
body.rtl .view-blog-categories span.field-content:last-child {
	float: left;
}
body.rtl .view-comments i {
	margin: 0 0 0 10px;
}
body.rtl .blog-timeline-item {
	margin: 0 0 0 120px;
}
body.rtl #timeline .timeline-item {
	float: right;
}
body.rtl #timeline .timeline-item:nth-child(2n) {
	float: left;
}
body.rtl #timeline .timeline-item:nth-child(2n) .blog-timeline-item {
	margin: 0 120px 0 0;
}
body.rtl #timeline .timeline-item:nth-child(2n) .time-mark {
	right: -60px;
	left: auto;
}
body.rtl #timeline .time-mark {
	left: -60px;
	right: auto;
}
body.rtl .alert .close {
	float: left;
}
body.rtl .dexp-shortcodes-box.box-left .box-icon {
	float: right;
}
body.rtl .dexp-shortcodes-box.box-left .box-title, body.rtl .dexp-shortcodes-box.box-left .box-content {
	margin-left: 0;
	margin-right: 45px;
}
body.rtl .dexp-shortcodes-box.box-top-left .box-icon {
	text-align: right;
}
body.rtl .flickr_badge_image {
	float: right;
}
body.rtl .panel-group .panel .panel-heading .panel-title a i {
	padding-right: 0;
	padding-left: 5px;
}
body.rtl .post-content {
	text-align: right;
}
body.rtl .title-left h3:before {
	left: auto;
	right: 0;
}
body.rtl .popular-post .icon-overlay {
	float: right;
}
body.rtl .popular-post .meta {
	margin-left: 0;
	margin-right: 85px;
}
body.rtl .tags ul li {
	float: right;
}
body.rtl .title-wrapper .title-left:before {
	right: 0;
	left: auto;
}
body.rtl ul.arrow li:before, body.rtl ul.circled li:before {
	margin-right: 0;
	margin-left: 10px;
}
body.rtl #section-top #block-views-simple-shopping-cart-block, body.rtl #section-top #block-locale-language, body.rtl #section-top #block-system-user-menu, body.rtl #section-top #block-dexp-popup-login-bootstrap-login {
	float: left;
}
body.rtl #section-top ul {
	text-align: right;
}
body.rtl #section-top ul li {
	padding: 0 0 0 10px;
}
body.rtl #section-top ul li:first-child {
	border-left: 1px solid #e9e9e9;
}
body.rtl #section-top ul li:first-child i {
	margin: 0 0 0 8px;
}
body.rtl #section-top ul li:last-child {
	border-left: none;
}
body.rtl #section-top .region-top-right {
	text-align: left;
}
body.rtl #section-header .region-navigation {
	float: left;
}
body.rtl #section-header .region-navigation h2.block-title {
	right: 0;
	left: auto;
}
body.rtl #section-header .block-dexp-menu {
	float: right;
}
body.rtl #section-header #block-search-form {
	float: left;
	margin: 0 20px 0 0;
}
body.rtl #section-header #block-search-form .search-box {
	right: auto;
	left: 0;
}
body.rtl #section-header #block-search-form .search-box:before {
	right: auto;
	left: 0;
}
body.rtl #section-header #block-search-form input[type="submit"] {
	right: auto;
	left: 0;
}
body.rtl h2.block-title, body.rtl h1.title, body.rtl #comments_wrapper {
	text-align: right;
}
body.rtl h2.block-title:after, body.rtl h1.title:after, body.rtl #comments_wrapper:after {
	right: 0;
	left: auto;
}
body.rtl h2.block-title:before, body.rtl h1.title:before, body.rtl #comments_wrapper:before {
	right: 20px;
	left: auto;
}
body.rtl .title-center h2.block-title:before, body.rtl .title-center h1.title:before {
	right: 50%;
	left: auto;
	margin-right: -17.5px;
	margin-left: 0;
}
body.rtl .title-center h2.block-title:after, body.rtl .title-center h1.title:after {
	right: 50%;
	left: auto;
	margin-right: -40px;
	margin-left: 0;
}
body.rtl .block-side-heading .view-header {
	float: right;
	padding: 0 0 0 15px;
}
body.rtl .viewAll .btn {
	float: right;
}
body.rtl .block-side-heading .bx-wrapper .bx-controls-direction a.bx-prev {
	left: auto;
	right: -70px;
}
body.rtl .block-side-heading .bx-wrapper .bx-controls-direction a.bx-next {
	right: -100px;
	left: auto;
}
body.rtl .skill-bar .progress {
	margin: 0 0 25px 10px;
}
body.rtl .skill-bar .progress:after {
	left: -10px;
	right: auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
body.rtl .skill-bar .progress span:before {
	left: -10px;
	right: auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
body.rtl .skill-bar .progress .bar {
	float: right;
}
body.rtl .skill-bar .progress .bar:before {
	left: -9px;
	right: auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
body.rtl ul.menu {
	text-align: right;
}
body.rtl #section-bottom .menu a:before, body.rtl #section-bottom .menu span.nolink:before {
	margin: 0 0 0 7px;
}
body.rtl .contact-info ul li i {
	padding: 0 0 0 12px;
}
body.rtl form#newsletter-subscribe-form:before {
	right: 24px;
	left: auto;
}
body.rtl form#newsletter-subscribe-form .form-item {
	margin: 0 10px 0 0;
	padding: 0 25px 0 0;
	border-right: 1px solid #3f3f3f;
	border-left: none;
}
body.rtl form#newsletter-subscribe-form #subscribe {
	left: 15px;
	right: auto;
}
body.rtl #section-footer ul.social-list {
	float: left;
}
body.rtl .social-list li {
	margin: 0 0 0 1px;
}
body.rtl .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
	right: auto;
}
body.rtl .bx-wrapper .bx-controls-direction a.bx-next {
	left: 32px;
	right: auto;
}
body.rtl .bx-wrapper .bx-viewport {
	right: 0 !important;
	left: auto !important;
}
body.rtl .testimonials-image {
	float: right;
	margin: 0 0 5px 10px;
}
body.rtl .testimonials-bg p {
	text-align: right;
}
body.rtl .testimonials-bg .rating {
	float: right;
}
body.rtl .testimonials-bg:after {
	left: 8px;
	right: auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
body.rtl .dexp-dropdown > ul.menu > li >ul.menu ul.menu {
	left: auto;
	right: 100%;
}
body.rtl .dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row > .dexp-menu-col > ul.menu li a i {
	margin: 0 0 0 5px;
}
body.rtl .dexp-dropdown ul.menu li ul.menu >li.expanded:after {
	right: auto;
	left: 10px;
	content: "\f104";
}
body.rtl .dexp-dropdown.mobile-open {
	right: 0;
	left: auto;
}
body.rtl .dexp-dropdown.mobile-open ul li a i, body.rtl .dexp-dropdown.mobile-open ul li span.nolink i {
	margin: 0 0 0 10px;
}
body.rtl .dexp-dropdown.mobile-open ul ul ul {
	margin: 0 25px 0 0;
}
body.rtl .dexp-menu-toggler {
	right: 0;
	left: auto;
}
body.rtl .dexp-menu-toggler i {
	margin: 0 !important;
}
body.rtl .dexp-menu-toggler.btn-toggle-open {
	margin-right: 60%;
	margin-left: 0;
}
body.rtl .menu-toggler {
	left: 10px;
	right: auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
body.rtl .left {
	float: right !important;
}
body.rtl .right {
	float: left !important;
}
body.rtl .pull-left {
	float: right !important;
}
body.rtl .pull-right {
	float: left !important;
}
body.rtl .dexp-twitter {
	padding: 0 45px 5px 0;
}
body.rtl .dexp-twitter i {
	right: -45px;
	left: auto;
}
body.rtl .dexp-twitter.dexp-twitter-style-2 i {
	right: auto;
}
body.rtl .header-2 #section-header .region-top-right {
	direction: ltr;
}
body.rtl .header-2 #section-header .region-top-right ul li i {
	float: left;
	margin: 0 10px 0 0;
}
body.rtl .header-2 #section-header .region-top-left {
	float: left;
	margin: 2px 0 0 5px;
}
body.rtl .header-2 #section-header .region-top-left ul {
	float: left;
}
body.rtl .header-2 #section-header .region-top-left ul li {
	padding: 5px 15px 5px 0;
}
body.rtl .header-2 #section-header .region-top-left ul li i {
	margin: 0 0 0 10px;
}
body.rtl .header-2 #section-header .block-dexp-menu {
	float: left;
	margin: 0 0 0 15px;
	left: 65px;
	right: auto;
}
body.rtl .header-2 #section-header #block-search-form .search-box {
	left: -10px;
}
body.rtl.page-node-65 #section-top ul.social-list li:first-child, body.rtl.page-node-120 #section-top ul.social-list li:first-child {
	border: none;
}
body.rtl.page-node-65 #section-top ul.social-list li:first-child i, body.rtl.page-node-120 #section-top ul.social-list li:first-child i {
	margin: 0;
}
body.rtl.page-node-65 #section-top ul.social-list li:last-child, body.rtl.page-node-120 #section-top ul.social-list li:last-child {
	border-left: 1px solid #e9e9e9;
}
body.rtl.page-node-120 #section-top ul.social-list {
	float: right;
}
body.rtl #section-page-title .breadcrumb {
	float: right;
}
body.rtl .dexp-shortcodes-button:before, body.rtl .dexp-shortcodes-button span:before, body.rtl .dexp-shortcodes-button .fa:after {
	right: -100%;
}
body.rtl .dexp-shortcodes-button .fa:after {
	right: auto;
	left: -100%;
}
body.rtl .dexp-shortcodes-button:hover:before {
	right: 0;
}
body.rtl .dexp-shortcodes-button:active {
	transform: translate(0px, 3px);
	-webkit-transform: translate(0px, 3px);
	-ms-transform: translate(0px, 3px);
	-moz-transform: translate(0px, 3px);
	-o-transform: translate(0px, 3px);
	transition-duration: 0.1s;
}
body.rtl .dexp-btn-hover-overlap:hover span {
	transform: translate(-100%, 0px);
	-webkit-transform: translate(-100%, 0px);
	-ms-transform: translate(-100%, 0px);
	-moz-transform: translate(-100%, 0px);
	-o-transform: translate(-100%, 0px);
}
body.rtl .dexp-btn-hover-up:before {
	right: 0;
	top: 100%;
}
body.rtl .dexp-btn-hover-up .fa:after {
	left: 0;
	top: -100%;
}
body.rtl .dexp-btn-hover-up:hover:before {
	top: 0;
}
body.rtl .dexp-btn-hover-up:hover .fa:after {
	top: 0;
}
body.rtl .dexp-btn-hover-up.dexp-btn-reflect-icon:hover .fa {
	color: #444444;
}
body.rtl .dexp-btn-hover-up.dexp-btn-reflect-icon:hover .fa:after {
	background-color: #ffffff;
}
body.rtl .dexp-btn-hover-up.dexp-btn-hover-overlap span:before {
	right: 0;
	top: 100%;
}
body.rtl .dexp-btn-hover-up.dexp-btn-hover-overlap:hover span {
	transform: translate(0px, -100%);
	-webkit-transform: translate(0px, -100%);
	-ms-transform: translate(0px, -100%);
	-moz-transform: translate(0px, -100%);
	-o-transform: translate(0px, -100%);
}
body.rtl .dexp-btn-hover-down:before {
	right: 0;
	top: -100%;
}
body.rtl .dexp-btn-hover-down .fa:after {
	left: 0;
	top: 100%;
}
body.rtl .dexp-btn-hover-down:hover:before {
	top: 0;
}
body.rtl .dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa {
	color: #444444;
}
body.rtl .dexp-btn-hover-down.dexp-btn-reflect-icon:hover .fa:after {
	background-color: #ffffff;
	top: 0;
}
body.rtl .dexp-btn-hover-down.dexp-btn-hover-overlap span:before {
	right: 0;
	top: -100%;
}
body.rtl .dexp-btn-hover-down.dexp-btn-hover-overlap:hover span {
	transform: translate(0px, 100%);
	-webkit-transform: translate(0px, 100%);
	-ms-transform: translate(0px, 100%);
	-moz-transform: translate(0px, 100%);
	-o-transform: translate(0px, 100%);
}
body.rtl .dexp-btn-hover-flap span:before {
	right: -1px;
	transform: rotateX(90deg);
	transform-origin: 0 100% 0;
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-webkit-transform-origin: 0 100% 0;
	-ms-transform-origin: 0 100% 0;
	-moz-transform-origin: 0 100% 0;
	-o-transform-origin: 0 100% 0;
}
body.rtl .dexp-btn-hover-flap:hover span {
	transform: rotateX(-90deg) translateY(100%);
	transform-origin: 50% 100% 0;
	-webkit-transform: rotateX(-90deg) translateY(100%);
	-ms-transform: rotateX(-90deg) translateY(100%);
	-moz-transform: rotateX(-90deg) translateY(100%);
	-o-transform: rotateX(-90deg) translateY(100%);
	-webkit-transform-origin: 50% 100% 0;
	-ms-transform-origin: 50% 100% 0;
	-moz-transform-origin: 50% 100% 0;
	-o-transform-origin: 50% 100% 0;
}
body.rtl .dexp-btn-3d-left span:before {
	right: -100%;
	transform: rotateY(-90deg);
	transform-origin: 100% 0 0;
	-webkit-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 0 0;
	-ms-transform-origin: 100% 0 0;
	-moz-transform-origin: 100% 0 0;
	-o-transform-origin: 100% 0 0;
}
body.rtl .dexp-btn-3d-left:hover span {
	transform: rotateY(90deg) translateX(100%);
	transform-origin: 100% 50% 0;
	-webkit-transform: rotateY(90deg) translateX(100%);
	-ms-transform: rotateY(90deg) translateX(100%);
	-moz-transform: rotateY(90deg) translateX(100%);
	-o-transform: rotateY(90deg) translateX(100%);
	-webkit-transform-origin: 100% 50% 0;
	-ms-transform-origin: 100% 50% 0;
	-moz-transform-origin: 100% 50% 0;
	-o-transform-origin: 100% 50% 0;
}
body.rtl .dexp-btn-3d-right span:before {
	right: 100%;
	transform: rotateY(90deg);
	transform-origin: 0 0 0;
	-webkit-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
}
body.rtl .dexp-btn-3d-right:hover span {
	transform: rotateY(-90deg) translateX(-100%);
	transform-origin: 0 0 0;
	-webkit-transform: rotateY(-90deg) translateX(-100%);
	-ms-transform: rotateY(-90deg) translateX(-100%);
	-moz-transform: rotateY(-90deg) translateX(-100%);
	-o-transform: rotateY(-90deg) translateX(-100%);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
}
body.rtl .dexp-btn-3d-box span {
	transform: rotateX(8deg);
	transition-duration: 0.2s;
	-webkit-transform: rotateX(8deg);
	-ms-transform: rotateX(8deg);
	-moz-transform: rotateX(8deg);
	-o-transform: rotateX(8deg);
}
body.rtl .dexp-btn-3d-box span:before {
	right: -1px;
	transform: rotateX(-90deg);
	transform-origin: 0 0 0;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
}
body.rtl .dexp-btn-3d-box:hover span {
	transform: rotateX(5deg) translateY(2px);
	-webkit-transform: rotateX(5deg) translateY(2px);
	-ms-transform: rotateX(5deg) translateY(2px);
	-moz-transform: rotateX(5deg) translateY(2px);
	-o-transform: rotateX(5deg) translateY(2px);
}
body.rtl .dexp-btn-3d-box:active span {
	transform: rotateX(0deg);
}
body.rtl .dexp-btn-split .fa {
	border-right: 1px solid #444444;
}
body.rtl .dexp-btn-split:hover .fa {
	border-right-color: #ffffff;
}
body.rtl .dexp-btn-split.dexp-btn-icon-left {
	border-right: 0 none;
	border-left: 1px solid #444444;
}
body.rtl .dexp-btn-split-short.dexp-btn-icon-left span {
	float: left;
}
body.rtl .dexp-btn-split.dexp-btn-icon-left:hover .fa {
	border-left-color: #ffffff;
}
body.rtl .dexp-btn-split-short span:after {
	left: 0;
}
body.rtl .dexp-btn-split-short.dexp-btn-icon-left span:after {
	right: 0;
	left: auto;
}
body.rtl .dexp-reflect .dexp-btn-3d-box span:before, body.rtl .dexp-reflect-bg .dexp-btn-3d-box span:before {
	transform: rotateX(-90deg);
	transform-origin: 0 0 0;
}
body.rtl .dexp-btn-inline-icon .fa {
	margin-left: 15px;
}
body.rtl .dexp-btn-size-4x span {
	padding: 0 1.2em;
}
body.rtl .dexp-btn-size-4x .fa {
	padding: 10px 12px 7px;
}
body.rtl .dexp-btn-small {
	height: 40px;
}
body.rtl .dexp-btn-small i, body.rtl .dexp-btn-small span {
	padding: 0.6em 1.2em 0.95em 1.4em !important;
}
body.rtl .dexp-callout .dexp-callout-content {
	border-right: solid 1px #DDD;
	border-left: 0 none;
	padding-right: 15px;
}
body.rtl .panel-group .panel-title > a strong {
	float: right;
	margin: 0 10px 0 5px;
}
body.rtl .panel-group .panel-title > a h4 {
	float: right;
}
body.rtl .panel-group .panel-default > .panel-heading + .panel-collapse .panel-body {
	border-right: 3px solid #d4d4d4;
	border-left: none;
}
body.rtl .sale {
	left: 5px;
	right: auto;
}
body.rtl .sale:before {
	right: -10px;
	left: auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
body.rtl .product-details .left {
	padding: 0 10px 0 0;
}
body.rtl .product-details .left i.fa {
	margin: 0 0 0 8px;
}
body.rtl .product-cart:before {
	margin: 0 0 0 8px;
}
body.rtl .view-top-products-rating ul li.views-row span.field-content, body.rtl .best-seller ul li.views-row span.field-content, body.rtl .mega-block-view ul li.views-row span.field-content, body.rtl .view-product-categories ul li.views-row span.field-content {
	float: left;
}
body.rtl .view-top-products-rating img, body.rtl .best-seller img, body.rtl .mega-block-view img, body.rtl .view-product-categories img {
	margin: 0 0 0 10px;
}
body.rtl .product-rating .fa, body.rtl .rating .fa {
	margin: 0 0 0 4px;
}
body.rtl .node-product-detail .product-tools i.fa, body.rtl .node-product-detail .product-overview i.fa {
	margin: 0 0 0 7px;
}
body.rtl table.table-bordered .views-field-line-item-title a, body.rtl table.table-bordered .views-field-title a, body.rtl table #properties-compare-table .views-field-line-item-title a, body.rtl table #properties-compare-table .views-field-title a {
	text-align: right;
}
body.rtl .post-image .post-info, body.rtl .details-img .post-info {
	right: 15px;
	left: auto;
}
body.rtl .meta ul li {
	margin: 0 0 0 15px;
	float: right;
}
body.rtl .meta ul li i {
	margin: 0 0 0 7px;
}
body.rtl .short_desc {
	float: right;
}
body.rtl .share-post span, body.rtl .share-post ul li {
	float: right;
	margin: 0 0 0 2px;
}
body.rtl .btn i {
	margin: 0 0 0 5px;
}
body.rtl .dexp-sidebar-nav li a:before {
	left: 20px;
	right: auto;
}
body.rtl .dexp-sidebar-nav li a:hover:before {
	left: 15px;
	right: auto;
}
body[class*=preset-dark] .gry-bg {
	background: #3d3d3d;
}
body[class*=preset-dark].page-node-30 #section-parallax-03 {
	background: url("sites/all/themes/exception/assets/images/gry-patt-dark.png") repeat scroll 0 0 #3d3d3d;
	border-color: #555;
}
body[class*=preset-dark] .one-page #section-our-works .block {
	background: url("sites/all/themes/exception/assets/images/gry-patt-dark.png") repeat scroll 0 0 #3d3d3d !important;
	border-color: #555;
}
body[class*=preset-dark] .one-page #section-services .block {
	background: url("sites/all/themes/exception/assets/images/bg1-dark.jpg") repeat scroll 0 0 #333 !important;
}
body[class*=preset-dark] .one-page #section-users-group {
	background: url("sites/all/themes/exception/assets/images/bg5-dark.jpg") repeat scroll 0 0 #333;
}
body[class*=preset-dark].page-node-35 #section-user0 {
	background-image: url("sites/all/themes/exception/assets/images/1-dark.png");
	border-color: #666;
}
body[class*=preset-dark].page-node-33 #section-feature-group {
	background-image: url("sites/all/themes/exception/assets/images/1-dark.png");
	border-color: #666;
}
body[class*=preset-dark].page-node-51 #section-clients {
	background: url("sites/all/themes/exception/assets/images/gry-patt-dark.png") repeat scroll 0 0 #3d3d3d;
	border-color: #555;
}
body[class*=preset-dark] #section-top {
	background-color: #3d3d3d;
	border-bottom-color: #3d3d3d;
}
body[class*=preset-dark] #section-top ul li {
	border-color: #555;
}
body[class*=preset-dark] #section-top #block-views-simple-shopping-cart-block {
	border-color: #555;
}
body[class*=preset-dark] #section-header {
	border-color: #3d3d3d;
}
body[class*=preset-dark] #section-header #block-search-form span {
	background: #3d3d3d;
}
body[class*=preset-dark] #section-header #block-search-form span:hover, body[class*=preset-dark] #section-header #block-search-form span.selected, body[class*=preset-dark] #section-header #block-search-form span:focus {
	background: #e7512f;
}
body[class*=preset-dark] #section-header #block-search-form .form-item {
	background: #222;
	border-color: #444;
}
body[class*=preset-dark] #section-header.navigation-2 .dexp-dropdown > ul.menu > li > a i, body[class*=preset-dark] #section-header.navigation-2 .dexp-dropdown > ul.menu > li >span.nolink i {
	background-color: #3d3d3d;
}
body[class*=preset-dark] #section-header.navigation-2 .dexp-dropdown > ul.menu > li > a i:after, body[class*=preset-dark] #section-header.navigation-2 .dexp-dropdown > ul.menu > li >span.nolink i:after {
	background-color: #3d3d3d;
}
body[class*=preset-dark] .header-2 #section-header .region-navigation {
	background-color: #222;
}
body[class*=preset-dark] .header-2 #section-header #block-search-form span {
	background: none;
}
body[class*=preset-dark] .header-2 #section-header #block-search-form span:hover {
	background: none;
}
body[class*=preset-dark] .header-2 #section-header #block-search-form .search-box {
	background-color: #555;
}
body[class*=preset-dark] .header-3 #section-top {
	background: none;
}
body[class*=preset-dark] .header-3 #section-top .container {
	background-color: #3d3d3d;
	border-bottom-color: #3d3d3d;
}
body[class*=preset-dark] .header-3 #section-top ul li span.phone {
	color: #b3b3b3;
}
body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li.active a, body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li.active span.nolink {
	background-color: #3d3d3d !important;
	color: #ddd !important;
}
body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li a:hover, body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li a:focus, body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li span.nolink:hover, body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li span.nolink:focus {
	background-color: #3d3d3d !important;
	color: #ddd !important;
}
body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li ul > li {
	border-color: #4b4b4b;
	box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
}
body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li ul > li >a, body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li ul > li >span.nolink {
	background-color: #3d3d3d !important;
	color: #ddd !important;
}
body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li ul > li >a:hover, body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li ul > li >a:focus, body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li ul > li >span.nolink:hover, body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li ul > li >span.nolink:focus {
	background-color: #333 !important;
	color: #fff !important;
}
body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li ul > li.active >a, body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li ul > li.active >span.nolink {
	background-color: #333 !important;
	color: #fff !important;
}
body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li .dexp-menu-mega {
	background: #3d3d3d;
}
body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu > li .dexp-menu-mega ul li a i {
	color: #ddd;
}
body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu ul.menu > li.expanded.active span.nolink {
	background-color: #333 !important;
	color: #fff !important;
}
body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu ul.menu > li.expanded.active a.active, body[class*=preset-dark] .header-3 #section-header .dexp-dropdown > ul.menu ul.menu > li.expanded.active span.nolink.active {
	background-color: #333 !important;
	color: #fff !important;
}
body[class*=preset-dark] .header-3 #section-header #block-search-form span {
	background: none;
}
body[class*=preset-dark].page-node-121 #section-top {
	background: #e7512f;
	border: none;
}
body[class*=preset-dark] .dexp-dropdown > ul.menu > li {
	border-color: #555;
}
body[class*=preset-dark] .dexp-dropdown > ul.menu > li >a:after, body[class*=preset-dark] .dexp-dropdown > ul.menu > li >span.nolink:after {
	border-color: #555;
	bottom: -9px;
	height: 9px;
}
body[class*=preset-dark] .dexp-dropdown > ul.menu > li >ul.menu {
	top: 92px;
}
body[class*=preset-dark] .dexp-dropdown > ul.menu li a i, body[class*=preset-dark] .dexp-dropdown > ul.menu li span.nolink i {
	color: #666;
}
body[class*=preset-dark] .dexp-dropdown > ul.menu li a:hover i, body[class*=preset-dark] .dexp-dropdown > ul.menu li span.nolink:hover i {
	color: #fff;
}
body[class*=preset-dark] .dexp-dropdown > ul.menu li.active a i, body[class*=preset-dark] .dexp-dropdown > ul.menu li.active span.nolink i {
	color: #fff;
}
body[class*=preset-dark] .dexp-dropdown ul.menu li .dexp-menu-mega {
	top: 92px;
}
body[class*=preset-dark] .dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row > .dexp-menu-col h3.dexp-mega-menu-title {
	color: #ddd !important;
}
body[class*=preset-dark].page-cart .line-item-summary {
	background-color: #555;
	border-color: #555;
}
body[class*=preset-dark] .view-products-shop .view-filters {
	background: #222;
}
body[class*=preset-dark] .view-top-products-rating ul li.views-row, body[class*=preset-dark] .best-seller ul li.views-row, body[class*=preset-dark] .mega-block-view ul li.views-row {
	border-color: #555;
}
body[class*=preset-dark] .node-product-detail .product-rating {
	border-color: #555;
}
body[class*=preset-dark] .node-product-detail .field-type-commerce-product-reference input#edit-quantity {
	border-color: #555;
}
body[class*=preset-dark] .node-product-detail .row .form-item, body[class*=preset-dark] .node-product-detail .row .product-tools {
	border-color: #555;
}
body[class*=preset-dark] .node-product-detail .product-detail-images {
	border-color: #555;
}
body[class*=preset-dark] .view-products-shop .views-exposed-form select {
	background-color: #555;
	border-color: #555;
}
body[class*=preset-dark] .product-box {
	background: #3d3d3d;
}
body[class*=preset-dark] .product-box:hover {
	background: #222;
}
body[class*=preset-dark] .product-title {
	background: #222;
}
body[class*=preset-dark] .product-title a {
	color: #ddd;
}
body[class*=preset-dark] .product-cart .btn {
	color: #ddd;
}
body[class*=preset-dark] .product-cart .btn:hover {
	color: #e7512f;
}
body[class*=preset-dark] .product-tools .btn:hover {
	color: #e7512f;
}
body[class*=preset-dark] .page-cart .line-item-summary {
	background: #555 !important;
	borer-color: #555 !important;
}
body[class*=preset-dark] #section-page-title {
	background-image: url("sites/all/themes/exception/assets/images/Page-title-1-dark.jpg");
}
body[class*=preset-dark] #section-bottom {
	border-top: solid 1px #333;
}
body[class*=preset-dark] .dexp-white-noise-bg {
	background: url("sites/all/themes/exception/assets/images/black-noise.jpg") repeat scroll 0 0 rgba(0,0,0,0);
}
body[class*=preset-dark] .dexp-callout-white {
	background-color: transparent;
}
body[class*=preset-dark] .dexp-callout-white i, body[class*=preset-dark] .dexp-callout-white h3 {
	color: #fff;
}
body[class*=preset-dark] .dexp-callout-white p {
	color: #888;
}
body[class*=preset-dark] h2.block-title, body[class*=preset-dark] h1.title, body[class*=preset-dark] #comments_wrapper h3 {
	border: none;
}
body[class*=preset-dark] .viewAll .btn {
	background-color: #3d3d3d;
}
body[class*=preset-dark] .viewAll .btn:hover {
	background-color: #777;
}
body[class*=preset-dark] .dexp-team {
	background: #3d3d3d;
}
body[class*=preset-dark] .dexp-team h3 {
	color: #777777;
}
body[class*=preset-dark] .dexp-team.hover-box:hover .team-details .gry-bg {
	color: #ddd;
}
body[class*=preset-dark] .dexp-team-2 {
	background-color: #3d3d3d;
}
body[class*=preset-dark] .dexp-team-2 .team-position, body[class*=preset-dark] .dexp-team-2 .field-type-text-with-summary p {
	border-color: #555;
}
body[class*=preset-dark] .dexp-team-2:hover {
	background-color: #e7512f;
}
body[class*=preset-dark] .team-details h3 {
	color: #fff;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-border {
	background: #222 !important;
	border-color: rgba(119,119,119,0.3);
}
body[class*=preset-dark] .dexp-shortcodes-box.box-border .box-icon {
	border-color: rgba(119,119,119,0.3);
}
body[class*=preset-dark] .dexp-shortcodes-box.box-border .box-icon i {
	color: #666;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-border .box-icon:hover {
	background: #FFF;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-border .box-icon:hover i {
	color: #222 !important;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-top-center .box-icon {
	border-color: #b1b1b1;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-border-line {
	border-color: #555;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-border-line .box-icon {
	background-color: #555;
	border-color: #555;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-border-line h3.box-title {
	color: #bbb;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-border-line .box-content div {
	border-color: #3d3d3d;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-border-line:hover h3.box-title {
	color: #4e4e4e;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-border-line:hover .box-icon {
	background-color: #e7512f;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-border-line:hover .r-more {
	color: #ddd;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-flap .box-icon {
	background-color: #555;
	border-color: #555;
	color: #969696;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-flap:hover .box-icon {
	background-color: #e7512f;
	color: #fff;
}
body[class*=preset-dark] .dexp-shortcodes-box .box-content .more-btn {
	background-color: #5f5f5f;
	color: #ddd;
}
body[class*=preset-dark] .dexp-shortcodes-box .box-content .more-btn:hover {
	color: #ddd;
}
body[class*=preset-dark] .dexp-shortcodes-box .r-more {
	background-color: #555;
	color: #ddd !important;
}
body[class*=preset-dark] .bx-wrapper .bx-viewport {
	background: transparent !important;
}
body[class*=preset-dark] .bx-wrapper .bx-controls-direction a {
	color: #3d3d3d;
}
body[class*=preset-dark] .bx-wrapper .bx-controls-direction a:hover {
	color: #fff;
}
body[class*=preset-dark] .portfolio-filters {
	background: #3d3d3d;
}
body[class*=preset-dark] .portfolio-filters span {
	color: #fff;
}
body[class*=preset-dark] .white-bg-filters .portfolio-filters {
	background-color: #ffffff;
}
body[class*=preset-dark] .view-portfolio .portfolio-item {
	background-color: #3d3d3d;
}
body[class*=preset-dark] .home-basic #section-user-03 {
	background-color: #333 !important;
}
body[class*=preset-dark] .view-Clients.style02 .views-field-field-image {
	border: 1px solid #333;
}
body[class*=preset-dark] .panel-group .panel-title > a.collapsed h4, body[class*=preset-dark] .panel-group .panel-title > a.collapsed strong {
	border-color: #444;
}
body[class*=preset-dark] .panel-group .panel-default > .panel-heading + .panel-collapse .panel-body {
	border-color: #444;
}
body[class*=preset-dark] .panel-group.panel-group-3 {
	border-color: #444;
}
body[class*=preset-dark] .panel-group.panel-group-5 .panel-heading {
	background-color: #3d3d3d;
}
body[class*=preset-dark] .plan-title span {
	color: #ddd;
}
body[class*=preset-dark] .dexp-devider.dexp-devider-thin {
	border-top: 1px solid #333;
}
body[class*=preset-dark] .dexp-devider.dexp-devider-bold {
	border-top: 2px solid #333;
}
body[class*=preset-dark] .dexp-devider.dexp-devider-blurred {
	border-top: 1px solid #eeeeee;
}
body[class*=preset-dark] .dexp-devider.dexp-devider-dark {
	border-top: 1px solid #fff;
}
body[class*=preset-dark] .text-dropcap-2 {
	background-color: #fff;
	color: #444;
}
body[class*=preset-dark] .text-highlight {
	color: #444;
}
body[class*=preset-dark] .text-highlight-1 {
	background-color: #fff;
}
body[class*=preset-dark] .dexp-reflect .dexp-heading-2:before, body[class*=preset-dark] .dexp-reflect .dexp-heading-3:after, body[class*=preset-dark] .dexp-reflect .dexp-heading-4:after, body[class*=preset-dark] .dexp-reflect .dexp-heading-5:before, body[class*=preset-dark] .dexp-reflect .dexp-heading-5:after, body[class*=preset-dark] .dexp-reflect .dexp-heading-6:before, body[class*=preset-dark] .dexp-reflect .dexp-heading-6:after, body[class*=preset-dark] .dexp-reflect-bg .dexp-heading-2:before, body[class*=preset-dark] .dexp-reflect-bg .dexp-heading-3:after, body[class*=preset-dark] .dexp-reflect-bg .dexp-heading-4:after, body[class*=preset-dark] .dexp-reflect-bg .dexp-heading-5:before, body[class*=preset-dark] .dexp-reflect-bg .dexp-heading-5:after, body[class*=preset-dark] .dexp-reflect-bg .dexp-heading-6:before, body[class*=preset-dark] .dexp-reflect-bg .dexp-heading-6:after {
	background-color: #888888;
}
body[class*=preset-dark] .dexp-reflect .dexp-heading-6:before, body[class*=preset-dark] .dexp-reflect .dexp-heading-6:after, body[class*=preset-dark] .dexp-reflect-bg .dexp-heading-6:before, body[class*=preset-dark] .dexp-reflect-bg .dexp-heading-6:after {
	box-shadow: 10px 0 0 #888888, -10px 0 0 #888888;
}
body[class*=preset-dark] .dexp-heading-2:before {
	background-color: #ffffff;
}
body[class*=preset-dark] .dexp-heading-3:after {
	background-color: #ffffff;
}
body[class*=preset-dark] .dexp-heading-4:after {
	background-color: #ffffff;
}
body[class*=preset-dark] .dexp-heading-5:before, body[class*=preset-dark] .dexp-heading-5:after {
	background-color: #ffffff;
}
body[class*=preset-dark] .dexp-heading-6:before, body[class*=preset-dark] .dexp-heading-6:after {
	background-color: #ffffff;
	box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
}
body[class*=preset-dark] .dexp-heading-deco-reflect:before, body[class*=preset-dark] .dexp-heading-deco-reflect:after {
	background-color: #333333;
}
body[class*=preset-dark] .dexp-reflect .dexp-heading-deco-reflect:before, body[class*=preset-dark] .dexp-reflect .dexp-heading-deco-reflect:after, body[class*=preset-dark] .dexp-reflect-bg .dexp-heading-deco-reflect:before, body[class*=preset-dark] .dexp-reflect-bg .dexp-heading-deco-reflect:after {
	background-color: #333333;
}
body[class*=preset-dark] .dexp-reflect-bg, body[class*=preset-dark] .dexp-reflect {
	background-color: #ffffff;
}
body[class*=preset-dark] .dexp-reflect-bg h1, body[class*=preset-dark] .dexp-reflect-bg h2, body[class*=preset-dark] .dexp-reflect-bg h3, body[class*=preset-dark] .dexp-reflect-bg h4, body[class*=preset-dark] .dexp-reflect-bg h5, body[class*=preset-dark] .dexp-reflect-bg h6, body[class*=preset-dark] .dexp-reflect h1, body[class*=preset-dark] .dexp-reflect h2, body[class*=preset-dark] .dexp-reflect h3, body[class*=preset-dark] .dexp-reflect h4, body[class*=preset-dark] .dexp-reflect h5, body[class*=preset-dark] .dexp-reflect h6 {
	color: #222 !important;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-none .box-icon i {
	color: #fff;
}
body[class*=preset-dark] .milestone-counter .stat-count {
	background-color: #222;
	color: #ddd;
}
body[class*=preset-dark] .milestone-counter.main-bg .stat-count {
	background: #e7512f;
	color: #fff;
}
body[class*=preset-dark] .milestone-counter .milestone-icon {
	background-color: #222;
}
body[class*=preset-dark] .milestone-counter-bottom .stat-count {
	background: none;
	color: #fff;
}
body[class*=preset-dark] .fun-title {
	background: #222;
}
body[class*=preset-dark] .fun-title span {
	color: #ddd;
}
body[class*=preset-dark] .dexp_list li:before {
	color: #fff;
}
body[class*=preset-dark] li a.active {
	color: #ddd;
}
body[class*=preset-dark] .list-details li {
	border-color: #555;
}
body[class*=preset-dark] .dexp-pricing-table .dexp-pricing-column {
	background-color: #222;
	border: 1px solid #333;
}
body[class*=preset-dark] .dexp-pricing-table .dexp-pricing-column.active {
	border: 1px solid #fff;
}
body[class*=preset-dark] .dexp-pricing-table .dexp-pricing-column.active .dexp-pricing-head {
	background-color: #fff;
}
body[class*=preset-dark] .dexp-pricing-table .dexp-pricing-column.active .dexp-pricing-head h3 {
	color: #222;
}
body[class*=preset-dark] .dexp-pricing-table .dexp-pricing-column .dexp-pricing-head {
	background-color: rgba(238,238,238,0.5);
}
body[class*=preset-dark] .dexp-pricing-table .dexp-pricing-column .dexp-pricing-head h3 {
	color: #fff;
}
body[class*=preset-dark] .dexp-pricing-table .dexp-pricing-column .dexp-pricing-price {
	background-color: #222;
}
body[class*=preset-dark] .dexp-pricing-table .dexp-pricing-column .dexp-pricing-price .cost {
	color: #fff;
}
body[class*=preset-dark] .dexp-pricing-table .dexp-pricing-column .dexp-pricing-price .unit {
	color: #666666;
}
body[class*=preset-dark] .dexp-pricing-table .dexp-pricing-column .dexp-pricing-body ul li {
	border-bottom: 1px solid #333;
}
body[class*=preset-dark] .dexp-pricing-table .dexp-pricing-column .dexp-pricing-body ul li:first-child {
	border-top: 1px solid #333;
}
body[class*=preset-dark] .pricing-table-2 .dark-bg {
	border-color: #555;
}
body[class*=preset-dark] .pricing-table-2 li.even {
	background: #363636;
}
body[class*=preset-dark] .pricing-table, body[class*=preset-dark] .pricing-table-2 {
	border-color: #555;
}
body[class*=preset-dark] .pricing-table ul li, body[class*=preset-dark] .pricing-table-2 ul li {
	border-color: #555;
}
body[class*=preset-dark] tr:nth-child(2n+1) {
	background-color: #3d3d3d;
}
body[class*=preset-dark] tr.even {
	background: none;
}
body[class*=preset-dark] tr.even td {
	background: none;
}
body[class*=preset-dark] tr.odd {
	background: none;
}
body[class*=preset-dark] table.table-bordered, body[class*=preset-dark] table#properties-compare-table {
	border-color: #555;
}
body[class*=preset-dark] table.table-bordered td, body[class*=preset-dark] table#properties-compare-table td {
	border-color: #555 !important;
}
body[class*=preset-dark] table.table-bordered th, body[class*=preset-dark] table#properties-compare-table th {
	border-color: #555 !important;
}
body[class*=preset-dark] table.table-bordered .views-field-line-item-title a, body[class*=preset-dark] table.table-bordered .views-field-title a, body[class*=preset-dark] table#properties-compare-table .views-field-line-item-title a, body[class*=preset-dark] table#properties-compare-table .views-field-title a {
	color: #bbb;
}
body[class*=preset-dark] .skill-bar .progress {
	background-color: #555;
}
body[class*=preset-dark] .skill-bar .progress:after {
	border-color: transparent transparent transparent #555;
}
body[class*=preset-dark] .skill-bar .progress span {
	background-color: #555;
	color: #ddd;
}
body[class*=preset-dark] .skill-bar .progress span:before {
	border-color: transparent transparent transparent #555;
}
body[class*=preset-dark] .dexp-sidebar-nav {
	border-top: 1px solid #333;
}
body[class*=preset-dark] .dexp-sidebar-nav li a {
	border: 1px solid #333;
	border-top: 0;
}
body[class*=preset-dark] .dexp_tab_wrapper.horizontal .nav-tabs li {
	background-color: #444;
	color: #ddd;
}
body[class*=preset-dark] .dexp_tab_wrapper.horizontal .nav-tabs li.active {
	background-color: #e7512f;
}
body[class*=preset-dark] .dexp_tab_wrapper.horizontal .nav-tabs li.active a {
	color: #fff;
}
body[class*=preset-dark] .dexp_tab_wrapper.horizontal .nav-tabs li a {
	color: #bbb;
}
body[class*=preset-dark] .dexp_tab_wrapper.horizontal .nav-tabs li a:hover {
	color: #fff;
}
body[class*=preset-dark] .dexp_tab_wrapper.vertical .tab-content {
	border-color: #444;
}
body[class*=preset-dark] .dexp_tab_wrapper.vertical .nav-tabs li a {
	border-color: #444;
}
body[class*=preset-dark] .dexp_tab_wrapper.vertical .nav-tabs li a:hover {
	background-color: #555;
}
body[class*=preset-dark] .dexp_tab_wrapper.vertical .nav-tabs li.active a {
	background-color: #555;
	color: #ddd;
}
body[class*=preset-dark] .dexp_tab_wrapper.vertical .nav-tabs li.active a:after {
	background-color: #555;
}
body[class*=preset-dark] .dexp_tab_wrapper.vertical .nav-tabs li.active:first-child a {
	border-color: #444;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.vertical, body[class*=preset-dark] .dexp_tab_wrapper.tab_testimonial {
	position: relative;
	padding-left: 60px;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.vertical .nav-tabs, body[class*=preset-dark] .dexp_tab_wrapper.tab_testimonial .nav-tabs {
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	width: 60px;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.vertical .nav-tabs li.active a, body[class*=preset-dark] .dexp_tab_wrapper.tab_testimonial .nav-tabs li.active a {
	background-color: #fff !important;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.vertical .nav-tabs a, body[class*=preset-dark] .dexp_tab_wrapper.tab_testimonial .nav-tabs a {
	padding: 11.5px 0 !important;
	font-size: 18px;
	background-color: #222;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.vertical .nav-tabs a:hover, body[class*=preset-dark] .dexp_tab_wrapper.tab_testimonial .nav-tabs a:hover {
	background-color: #fff !important;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.vertical .nav-tabs img, body[class*=preset-dark] .dexp_tab_wrapper.tab_testimonial .nav-tabs img {
	height: 35px;
	width: 35px;
	border-radius: 50%;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.vertical .tab-content, body[class*=preset-dark] .dexp_tab_wrapper.tab_testimonial .tab-content {
	position: relative;
	text-align: left;
	width: 100%;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.vertical .tab-content p, body[class*=preset-dark] .dexp_tab_wrapper.tab_testimonial .tab-content p {
	margin-top: 60px;
	padding-top: 20px;
	border-top: solid 1px #333;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.vertical .tab-content .name, body[class*=preset-dark] .dexp_tab_wrapper.tab_testimonial .tab-content .name {
	position: absolute;
	top: 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.vertical .tab-content .position, body[class*=preset-dark] .dexp_tab_wrapper.tab_testimonial .tab-content .position {
	position: absolute;
	top: 40px;
}
body[class*=preset-dark] .dexp_tab_wrapper.tab_testimonial p {
	margin-top: 20px !important;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal {
	position: relative;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .nav-tabs {
	position: absolute;
	bottom: 0;
	height: 63px;
	border: medium none;
	display: block;
	left: 50%;
	text-align: center;
	transform: translate(-50%, 0px);
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .nav-tabs a {
	padding: 11.5px 12.5px !important;
	border: 0px 1px 1px 0;
	border-top: 0 !important;
	background-color: #222;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .nav-tabs a:hover {
	background-color: #fff !important;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .nav-tabs img {
	height: 35px;
	width: 35px;
	border-radius: 50%;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .nav-tabs li {
	border-top: none;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .nav-tabs li.active a:after {
	background: none repeat scroll 0 0 #fff;
	content: "";
	display: block;
	height: 1px;
	left: auto;
	position: absolute;
	right: 0;
	top: -1px;
	width: 100%;
	z-index: 1;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .nav-tabs li.active a {
	background-color: #fff !important;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .nav-tabs > li:not(:first-child).active > a:focus {
	border-color: transparent #ddd #ddd transparent;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .nav-tabs > li:first-child.active > a:focus {
	border-bottom-color: #333;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .tab-content {
	margin-bottom: 63px;
	border-top: solid 1px #333;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .tab-content p {
	font-size: 20px;
	line-height: 20px;
	line-height: 30px;
	text-align: center;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .tab-content p:after {
	background-color: #e9e9e9;
	content: "";
	display: block;
	height: 1px;
	margin: 20px auto 0;
	width: 150px;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .tab-content .name {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
body[class*=preset-dark] .dexp_tab_testimonial_wrapper.horizontal .tab-content .position {
	text-align: center;
}
body[class*=preset-dark] .testimonials-bg {
	background-color: #555;
}
body[class*=preset-dark] .testimonials-bg:after {
	color: #464646;
}
body[class*=preset-dark] .testimonials-style1 .testimonial:hover .testimonials-bg {
	background: #222;
}
body[class*=preset-dark] .testimonials-style1 .testimonial:hover .testimonials-name:before, body[class*=preset-dark] .testimonials-style1 .testimonial:hover .testimonials-name:after {
	border-color: #111 transparent transparent;
}
body[class*=preset-dark] .testimonials-style1 .testimonials-name:before, body[class*=preset-dark] .testimonials-style1 .testimonials-name:after {
	border-color: #474747 transparent transparent;
}
body[class*=preset-dark] select, body[class*=preset-dark] textarea, body[class*=preset-dark] input[type="text"], body[class*=preset-dark] input[type="password"] {
	border-color: #555;
}
body[class*=preset-dark] .staff .fun-text {
	color: #ddd;
}
body[class*=preset-dark] .my-details .my-img {
	background: #444;
}
body[class*=preset-dark] hr {
	border-color: #555;
}
body[class*=preset-dark] .hr-style5:before, body[class*=preset-dark] .hr-style5:after {
	color: #555;
}
body[class*=preset-dark] .box-border .content {
	border: 1px solid #444;
}
body[class*=preset-dark] .recent-post .item-list ul li, body[class*=preset-dark] .view-blog-categories .item-list ul li, body[class*=preset-dark] .view-comments .item-list ul li {
	border-color: #3d3d3d;
}
body[class*=preset-dark] .recent-post .item-list ul li a:not(.btn), body[class*=preset-dark] .view-blog-categories .item-list ul li a:not(.btn), body[class*=preset-dark] .view-comments .item-list ul li a:not(.btn) {
	color: #ccc;
}
body[class*=preset-dark] .recent-post .item-list ul li a:not(.btn):hover, body[class*=preset-dark] .view-blog-categories .item-list ul li a:not(.btn):hover, body[class*=preset-dark] .view-comments .item-list ul li a:not(.btn):hover {
	color: #e7512f;
}
body[class*=preset-dark] .tags ul li a {
	background: #222;
	color: #a5a5a5;
}
body[class*=preset-dark] .tags ul li a:hover {
	background: #777;
	color: #fff;
}
body[class*=preset-dark] .webform-client-form input[type="text"], body[class*=preset-dark] .webform-client-form input[type="password"], body[class*=preset-dark] .webform-client-form input[type="email"], body[class*=preset-dark] .webform-client-form input[type="file"], body[class*=preset-dark] .webform-client-form textarea, body[class*=preset-dark] .webform-client-form select {
	border-color: #444;
}
body[class*=preset-dark] .err-404:before {
	color: #444;
}
body[class*=preset-dark] .meta ul {
	border-color: #555;
}
body[class*=preset-dark] .meta ul li i {
	color: #858585;
}

@media only screen and (max-width:480px) {
body[class*=preset-dark] .dexp_tab_testimonial_wrapper .nav-tabs a {
	padding: 2.5px 2.5px !important;
}
}
body[class*=preset-dark] .dexp-tab-03 .nav-tabs {
	border-bottom: none !important;
}
body[class*=preset-dark] .dexp-tab-03 .nav-tabs li:not(.active) a {
	border: none !important;
}
body[class*=preset-dark] .dexp-tab-03 .nav-tabs li:not(:first-child).active {
	border-left: solid 1px #333;
}
body[class*=preset-dark] .dexp-tab-03 .tab-content {
	border: none !important;
}
body[class*=preset-dark] .dexp-quote-1 {
	border-left: 3px solid #fff;
}
body[class*=preset-dark] .dexp-quote-2 {
	border: 1px solid #333;
}
body[class*=preset-dark] .blog-single ul.tags-blog li {
	background: #ebebeb;
}
body[class*=preset-dark] .blog-author {
	background: #222;
}
body[class*=preset-dark] .sidebar-nav {
	border-top: solid 1px #333;
}
body[class*=preset-dark] .sidebar-nav li {
	border: solid 1px #333;
}
body[class*=preset-dark] .sidebar-nav li a.active {
	color: #FFF;
}
body[class*=preset-dark] .blog-item-box {
	border: solid 1px #333;
}
body[class*=preset-dark] .blog-item-box .section-top {
	border-bottom: solid 1px #333;
}
body[class*=preset-dark] .blog-item-box .post-title a {
	color: #FFF;
}
body[class*=preset-dark].page-blog-timeline #section-main-content {
	background: #222;
}
body[class*=preset-dark] .view-blog .item-list {
	background: #3d3d3d;
}
body[class*=preset-dark] .recent-post .item-list, body[class*=preset-dark] .view-blog-categories .item-list, body[class*=preset-dark] .view-comments .item-list {
	background: none;
}
body[class*=preset-dark] h3.post-title a:hover {
	color: #ddd;
}
body[class*=preset-dark] .share-post {
	background: #3d3d3d;
}
body[class*=preset-dark] .comment-form input[type="text"], body[class*=preset-dark] .comment-form input[type="password"], body[class*=preset-dark] .comment-form input[type="email"], body[class*=preset-dark] .comment-form textarea, body[class*=preset-dark] .comment-form input[type="file"], body[class*=preset-dark] .contact-form input[type="text"], body[class*=preset-dark] .contact-form input[type="password"], body[class*=preset-dark] .contact-form input[type="email"], body[class*=preset-dark] .contact-form textarea, body[class*=preset-dark] .contact-form input[type="file"] {
	background: #222;
	border-color: #444;
}
.region-navigation {
	position: static;
}
.block-dexp-menu {
	position: static;
}

@media screen and (min-width:992px) {
body.rtl .dexp-dropdown ul.menu >li {
	text-align: right;
}
.dexp-dropdown >ul.menu li a i, .dexp-dropdown >ul.menu li span.nolink i {
	font-size: 16px;
	color: #b8b8b8;
	display: block;
}
.dexp-dropdown >ul.menu >li {
	border-left: 1px solid #eee;
	float: left;
	height: 83px;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
}
.dexp-dropdown >ul.menu >li >a, .dexp-dropdown >ul.menu >li >span.nolink {
	display: block;
	height: 83px;
	padding: 22px 17px 0;
	text-align: center;
	text-transform: uppercase;
	color: #e7512f;
	position: relative;
}
.dexp-dropdown >ul.menu >li >a:after, .dexp-dropdown >ul.menu >li >span.nolink:after {
	background-color: transparent;
	border-left: 1px solid #e4e4e4;
	bottom: -7px;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	-webkit-transform: skew(-35deg, 0deg);
	-moz-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	-o-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
	margin-left: -3px;
	width: 100%;
}
.dexp-dropdown >ul.menu >li >a >span, .dexp-dropdown >ul.menu >li >span.nolink >span {
	margin-top: 5px;
	display: block;
}
.dexp-dropdown >ul.menu >li:hover >a, .dexp-dropdown >ul.menu >li:hover >span.nolink, .dexp-dropdown >ul.menu >li.active >a, .dexp-dropdown >ul.menu >li.active >span.nolink, .dexp-dropdown >ul.menu >li:focus >a, .dexp-dropdown >ul.menu >li:focus >span.nolink {
	background: #e7512f;
	color: #fff;
	text-decoration: none;
}
.dexp-dropdown >ul.menu >li:hover >a i, .dexp-dropdown >ul.menu >li:hover >span.nolink i, .dexp-dropdown >ul.menu >li.active >a i, .dexp-dropdown >ul.menu >li.active >span.nolink i, .dexp-dropdown >ul.menu >li:focus >a i, .dexp-dropdown >ul.menu >li:focus >span.nolink i {
	color: #fff;
	margin-top: 5px;
}
.dexp-dropdown >ul.menu >li:hover >a:after, .dexp-dropdown >ul.menu >li:hover >span.nolink:after, .dexp-dropdown >ul.menu >li.active >a:after, .dexp-dropdown >ul.menu >li.active >span.nolink:after, .dexp-dropdown >ul.menu >li:focus >a:after, .dexp-dropdown >ul.menu >li:focus >span.nolink:after {
	background: #cc3917;
}
.dexp-dropdown >ul.menu >li:hover >ul >li {
	visibility: visible;
}
.dexp-dropdown >ul.menu >li >ul.menu {
	position: absolute;
	z-index: 999;
	left: -4px;
	height: 0px;
	top: 89px;
}
.dexp-dropdown >ul.menu >li >ul.menu > li {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	transition: opacity .5s, transform .4s;
	-moz-transition: opacity .5s, -moz-transform .4s;
	-ms-transition: opacity .5s, -ms-transform .4s;
	-o-transition: opacity .5s, -o-transform .4s;
	-webkit-transition: opacity .5s, -webkit-transform .4s;
}
.dexp-dropdown >ul.menu >li >ul.menu > li:hover ul.menu {
	height: auto;
	opacity: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.dexp-dropdown >ul.menu >li >ul.menu > li:hover ul.menu li {
	opacity: 100;
	filter: alpha(opacity=100);
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}
.dexp-dropdown >ul.menu >li >ul.menu > li >a:hover, .dexp-dropdown >ul.menu >li >ul.menu > li >span.nolink:hover {
	background: #cc3917 !important;
	color: #fff !important;
}
.dexp-dropdown >ul.menu >li >ul.menu {
	position: absolute;
	z-index: 999;
	left: -4px;
	height: 0px;
	top: 89px;
}
.dexp-dropdown >ul.menu >li >ul.menu > li {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	transition: opacity .5s, transform .4s;
	-moz-transition: opacity .5s, -moz-transform .4s;
	-ms-transition: opacity .5s, -ms-transform .4s;
	-o-transition: opacity .5s, -o-transform .4s;
	-webkit-transition: opacity .5s, -webkit-transform .4s;
}
.dexp-dropdown >ul.menu >li >ul.menu > li:hover ul.menu {
	height: auto;
	opacity: 100;
	filter: alpha(opacity=100);
}
.dexp-dropdown >ul.menu >li >ul.menu > li:hover ul.menu li {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}
.dexp-dropdown >ul.menu >li >ul.menu ul.menu {
	height: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 100%;
	top: 0;
	position: absolute;
}
.dexp-dropdown >ul.menu >li >ul.menu ul.menu li {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	transition: opacity .5s, transform .4s;
	-moz-transition: opacity .5s, -moz-transform .4s;
	-ms-transition: opacity .5s, -ms-transform .4s;
	-o-transition: opacity .5s, -o-transform .4s;
	-webkit-transition: opacity .5s, -webkit-transform .4s;
}
.dexp-dropdown >ul.menu >li:hover >ul.menu {
	opacity: 100;
	filter: alpha(opacity=100);
	height: auto;
}
.dexp-dropdown >ul.menu >li:hover >ul.menu li {
	opacity: 100;
	filter: alpha(opacity=100);
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}
.dexp-dropdown span.menu-toggler {
	display: none;
}
.dexp-dropdown li li li {
	transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	transition: opacity 0.4s, -moz-transform 0.5s;
	-moz-transition: opacity 0.4s, -moz-transform 0.5s;
	-ms-transition: opacity 0.4s, -moz-transform 0.5s;
	-o-transition: opacity 0.4s, -moz-transform 0.5s;
	-webkit-transition: opacity 0.4s, -moz-transform 0.5s;
}
.dexp-dropdown ul.menu {
	margin: 0;
	padding: 0;
}
.dexp-dropdown ul.menu li {
	list-style: none;
}
.dexp-dropdown ul.menu li ul.menu {
	min-width: 180px;
}
.dexp-dropdown ul.menu li ul.menu >li {
	float: none;
	line-height: 35px;
	margin: 0;
	padding: 0;
	position: relative;
	opacity: 1;
	background: #e7512f;
	border-bottom: 1px solid #c23616;
}
.dexp-dropdown ul.menu li ul.menu >li.expanded:after {
	color: #fff;
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 2px;
}
.dexp-dropdown ul.menu li ul.menu >li.expanded.active a.active, .dexp-dropdown ul.menu li ul.menu >li.expanded.active span.nolink.active, .dexp-dropdown ul.menu li ul.menu >li.expanded:hover a.active, .dexp-dropdown ul.menu li ul.menu >li.expanded:hover span.nolink.active {
	background: #cc3917 !important;
	color: #fff !important;
}
.dexp-dropdown ul.menu li ul.menu >li.expanded.active span.nolink, .dexp-dropdown ul.menu li ul.menu >li.expanded:hover span.nolink {
	background: #cc3917 !important;
	color: #fff !important;
}
.dexp-dropdown ul.menu li ul.menu >li.expanded a, .dexp-dropdown ul.menu li ul.menu >li.expanded span.nolink {
	background: #e7512f !important;
}
.dexp-dropdown ul.menu li ul.menu >li.expanded a:hover, .dexp-dropdown ul.menu li ul.menu >li.expanded span.nolink:hover {
	background: #cc3917 !important;
}
.dexp-dropdown ul.menu li ul.menu >li a, .dexp-dropdown ul.menu li ul.menu >li span.nolink {
	display: block;
	font-size: 13px;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
}
.dexp-dropdown ul.menu li ul.menu >li a.active, .dexp-dropdown ul.menu li ul.menu >li span.nolink.active {
	background: #cc3917;
	color: #fff;
}
.dexp-dropdown ul.menu li ul.menu >li a span, .dexp-dropdown ul.menu li ul.menu >li span.nolink span {
	display: block;
}
.dexp-dropdown ul.menu li ul.menu >li:hover a, .dexp-dropdown ul.menu li ul.menu >li:hover span.nolink, .dexp-dropdown ul.menu li ul.menu >li:focus a, .dexp-dropdown ul.menu li ul.menu >li:focus span.nolink {
	background: #cc3917;
	color: #fff;
}
.dexp-dropdown ul.menu li .dexp-menu-mega {
	opacity: 0;
	height: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	top: 89px;
	padding: 0px;
	background: #e7512f;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.dexp-dropdown ul.menu li .dexp-menu-mega.container {
	left: 0;
}
.dexp-dropdown ul.menu li .dexp-menu-mega.back {
	right: 0;
}
.dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col {
	float: left;
}
.dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col:hover {
	z-index: 2;
}
.dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col h3.dexp-mega-menu-title {
	background: #ffffff !important;
	color: #777 !important;
	font-weight: bold;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 10px;
}
.dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col >ul.menu {
	height: 100%;
	max-height: 100%;
	max-width: none !important;
	min-width: 160px !important;
	position: static;
	visibility: visible;
}
.dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col >ul.menu li span.dexp-menu-sub-title {
	background: #fff !important;
	color: #777 !important;
	font-weight: bold;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 10px;
}
.dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col >ul.menu li a {
	line-height: normal;
	overflow: inherit;
	padding: 8px 5px;
	text-overflow: initial;
	white-space: normal;
}
.dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col >ul.menu li a i {
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	float: left;
}
.dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col >ul.menu li.block-attach {
	border: none;
}
.dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col >ul.menu li.block-attach:hover a {
	background: none;
}
.dexp-dropdown ul.menu li .dexp-menu-mega .dexp-menu-row >.dexp-menu-col >ul.menu li.block-attach a {
	padding: 0;
}
.dexp-dropdown ul.menu li.dexp-static {
	position: static !important;
}
.dexp-dropdown ul.menu li:hover >.dexp-menu-mega {
	opacity: 1;
	height: auto;
	overflow: visible;
	padding: 20px 15px;
}
.dexp-dropdown ul.menu li:hover >ul.menu {
	display: block;
}
.dexp-dropdown .search-toggle {
	line-height: 39px;
}
.dexp-dropdown .menu-attach-block-wrapper {
	display: block;
}
.dexp-dropdown .menu-attach-block-wrapper .block {
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	background: none;
}
.dexp-dropdown .menu-attach-block-wrapper .block ul li {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	padding: 15px;
}
.dexp-dropdown .menu-attach-block-wrapper .block ul li:hover {
	background: #cc3917;
}
.dexp-dropdown .menu-attach-block-wrapper .block ul li a {
	height: auto;
	margin: 0;
	padding: 0;
}
.dexp-dropdown .menu-attach-block-wrapper .block .content {
	border: none;
	padding: 0;
}
}

@media screen and (max-width:1200px) {
.header-2 #section-header {
	position: relative;
}
.header-2 #section-header .container {
	padding: 0;
}
.header-2 #section-header .region-top-right {
	float: right;
	direction: ltr;
}
.header-2 #section-header .region-top-right ul li {
	float: right;
}
.header-2 #section-header .region-top-right ul li i {
	margin: 0 10px;
}
.header-2 #section-header .region-top-left {
	position: absolute;
	float: left;
}
.header-2 #section-header .region-top-left ul {
	float: left;
}
.header-2 #section-header .region-navigation {
	width: 100%;
	background: none;
	position: relative;
	right: 15%;
}
body[class*=preset-dark] .header-2 #section-header .region-navigation {
	background: none;
}
}

@media screen and (max-width:1170px) {
.container {
	width: auto !important;
}
}

@media screen and (max-width:991px) {
.dexp-menu-toggler {
	cursor: pointer;
	display: block;
	left: 0;
	margin: 0;
	line-height: normal;
	padding: 9px 12px 8px;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
	background-color: #e7512f;
	color: #fff;
}
.dexp-menu-toggler i {
	font-size: 21px;
	margin: 0;
}
.dexp-menu-toggler:hover, .dexp-menu-toggler:focus {
	background-color: #e7512f;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.dexp-menu-toggler.btn-toggle-open {
	margin-left: 70%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.dexp-menu-toggler.btn-toggle-open i:before {
	content: "\f00d";
}
#section-header a.site-logo img {
	display: block;
	margin: 0 auto;
}
#section-header .region-navigation h2.block-title {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 15px;
	text-transform: uppercase;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	border: none;
	z-index: 99999;
}
#section-header .region-navigation h2.block-title:before, #section-header .region-navigation h2.block-title:after {
	display: none;
}
.dexp-dropdown {
	height: 100%;
	left: -70%;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 70%;
	z-index: 9999;
	background-color: #e7512f;
	padding-top: 50px;
	display: block;
}
.dexp-dropdown.mobile-open {
	left: 0;
}
.dexp-dropdown ul li {
	border-top: 1px solid rgba(255,255,255,0.1);
	position: relative;
	margin: 0;
	list-style: none;
}
.dexp-dropdown ul li a, .dexp-dropdown ul li span.nolink {
	color: #fff;
	display: block;
	font-size: 14px;
	outline: medium none;
	padding: 10px 15px;
	text-transform: uppercase;
}
.dexp-dropdown ul li a i, .dexp-dropdown ul li span.nolink i {
	margin-right: 10px;
}
.dexp-dropdown ul li a:hover, .dexp-dropdown ul li span.nolink:hover {
	background-color: #cc3917;
	color: #fff;
}
.dexp-dropdown ul li.menu-selected {
	background: #474747;
}
.dexp-dropdown ul li .dexp-menu-mega .dexp-mega-menu-title {
	display: none;
	color: #fff;
	font-size: 14px;
	padding: 10px 5px 10px 15px;
	margin: 0px;
}
.dexp-dropdown ul li .dexp-menu-mega.menu-open .dexp-mega-menu-title {
	display: block;
}
.dexp-dropdown ul ul {
	padding-left: 15px;
}
.dexp-dropdown ul ul li a, .dexp-dropdown ul ul li span.nolink {
	text-transform: none;
}
.one-page .sticky-wrapper {
	max-height: auto;
}
.one-page .sticky-wrapper #section-header {
	min-height: 50px;
	border-bottom: 5px solid #e7512f;
}
.one-page #section-header.fixed.fixed-transition .dexp-dropdown > ul.menu > li {
	height: auto;
}
.one-page #section-header.fixed.fixed-transition .dexp-dropdown > ul.menu > li >a, .one-page #section-header.fixed.fixed-transition .dexp-dropdown > ul.menu > li >span.nolink {
	height: auto;
}
.menu-toggler {
	color: #fff;
	padding: 5px 10px;
}
.dexp-menu-mega {
	padding: 0 !important;
}
.fun-title {
	margin: 30px 0;
}
.dexp-btn-ExtraLarge {
	margin: 20px auto 0;
	width: 60%;
}
.milestone-counter.main-bg {
	margin: 10px 0 0 0;
}
.header-2 #section-header {
	border: none;
}
.header-2 #section-header .container {
	padding: 0;
}
.header-2 #section-header .region-top-right {
	float: right;
	width: auto;
}
.header-2 #section-header .region-top-right ul li {
	float: left;
}
.header-2 #section-header .region-top-right ul li i {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.header-3 #section-header {
	border: none;
	min-height: 0;
}
.header-3 #section-logo-white .container {
	padding: 0;
}
.header-3 #section-logo-white .block {
	display: block;
	margin: 0 !important;
}
.header-3 .region-user-04 {
	margin: 8px 0 0 !important;
	padding: 15px 0;
	background: #e7512f;
	text-align: center;
}
.navigation-3 #section-header {
	border: none;
}
#section-header .navigation-2 {
	border: none;
}
#section-bottom .region {
	margin-top: 20px;
}
#section-bottom .region:first-child {
	margin: 0;
}
.plan-year {
	bottom: 30px;
}
.lft-plan .plan-year {
	right: -42px;
}
.plan-title {
	font-size: 250%;
}
.plan-title {
	font-size: 250%;
	height: auto !important;
	padding: 20px 0;
}
.rit-plan .plan-year {
	left: -47px;
}
.rit-plan .plan-year {
	left: -47px;
}
.statistics-padding {
	padding-left: 0;
}
.block-side-heading .view-header, .block-side-heading .view-content {
	width: 100%;
	padding: 0;
}
.block-side-heading .bx-wrapper .bx-controls-direction a.bx-prev {
	left: auto;
	right: 26px;
	top: -38px;
}
.block-side-heading .bx-wrapper .bx-controls-direction a.bx-next {
	left: auto;
	right: -5px;
	top: -38px;
}
.viewAll {
	overflow: hidden;
	padding: 0 0 10px;
}
}

@media screen and (max-width:767px) {
.my-details .my-img img {
	display: block;
	margin: 10px auto 0;
	float: none;
}
.my-details .my-img .my-name {
	display: block;
	text-align: center;
}
.pricing-table {
	margin-bottom: 50px;
}
.dexp-shortcodes-box.box-border-line {
	margin-top: 50px;
}
.view-display-id-blog_medium .dexp-grid-items .dexp-grid-item {
	padding: 0 15px;
}
.view-display-id-blog_medium h3.post-title {
	margin-top: 20px;
}
#user-login-form .form-item, #user-login-form .form-actions {
	clear: both;
	-webkit-transform: skew(0, 0deg);
	-moz-transform: skew(0, 0deg);
	-ms-transform: skew(0, 0deg);
	-o-transform: skew(0, 0deg);
	transform: skew(0, 0deg);
	margin: 0 0 3px;
}
#user-login-form .form-item input, #user-login-form .form-actions input {
	-webkit-transform: skew(0, 0deg);
	-moz-transform: skew(0, 0deg);
	-ms-transform: skew(0, 0deg);
	-o-transform: skew(0, 0deg);
	transform: skew(0, 0deg);
}
}

@media screen and (max-width:480px) {
.dexp-btn-ExtraLarge {
	width: 80%;
}
}
