#section-top_panel {
	margin: 0;
	padding: 8px 0;
}
#section-header {
	margin: 0;
	padding: 0;
}
#section-feature {
	margin: 0;
	padding: 0;
}
#section-user {
	margin: 0;
	padding: 15px 0px 0px 0px;
}
#section-strapline {
	margin: 0;
	padding: 0;
}
#section-team {
	margin: 0;
	padding: 0;
}
#section-latest {
	margin: 0;
	padding: 0;
}
#section-content_top {
	margin: 0;
	padding: 0;
}
#section-content {
	margin: 0;
	padding: 0;
}
#section-bottom {
	margin: 0;
	padding: 17px 0px 25px 0px;
}
#section-postcontent {
	margin: 0;
	padding: 0;
}
#section-bottom2 {
	margin: 0;
	padding: 0;
}
#section-footer {
	margin: 0;
	padding: 0;
}
body {
	color: #999;
}
.body a:not(.btn) {
	color: #ff0027;
}
.link-bg:hover, .link-bg a:hover {
	background-color: #e42643;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover, .tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover, .tb-megamenu .nav li.dropdown.open > .dropdown-toggle, .tb-megamenu .dropdown-menu li > a:hover, .tb-megamenu .dropdown-menu li > a:focus, .tb-megamenu .dropdown-submenu:hover > a, .tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
	color: #e42643;
}
.body a:hover {
	color: #e60d48;
}
h1, h2, h3, h4, h5, h6 {
	color: #666;
}
.body h2 a {
	color: #666;
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.btn {
	display: inline-block;
*display:inline;
*zoom:1;
	padding: 4px 14px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
*line-height:20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d',endColorstr='%d',GradientType=0)", argb($startColor), argb($endColor)));
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
*background-color:#e6e6e6;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
	border: 1px solid #bbb;
*border:0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
*margin-left:0.3em;
	-webkit-box-shadow: "inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)";
	-moz-box-shadow: "inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)";
	box-shadow: "inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)";
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
*background-color:#d9d9d9;
}
.btn:active, .btn.active {
	background-color: #ccc e("\9");
}
.btn:first-child {
*margin-left:0;
}
.btn:hover {
	color: #333;
	text-decoration: none;
	background-color: #e6e6e6;
*background-color:#d9d9d9;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 e("\9");
	background-image: none;
	outline: 0;
	-webkit-box-shadow: "inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)";
	-moz-box-shadow: "inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)";
	box-shadow: "inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)";
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: "alpha(opacity=${opacity})";
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 9px 14px;
	font-size: 16px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-large [class^="icon-"] {
	margin-top: 2px;
}
.btn-small {
	padding: 3px 9px;
	font-size: 12px;
	line-height: 18px;
}
.btn-small [class^="icon-"] {
	margin-top: 0;
}
.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 16px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color: rgba(255,255,255,.75);
}
.btn {
	border-color: #c5c5c5;
	border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
}
.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-image: -moz-linear-gradient(top, #e42643, #f66c63);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e42643), to(#f66c63));
	background-image: -webkit-linear-gradient(top, #e42643, #f66c63);
	background-image: -o-linear-gradient(top, #e42643, #f66c63);
	background-image: linear-gradient(to bottom, #e42643, #f66c63);
	background-repeat: repeat-x;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d',endColorstr='%d',GradientType=0)", argb($startColor), argb($endColor)));
	border-color: #f66c63 #f66c63 #f2281b;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
*background-color:#f66c63;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
	background-color: #f66c63;
*background-color:#f5554b;
}
.btn-primary:active, .btn-primary.active {
	background-color: #f33f33 e("\9");
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d',endColorstr='%d',GradientType=0)", argb($startColor), argb($endColor)));
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
*background-color:#f89406;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color: #fff;
	background-color: #f89406;
*background-color:#df8505;
}
.btn-warning:active, .btn-warning.active {
	background-color: #c67605 e("\9");
}
.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d',endColorstr='%d',GradientType=0)", argb($startColor), argb($endColor)));
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
*background-color:#bd362f;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #fff;
	background-color: #bd362f;
*background-color:#a9302a;
}
.btn-danger:active, .btn-danger.active {
	background-color: #942a25 e("\9");
}
.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d',endColorstr='%d',GradientType=0)", argb($startColor), argb($endColor)));
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
*background-color:#51a351;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color: #fff;
	background-color: #51a351;
*background-color:#499249;
}
.btn-success:active, .btn-success.active {
	background-color: #408140 e("\9");
}
.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d',endColorstr='%d',GradientType=0)", argb($startColor), argb($endColor)));
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
*background-color:#2f96b4;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color: #fff;
	background-color: #2f96b4;
*background-color:#2a85a0;
}
.btn-info:active, .btn-info.active {
	background-color: #24748c e("\9");
}
.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-image: -moz-linear-gradient(top, #444, #222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
	background-image: -webkit-linear-gradient(top, #444, #222);
	background-image: -o-linear-gradient(top, #444, #222);
	background-image: linear-gradient(to bottom, #444, #222);
	background-repeat: repeat-x;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d',endColorstr='%d',GradientType=0)", argb($startColor), argb($endColor)));
	border-color: #222 #222 #000;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
*background-color:#222;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #fff;
	background-color: #222;
*background-color:#151515;
}
.btn-inverse:active, .btn-inverse.active {
	background-color: #090909 e("\9");
}
button.btn, input[type="submit"].btn {
*padding-top:3px;
*padding-bottom:3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
padding:0;
border:0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
*padding-top:7px;
*padding-bottom:7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
*padding-top:3px;
*padding-bottom:3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
*padding-top:1px;
*padding-bottom:1px;
}
.btn-link, .btn-link:active {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #e42643;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover {
	color: #f21b55;
	text-decoration: underline;
	background-color: transparent;
}
.btn-primary, button, input[type='submit'], input[type='button'], submit, a.jm-btn, #edit-submit, #edit-preview, .btn-primary:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus, submit:focus, a.jm-btn:focus, #edit-actions:focus #edit-submit:focus, #edit-actions:focus #edit-preview:focus {
	color: #fff;
	display: inline-block;
	font-family: 'Arial';
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	border: none;
	text-transform: uppercase;
	background: #e42643;
	outline: none;
}
.btn-primary:hover, button:hover, input[type='submit']:hover, input[type='button']:hover, submit:hover, a.jm-btn:hover, #edit-submit:hover, #edit-preview:hover {
	background: #f993af;
}
.styleBoxBlock, [class^="region-sidebar-"] .styleBoxBlock, .region-sidebar-first .styleBoxBlock {
	background: #fff !important;
	border: 1px solid #ebebeb !important;
	-webkit-box-shadow: 1px 1px 1px rgba(30,30,30,0.1) !important;
	-moz-box-shadow: 1px 1px 1px rgba(30,30,30,0.1) !important;
	box-shadow: 1px 1px 1px rgba(30,30,30,0.1) !important;
	padding: 10px !important;
	margin-top: 20px !important;
}
.style-gold h3.block-title {
	color: #fff !important;
	background: #e42643;
	font-size: 16px !important;
	line-height: 18px !important;
	padding: 12px;
}
.style-title-bg h3.block-title {
	background: #193962;
	color: #fff !important;
	line-height: 15px !important;
	font-size: 16px !important;
	padding: 12px;
}
.node-page h3.block-title, .fullTitlepage, .viewTeam .viewTeamInfo .team-name {
	color: #e42643;
	font-family: 'Arial';
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.region .block, [class^="region-sidebar-"] {
	margin-top: 20px;
}
#section-header .region .block, #section-feature .region .block {
	margin-top: 0px;
}
#section-content [class^="region-sidebar-"] .block h3.block-title, #section-content [class*="region-sidebar-"] .block h3.block-title, #section-content .region-sidebar-first .block h3.block-title {
	background: #5b5b5b;
	color: #fff;
	font-size: 16px !important;
	line-height: 15px;
	padding: 12px;
	font-family: 'Arial';
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#section-content .region-sidebar-first .block {
	background: #fff;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 1px 1px 1px rgba(30,30,30,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(30,30,30,0.1);
	box-shadow: 1px 1px 1px rgba(30,30,30,0.1);
	padding: 10px;
	margin-top: 20px;
}
.style-img img {
	border: 1px solid #eaeaea;
	display: block;
	padding: 5px;
}
.grey h3.block-title, .gold h3.block-title, .orange h3.block-title, .green h3.block-title, .darkgreen h3.block-title, .brightred h3.block-title, .deepred h3.block-title, .blue h3.block-title, .deepblue h3.block-title {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 15px !important;
	padding: 12px;
}
.grey ul, .gold ul, .orange ul, .green ul, .darkgreen ul, .brightred ul, .deepred ul, .blue ul, .deepblue ul {
	padding: 0 0 0 20px;
}
.grey ul li, .gold ul li, .orange ul li, .green ul li, .darkgreen ul li, .brightred ul li, .deepred ul li, .blue ul li, .deepblue ul li {
	list-style: disc;
}
.grey h3.block-title {
	background: #193962 !important;
}
.gold h3.block-title {
	background: gold !important;
}
.orange h3.block-title {
	background: orange !important;
}
.green h3.block-title {
	background: green !important;
}
.darkgreen h3.block-title {
	background: darkgreen !important;
}
.brightred h3.block-title {
	background: #c03232 !important;
}
.deepred h3.block-title {
	background: #900101 !important;
}
.blue h3.block-title {
	background: blue !important;
}
.deepblue h3.block-title {
	background: #0c53b5 !important;
}
#block-system-main {
	margin: 0px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	border: 1px solid #ebebeb;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 30px;
	line-height: 28px;
	padding: 0;
	text-indent: 10px;
}
textarea {
	height: 200px;
}
label {
	font-weight: normal;
}
input[type="checkbox"] {
	margin: 0px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
border:1px solid #e42643;
}
.remove-style-box {
	background: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.sh-typo .row > h3 {
	padding: 0 15px;
}
.sh-dropcap {
	overflow: hidden;
}
.sh-dropcap:first-letter {
	color: #666;
	display: block;
	float: left;
	font-size: 50px;
	line-height: 40px;
	padding: 4px 8px 0 0;
}
ul.arrow, ul.arrow-double, ul.tick, ul.cross, ul.star, ul.rss {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before, ul.arrow li::after, ul.arrow-double li::after, ul.tick li::after, ul.cross li::after, ul.star li::after, ul.rss li::after {
	font-family: FontAwesome;
	font-size: 11px;
}
.ltr ul.arrow li::before, .ltr ul.arrow-double li::before, .ltr ul.tick li::before, .ltr ul.cross li::before, .ltr ul.star li::before, .ltr ul.rss li::before {
	margin-right: 5px;
}
.ltr ul.arrow li::before {
	content: "\f105";
}
.ltr ul.arrow-double li::before {
	content: "\f101";
}
.ltr ul.tick li::before {
	content: "\f00c";
}
.ltr ul.cross li::before {
	content: "\f00d";
}
.ltr ul.star li::before {
	content: "\f006";
}
.ltr ul.rss li::before {
	content: "\f09e";
}
.rtl ul.arrow li::after, .rtl ul.arrow-double li::after, .rtl ul.tick li::after, .rtl ul.cross li::after, .rtl ul.star li::after, .rtl ul.rss li::after {
	margin-left: 5px;
}
.rtl ul.arrow li::after {
	content: "\f104";
}
.rtl ul.arrow-double li::after {
	content: "\f100";
}
.rtl ul.tick li::after {
	content: "\f00c";
}
.rtl ul.cross li::after {
	content: "\f00d";
}
.rtl ul.star li::after {
	content: "\f006";
}
.rtl ul.rss li::after {
	content: "\f09e";
}
img.pull-left, .pull-left > img {
	margin-right: 15px;
}
img.pull-right, .pull-right > img {
	margin-left: 15px;
}
.rtl {
}
.rtl img.pull-left, .rtl .pull-left > img {
	margin-left: 15px;
}
.rtl img.pull-right, .rtl .pull-right > img {
	margin-right: 15px;
}
.sh-blocknumber {
	position: relative;
	min-height: 45px;
}
.sh-blocknumber span {
	font-weight: bold;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
}
.sh-blocknumber span.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sh-blocknumber span.circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.ltr .sh-blocknumber {
	padding: 5px 0 5px 60px;
}
.ltr .sh-blocknumber span {
	left: 0;
}
.rtl {
}
.rtl .sh-blocknumber {
	padding: 5px 60px 5px 0;
}
.rtl .sh-blocknumber span {
	right: 0;
}
.sh-block {
	margin-bottom: 20px;
}
.sh-block.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sh-bubble {
	position: relative;
	margin-bottom: 40px;
}
.sh-bubble cite {
	display: block;
	height: 30px;
	line-height: 36px;
	position: absolute;
	bottom: -30px;
}
.sh-bubble cite span {
	content: ' ';
	position: absolute;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-bottom-color: transparent !important;
}
.ltr .sh-bubble cite {
	left: 15px;
	padding-left: 40px;
}
.ltr .sh-bubble cite span {
	left: 0;
	border-left-color: transparent !important;
}
.rtl .sh-bubble cite {
	right: 15px;
	padding-right: 40px;
}
.rtl .sh-bubble cite span {
	right: 0;
	border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left, .ltr [class*=" icon-"].pull-left {
	margin-right: 0.3em;
}
.ltr [class^="icon-"].pull-right, .ltr [class*=" icon-"].pull-right {
	margin-left: 0.3em;
}
.rtl [class^="icon-"].pull-left, .rtl [class*=" icon-"].pull-left {
	margin-left: 0.3em;
}
.rtl [class^="icon-"].pull-right, .rtl [class*=" icon-"].pull-right {
	margin-right: 0.3em;
}
.superhero-mobile-menu-toggle {
	background: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 36px;
	margin: 5px 10px;
	padding: 8px;
	text-align: center;
	width: 52px;
}
.superhero-mobile-menu-toggle:before {
	content: "\f039";
	font-family: FontAwesome;
	font-size: 22px;
	color: #fff;
}
.superhero-mobile-menu-toggle:hover {
	background: #000;
	color: #fff;
}

@media (min-width:993px) {
.superhero-mobile-menu-toggle {
	display: none;
}
#section-header .site-logo {
	line-height: 96px;
	padding: 0;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	height: 80px;
}
#section-header .superhero-dropdown {
	float: right;
	margin: 0px;
}
#section-header .superhero-dropdown > ul.menu > li {
	border-left: 1px solid #e5e5e5;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
}
#section-header .superhero-dropdown > ul.menu > li.last {
	border-right: 1px solid #e5e5e5;
}
#section-header .superhero-dropdown > ul.menu > li:hover {
	background: #eee;
}
#section-header .superhero-dropdown > ul.menu > li.expanded > a:after {
	content: "\f0d7";
	color: #e42643;
	font-family: FontAwesome;
	font-size: 10px;
	margin-left: 5px;
}
#section-header .superhero-dropdown > ul.menu > li.expanded > a.active {
	background: #eee;
}
#section-header .superhero-dropdown > ul.menu > li > a {
	color: #193962;
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 0px 15px;
	line-height: 80px;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
#section-header .superhero-dropdown > ul.menu > li > a.active {
	background: #eee;
}
#section-header .superhero-dropdown > ul.menu > li.first a.active {
	background: none;
}
#section-header .superhero-dropdown > ul.menu > li ul.menu li {
	padding: 0px;
}
#section-header .superhero-dropdown > ul.menu > li ul.menu li a {
	padding: 10px;
	line-height: normal;
	color: #000;
}
#section-header .superhero-dropdown > ul.menu > li ul.menu li a.active {
	background: #f5f5f5;
}
#section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after {
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 10px;
	color: #e42643;
}
#section-header.fixed .site-logo {
	line-height: 72px;
}
#section-header.fixed .superhero-dropdown > ul.menu > li > a {
	line-height: 72px;
}
body.rtl #section-header .superhero-dropdown {
	float: left;
}
body.rtl #section-header .superhero-dropdown > ul.menu > li {
	float: right !important;
}
body.rtl #section-header .superhero-dropdown > ul.menu > li.expanded > a:after {
	float: left;
	margin: 0 5px 0 0;
}
body.rtl #section-header .superhero-dropdown > ul.menu > li.first {
	border-right: 1px solid #e5e5e5;
}
body.rtl #section-header .superhero-dropdown > ul.menu > li.last {
	border-right: none;
}
body.rtl #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:before {
	float: left;
	content: "\f0d9";
	font-family: FontAwesome;
	color: #e42643;
}
body.rtl #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after {
	content: "";
}
}

@media (max-width:992px) {
.superhero-mobile-menu-toggle {
	display: block;
}
.superhero-mobile-menu-toggle i {
	display: none;
}
.rtl #section-header .superhero-mobile-menu-toggle {
	right: inherit;
	left: 0;
	display: block;
}
.rtl #section-header .superhero-dropdown > ul.menu > li {
	width: 100%;
}
.rtl #section-header .superhero-dropdown > ul.menu > li .menu-arrow {
	top: 0;
	right: inherit;
	left: 0;
}
.rtl #section-header .superhero-dropdown > ul.menu > li .fa-angle-right:before {
	content: "\f104";
	font-family: FontAwesome;
}
}
body {
	font-weight: 400;
	font-size: 13px;
	color: #000000;
	background: #f1f1f1;
	line-height: 25px;
}
body a {
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	text-decoration: none;
	color: #e42643;
	outline: none;
}
body a:hover {
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	color: #f993af;
	text-decoration: none;
}
body a:not(.btn) {
	outline: none;
	text-decoration: none;
}
body img {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	height: auto;
}
body .caption.big_black_right {
	font-size: 38px;
	line-height: 51px;
	color: #222;
}
.body-innerwrapper {
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arial';
	font-weight: normal;
}
.divCenterBlock {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 50%;
	width: 50%;
}
.style-readmore:before, .last-news-creative .views-field-nothing .readMore:before {
	content: "\f064";
	font-family: FontAwesome;
	color: #e42643;
	font-size: 15px;
	color: #e42643;
	margin-right: 5px;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.beforeRead, .view-blog .blogCatContent .itemBody-blog a.readMore:before, .jmCategoryBlogItem .blogCatContent .itemBody-blog a.readMore:before, .itemCatBlogLayout2 .article-body a.readMore:before {
	content: "\f064";
	color: #5b5b5b;
	font-family: FontAwesome;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	margin: 0px 5px;
}
.centered {
	text-align: center;
}
.title-center .content h3 {
	text-align: center !important;
}
.title-center h3.block-title {
	text-align: center !important;
}
.title-left .content h3 {
	text-align: left !important;
}
.title-left h3.block-title {
	text-align: left !important;
}
.title-right .content h3 {
	text-align: right !important;
}
.title-right h3.block-title {
	text-align: right !important;
}
.text-bold, h1.title, .view-latest-news .node-article > h2 a, .view-team .bx-wrapper .slide .views-field-title a, .sp-twitter .twitterSearchesNTweet .twitterSearchesNUser {
	font-family: 'Arial';
	text-transform: uppercase;
	font-weight: normal;
}
h1.title {
	line-height: 23px;
	font-size: 18px;
	color: #e42643;
	margin: 0px 0 10px;
}
.fontnormal {
	font-weight: normal;
}
ul, li {
	list-style: none;
	margin: 0px;
	line-height: 20px;
}
.nopadding {
	padding: 0 !important;
}
.nopadding-block {
	padding: 0 !important;
}
.nopaddingtop {
	padding-top: 0px !important;
}
.nomargin {
	margin: 0 !important;
}
.text-center, .style-gold h3.block-title, .style-title-bg h3.block-title, #section-content [class^="region-sidebar-"] .block h3.block-title, #section-content [class*="region-sidebar-"] 
/*.block h3.block-title,#section-content .region-sidebar-first .block h3.block-title,.grey h3.block-title,.gold h3.block-title,.orange h3.block-title,.green h3.block-title,.darkgreen h3.block-title,.brightred h3.block-title,.deepred h3.block-title,.blue h3.block-title,.deepblue h3.block-title,#section-user .content,.sh-recent-project h3.block-title,.sh-recent-project .view-header,.sh-recent-project .views-field-title,.sh-recent-project .views-field-superhero-portfolio-categories,.parallax .content,.pagination,#jm-pricingTables .jm-pricingItem,.view-team .bx-wrapper .slide,.viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links,.viewTeam .viewTeamInfo,.viewTeam .viewTeamContent{text-align:center;}*/

.text-center th, .style-gold h3.block-title th, .style-title-bg h3.block-title th, #section-content [class^="region-sidebar-"] .block h3.block-title th, #section-content [class*="region-sidebar-"] .block h3.block-title th, #section-content .region-sidebar-first .block h3.block-title th, .grey h3.block-title th, .gold h3.block-title th, .orange h3.block-title th, .green h3.block-title th, .darkgreen h3.block-title th, .brightred h3.block-title th, .deepred h3.block-title th, .blue h3.block-title th, .deepblue h3.block-title th, #section-user .content th, .sh-recent-project h3.block-title th, .sh-recent-project .view-header th, .sh-recent-project .views-field-title th, .sh-recent-project .views-field-superhero-portfolio-categories th, .parallax .content th, .pagination th, #jm-pricingTables .jm-pricingItem th, .view-team .bx-wrapper .slide th, .viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links th, .viewTeam .viewTeamInfo th, .viewTeam .viewTeamContent th, .text-center tr, .style-gold h3.block-title tr, .style-title-bg h3.block-title tr, #section-content [class^="region-sidebar-"] .block h3.block-title tr, #section-content [class*="region-sidebar-"] .block h3.block-title tr, #section-content .region-sidebar-first .block h3.block-title tr, .grey h3.block-title tr, .gold h3.block-title tr, .orange h3.block-title tr, .green h3.block-title tr, .darkgreen h3.block-title tr, .brightred h3.block-title tr, .deepred h3.block-title tr, .blue h3.block-title tr, .deepblue h3.block-title tr, #section-user .content tr, .sh-recent-project h3.block-title tr, .sh-recent-project .view-header tr, .sh-recent-project .views-field-title tr, .sh-recent-project .views-field-superhero-portfolio-categories tr, .parallax .content tr, .pagination tr, #jm-pricingTables .jm-pricingItem tr, .view-team .bx-wrapper .slide tr, .viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links tr, .viewTeam .viewTeamInfo tr, .viewTeam .viewTeamContent tr, .text-center td, .style-gold h3.block-title td, .style-title-bg h3.block-title td, #section-content [class^="region-sidebar-"] .block h3.block-title td, #section-content [class*="region-sidebar-"] .block h3.block-title td, #section-content .region-sidebar-first .block h3.block-title td, .grey h3.block-title td, .gold h3.block-title td, .orange h3.block-title td, .green h3.block-title td, .darkgreen h3.block-title td, .brightred h3.block-title td, .deepred h3.block-title td, .blue h3.block-title td, .deepblue h3.block-title td, #section-user .content td, .sh-recent-project h3.block-title td, .sh-recent-project .view-header td, .sh-recent-project .views-field-title td, .sh-recent-project .views-field-superhero-portfolio-categories td, .parallax .content td, .pagination td, #jm-pricingTables .jm-pricingItem td, .view-team .bx-wrapper .slide td, .viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links td, .viewTeam .viewTeamInfo td, .viewTeam .viewTeamContent td {
	text-align: center;
}
.text-center .content p, .style-gold h3.block-title .content p, .style-title-bg h3.block-title .content p, #section-content [class^="region-sidebar-"] .block h3.block-title .content p, #section-content [class*="region-sidebar-"] .block h3.block-title .content p, #section-content .region-sidebar-first .block h3.block-title .content p, .grey h3.block-title .content p, .gold h3.block-title .content p, .orange h3.block-title .content p, .green h3.block-title .content p, .darkgreen h3.block-title .content p, .brightred h3.block-title .content p, .deepred h3.block-title .content p, .blue h3.block-title .content p, .deepblue h3.block-title .content p, #section-user .content .content p, .sh-recent-project h3.block-title .content p, .sh-recent-project .view-header .content p, .sh-recent-project .views-field-title .content p, .sh-recent-project .views-field-superhero-portfolio-categories .content p, .parallax .content .content p, .pagination .content p, #jm-pricingTables .jm-pricingItem .content p, .view-team .bx-wrapper .slide .content p, .viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links .content p, .viewTeam .viewTeamInfo .content p, .viewTeam .viewTeamContent .content p, .text-center .content div, .style-gold h3.block-title .content div, .style-title-bg h3.block-title .content div, #section-content [class^="region-sidebar-"] .block h3.block-title .content div, #section-content [class*="region-sidebar-"] .block h3.block-title .content div, #section-content .region-sidebar-first .block h3.block-title .content div, .grey h3.block-title .content div, .gold h3.block-title .content div, .orange h3.block-title .content div, .green h3.block-title .content div, .darkgreen h3.block-title .content div, .brightred h3.block-title .content div, .deepred h3.block-title .content div, .blue h3.block-title .content div, .deepblue h3.block-title .content div, #section-user .content .content div, .sh-recent-project h3.block-title .content div, .sh-recent-project .view-header .content div, .sh-recent-project .views-field-title .content div, .sh-recent-project .views-field-superhero-portfolio-categories .content div, .parallax .content .content div, .pagination .content div, #jm-pricingTables .jm-pricingItem .content div, .view-team .bx-wrapper .slide .content div, .viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links .content div, .viewTeam .viewTeamInfo .content div, .viewTeam .viewTeamContent .content div {
	text-align: center !important;
}
.text-left, .grey p, .gold p, .orange p, .green p, .darkgreen p, .brightred p, .deepred p, .blue p, .deepblue p, .grey ul, .gold ul, .orange ul, .green ul, .darkgreen ul, .brightred ul, .deepred ul, .blue ul, .deepblue ul, .view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more, body #section-header .site-logo {
	text-align: left;
}
.text-left .content p, .grey p .content p, .gold p .content p, .orange p .content p, .green p .content p, .darkgreen p .content p, .brightred p .content p, .deepred p .content p, .blue p .content p, .deepblue p .content p, .grey ul .content p, .gold ul .content p, .orange ul .content p, .green ul .content p, .darkgreen ul .content p, .brightred ul .content p, .deepred ul .content p, .blue ul .content p, .deepblue ul .content p, .view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more .content p, body #section-header .site-logo .content p, .text-left .content div, .grey p .content div, .gold p .content div, .orange p .content div, .green p .content div, .darkgreen p .content div, .brightred p .content div, .deepred p .content div, .blue p .content div, .deepblue p .content div, .grey ul .content div, .gold ul .content div, .orange ul .content div, .green ul .content div, .darkgreen ul .content div, .brightred ul .content div, .deepred ul .content div, .blue ul .content div, .deepblue ul .content div, .view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more .content div, body #section-header .site-logo .content div {
	text-align: left !important;
}
.text-left label, .grey p label, .gold p label, .orange p label, .green p label, .darkgreen p label, .brightred p label, .deepred p label, .blue p label, .deepblue p label, .grey ul label, .gold ul label, .orange ul label, .green ul label, .darkgreen ul label, .brightred ul label, .deepred ul label, .blue ul label, .deepblue ul label, .view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more label, body #section-header .site-logo label {
	text-align: left;
}
.text-right, .view-blog-categories .views-row a.btn-default, #section-footer .region-footer-second, #section-footer .region-footer-second p {
	text-align: right;
}
.text-right .content p, .view-blog-categories .views-row a.btn-default .content p, #section-footer .region-footer-second .content p, #section-footer .region-footer-second p .content p, .text-right .content div, .view-blog-categories .views-row a.btn-default .content div, #section-footer .region-footer-second .content div, #section-footer .region-footer-second p .content div {
	text-align: right !important;
}
.left, #section-header .superhero-dropdown > ul.menu > li, .view-blog-categories .views-row, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b, #jm-pricingTables .jm-pricingItem, .view-team.view-display-id-block_3 .views-row, .view-team-3colum .view-team .views-row, .view-team-4colum .view-team .views-row, .rtl .close, .rtl .shortcode-icon ul li i span {
	float: left;
}
.right, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-top-panel #search-block-form input[type="text"], #section-top-panel .region-toppanel-second, #section-top-panel .region-toppanel-third, .rtl .check-list ul li:before, .rtl .breadcrumb a, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before {
	float: right;
}
#section-top-panel #search-block-form {
	overflow: hidden;
}
#section-top-panel #search-block-form button[type="submit"] {
	display: none !important;
}
#section-top-panel #search-block-form .control-group {
	margin: 0px;
}
#section-top-panel #search-block-form #edit-actions {
	display: none;
}
#section-top-panel #search-block-form input[type="text"] {
	background: url(../images/bg_search.png) no-repeat left 3px center transparent;
	border: none;
	width: 24px;
	height: 26px;
	text-indent: 28px;
}
#section-top-panel #search-block-form input[type="text"]:hover {
	width: 200px;
	background: url(../images/bg_search.png) no-repeat left 3px center #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	border: 1px solid #fff;
}
#section-top-panel .region-toppanel-second, #section-top-panel .region-toppanel-third {
	padding: 0;
}
#section-top-panel .region-toppanel-third {
	padding: 0px 15px 0 0;
}
#section-top-panel .region-toppanel-third {
	width: auto !important;
}
#section-header {
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
	border-top: 3px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 2px 0 #e2e2e2;
	-moz-box-shadow: 0 1px 2px 0 #e2e2e2;
	box-shadow: 0 1px 2px 0 #e2e2e2;
	-webkit-transition: height 5s ease 0s;
	-moz-transition: height 5s ease 0s;
	-o-transition: height 5s ease 0s;
	transition: height 5s ease 0s;
	width: 100%;
	z-index: 999;
}
#section-header .container {
	position: relative;
	z-index: 999;
}
#section-header .container:after {
	background: url(../images/shadow-top.png) no-repeat center top rgba(0,0,0,0);
	bottom: -42px;
	content: "";
	display: block;
	height: 42px;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
}
#section-header .superhero-dropdown > ul > li > a, #section-header .site-logo {
	line-height: 80px;
}
#section-header .superhero-dropdown > ul > li > a a, #section-header .site-logo a {
	color: #fff;
	line-height: 80px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#section-header.fixed-transition .superhero-dropdown > ul > li > a, #section-header.fixed-transition .site-logo a {
	line-height: 60px;
}
#section-feature {
	clear: both;
}
#section-feature .content {
	overflow: hidden;
}
#section-feature .tparrows {
	background: rgba(0,0,0,0.6);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 40px;
	width: 40px;
}
#section-feature .tparrows:before {
	font-family: FontAwesome;
	font-size: 34px;
	color: #fff;
	line-height: 1.1;
	padding: 12px;
}
#section-feature .tparrows:hover {
	background: rgba(0,0,0,0.9);
}
#section-feature .tp-leftarrow {
	left: 20px !important;
}
#section-feature .tp-leftarrow:before {
	content: "\f104";
}
#section-feature .tp-rightarrow {
	right: 20px !important;
}
#section-feature .tp-rightarrow:before {
	content: "\f105";
	padding: 15px;
}
#section-feature .caption.large_text {
	font-size: 23px !important;
	font-weight: bold !important;
}
#section-feature .caption.medium_text {
	text-shadow: 0 2px 5px rgba(0,0,0,0.5) !important;
}
#section-top-panel .region .block {
	margin: 0px;
}
.menuTop ul.menu {
	padding: 0px;
	margin: 0px;
}
.menuTop ul.menu li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.menuTop ul.menu li a {
	color: #fff !important;
	padding: 0 10px;
	margin: 3px 0;
	display: block;
}
.menuTop ul.menu li a:hover, .menuTop ul.menu li a.active {
	color: #e42643 !important;
}
.menuTop ul.menu li a.active-trail.active {
	color: #fff !important;
}
.menuTop ul.menu li:first-child a {
	padding-left: 0px;
}
.menuTop ul.menu li:first-child a:before {
	content: "\f015";
	font-family: FontAwesome;
	font-size: 14px;
	padding: 4px 6px;
	color: #fff;
	background: #e42643;
	margin-right: 7px;
}
.socialTops {
	padding: 0px;
	margin: 0px;
	float: right;
}
.socialTops li {
	display: inline-block;
	margin-left: 10px;
}
.socialTops li a {
	font-size: 20px;
	padding-top: 2px;
	color: #777 !important;
}
.socialTops li:hover a {
	color: #e42643 !important;
}
#search-form #edit-advanced {
	margin-top: 20px;
}
#section-user .content img {
	width: 100%;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
#section-user .content p, #section-user .content div {
	margin: 0px;
	overflow: hidden;
}
#section-user .content h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
}
#section-user .style-box-user h3 {
	background: url(../images/bg_a1.gif) repeat rgba(0,0,0,0);
	color: #424242;
	display: block;
	font-family: 'Arial';
	font-size: 15px;
	padding: 10px;
	text-align: center;
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
}
#section-user .style-box-user:hover img {
	transform: scale(1.15) rotate(4deg);
	-webkit-transform: scale(1.15) rotate(4deg);
	-moz-transform: scale(1.15) rotate(4deg);
	-ms-transform: scale(1.15) rotate(4deg);
	-o-transform: scale(1.15) rotate(4deg);
}
#section-user .style-box-user:hover [class^="icon-"] {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	color: #fff;
	-webkit-box-shadow: 0 0 0 2px #e42643;
	-moz-box-shadow: 0 0 0 2px #e42643;
	box-shadow: 0 0 0 2px #e42643;
}
#section-user .style-box-user:hover [class^="icon-"]:after {
	background: #e42643;
	opacity: 1;
	filter: "alpha(opacity=${opacity})";
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}
#section-user .style-user-creative .content h3 {
	margin: 10px 0;
}
#section-user .style-user-creative .content p {
	color: #888;
}
#section-user .style-user-creative .content:hover img {
	transform: scale(1.15) rotate(4deg);
	-webkit-transform: scale(1.15) rotate(4deg);
	-moz-transform: scale(1.15) rotate(4deg);
	-ms-transform: scale(1.15) rotate(4deg);
	-o-transform: scale(1.15) rotate(4deg);
}
#section-user .style-user-creative .content:hover [class^="icon-"] {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	color: #fff;
	-webkit-box-shadow: 0 0 0 2px #e42643;
	-moz-box-shadow: 0 0 0 2px #e42643;
	box-shadow: 0 0 0 2px #e42643;
}
#section-user .style-user-creative .content:hover [class^="icon-"]:after {
	background: #e42643;
	opacity: 1;
	filter: "alpha(opacity=${opacity})";
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}
#section-user .style-user-creative .box-image {
	position: relative;
}
#section-user .style-user-creative .box-image .box-icon {
	display: block;
	width: 98px;
	height: 98px;
	border-color: #e42643 rgba(0,0,0,0) rgba(0,0,0,0) #e42643;
	border-style: solid;
	border-width: 50px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}
#section-user .style-user-creative .box-image .box-icon i {
	left: -30px;
	position: absolute;
	top: -30px;
	font-size: 20px;
	color: #fff;
}
#section-user [class^="icon-"] {
	width: 100px;
	height: 100px;
	font-size: 35px;
	color: #222;
	line-height: 100px;
	display: inline-block;
	position: relative;
	background: #fff !important;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px #dcdcdc;
	-moz-box-shadow: 0 0 0 2px #dcdcdc;
	box-shadow: 0 0 0 2px #dcdcdc;
	margin: 20px 0;
}
#section-user [class^="icon-"]:after {
	background: #fff;
	content: "";
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 0;
	filter: "alpha(opacity=${opacity})";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#section-user [class^="icon-"]:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#block-block-27 .content p:first-child {
	color: #000;
}
#section-content-top .region-content-top-1 .block {
	padding: 20px !important;
}
#section-postcontent .region-postcontent-first .block-views, #section-team .region-postcontent-first .block-views {
	padding: 20px !important;
}
#section-team {
}
#section-team .row {
	margin: 0px;
}
body.home-creative2 {
	background: #fff;
}
body.home-creative2 .region .block, body.home-creative2 [class^="region-sidebar-"], body.home-creative2 .region-sidebar-first, body.home-creative2 .style-box {
	border: none !important;
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0) !important;
	-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0) !important;
	box-shadow: 1px 1px 1px rgba(255,255,255,0) !important;
}
body.home-creative2 #section-feature .block-dexp-layerslider:before {
	background: url(../images/shadow-top.png) no-repeat center top / cover rgba(0,0,0,0);
	top: -2px;
	content: "";
	display: block;
	height: 42px;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 990;
}
body.home-creative2 #section-user .region .block {
	padding: 0px !important;
}
body.home-creative2 #section-strapline {
	padding: 40px 0 60px 0;
}
body.home-creative2 #section-postcontent {
	background: url(../images/bg-jm-bottom.jpg) repeat-x top center #f5f5f5;
	padding: 0px;
}
body.home-creative2 #section-postcontent .container {
	background: url(../images/bg-jm-bottom-container.jpg) no-repeat center top rgba(0,0,0,0);
}
body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe {
	background: transparent !important;
	overflow: hidden;
	padding: 30px 70px;
	margin: 0px;
}
body.home-creative2 #section-postcontent .prefix {
	float: left;
	width: 33.33%;
	padding: 0 30px 0 78px;
	background: url(../images/icon-fly.png) no-repeat center left rgba(0,0,0,0);
	color: #000;
	font-size: 20px;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form {
	float: left;
	width: 66.66%;
	margin-top: 6px;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form .form-item-email {
	width: 370px;
	float: left;
	margin: 0px;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form #edit-email {
	border: 1px solid #f0f0f0;
	border-radius: 0;
	box-shadow: 1px 1px 5px #ececec;
	color: #ccc;
	font-size: 15px;
	height: 42px;
	line-height: normal;
	margin: 0;
	max-width: 90%;
	line-height: 42px;
	text-transform: uppercase;
	width: 350px;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form #edit-newsletter-submit {
	color: #fff;
	display: block;
	font-family: 'Arial';
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	border: none;
	text-transform: uppercase;
	background: #e42643;
	outline: none;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form #edit-newsletter-submit:hover {
	background: #f993af;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form #subscribe {
	float: left;
}
body.home-creative2 #section-latest {
	padding: 16px 0 50px;
}
body.home-creative2 #section-bottom {
	padding: 17px 0 60px 0;
}
body.home-creative2 #section-bottom2 {
	background: #333;
	color: #aaa;
}
body.home-creative2 #section-bottom2 .row {
	background: none;
	margin: inherit;
}
body.home-creative2 #section-bottom2 h3.block-title {
	color: #fff;
	padding: 0px;
	border-bottom: none;
}
body.home-creative2 #section-bottom2 .region .block {
	margin: 0;
	padding: 20px 0px;
}
body.home-creative2 #section-bottom2 .region .block p {
	color: #aaa;
}
body.home-creative2 #section-bottom2 .region-bottom-fifth {
	padding-left: 0px;
}
body.home-creative2 #section-footer {
	background: #222;
	color: #aaa;
	padding: 20px 0 15px 0;
}
body.home-creative2 .webform-client-form #edit-submitted-name, body.home-creative2 .webform-client-form #edit-submitted-email {
	max-width: 130px;
}
.last-news-creative h3.block-title {
	line-height: 31.5px;
	margin: 0 0 3px 0;
	font-size: 20px;
	color: #000;
}
.last-news-creative .view-header p {
	line-height: 1;
	margin-bottom: 20px;
}
.last-news-creative .view-header p a {
	color: #9a9a9a;
}
.last-news-creative .view-header p a:hover {
	color: #e42643;
}
.last-news-creative .views-field-created {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin: 12px 0;
}
.last-news-creative .views-field-title a {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 16.8px;
	font-family: open_sansregular;
}
.last-news-creative .views-field-nothing {
	margin-top: 12px;
}
.last-news-creative .views-field-nothing .readMore {
	font-family: open_sansregular;
	font-size: 15px;
	color: #5b5b5b;
}
.last-news-creative .views-field-nothing .readMore:hover {
	color: #e42643;
}
.last-news-creative .views-field-nothing .readMore:hover:before {
	color: #5b5b5b;
}
.last-news-creative .view-latest-news .bx-viewport {
	height: 400px !important;
}
.sh-testimonial h3.block-title {
	color: #000;
	font-size: 20px;
	line-height: 31.5px;
	margin: 0 0 3px 0;
}
.sh-testimonial .view-header p {
	line-height: 1;
	margin-bottom: 20px;
}
.sh-testimonial .views-field-body {
	margin-bottom: 16px;
}
.sh-testimonial .views-field-body .field-content {
	background: #f5f5f5;
	padding: 20px;
	position: relative;
}
.sh-testimonial .views-field-body .field-content:before {
	border-color: #f5f5f5 rgba(0,0,0,0) rgba(0,0,0,0);
	border-style: solid;
	border-width: 25px;
	bottom: -40px;
	content: "";
	position: absolute;
	right: 10px;
}
.sh-testimonial .views-field-field-image {
	width: 30%;
	float: left;
}
.sh-testimonial .views-field-field-image img {
	width: 54px;
	height: 54px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.sh-testimonial .views-field-field-job-title {
	width: 70%;
	float: left;
}
.sh-testimonial .views-field-field-job-title .field-content {
	padding-left: 10px;
}
.sh-testimonial .views-field-field-job-title .field-content .client_name {
	color: #000;
	font-size: 16px;
	font-family: 'Arial';
	font-weight: normal;
}
.sh-testimonial .views-field-field-job-title .field-content .client_site {
	display: none;
}
.pro-business-block {
	padding: 0 15px;
}
.pro-business-block .content-block {
	padding: 20px;
	background: #f5f5f5;
	border-left: 5px solid #e42643;
	position: relative;
}
.pro-business-block .content-block:before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #e42643;
	left: 0;
	position: absolute;
	top: 38%;
}
.pro-business-block .content-block h2 {
	margin-top: 0px;
	font-size: 22px;
	color: #000;
}
#section-user .region .block, #section-content-top .region .block, #section-postcontent .region .block, #section-team .region .block, #section-bottom .region .block, #section-user [class^="region-sidebar-"], #section-content-top [class^="region-sidebar-"], #section-postcontent [class^="region-sidebar-"], #section-team [class^="region-sidebar-"], #section-bottom [class^="region-sidebar-"], #section-user .region-sidebar-first, #section-content-top .region-sidebar-first, #section-postcontent .region-sidebar-first, #section-team .region-sidebar-first, #section-bottom .region-sidebar-first, #section-user .style-box, #section-content-top .style-box, #section-postcontent .style-box, #section-team .style-box, #section-bottom .style-box {
	background: #fff;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 1px 1px 1px rgba(30,30,30,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(30,30,30,0.1);
	box-shadow: 1px 1px 1px rgba(30,30,30,0.1);
	padding: 10px;
	margin-top: 20px;
}
.region .block img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
#section-content .region-sidebar-second {
	overflow: hidden;
}
#section-content .region-sidebar-second .block {
	background: #fff;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 1px 1px 1px rgba(30,30,30,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(30,30,30,0.1);
	box-shadow: 1px 1px 1px rgba(30,30,30,0.1);
	padding: 10px;
	overflow: hidden;
}
.region .block-block > h3.block-title, .jm-last-news > h3.block-title, #section-team .block-views > h3.block-title, .block-contents > h3.block-title, .region .block-block > h2, .jm-last-news > h2, #section-team .block-views > h2, .block-contents > h2 {
	font-family: 'Arial';
	font-weight: normal;
	text-transform: uppercase;
	color: #e42643;
	font-size: 18px;
	line-height: 23px;
	margin: 0 0 10px;
}
.section-postcontent .jm-last-news h3.block-title, .section-postcontent .jm-last-news .block-contents h3.block-title {
	background: url(../images/bg_title1.gif) no-repeat left center rgba(0,0,0,0);
	padding: 5px 0 5px 45px;
}
.meet-the-team {
	padding: 20px !important;
}
.meet-the-team h3.block-title {
	background: url(../images/bg_title2.gif) no-repeat left center rgba(0,0,0,0);
	padding: 5px 0 5px 60px;
}
.meet-the-team .field-content img {
	width: 171px;
	height: 171px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
#section-header .region .block, #section-feature .region .block, #section-footer .region .block {
	margin-top: 0px;
}
.sh-node-team .field-label {
	font-family: 'Arial';
	font-weight: normal;
}
.sh-node-team .field-name-field-image img {
	width: 100%;
}
.sh-node-team .field-name-field-job-title {
	margin-bottom: 15px;
}
.sh-node-team .field-name-field-social-links .field-item a:before {
	font-family: FontAwesome;
	color: #999;
	padding-right: 6px;
}
.sh-node-team .field-name-field-social-links .field-item:nth-child(1) a:before {
	content: "\f082";
}
.sh-node-team .field-name-field-social-links .field-item:nth-child(2) a:before {
	content: "\f081";
}
.sh-node-team .field-name-field-social-links .field-item:nth-child(3) a:before {
	content: "\f16d";
}
.text-style-custom {
	padding: 15px;
	position: relative;
	background: rgba(0,0,0,0.8);
}
.text-style-custom h3 {
	font-size: 24.5px;
	color: #e42643;
	margin: 0 !important;
}
.sh-recent-project {
	position: relative;
}
.sh-recent-project h3.block-title {
	color: #595959;
	font-size: 16px;
	font-family: 'Arial';
	font-weight: normal;
	line-height: 23.2px;
	margin: 0;
	text-transform: uppercase;
}
.sh-recent-project .bx-viewport {
	height: 248px !important;
}
.sh-recent-project .slide {
	background: #fff;
	height: 238px;
}
.sh-recent-project .slide:hover {
	border-bottom: 1px solid #e42643;
}
.sh-recent-project .view-header {
	color: #595959;
}
.sh-recent-project .view-header p {
	margin-bottom: 15px;
}
.sh-recent-project .views-field-superhero-portfolio-image {
	position: relative;
}
.sh-recent-project .views-field-superhero-portfolio-image .readMore {
	border-radius: 50px;
	background: #fff;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	left: 50%;
	line-height: 40px;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
	z-index: 500;
	font-size: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.sh-recent-project .views-field-superhero-portfolio-image .readMore:before {
	content: "\f064";
	font-family: FontAwesome;
	color: #e42643;
	font-size: 18px;
}
.sh-recent-project .views-field-superhero-portfolio-image:hover .field-content:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(246,99,139,0.7);
	position: absolute;
	top: 0;
}
.sh-recent-project .views-field-superhero-portfolio-image:hover .readMore {
	height: 60px;
	width: 60px;
	margin: -30px 0 0 -30px;
	line-height: 60px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}
.sh-recent-project .views-field-superhero-portfolio-image:hover .readMore:before {
	font-size: 22px !important;
}
.sh-recent-project .views-field-title a {
	font-family: open_sansregular;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 2px 0;
	color: #000;
	display: block;
}
.sh-recent-project .views-field-superhero-portfolio-categories a {
	color: #999;
	font-family: open_sansregular;
}
.sh-recent-project .bx-prev, .sh-recent-project .bx-next {
	position: absolute !important;
	top: -35px !important;
	margin: 0px;
	background: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	height: 23px !important;
	outline: medium none;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	width: 23px !important;
	text-indent: 0px !important;
}
.sh-recent-project .bx-prev:hover, .sh-recent-project .bx-next:hover {
	background: #e42643;
}
.sh-recent-project .bx-prev i, .sh-recent-project .bx-next i {
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 1;
	padding: 0 7px;
}
.sh-recent-project .bx-prev {
	left: 0;
}
.sh-recent-project .bx-next {
	right: 0;
}
#section-latest {
	background: #f5f5f5;
}
#section-latest .row {
	margin: 0;
}
[class^="region-sidebar-"] .view-blog-categories .views-row, [class*="region-sidebar-"] .view-blog-categories .views-row {
	width: 100%;
	padding: 0;
}
[class^="region-sidebar-"] .view-blog-categories .views-row a, [class*="region-sidebar-"] .view-blog-categories .views-row a {
	color: #9a9a9a;
	display: block;
	margin: 0 0 5px 25px;
}
[class^="region-sidebar-"] .view-blog-categories .views-row a:before, [class*="region-sidebar-"] .view-blog-categories .views-row a:before {
	content: "\f054";
	font-family: FontAwesome;
	color: #e42643;
	padding-right: 15px;
}
[class^="region-sidebar-"] .view-blog-categories .views-row a:hover, [class*="region-sidebar-"] .view-blog-categories .views-row a:hover {
	color: #e42643;
}
.check-list ul {
	margin: 0 0 10px 25px;
	padding: 0;
}
.check-list ul li {
	padding: 7px 0 8px;
}
.check-list ul li a {
	color: #000000 !important;
}
.check-list ul li:before {
	content: "\f054";
	font-family: FontAwesome;
	color: #e42643;
	padding-right: 15px;
}
#user-login-form input[type="text"], #user-login-form input[type="password"] {
	max-width: 200px;
	width: 200px;
}
#user-login-form ul {
	padding: 0px;
	margin-bottom: 10px;
}
.view-latest-news .node-article {
	padding: 0px;
}
.view-latest-news .user-picture, .view-latest-news .submitted, .view-latest-news .image-overlay {
	display: none;
}
.view-latest-news .node-article > h2 {
	line-height: 20px;
	margin: 0 0 10px 0;
}
.view-latest-news .node-article > h2 a {
	font-size: 14px;
	color: #424242;
}
.view-latest-news .field-items {
	overflow: hidden;
}
.view-latest-news .field-items a img {
	height: auto;
}
.view-latest-news .field-items a:hover img {
	transform: scale(1.15) rotate(4deg);
	-webkit-transform: scale(1.15) rotate(4deg);
	-moz-transform: scale(1.15) rotate(4deg);
	-ms-transform: scale(1.15) rotate(4deg);
	-o-transform: scale(1.15) rotate(4deg);
}
.view-latest-news .itemCatBlogLayout2 .article-image {
	padding: 0px;
	border: none;
}
.view-latest-news .bx-viewport {
	height: 340px !important;
}
.view-latest-news .itemCatBlogLayout2 {
	border-bottom: none;
}
.view-latest-news .itemCatBlogLayout2 .article-info {
	display: none;
}
.view-latest-news .itemCatBlogLayout2 h2.TitleCatItem {
	margin: 10px 0 0px !important;
}
.view-latest-news .itemCatBlogLayout2 h2.TitleCatItem a {
	color: #1a3a63;
	font-size: 14px;
}
.view-latest-news .itemCatBlogLayout2 h2.TitleCatItem a:hover {
	color: #e42643;
}
.parallax .content {
	font-size: 18px;
	color: #fff;
}
.parallax .content h3 {
	color: #fff;
	font-size: 32px;
	font-family: 'Arial';
}
#section-content .region-content ul.nav-tabs {
	margin: 20px 0;
}
#section-content #messages {
	width: 100%;
	margin: 0px;
}
#section-content .region-content {
	margin: 0px;
}
#section-content .main-content-main {
	background: #fff;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 1px 1px 1px rgba(30,30,30,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(30,30,30,0.1);
	box-shadow: 1px 1px 1px rgba(30,30,30,0.1);
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
}
.view-blog-categories .views-row {
	width: 50%;
	padding: 15px;
}
.view-blog-categories .views-row.view-categories-3column {
	width: 25%;
}
.view-blog-categories .views-row.view-categories-4column {
	width: 25%;
}
.view-blog-categories .views-row .field-content img {
	border: 1px solid #eaeaea;
	display: block;
	padding: 5px;
}
.view-blog-categories .views-row .field-content > h2 {
	font-size: 20px;
	margin: 10px 0;
	position: relative;
	text-transform: uppercase;
}
.view-blog-categories .views-row .views-field-nothing {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
}
.view-blog-categories .views-row a.btn-default {
	background: none;
	border: none;
	padding: 0px;
	display: block;
	color: #e42643;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	font-size: 15px;
	font-family: 'Arial';
	outline: medium none;
	text-decoration: none;
}
.view-blog-categories .views-row a.btn-default:before {
	content: "\f064";
	color: #5b5b5b;
	font-family: FontAwesome;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	margin: 0px 5px;
}
.view-blog-categories .views-row a.btn-default:hover {
	color: #5b5b5b;
}
.view-blog-categories .views-row a.btn-default:hover:before {
	color: #e42643;
}
.view-blog .views-row.views-row-even .itemMeta-blog span.itemCatDate, .jmCategoryBlogItem .views-row.views-row-even .itemMeta-blog span.itemCatDate {
	background: #828282;
}
.view-blog .views-row.views-row-even .itemMeta-blog span.itemCatDate:before, .jmCategoryBlogItem .views-row.views-row-even .itemMeta-blog span.itemCatDate:before {
	background: rgba(0,0,0,0) !important;
	border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #fff;
	border-image: none;
	border-style: solid;
	border-width: 27px;
	content: "";
	height: 0;
	left: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.view-blog .views-row.views-row-even .itemMeta-blog span.itemCatDate:after, .jmCategoryBlogItem .views-row.views-row-even .itemMeta-blog span.itemCatDate:after {
	background: rgba(0,0,0,0) !important;
	border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #828282;
	border-image: none;
	border-style: solid;
	border-width: 27px;
	content: "";
	height: 0;
	right: -54px;
	line-height: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.view-blog ul.links, .jmCategoryBlogItem ul.links {
	display: none;
}
.view-blog .blogCatInfo, .jmCategoryBlogItem .blogCatInfo {
	width: 60%;
}
.view-blog .blogCatInfo .itemMeta-blog, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog {
	width: 40%;
	margin-top: 15px;
	padding: 55px 10px 0 0;
	position: relative;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatDate, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatDate {
	background: #e42643;
	color: #fff;
	display: block;
	font-family: 'Arial';
	font-size: 22px;
	font-weight: normal;
	left: 0;
	padding: 14px 38px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: 226px;
	z-index: 10;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatDate:before, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatDate:before {
	background: rgba(0,0,0,0) !important;
	border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #fff;
	border-image: none;
	border-style: solid;
	border-width: 27px;
	content: "";
	height: 0;
	left: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatDate:after, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatDate:after {
	background: rgba(0,0,0,0) !important;
	border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #e42643;
	border-image: none;
	border-style: solid;
	border-width: 27px;
	content: "";
	height: 0;
	right: -54px;
	line-height: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatAuthor, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatAuthor {
	background: url(../images/bg_icon_user.png) no-repeat left 11px rgba(0,0,0,0);
	margin-top: 5px;
}
.view-blog .blogCatInfo .itemMeta-blog span.fcicon, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.fcicon {
	border-bottom: 1px solid #eaeaea;
	color: #9a9a9a;
	display: block;
	font-weight: normal;
	padding: 5px 5px 5px 25px;
}
.view-blog .blogCatInfo .itemMeta-blog span.fcicon a, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.fcicon a {
	color: #9a9a9a;
}
.view-blog .blogCatInfo .itemMeta-blog span.fcicon a:hover, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.fcicon a:hover {
	color: #e42643;
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatIn, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn {
	background: url(../images/bg_icon_cat.png) no-repeat 2px center rgba(0,0,0,0);
}
.view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b {
	font-family: 'Arial';
	font-weight: normal;
	padding-right: 3px;
}
.view-blog .blogCatInfo .itemImg-blog, .jmCategoryBlogItem .blogCatInfo .itemImg-blog {
	width: 60%;
}
.view-blog .blogCatInfo .itemImg-blog img, .jmCategoryBlogItem .blogCatInfo .itemImg-blog img {
	border: 1px solid #eaeaea;
	padding: 5px;
}
.view-blog .blogCatContent, .jmCategoryBlogItem .blogCatContent {
	width: 40%;
}
.view-blog .blogCatContent .itemBody-blog, .jmCategoryBlogItem .blogCatContent .itemBody-blog {
	padding-left: 20px;
}
.view-blog .blogCatContent .itemBody-blog h2.TitleCatItem, .jmCategoryBlogItem .blogCatContent .itemBody-blog h2.TitleCatItem {
	margin: 0px 0 5px 0;
	font-size: 19px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: normal;
}
.view-blog .blogCatContent .itemBody-blog a.readMore, .jmCategoryBlogItem .blogCatContent .itemBody-blog a.readMore {
	font-family: 'Arial';
	font-size: 15px;
}
.view-blog .blogCatContent .itemBody-blog a.readMore:hover, .jmCategoryBlogItem .blogCatContent .itemBody-blog a.readMore:hover {
	color: #5b5b5b;
}
.view-blog .blogCatContent .itemBody-blog a.readMore:hover:before, .jmCategoryBlogItem .blogCatContent .itemBody-blog a.readMore:hover:before {
	color: #e42643;
}
.node-article {
	padding: 35px 30px;
	border-bottom: 1px solid #eaeaea;
}
.pagination {
	width: 100%;
}
.pagination li {
	display: inline-block;
	margin: 10px;
}
.pagination li a {
	color: #e42643 !important;
	text-transform: uppercase;
	border: 1px solid #eaeaea;
	padding: 10px 15px;
	background: #eaeaea;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.pagination li.next a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.pagination li.active a, .pagination li:hover a {
	color: #fff !important;
	background: #8e8e8e !important;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
	border: 1px solid #eaeaea;
}
.itemCatBlogLayout2 {
	padding: 30px 0px;
}
.itemCatBlogLayout2 .article-info-image img {
	width: 100%;
}
.itemCatBlogLayout2 .article-image {
	border: 1px solid #ebebeb;
	display: block;
	padding: 4px;
	position: relative;
}
.itemCatBlogLayout2 .article-body h2.TitleCatItem {
	margin: 20px 0 5px 0;
	font-size: 19px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: normal;
}
.itemCatBlogLayout2 .article-body a.readMore {
	font-family: 'Arial';
	font-size: 15px;
}
.itemCatBlogLayout2 .article-body a.readMore:hover {
	color: #5b5b5b;
}
.itemCatBlogLayout2 .article-body a.readMore:hover:before {
	color: #e42643;
}
.itemCatBlogLayout2 .article-body .article-info span.itemCatDate, .itemCatBlogLayout2 .article-body .article-info span.itemCategory, .itemCatBlogLayout2 .article-body .article-info span.itemCatAuthor {
	display: inline-block;
	margin-right: 10px;
}
.itemCatBlogLayout2 .article-body .article-info span.itemCatDate i, .itemCatBlogLayout2 .article-body .article-info span.itemCategory i, .itemCatBlogLayout2 .article-body .article-info span.itemCatAuthor i {
	margin-right: 5px;
	color: #848484;
}
.itemCatBlogLayout2 .article-body .article-info span.itemCategory {
	background: url(../images/bg_icon_cat.png) no-repeat 2px center rgba(0,0,0,0);
	padding-left: 25px;
}
.itemCatBlogLayout2 .article-body .article-info a {
	color: #9a9a9a;
}
.itemCatBlogLayout2 .article-body .article-info a:hover {
	color: #e42643;
}
.itemCatBlogLayout2 .article-body .content {
	padding-top: 5px;
}
.icon-latest-news-title {
	padding: 20px !important;
}
.icon-latest-news-title h3.block-title {
	background: url(../images/bg_title1.gif) no-repeat left center rgba(0,0,0,0);
	padding: 5px 0 5px 45px;
	margin-bottom: 20px !important;
}
.image-overlay {
	display: block;
	height: 100%;
	left: 0;
	opacity: 1;
	overflow: visible;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 500;
	padding: 4px;
}
.image-overlay .image-overlay-inside {
	border-color: #c3512f;
	color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.image-overlay .image-overlay-inside:before {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	content: "\f0c1";
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	left: 50%;
	line-height: 40px;
	margin: -20px 0 0 -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
	z-index: 500;
	opacity: 0;
}
.image-overlay .image-overlay-inside {
	border-color: #c3512f;
	color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.image-overlay .image-overlay-inside i {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	height: 40px;
	left: 50%;
	line-height: 40px;
	margin: -20px 0 0 -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
	z-index: 500;
	background: #e42643;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0;
}
.image-overlay .image-overlay-hover {
	height: 100%;
	width: 100%;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.image-overlay:hover .image-overlay-hover {
	background: rgba(0,0,0,0.6);
}
.image-overlay:hover .image-overlay-hover .image-overlay-inside i {
	font-size: 28px;
	margin: -40px 0px 0px -40px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.node-type-article #page-title {
	display: none;
}
.node-article-details .itemViewHeader {
	margin-bottom: 25px;
	height: 53px;
	position: relative;
}
.node-article-details .field-name-field-image img {
	border: 1px solid #eaeaea;
	display: block;
	margin: 0 0 12px;
	padding: 8px;
	width: 100%;
}
.node-article-details span.itemViewDate {
	background: #e42643;
	color: #fff;
	display: block;
	font-family: 'Arial';
	font-size: 22px;
	font-weight: normal;
	left: 0;
	padding: 14px 14px 14px 38px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: 226px;
	z-index: 10;
	color: #fff;
	display: block;
	font-family: 'Arial';
	font-size: 22px;
	font-weight: normal;
	padding: 14px 14px 14px 38px;
	text-transform: uppercase;
	width: 253px;
	z-index: 10;
}
.node-article-details span.itemViewDate:before {
	background: rgba(0,0,0,0) !important;
	border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #fff;
	border-image: none;
	border-style: solid;
	border-width: 27px;
	content: "";
	height: 0;
	left: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.node-article-details span.itemViewDate:after {
	background: rgba(0,0,0,0) !important;
	border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #e42643;
	border-image: none;
	border-style: solid;
	border-width: 27px;
	content: "";
	height: 0;
	right: -54px;
	line-height: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.node-article-details span.itemViewAuthor {
	background: url(../images/bg_icon_user.png) no-repeat scroll left 11px rgba(0,0,0,0);
}
.node-article-details span.fcicon {
	border-bottom: 1px solid #eaeaea;
	color: #9a9a9a;
	display: block;
	font-weight: normal;
	padding: 5px 5px 5px 25px;
}
.node-article-details span.itemCatIn {
	background: url(../images/bg_icon_cat.png) no-repeat 2px center rgba(0,0,0,0);
}
.node-article-details span.itemCatIn a {
	color: #9a9a9a;
}
.node-article-details span.itemCatIn a:hover {
	color: #e42643;
}
.node-article-details h2.TitleCatItem {
	font-size: 19px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 5px;
	text-transform: uppercase;
	overflow: hidden;
	float: right;
	width: 50%;
	padding: 15px 0 0 30px;
}
.node-article-details .itemViewMeta {
	width: 25%;
}
.node-article-details .itemViewContent {
	width: 75%;
	padding-left: 20px;
}
.node-article-details #comments h2.title, .node-article-details #comments a.permalink {
	font-family: 'Arial';
	font-weight: normal;
}
.node-article-details #comments h2.title {
	font-size: 22px;
}
.node-article-details #comments a.permalink {
	font-size: 18px;
}
#node-19 h2.title-block {
	color: #000;
	font-family: 'Arial';
	font-weight: normal;
}
.breadcrumb {
	color: #e7e8ea;
	border: none;
	border-radius: 0;
	background-color: rgb(237, 27, 36);
	-webkit-text-shadow: 0 1px 1px #111;
	-moz-text-shadow: 0 1px 1px #111;
	text-shadow: 0 1px 0 #111;
	font-family: 'Arial';
	padding: 5px 10px;
	margin: 0px;
}
.breadcrumb a:first-child:before {
	content: "\f015";
	font-family: FontAwesome;
	color: #ccc;
	font-size: 18px;
	padding-right: 5px;
}
#jm-pricingTables {
	margin: 30px 0 60px 0;
}
#jm-pricingTables .jm-pricingItem {
	width: 24.59%;
	border: 1px solid #ebebeb;
	margin-right: -1px;
	background: #fff;
}
#jm-pricingTables .jm-pricingItem h3.jm-pricingTitle {
	color: #2a2b2c;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 18px;
	border-bottom: 1px solid #ebebeb;
	margin: 0;
	padding: 20px 0;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice {
	position: relative;
	height: 200px;
	background: #fdfdfd;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice {
	width: 120px;
	height: 120px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #a0a0a0;
	color: #fff;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice span {
	display: block;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice .jm-price {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 25px;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice .jm-price strong {
	font-size: 16px;
	vertical-align: super;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice .jm-perMonth {
	font-size: 12px;
}
#jm-pricingTables .jm-pricingItem .jm-pricingPrice .jm-pricingBorderPrice .jm-perMonth:after {
	border-radius: 100%;
	bottom: -22px;
	-webkit-box-shadow: 0 58px 1px #dcdcdc;
	-moz-box-shadow: 0 58px 1px #dcdcdc;
	box-shadow: 0 58px 1px #dcdcdc;
	content: "";
	display: block;
	height: 7px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 62px;
}
#jm-pricingTables .jm-pricingItem ul.jm-pricingList {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 0px;
}
#jm-pricingTables .jm-pricingItem ul.jm-pricingList li {
	color: #575757;
	font-size: 12px;
	margin: 0px 20px;
	padding: 12px 0px;
	border-bottom: 1px solid #ebebeb;
}
#jm-pricingTables .jm-pricingItem ul.jm-pricingList li:last-child {
	border-bottom: none;
}
#jm-pricingTables .jm-pricingItem .jm-pricingButton {
	padding: 24px 0px;
	background: #fdfdfd;
}
#jm-pricingTables .jm-pricingFeature {
	position: relative;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 10;
}
#jm-pricingTables .jm-pricingFeature h3.jm-pricingTitle {
	font-size: 18px;
}
.views-bx-slideshow .views-row {
	position: relative;
}
.views-bx-slideshow .views-row span.views-field-title {
	position: absolute;
	top: 0;
	right: 0;
}
.view-team .bx-controls .bx-pager, .view-team.view-display-id-block_2 {
	display: none;
}
.view-team .bx-wrapper {
	margin: 0px;
}
.view-team .bx-wrapper .bx-viewport {
	width: inherit !important;
	margin: 20px 50px;
	height: 187px;
}
.view-team .bx-wrapper .slide {
	position: relative;
	height: 187px;
	margin-right: 15.5px !important;
	width: 187px !important;
}
.view-team .bx-wrapper .slide .views-field-field-image img {
	border: 2px solid #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	width: 100%;
	height: 100%;
}
.view-team .bx-wrapper .slide .views-field-title {
	display: block;
	left: 0;
	padding: 35% 26%;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 0 0px rgba(246,99,139,0.7) inset;
	-moz-box-shadow: 0 0 0 0px rgba(246,99,139,0.7) inset;
	box-shadow: 0 0 0 0px rgba(246,99,139,0.7) inset;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-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;
}
.view-team .bx-wrapper .slide .views-field-title a {
	font-size: 18px;
	color: #fff;
	opacity: 0;
	display: block;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.view-team .bx-wrapper .slide .views-field-title a:hover {
	color: #000;
}
.view-team .bx-wrapper .slide .itemHover-bk {
	background: none repeat scroll 0 0 rgba(0,0,0,0.6);
	border-radius: 100%;
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.view-team .bx-wrapper .slide:hover .views-field-field-image img {
	border: 2px solid #e42643;
	-webkit-box-shadow: 0 0 3px #e42643;
	-moz-box-shadow: 0 0 3px #e42643;
	box-shadow: 0 0 3px #e42643;
}
.view-team .bx-wrapper .slide:hover .views-field-title {
	-webkit-box-shadow: inset 0 0 0 110px rgba(246,99,139,0.8);
	-moz-box-shadow: inset 0 0 0 110px rgba(246,99,139,0.8);
	box-shadow: inset 0 0 0 110px rgba(246,99,139,0.8);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.view-team .bx-wrapper .slide:hover .views-field-title a {
	font-size: 18px;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.view-team .bx-wrapper .bx-controls-direction a {
	cursor: pointer;
	display: block;
	height: 50px;
	overflow: hidden;
	position: absolute;
	text-indent: -99px;
	top: 75px;
	width: 28px;
	background: url(../images/arrows.png) no-repeat rgba(0,0,0,0);
}
.view-team .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
}
.view-team .bx-wrapper .bx-controls-direction a.bx-prev:hover {
	background-position: bottom left;
}
.view-team .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
	background-position: top right;
}
.view-team .bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-position: bottom right;
}
.view-team.view-display-id-block_3 .views-row {
	width: 50%;
}
#block-views-latest-news-block-1 h2.TitleCatItem, .icon-latest-news-title h2.TitleCatItem {
	text-transform: none;
	line-height: 18px;
}
#block-views-latest-news-block-1 .view-latest-news, .icon-latest-news-title .view-latest-news {
	padding: 0 20px;
}
#block-views-latest-news-block-1 .bx-controls-direction a, .icon-latest-news-title .bx-controls-direction a {
	cursor: pointer;
	display: block;
	height: 50px;
	overflow: hidden;
	position: absolute;
	text-indent: -99px;
	top: 45%;
	width: 28px;
	background: url(../images/arrows.png) no-repeat rgba(0,0,0,0);
}
#block-views-latest-news-block-1 .bx-controls-direction a.bx-prev, .icon-latest-news-title .bx-controls-direction a.bx-prev {
	left: -25px;
}
#block-views-latest-news-block-1 .bx-controls-direction a.bx-prev:hover, .icon-latest-news-title .bx-controls-direction a.bx-prev:hover {
	background-position: bottom left;
}
#block-views-latest-news-block-1 .bx-controls-direction a.bx-next, .icon-latest-news-title .bx-controls-direction a.bx-next {
	right: -25px;
	background-position: top right;
}
#block-views-latest-news-block-1 .bx-controls-direction a.bx-next:hover, .icon-latest-news-title .bx-controls-direction a.bx-next:hover {
	background-position: bottom right;
}
.viewTeam {
	padding: 20px;
}
.viewTeam .viewTeamMeta {
	position: relative;
	padding: 4px;
	border: 1px solid #ebebeb;
}
.viewTeam .viewTeamMeta .teamSocial {
	bottom: 0;
	height: 80%;
	left: 0;
	line-height: 100%;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	width: 80%;
	background: rgba(255,255,255,0);
}
.viewTeam .viewTeamMeta .teamSocial .field-name-field-social-links {
	padding: 40% 0;
}
.viewTeam .viewTeamMeta .teamSocial .field-item {
	display: inline-block;
}
.viewTeam .viewTeamMeta .teamSocial .field-item a {
	background: #e42643;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	height: 36px;
	margin: 5px;
	width: 36px;
	font-size: 0;
	line-height: 1.8;
	opacity: 0;
	position: relative;
	text-align: center;
}
.viewTeam .viewTeamMeta .teamSocial .field-item a:before {
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
}
.viewTeam .viewTeamMeta .teamSocial .field-item a:hover {
	background: #000;
}
.viewTeam .viewTeamMeta .teamSocial .field-item a:hover:before {
	color: #e42643;
}
.viewTeam .viewTeamMeta .teamSocial .field-item:nth-child(1) a:before {
	content: "\f09a";
}
.viewTeam .viewTeamMeta .teamSocial .field-item:nth-child(2) a:before {
	content: "\f099";
}
.viewTeam .viewTeamMeta .teamSocial .field-item:nth-child(3) a:before {
	content: "\f16d";
}
.viewTeam .viewTeamInfo {
	margin-top: 30px;
}
.viewTeam .viewTeamInfo .team-name {
	color: #2a2b2c;
}
.viewTeam .viewTeamInfo .team-job {
	display: block;
	overflow: hidden;
}
.viewTeam .viewTeamInfo .team-job .field-item {
	font-style: italic;
	padding-bottom: 10px;
}
.viewTeam:hover .viewTeamMeta .teamSocial {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
}
.viewTeam:hover .viewTeamMeta .teamSocial .field-item a {
	opacity: 1;
}
.viewTeam:hover .viewTeamInfo .team-name {
	color: #e42643;
}
.view-team-3colum .view-team .views-row {
	width: 33.33%;
}
.view-team-4colum .view-team .views-row {
	width: 25%;
}
#section-bottom iframe {
	width: 100%;
	height: 354px;
}
#section-bottom .region-bottom-first img {
	width: 100%;
}
#comment-form #edit-subject {
	width: 100%;
	max-width: 310px;
}
#comment-form .fieldset-wrapper .filter-help {
	display: none;
}
#comment-form .fieldset-wrapper .form-type-select, #comment-form .fieldset-wrapper .filter-guidelines, #comment-form .fieldset-wrapper ul.tips {
	padding-left: 0;
}
#comments .comment {
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0px;
}
#comments .comment .user-picture {
	height: 70px;
	width: 70px;
}
#comments .comment .user-picture img {
	border: 3px solid #ebebeb;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 100%;
	width: 100%;
}
#comments .comment h3 {
	margin-top: 0px;
}
#comments .comment h3 a.permalink {
	color: #222;
}
#comments .comment .submitted a.permalink {
	display: none;
}
#section-bottom2 {
	padding: 20px 0px;
}
#section-bottom2 .row {
	background: #424242;
	margin: 0;
}
#section-bottom2 .region .block {
	padding: 20px 30px;
	margin: 0px;
}
#section-bottom2 .region .block p {
	margin: 0px;
	color: #fff;
}
#section-bottom2 .block-contents h3.block-title, #section-bottom2 .region-bottom-third h3.block-title, #section-bottom2 .block-contents .block > h2, #section-bottom2 .region-bottom-third .block > h2, #section-bottom2 .block-contents > h2, #section-bottom2 .region-bottom-third > h2 {
	border-bottom: 1px solid #747474;
	margin-bottom: 15px !important;
	padding: 0 0 15px;
	color: #e42643;
	font-size: 16px;
}
#section-bottom2 .region-bottom-third b {
	font-family: 'Arial';
	font-weight: normal;
}
#section-bottom2 .region-bottom-third #block-block-37 .content {
	padding-bottom: 20px;
}
.twitterSearchesNTweet .content {
	padding: 0px;
}
.sp-twitter .twitterSearchesNTweet .twitterSearchesNUser {
	text-transform: none;
}
.sp-twitter .twitterSearchesNTweet .twitterSearchesNTime, .sp-twitter .twitterSearchesNTweet .twitterSearchesNText {
	color: #fff;
}
#section-footer {
	background: #424242;
	padding-top: 25px;
	padding-bottom: 20px;
	color: #fff;
}
#section-footer a {
	color: #e42643;
}
#section-footer a:hover {
	color: #fff;
}
#section-footer p {
	margin: 0px;
}
#section-footer .region-footer-second a {
	position: relative;
	padding-left: 25px;
}
#section-footer .region-footer-second a:before {
	bottom: -4px;
	color: #fff;
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 18px;
	padding-right: 8px;
	position: absolute;
	left: 0;
}
.form-actions {
	background: none repeat scroll 0 0 rgba(0,0,0,0);
	border: none;
	margin: 0;
	padding: 0;
}
.webform-client-form #webform-component-name {
	float: left;
	margin: 0;
	width: 50%;
}
.webform-client-form #edit-submitted-name, .webform-client-form #edit-submitted-email {
	max-width: 105px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 30px;
	line-height: 28px;
	padding: 0;
	text-indent: 10px;
}
.webform-client-form label[for="edit-submitted-name"] {
	display: none;
}
.webform-client-form strong {
	font-family: 'Arial';
	font-weight: normal;
}
.sp-twitter {
	color: #fff;
}
#contact-site-form .form-type-checkbox label {
	margin: 0px;
	padding-left: 10px;
}
#contact-site-form #edit-copy {
	margin: 7px 0 0;
}
.rtl {
	direction: rtl;
}
.rtl .text-left, .rtl .grey p, .grey .rtl p, .rtl .gold p, .gold .rtl p, .rtl .orange p, .orange .rtl p, .rtl .green p, .green .rtl p, .rtl .darkgreen p, .darkgreen .rtl p, .rtl .brightred p, .brightred .rtl p, .rtl .deepred p, .deepred .rtl p, .rtl .blue p, .blue .rtl p, .rtl .deepblue p, .deepblue .rtl p, .rtl .grey ul, .grey .rtl ul, .rtl .gold ul, .gold .rtl ul, .rtl .orange ul, .orange .rtl ul, .rtl .green ul, .green .rtl ul, .rtl .darkgreen ul, .darkgreen .rtl ul, .rtl .brightred ul, .brightred .rtl ul, .rtl .deepred ul, .deepred .rtl ul, .rtl .blue ul, .blue .rtl ul, .rtl .deepblue ul, .deepblue .rtl ul, .rtl .view-latest-news .itemCatBlogLayout2 .article-body-text div.read-more, .view-latest-news .itemCatBlogLayout2 .article-body-text .rtl div.read-more, .rtl body #section-header .site-logo, body #section-header .rtl .site-logo {
	text-align: left !important;
}
.rtl .text-right, .rtl .view-blog-categories .views-row a.btn-default, .view-blog-categories .views-row .rtl a.btn-default, .rtl #section-footer .region-footer-second, #section-footer .rtl .region-footer-second, .rtl #section-footer .region-footer-second p, #section-footer .region-footer-second .rtl p {
	text-align: right !important;
}
.rtl .left, .rtl #section-header .superhero-dropdown > ul.menu > li, #section-header .superhero-dropdown > ul.menu > .rtl li, .rtl .view-blog-categories .views-row, .view-blog-categories .rtl .views-row, .rtl .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn .rtl b, .rtl .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn .rtl b, .rtl #jm-pricingTables .jm-pricingItem, #jm-pricingTables .rtl .jm-pricingItem, .rtl .view-team.view-display-id-block_3 .views-row, .view-team.view-display-id-block_3 .rtl .views-row, .rtl .view-team-3colum .view-team .views-row, .view-team-3colum .view-team .rtl .views-row, .rtl .view-team-4colum .view-team .views-row, .view-team-4colum .view-team .rtl .views-row, .rtl .rtl .close, .rtl .rtl .close, .rtl .rtl .shortcode-icon ul li i span, .rtl .shortcode-icon ul li i .rtl span {
	float: left !important;
}
.rtl .right, .rtl #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > .rtl a:after, .rtl #section-top-panel #search-block-form input[type="text"], #section-top-panel #search-block-form .rtl input[type="text"], .rtl #section-top-panel .region-toppanel-second, #section-top-panel .rtl .region-toppanel-second, .rtl #section-top-panel .region-toppanel-third, #section-top-panel .rtl .region-toppanel-third, .rtl .rtl .check-list ul li:before, .rtl .check-list ul .rtl li:before, .rtl .rtl .breadcrumb a, .rtl .breadcrumb .rtl a, .rtl .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row .rtl a:before, .rtl .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row .rtl a:before {
	float: right !important;
}
.rtl .check-list ul li:before {
	content: "\f053";
	padding-left: 15px;
}
.rtl .menuTop ul.menu li:first-child a:before {
	content: "";
	padding: 0px;
	margin: 0px;
}
.rtl .menuTop ul.menu li:first-child a {
	padding: 0px;
}
.rtl .menuTop ul.menu li:first-child a:after {
	content: "\f015";
	font-family: FontAwesome;
	font-size: 14px;
	padding: 4px 6px;
	color: #fff;
	background: #e42643;
	margin-left: 7px;
}
.rtl .breadcrumb {
	overflow: hidden;
}
.rtl .breadcrumb a {
	padding-left: 8px;
}
.rtl .breadcrumb a:first-child:before {
	content: "";
}
.rtl .breadcrumb a:first-child:after {
	content: "\f015";
	font-family: FontAwesome;
	font-size: 18px;
	padding-left: 5px;
	color: #ccc;
}
.rtl .view-latest-news {
	direction: ltr;
}
.rtl .view-latest-news .slide h2.TitleCatItem, .rtl .view-latest-news .slide .field-name-body, .rtl .view-latest-news .slide .read-more {
	text-align: right !important;
}
.rtl .icon-latest-news-title h3.block-title {
	padding: 5px 45px 5px 0px;
	background: url(../images/bg_title1.gif) no-repeat right center rgba(0,0,0,0);
}
.rtl .section-postcontent .jm-last-news > h3.block-title, .rtl .section-postcontent .jm-last-news .block-contents > h3.block-title {
	background: url(../images/bg_title1.gif) no-repeat right center rgba(0,0,0,0);
	padding: 5px 45px;
}
.rtl #section-team .meet-the-team > h3.title-block, .rtl #section-team .meet-the-team h3.block-title {
	background: url(../images/bg_title2.gif) no-repeat right center rgba(0,0,0,0);
	padding: 5px 55px;
}
.rtl .view-team {
	direction: ltr;
}
.rtl #section-footer .region-footer-second a {
	padding: 0px;
}
.rtl #section-footer .region-footer-second a:before {
	padding: 0 0 0 8px;
}
.rtl #section-footer .region-footer-second p {
	text-align: left !important;
}
.rtl .webform-client-form strong {
	padding-left: 5px;
	float: right;
}
.rtl #webform-component-description {
	overflow: hidden;
}
.rtl .view-blog .blogCatInfo .itemMeta-blog span.itemCatAuthor, .rtl .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatAuthor {
	background: url(../images/bg_icon_user.png) no-repeat right 11px rgba(0,0,0,0);
	padding: 5px 25px 5px 0;
}
.rtl .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn, .rtl .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn {
	background: url(../images/bg_icon_cat.png) no-repeat right center rgba(0,0,0,0);
	padding: 5px 25px 5px 0;
}
.rtl .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b, .rtl .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b {
	float: right !important;
	padding: 0 0 0 5px;
}
.rtl .jmCategoryBlogItem .article-info .itemCatDate i, .rtl .jmCategoryBlogItem .article-info .itemCatAuthor i {
	padding-left: 8px;
}
.rtl .jmCategoryBlogItem .article-info span.itemCategory {
	background: url(../images/bg_icon_cat.png) no-repeat right center rgba(0,0,0,0);
	padding: 0 20px 0 0;
}
.rtl [class^="region-sidebar-"] .view-blog-categories .views-row a, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a {
	margin: 0 25px 5px 0px;
}
.rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before {
	content: "\f053";
	padding: 0 0 0 15px;
}
.rtl .portfolio-text .field-label:before {
	float: right;
	padding: 0 0 0 10px;
}
.rtl #mycarousel .carousel-caption {
	right: 0;
}
.rtl #mycarousel a.left, .rtl #mycarousel #section-header .superhero-dropdown > ul.menu > a, #section-header .superhero-dropdown > ul.menu > .rtl #mycarousel a, .rtl #mycarousel .view-blog-categories a.views-row, .view-blog-categories .rtl #mycarousel a.views-row, .rtl #mycarousel .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn a, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn .rtl #mycarousel a, .rtl #mycarousel .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn a, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn .rtl #mycarousel a, .rtl #mycarousel #jm-pricingTables a.jm-pricingItem, #jm-pricingTables .rtl #mycarousel a.jm-pricingItem, .rtl #mycarousel .view-team.view-display-id-block_3 a.views-row, .view-team.view-display-id-block_3 .rtl #mycarousel a.views-row, .rtl #mycarousel .view-team-3colum .view-team a.views-row, .view-team-3colum .view-team .rtl #mycarousel a.views-row, .rtl #mycarousel .view-team-4colum .view-team a.views-row, .view-team-4colum .view-team .rtl #mycarousel a.views-row, .rtl #mycarousel a.close, .rtl #mycarousel a.close, .rtl #mycarousel .shortcode-icon ul li i a, .rtl .shortcode-icon ul li i #mycarousel a {
	left: 10px;
}
.rtl #mycarousel a.right, .rtl #mycarousel #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > .rtl #mycarousel a:after, .rtl #mycarousel #section-top-panel #search-block-form a[type="text"], #section-top-panel #search-block-form .rtl #mycarousel a[type="text"], .rtl #mycarousel #section-top-panel a.region-toppanel-second, #section-top-panel .rtl #mycarousel a.region-toppanel-second, .rtl #mycarousel #section-top-panel a.region-toppanel-third, #section-top-panel .rtl #mycarousel a.region-toppanel-third, .rtl #mycarousel .check-list ul a:before, .rtl .check-list ul #mycarousel a:before, .rtl #mycarousel .breadcrumb a, .rtl .breadcrumb #mycarousel a, .rtl #mycarousel [class^="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row #mycarousel a:before, .rtl #mycarousel [class*="region-sidebar-"] .view-blog-categories .views-row a:before, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row #mycarousel a:before {
	right: 10px;
}
.rtl .shortcode-icon ul li i span {
	padding-right: 10px;
}
.rtl .body-innerwrapper #section-top-panel .container .region-toppanel-third, .rtl .body-innerwrapper #section-top-panel .container .region-toppanel-second {
	float: left !important;
}
.rtl .body-innerwrapper #section-top-panel .container .region-toppanel-third {
	padding: 0px 0px 0 15px;
}
.rtl .socialTop li {
	margin: 0 10px 0 0;
}
.rtl #section-top-panel #search-block-form {
	float: left;
	margin-left: 10px;
}
.rtl #admin-menu {
	direction: ltr;
}
.portfolio-filters #filters {
	padding: 0px;
}
.portfolio-filters #filters li a {
	color: #fff;
	display: inline-block;
	font-family: 'Arial';
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	border: none;
	text-transform: uppercase;
	background: #e42643;
	outline: none;
}
.portfolio-filters #filters li a.active, .portfolio-filters #filters li a:hover {
	background: #f993af;
	color: #f21b55;
}
.portfolio-container {
	padding: 20px 0px;
}
.portfolio-container .portfolio-item {
	padding: 5px;
	border: 1px solid #ebebeb;
}
.itemImg {
	margin-bottom: 20px;
}
.superhero-portfolio .element {
	margin-bottom: 30px;
}
.portfolio-text h4 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Arial';
	margin-top: 0;
	text-transform: uppercase;
}
.portfolio-text h4:nth-child(2) {
	margin-top: 25px;
}
.portfolio-text .field-label {
	color: #333;
	font-weight: normal;
}
.portfolio-text .field-label:before {
	color: #e42643;
	content: "\f046";
	font-family: FontAwesome;
	font-size: 13px;
	padding-right: 10px;
}
.portfolio-text .field-item {
	padding-left: 22px;
}
.portfolio-text .field-name-body .field-item {
	padding: 0px;
}
.portfolio-text .field-name-body + h4 {
	margin-top: 25px;
}
.jm-portfolio .jm-portfolio-item {
	position: relative;
}
.jm-portfolio .jm-portfolio-img {
	position: relative;
}
.jm-portfolio .jm-portfolio-img .jm-portfolio-readmore {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	background: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.jm-portfolio .jm-portfolio-img .jm-portfolio-readmore .readMore {
	border-radius: 50px;
	background: #fff;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	left: 50%;
	line-height: 40px;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
	z-index: 500;
	font-size: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.jm-portfolio .jm-portfolio-img .jm-portfolio-readmore .readMore:before {
	content: "\f064";
	font-family: FontAwesome;
	color: #e42643;
	font-size: 18px;
}
.jm-portfolio .jm-portfolio-img:hover .jm-portfolio-readmore {
	background: rgba(246,99,139,0.7);
}
.jm-portfolio .jm-portfolio-img:hover .jm-portfolio-readmore .readMore {
	height: 60px;
	width: 60px;
	margin: -30px 0 0 -30px;
	line-height: 60px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}
.jm-portfolio .jm-portfolio-img:hover .jm-portfolio-readmore .readMore:before {
	font-size: 22px !important;
}
.jm-portfolio .jm-portfolio-caption .jm-portfolio-title {
	display: block;
	margin: 10px 0 2px;
	display: block;
	text-align: center;
}
.jm-portfolio .jm-portfolio-caption .jm-portfolio-title a {
	color: #000;
	font-family: open_sansregular;
	font-size: 16px;
	font-weight: normal;
}
#sup-accordion .accordion-toggle {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 2px;
}
#sup-accordion .accordion-toggle h3 {
	margin: 0px;
	padding: 3px 15px 8px 15px;
	line-height: normal;
}
#sup-accordion .accordion-toggle h3 i:before {
	content: "";
}
#sup-accordion .accordion-toggle h3 a {
	text-decoration: none;
}
#sup-accordion .accordion-toggle h3 span {
	font-family: 'Arial';
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
}
#sup-accordion .accordion-toggle.open h3 {
	border-bottom: 1px solid #e5e5e5;
}
#sup-accordion .accordion-toggle > div {
	padding: 15px;
}
#spaccordion {
}
#spaccordion .panel-default > .panel-heading {
	background-color: #fff;
}
#spaccordion .panel-group .panel + .panel {
	margin-top: 3px;
}
ul.nav-pills li.active a, ul.nav-pills li:hover a {
	background: #eee !important;
	color: #e42643;
}
ul.nav-pills li.active a:focus, ul.nav-pills li:hover a:focus {
	color: #e42643;
}
.shortcode-icon ul {
	padding: 0;
}
.shortcode-icon ul li {
	padding: 5px;
}
.shortcode-icon ul li:hover {
	background: #e42643;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
}
.shortcode-icon ul li i {
	font-size: 15px;
}
.shortcode-icon ul li i:before {
	padding-right: 8px;
}
.shortcode-icon ul li i span {
	font-family: 'Arial';
}
#mycarousel .carousel-control {
	height: 50px;
	width: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: 45%;
	font-size: 34px;
	padding: 2px;
}
#mycarousel .carousel-control.left, #mycarousel #section-header .superhero-dropdown > ul.menu > li.carousel-control, #section-header .superhero-dropdown > ul.menu > #mycarousel li.carousel-control, #mycarousel .view-blog-categories .views-row.carousel-control, .view-blog-categories #mycarousel .views-row.carousel-control, #mycarousel .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn b.carousel-control, .view-blog .blogCatInfo .itemMeta-blog span.itemCatIn #mycarousel b.carousel-control, #mycarousel .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn b.carousel-control, .jmCategoryBlogItem .blogCatInfo .itemMeta-blog span.itemCatIn #mycarousel b.carousel-control, #mycarousel #jm-pricingTables .jm-pricingItem.carousel-control, #jm-pricingTables #mycarousel .jm-pricingItem.carousel-control, #mycarousel .view-team.view-display-id-block_3 .views-row.carousel-control, .view-team.view-display-id-block_3 #mycarousel .views-row.carousel-control, #mycarousel .view-team-3colum .view-team .views-row.carousel-control, .view-team-3colum .view-team #mycarousel .views-row.carousel-control, #mycarousel .view-team-4colum .view-team .views-row.carousel-control, .view-team-4colum .view-team #mycarousel .views-row.carousel-control, #mycarousel .rtl .close.carousel-control, .rtl #mycarousel .close.carousel-control, #mycarousel .rtl .shortcode-icon ul li i span.carousel-control, .rtl .shortcode-icon ul li i #mycarousel span.carousel-control {
	left: 10px;
}
#mycarousel .carousel-control.right, #mycarousel #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > a:after.carousel-control, #section-header .superhero-dropdown > ul.menu > li ul.menu li.expanded > #mycarousel a:after.carousel-control, #mycarousel #section-top-panel #search-block-form input[type="text"].carousel-control, #section-top-panel #search-block-form #mycarousel input[type="text"].carousel-control, #mycarousel #section-top-panel .region-toppanel-second.carousel-control, #section-top-panel #mycarousel .region-toppanel-second.carousel-control, #mycarousel #section-top-panel .region-toppanel-third.carousel-control, #section-top-panel #mycarousel .region-toppanel-third.carousel-control, #mycarousel .rtl .check-list ul li:before.carousel-control, .rtl .check-list ul #mycarousel li:before.carousel-control, #mycarousel .rtl .breadcrumb a.carousel-control, .rtl .breadcrumb #mycarousel a.carousel-control, #mycarousel .rtl [class^="region-sidebar-"] .view-blog-categories .views-row a:before.carousel-control, .rtl [class^="region-sidebar-"] .view-blog-categories .views-row #mycarousel a:before.carousel-control, #mycarousel .rtl [class*="region-sidebar-"] .view-blog-categories .views-row a:before.carousel-control, .rtl [class*="region-sidebar-"] .view-blog-categories .views-row #mycarousel a:before.carousel-control {
right:10px;
}
#mycarousel .carousel-control .glyphicon-chevron-left {
	left: 5px;
	top: 2px;
}
#mycarousel .carousel-control .glyphicon-chevron-right {
	right: 5px;
	top: 2px;
}
#mycarousel .carousel-caption {
	font-size: 18px;
	left: 0;
	padding: 15px 0;
	right: 20%;
	width: 100%;
}
.node-page .field-name-body .carousel img {
	border: none;
	padding: 0;
}
#row1, #row2, #row3 {
	margin-bottom: 30px;
}
#mycarousel .carousel-control {
	background: #fff;
	border: 3px solid #e42643;
}
#mycarousel .carousel-caption {
	background: #e42643;
	color: #fff;
}
.getCode {
}
.getCode .content {
	background: #fafafa;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
}
.portfolio-filters #filters li {
	display: inline-block;
}
.gallery-filters #filters {
	padding: 0px;
}
.gallery-filters #filters li {
	display: inline-block;
}
.gallery-filters #filters li a {
	background-image: -moz-linear-gradient(top, #e2e2e2, #dedede);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#dedede));
	background-image: -webkit-linear-gradient(top, #e2e2e2, #dedede);
	background-image: -o-linear-gradient(top, #e2e2e2, #dedede);
	background-image: linear-gradient(to bottom, #e2e2e2, #dedede);
	background-repeat: repeat-x;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d',endColorstr='%d',GradientType=0)", argb($startColor), argb($endColor)));
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Arial';
	margin: 0 3px !important;
	padding: 1px 10px !important;
	color: #000;
}
.gallery-filters #filters li a.active, .gallery-filters #filters li a:hover {
	background-image: -moz-linear-gradient(top, #fee5ec, #e42643);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee5ec), to(#e42643));
	background-image: -webkit-linear-gradient(top, #fee5ec, #e42643);
	background-image: -o-linear-gradient(top, #fee5ec, #e42643);
	background-image: linear-gradient(to bottom, #fee5ec, #e42643);
	background-repeat: repeat-x;
filter:e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d',endColorstr='%d',GradientType=0)", argb($startColor), argb($endColor)));
	border: 1px solid #e42643;
}
.supperhero-gallery .superhero-gallery-item {
	margin-top: 20px;
}
#mycarousel .carousel-control {
	right: 10px !important;
}
.sh-typo h1, .sh-typo h2, .sh-typo h3, .sh-typo h4, .sh-typo h5, .sh-typo h6 {
	font-family: 'Arial';
	font-weight: normal;
	line-height: 1;
	padding: 0;
	color: #333;
}
.sh-bubble cite {
	bottom: -30px;
	display: block;
	height: 30px;
	line-height: 36px;
	position: absolute;
}
.sh-bubble cite span {
	border-bottom-color: rgba(0,0,0,0) !important;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	top: 0;
	border-width: 15px !important;
}
.ltr .sp-bubble cite {
	left: 15px;
	padding-left: 40px;
}
.ltr .sp-bubble cite span {
	border-left-color: rgba(0,0,0,0) !important;
	left: 0;
}
body .row {
	margin-left: -15px;
}
body #section-feature .row {
	margin: 0px;
}
body #section-feature .row .region {
	padding: 0px;
}

@media (min-width:1200px) {
body .container, body .navbar-static-top .container, body .navbar-fixed-top .container, body .navbar-fixed-bottom .container {
	width: 980px;
}
}

@media (max-width:992px) {
body .superhero-mobile-menu-toggle {
	position: absolute;
	right: 5px;
	top: -58px;
}
body #section-header .container {
	width: auto;
}
body #section-header .site-logo {
	padding: 5px 0;
}
body #section-header .site-logo a {
	display: block;
	line-height: 60px;
}
body #section-header .region-menu {
	width: 100%;
}
body .superhero-dropdown {
	margin: 0px !important;
}
body .superhero-dropdown > ul.menu > li {
	float: inherit !important;
}
body #section-footer p {
	text-align: center !important;
}
body .view-blog .blogCatInfo, body .jmCategoryBlogItem .blogCatInfo, body .view-blog .blogCatContent, body .jmCategoryBlogItem .blogCatContent {
	width: 100%;
}
body .view-blog .blogCatInfo .itemMeta-blog, body .jmCategoryBlogItem .blogCatInfo .itemMeta-blog, body .view-blog .blogCatContent .itemMeta-blog, body .jmCategoryBlogItem .blogCatContent .itemMeta-blog, body .view-blog .blogCatInfo .itemImg-blog, body .jmCategoryBlogItem .blogCatInfo .itemImg-blog, body .view-blog .blogCatContent .itemImg-blog, body .jmCategoryBlogItem .blogCatContent .itemImg-blog {
	width: 100%;
	margin-bottom: 20px;
}
body .view-blog .blogCatInfo .itemBody-blog, body .jmCategoryBlogItem .blogCatInfo .itemBody-blog, body .view-blog .blogCatContent .itemBody-blog, body .jmCategoryBlogItem .blogCatContent .itemBody-blog {
	padding: 0;
}
}

@media (max-width:991px) {
body .superhero-mobile-menu-toggle {
	position: absolute;
	right: 5px;
	top: -58px;
}
body.home-creative2 #section-postcontent .prefix {
	padding: 0 25px 0 70px;
}
body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe {
	padding: 30px 0;
}
body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe .form-item-email {
	width: 330px;
}
body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe .form-item-email .#edit-email {
width:100%;
}
body #section-footer .mail-support .content p {
	text-align: center !important;
}
}

@media (min-width:769px) and (max-width:992px) {
body .webform-client-form #webform-component-name {
	float: inherit;
	margin: 0;
	width: 100%;
}
}

@media (max-width:768px) {
body #section-bottom2 .region .block {
	padding: 20px 0px;
}
body .webform-client-form #webform-component-name {
	width: 100%;
	margin-bottom: 10px;
}
body .webform-client-form #edit-submitted-name, body .webform-client-form #edit-submitted-email {
	width: 150px;
}
body .sh-testimonial .bx-viewport {
	height: auto;
}
body .sh-testimonial .views-field-field-image {
	float: left;
	width: 40%;
}
body .sh-testimonial .views-field-field-job-title {
	float: left;
	width: 60%;
}
}

@media (min-width:768px) {
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 {
	float: right;
}
}

@media (max-width:767px) {
body #section-footer p {
	text-align: center !important;
}
body .portfolio-text {
	padding-top: 20px;
}
body .region-content-top-2 {
	width: 100%;
}
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 {
	float: inherit;
}
body.rtl #section-header .col-md-1, body.rtl #section-header .col-md-2, body.rtl #section-header .col-md-3, body.rtl #section-header .col-md-4, body.rtl #section-header .col-md-5, body.rtl #section-header .col-md-6, body.rtl #section-header .col-md-7, body.rtl #section-header .col-md-8, body.rtl #section-header .col-md-9, body.rtl #section-header .col-md-10, body.rtl #section-header .col-md-11, body.rtl #section-header .col-md-12 {
	float: right;
}
body.home-creative2 #section-user .region .block {
	margin-top: 30px;
}
}

@media (max-width:640px) {
body .jmCategoryBlogItem a.readMore {
	display: block;
	margin-bottom: 10px !important;
}
body .view-blog-categories .views-row {
	padding: 0px;
}
body.home-creative2 #section-postcontent .prefix {
	width: 100%;
	height: 50px;
	line-height: 50px;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form #edit-email {
	margin: 10px 0px 15px 0;
	max-width: 100%;
}
}

@media (max-width:639px) {
body #section-content .view-blog-categories .views-row, body .node-article-details .itemViewMeta, body .node-article-details .itemViewContent {
	width: 100%;
}
body .node-article {
	padding: 0px;
}
body .node-article-details .itemViewContent {
	padding: 0;
	margin-top: 20px;
}
body .view-display-id-page_1 .views-row {
	margin-bottom: 20px;
}
body .node-article-details {
	padding-top: 20px;
}
}

@media (max-width:480px) {
body #contact-site-form input[type="text"] {
	width: 100%;
}
body .view-team.view-display-id-block_3 .views-row {
	width: 100%;
}
body .viewTeam {
	padding: 20px 0px;
}
body .node-article-details h2.TitleCatItem {
	width: 100%;
}
body .node-article-details span.itemViewDate {
	margin-bottom: 15px;
}
body .webform-client-form #webform-component-name {
	width: 100%;
	margin-bottom: 12px;
}
body .webform-client-form #webform-component-name #edit-submitted-name {
	max-width: 200px;
	width: 200px;
}
body .webform-client-form #webform-component-email #edit-submitted-email {
	max-width: 200px;
	width: 200px;
}
body .superhero-portfolio #filters li {
	margin-bottom: 10px;
}
}

@media (min-width:360px) and (max-width:640px) {
body #jm-pricingTables .jm-pricingItem {
	width: 50%;
	margin: 20px 0;
}
}

@media (max-width:360px) {
body .node-article-details span.itemViewDate {
	margin-bottom: 15px;
}
body .view-team .bx-wrapper .bx-viewport {
	margin: 20px 35px;
}
body #jm-pricingTables .jm-pricingItem {
	width: 100%;
	margin: 20px 0;
}
body.home-creative2 #section-postcontent #newsletter-subscribe-form {
	width: 100%;
}
body.home-creative2 #section-postcontent #block-newsletter-newsletter-subscribe .form-item-email {
	width: 100%;
}
body.home-creative2 #section-postcontent .prefix {
	height: inherit;
	line-height: inherit;
}
}
