/* ##### CONTACT ##### */
.form-group {
	position: relative;
}
.form-group label {
	text-transform: uppercase;
}
.form-group label.error {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	text-transform: none;
}
.form-group .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	border-color: #DEDEDE;
}
.form-group .form-control:focus {
	border-color: #afafaf;
}
.form-group .form-control.input-lg {
	font-size: 14px;
}
.form-group .form-control.error, .form-group .form-control.error:focus {
	border: 1px solid #DEDEDE;
}
.form-group textarea {
	height: 219px;
	resize: vertical;
}
.form-button {
	margin-top: 50px;
}
.form-respond .content-message {
	margin: 0 0 50px 0;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f5f5f5;
}
.form-respond .content-message i {
	color: #222;
}
.form-respond .content-message h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0px 0 0;
}
#map_canvas {
	width: 100%;
	height: 500px;
}
#map_canvas.map-bg-mobile {
	background: url("../img/mobile-map-bg.jpg") no-repeat center;
}
/* ##### BLOG PAGE ##### */
.blog-content a {
	color: #222;
}
.blog-text {
	margin: 50px 0 40px 0;
}
.blog-comments {
	margin: 0 0 60px 0;
}
.blog-comments .comment-item img {
	width: 50px;
	height: 50px;
}
.blog-comments .comment-item .thumb-small {
	width: 50px;
	height: 50px;
}
.comment-formular form {
	border-top: 1px solid #DEDEDE;
	margin-top: 20px;
	padding-top: 25px;
}
.comment-formular form .form-group textarea {
	height: 132px;
}
.pager {
	border-top: 1px solid #DEDEDE;
	margin: 0;
	padding-top: 30px;
	font-size: 13px;
}
.pager .puls > a, .pager .pagination li a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pager .puls {
	display: inline;
}
.pager .puls > a {
	color: #fff;
	border: 0;
	background: #222;
	padding: 5px 10px;
}
.pager .puls > a:hover {
	color: #fff;
}
.pager .pagination {
	margin: 0;
}
.pager .pagination li {
	display: inline-block;
}
.pager .pagination li a {
	background: #DEDEDE;
	margin: 0;
	border: 0;
	padding: 7px 10px;
	margin: 0;
	color: #6e6e6e;
}
.pager .pagination li a:hover {
	color: #fff;
}
.pager .pagination li.active a {
	background: #222;
	color: #fff;
}
.widget {
	margin-bottom: 50px;
}
.widget .form-group {
	margin: 0;
}
.widget .widget-title {
	margin: 0 0 20px 0;
}
.widget .widget-title h4 {
	font-weight: 600;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.widget .widget-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .widget-nav li.first {
	padding-top: 0;
}
.widget .widget-nav li {
	padding: 12px 0;
	border-bottom: 1px solid #DEDEDE;
}
.widget .widget-nav li a i {
	padding: 0 10px;
}
.widget .widget-nav li a small {
	display: block;
}
.widget .widget-tag {
	list-style: none;
	padding: 0;
	margin: 0 0 -5px 0;
	overflow: hidden;
	clear: both;
}
.widget .widget-tag li {
	float: left;
	margin: 0 5px 5px 0;
	font-size: 12px;
}
.widget .widget-tag li a {
	display: block;
	padding: 5px 10px;
	background: #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
}
.widget .post-box.first {
	margin: 0;
	padding: 0;
	border: 0;
}
.widget .post-box {
	overflow: hidden;
	border-top: 1px solid #DEDEDE;
	padding-top: 15px;
	margin-top: 15px;
}
.widget .post-box img {
	float: left;
	margin: 0 8px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.widget .post-box h5 {
	margin: 8px 0 0 0;
	font-size: 13px;
	font-weight: bold;
}
/* ##### EFFECT ##### */
.rotate {
	display: inline-block;
	max-width: 100%;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	overflow: hidden;
}
.rotate:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.zoom img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.zoom:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2); /* IE 9 */
	-moz-transform: scale(1.2); /* Firefox */
	-webkit-transform: scale(1.2); /* Safari and Chrome */
	-o-transform: scale(1.2); /* Opera */
}
.hi-icon {
	display: inline-block;
	cursor: pointer;
	margin: 15px;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hi-icon:before {
	speak: none;
	line-height: 105px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon-effect-1 .hi-icon {
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2;
	transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.no-touch .hi-icon-effect-1 .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.item_top {
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.item_bottom {
	bottom: -50px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.item_left {
	left: -80px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.item_right {
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.item_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}
/* ##### CUSTOM BUTTON ##### */
.mybutton a:hover, .mybutton button:hover, .mybutton a:focus .mybutton button:focus {
	outline: none;
}
.mybutton.ultra a, .mybutton.ultra button {
	font-size: 20px;
	line-height: 60px;
}
.mybutton.ultra a span, .mybutton.ultra button span {
	padding: 0 30px;
}
.mybutton.big a, .mybutton.big button {
	font-size: 17px;
	line-height: 50px;
}
.mybutton.big a span, .mybutton.big button span {
	padding: 0 20px;
}
.mybutton.medium a, .mybutton.medium button {
	font-size: 14px;
	line-height: 40px;
	background-color: #0E5D77;
}
.mybutton.medium a span, .mybutton.medium button span {
	padding: 0 15px;
}
.mybutton.small a, .mybutton.small button {
	font-size: 12px;
	line-height: 35px;
}
.mybutton.small a span, .mybutton.small button span {
	padding: 0 10px;
}
.mybutton {
	display: inline;
}
.mybutton a, .mybutton button {
	text-transform: uppercase;
	border: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	letter-spacing: 0;
}
.mybutton a span, .mybutton button span {
	color: #fff;
	text-align: center;
	position: relative;
	display: inline-block;
}
.mybutton2 a:hover, .mybutton2 button:hover, .mybutton2 a:focus .mybutton2 button:focus {
	outline: none;
}
.mybutton2.ultra a, .mybutton2.ultra button {
	font-size: 20px;
	line-height: 60px;
}
.mybutton2.ultra a span, .mybutton2.ultra button span {
	padding: 0 30px;
}
.mybutton2.big a, .mybutton2.big button {
	font-size: 17px;
	line-height: 50px;
}
.mybutton2.big a span, .mybutton2.big button span {
	padding: 0 20px;
}
.mybutton2.medium a, .mybutton2.medium button {
	font-size: 14px;
	line-height: 40px;
}
.mybutton2.medium a span, .mybutton2.medium button span {
	padding: 0 15px;
}
.mybutton2.small a, .mybutton2.small button {
	font-size: 12px;
	line-height: 35px;
}
.mybutton2.small a span, .mybutton2.small button span {
	padding: 0 10px;
}
.mybutton2 {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.mybutton2 a, .mybutton2 button {
	text-transform: uppercase;
	border: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	letter-spacing: 1px;
}
.mybutton2 a span, .mybutton2 button span {
	color: #fff;
	text-align: center;
	position: relative;
	display: inline-block;
}
#map iframe {
	height: 500px;
	width: 100%;
}
#home .text-center {
	margin-top: 65px;
}
.child li.parent > a {
	background: url("../images/menuarrow.png") no-repeat scroll 175px 14px;
}
.child li.parent > a:hover {
	background: url("../images/hover-menuarrow.png") no-repeat scroll 175px 14px;
}
.img-fulltext-left {
	display: none;
}
div.appico .sp-portfolio-item-inner {
	margin: 0!important;
	padding: 0!important;
}
.sp-portfolio .category-name {
	color: #7C7C7C;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sp-portfolio .item-title {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 0;
	font-style: normal;
	line-height: 1.4;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sp-portfolio-item-details {
	opacity: 0;
}
.sp-portfolio-item-inner:hover .sp-portfolio-item-details {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	opacity: 1 !important;
	position: absolute;
	transition: all 1500ms ease 0s;
	width: 100%;
}
div.appico .sp-portfolio-item-details h4 {
	text-align: center;
}
/* 404 */
#error {
	color: #FFFFFF;
	height: 100%;
	position: relative;
	width: 100%;
}
.pattern404 .text-slider, .pattern404 .text-home {
	display: table;
	height: 100%;
	margin: 0 5%;
	width: 90%;
}
.pattern404 .intro-item {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#error .section-title h1 {
	font-size: 110px;
	font-weight: 400;
	letter-spacing: -3px;
	line-height: 100px;
	color: #FFFFFF;
	margin: 25px 0;
}
#error p.lead {
	color: #FFFFFF;
	font-size: 26px;
	margin: 45px 0 50px;
}
#error {
	background: url("../img/intro-pattern.jpg") no-repeat scroll center center #000000;
}
#error .start-button {
	padding-bottom: 30px;
}
#home {
	display: none;
}
/* End 404 */
/* Breadcrumbs CSS Start */
.mj-breadcrumbs {
	display: block;
}
.breadcrumbs .pathway, .breadcrumbs span {
	padding: 10px 15px;
	display: inline-block;
	float: left;
}
/*.breadcrumbs .pathway {background: url("../images/arrow.png") no-repeat scroll right 18px transparent;font-size: 14px;}*/
.breadcrumbs img {
	display: block;
	float: left;
	padding-right: 10px;
	padding-top: 18px;
}
.mj-breadcrumbs {
	float: left;/* padding-left: 34px;*/
	width: 100%;
	border-bottom: 1px solid #F6F6F6;
}
.breadcrumbs.mj-breadcrumbs > span {
	font-size: 16px;
}
/* Breadcrumbs CSS End */

/* login page */

#component {
	float: left;
	width: 100%;
}
.login h1 {
	color: #000000;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 80px;
	text-align: center;
}
.login ul {
	padding-left: 0!important;
	float: right;
}
.login ul li {
	list-style: none!important;
}
/* End login page */

/* Category list */ 


.category-list select {
	background: url("../images/inputbox.png") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid;
	box-shadow: 0 0 3px #C0C0C0 inset;
	color: #666666;
	font-family: 'PT Sans', sans-serif;
	line-height: 20px;
	margin: 1px 0 3px;
	min-height: 20px;
	padding: 4px 5px 3px;
}
table {
	border: 1px solid #C1C1C1;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
tr:nth-child(2n+1) {
	background-color: #EFEFEF;
}
table th {
	border-bottom: 1px solid #C1C1C1;
	font-size: 14px;
	padding: 10px 5px;
}
table td {
	border-bottom: 1px solid #C1C1C1;
	font-size: 13px;
	padding: 5px;
}
thead tr a {
	color: #FFFFFF;
}
.pagination {
	float: left;
	width: 100%;
}
.pagination p {
	text-align: center;
}
.pagination ul {
	text-align: center;
	padding-left: 0;
}
.pagination li {
	border-bottom: medium none;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	display: inline-block !important;
	float: none;
	margin: 0 3px;
	min-width: 20px;
	padding: 5px;
	text-align: center;
}
.pagination ul li a {
	color: #FFFFFF;
}
/* End category list*/

/** portfolio page change category **/

#filter_cust a.active span {
	background: none repeat scroll 0 0 #222222;
}
#filter_cust.sp-portfolio-filter {
	margin: 0 0 50px;
}
#filter_cust li {
	margin: 10px 4px;
}
.portfolio_cust_categ h4 {
	text-transform: uppercase;
}
/*** search in blog page ***/
.inputbox.widget {
	font-size: 14px;
	border-color: rgb(222, 222, 222);
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	line-height: 1.33;
	padding: 10px 16px;
	width: 100%;
	border: 1px solid rgb(204, 204, 204);
}
/*Shortcodes */
.shortcode .mybutton {
	padding: 0 20px;
}
.shortcode .show-grid {
	background: #999;
	font-size: 12px;
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}
.shortcode .shortcode-icon {
	color: #222;
}
/* End Shortcodes */


/*Blog detail */

.widget h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px;
}
#comments-form-cancel {
	display: inline-block;
	float: left;
	padding-left: 20px;
}
#comments-form-send {
	display: inline-block;
	float: left;
}
#home > div {
	height: 100%;
}
.comment-item .media {
	border: 0!important;
	padding: 0!important;
}
.phrases-box label, .only label {
	font-weight: normal!important;
}
#member-profile select {
	float: right;
}
.img-intro-left > img {
	display: none;
}
.pull-left.item-image > img {
	display: none;
}
#Joomla .items-more {
	display: none;
}
.blog-content .menu {
	padding-left: 0!important;
}
#Joomla .container {
	width: 100%;
}
.container {
	width: 87% !important;
}
#comments .comment-author, #comments .author-homepage {
	font: bold 14px 'Raleway', sans-serif!important;
}
.result-title > a {
	font-size: 16px;
	padding-left: 10px;
	text-transform: uppercase;
}
#searchForm .searchintro, #searchForm .form-group, #searchForm .form-limit {
	margin-top: 5px;
	margin-bottom: 5px;
}
#ordering > option {
	padding: 2px 7px;
}
#searchForm strong {
	font-size: 16px;
	font-weight: normal;
}
.search-results .result-category, .search-results .result-text, .search-results .result-created {
	margin-right: 0!important;
	padding-top: 5px;
}
.search-results .result-title {
	margin-top: 10px;
}
.navstyle {
	float: left!important;
	padding-left: 0!important;
	width: 100%!important;
}
.hasTooltip.pagenav {
	display: block !important;
}
#style-selector ul li {
	list-style: none outside none;
}
/* End Blog detail */
