/* ------------------------------------------------------------------
Project: Rival
Version: 1.5.1
------------------------------------------------------------------ */
@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700");
@import url("http://fonts.googleapis.com/css?family=Volkhov:400italic");
/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}
body {
	background: #fff;
	font: 400 12px/1.8 "Open Sans", sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	border: 0;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left !important;
}
.position-relative {
	position: relative;
}
.leftauto {
	right: 0 !important;
	left: auto !important;
}

/* Selection */

::-moz-selection {
 background:#000;
 color: #fff;
}

::-webkit-selection {
 background:#000;
 color: #fff;
}

::selection {
 background:#000;
 color: #fff;
}
/* Transition elsements */

.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
a, .btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	-moz-transition: all 0.125s ease-in-out 0s;
	-ms-transition: all 0.125s ease-in-out 0s;
	-o-transition: all 0.125s ease-in-out 0s;
	transition: all 0.125s ease-in-out 0s;
}
.client-logo, .gallery-caption, .gallery-image:after, .gallery-image img, .price-table, .team-detail, .team-image:after, .work-caption, .work-image > img, .work-image:after, .post-thumbnail, .post-video, .post-images-slider {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
/* Reset box-shadow */

.btn, .well, .panel, .progress, .form-control, .form-control:hover, .form-control:focus, .navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Reset border-radius */

.well, .label, .alert, .progress, .form-control, .modal-content, .panel-heading, .panel-group .panel, .nav-tabs > li > a, .nav-pills > li > a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/* Forms */

.form-control {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	height: 33px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.form-control:focus {
	border-color: #CACACA;
}
/* Forms size */

.input-lg, .form-horizontal .form-group-lg .form-control {
	height: 43px;
	font-size: 13px;
}
.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 10px;
}
/* Button style */

.btn {
	border-radius: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 17px;
	letter-spacing: 2px;
	padding: 10px 45px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
}
.btn.btn-round {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn.btn-circle {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.btn.btn-w {
	background: rgba(255, 255, 255, .8);
	color: #111;
}
.btn.btn-w:hover, .btn.btn-w:focus {
	background: rgba(255, 255, 255, 1);
	color: #111;
}
.btn.btn-g {
	background: #e5e5e5;
	color: #111;
}
.btn.btn-g:hover, .btn.btn-g:focus {
	background: #d8d8d8;
	color: #111;
}
.btn.btn-border-w {
	background: none repeat scroll 0 0 #f7e03a;
	border: 1px solid #000;
	border-radius: 0px;
	color: #000;
}
.btn.btn-border-w:hover, .btn.btn-border-w:focus {
	background: none repeat scroll 0 0 #f7e03a;
	border: 1px solid #000;
	border-radius: 0px;
	color: #000;
}
.btn.btn-d {
	background: rgba(17, 17, 17, .8);
	color: #fff;
}
.btn.btn-d:hover, .btn.btn-d:focus {
	background: rgba(17, 17, 17, 1);
}
.btn.btn-b {
	background: rgba(17, 17, 17, 1);
	color: #fff;
}
.btn.btn-b:hover, .btn.btn-b:focus {
	background: rgba(17, 17, 17, .8);
}
.btn-border-d {
	background: transparent;
	border: 1px solid rgba(17, 17, 17, 1);
	color: #111;
}
.btn.btn-border-d:hover, .btn.btn-border-d:focus {
	background: rgba(17, 17, 17, 1);
	color: #fff;
}
.btn.btn-font-w {
	background: rgba(255, 255, 255, .8);
	color: #fff;
}
.btn.btn-font-w:hover {
	background: #fff;
	color: #111;
}
/* Buttons size */

.btn.btn-lg {
	padding: 12px 45px;
	font-size: 13px;
}
.btn.btn-sm {
	padding: 6px 25px;
	font-size: 10px;
	letter-spacing: 1px;
}
.btn.btn-xs {
	padding: 4px 19px;
	font-size: 10px;
	letter-spacing: 0;
}
/* Progress bars */

.progress {
	overflow: visible;
	height: 4px;
}
.progress-bar {
	position: relative;
}
.progress-bar.pb-dark {
	background: #111;
}
.progress-bar span {
	position: absolute;
	display: block;
	right: -0px;
	top: -24px;
	opacity: 0;
	line-height: 12px;
	font-size: 12px;
	color: #111;
	padding: 4px 0px;
}
.progress-bar span:after {
	display: inline-block;
	content: "%";
}
/* Tabs */

.tab-content .tab-pane {
	padding: 20px 0;
}
/* Accordion */

.panel-title {
	font-size: 14px;
}
.panel-heading a {
	position: relative;
	display: block;
}
.panel-heading a:after {
	position: absolute;
	content: "\f106";
	top: 50%;
	right: 0px;
	font-family: "FontAwesome";
	line-height: 1;
	font-size: 14px;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f107";
}
/* Tables */

.table-border > tbody > tr > td, .table-border > tbody > tr > th, .table-border > tfoot > tr > td, .table-border > tfoot > tr > th, .table-border > thead > tr > td, .table-border > thead > tr > th {
	border-color: #e5e5e5;
}
.ds-table > tbody > tr > td, .ds-table > tbody > tr > th, .ds-table > tfoot > tr > td, .ds-table > tfoot > tr > th, .ds-table > thead > tr > td, .ds-table > thead > tr > th {
	border-top: 0;
}
.checkout-table {
	border: 1px solid #e5e5e5;
}
.checkout-table > tbody > tr > td, .checkout-table > tbody > tr > th, .checkout-table > tfoot > tr > td, .checkout-table > tfoot > tr > th, .checkout-table > thead > tr > td, .checkout-table > thead > tr > th {
	padding: 12px;
}
.checkout-table tr td, .checkout-table tr th {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.checkout-table tbody tr td:first-child, .checkout-table tbody tr th:first-child {
	max-width: 36px;
}
.pr-remove {
	/*vertical-align: middle !important;*/
	text-align: center;
}
.btn-list .btn {
	margin: 5px 0;
}
.examples {
	border-radius: 2px;
	padding: 7px 5px;
	margin: 0 0 40px;
}
.examples.bg-dark {
	background: #333;
	border: 0;
}
.et-icons .box1 {
	border: 1px solid #e5e5e5;
	display: block;
	width: 25%;
	float: left;
	padding: 0;
	font-size: 13px;
	margin: -1px 0 0 -1px;
}
.et-icons .box1 > span {
	display: inline-block;
	border-right: 1px solid #e5e5e5;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	margin-right: 5px;
}
.fa-icons > div {
	padding: 0;
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	font-size: 13px;
}
.fa-icons > div > i {
	display: inline-block;
	margin-right: 5px;
	min-width: 40px;
	min-height: 40px;
	border-right: 1px solid #f1f1f1;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}
.help-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* Dark background */

.bg-dark, .bg-dark-30, .bg-dark-60, .bg-dark-90, .bg-dark .module-title, .bg-dark-30 .module-title, .bg-dark-60 .module-title, .bg-dark-90 .module-title, .bg-dark .module-subtitle, .bg-dark-30 .module-subtitle, .bg-dark-60 .module-subtitle, .bg-dark-90 .module-subtitle, .bg-dark .alt-module-subtitle h5, .bg-dark-30 .alt-module-subtitle h5, .bg-dark-60 .alt-module-subtitle h5, .bg-dark-90 .alt-module-subtitle h5 {
	color: #fff;
}
.bg-dark {
	background: #111;
}
.bg-dark-30:before {
	position: absolute;
	background: none repeat scroll 0 0 #f7e03a;
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-dark-60:before {
	position: absolute;
	background: rgba(34, 34, 34, .6);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-dark-90:before {
	position: absolute;
	background: rgba(34, 34, 34, .9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-gradient:before {
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 95%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(0, 0, 0, 0.95)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 95%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 95%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 95%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 95%, rgba(0, 0, 0, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0 ); /* IE6-8 */
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-light {
	background: #f6f6f6;
}
/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
	position: fixed;
	background: #000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}
.loader {
	position: absolute;
	border-left: 2px solid #ffffff;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	-moz-animation: load 0.8s infinite linear;
	ms-animation: load 0.8s infinite linear;
	o-animation: load 0.8s infinite linear;
	animation: load 0.8s infinite linear;
}
.loader, .loader:after {
	border-radius: 50%;
	width: 46px;
	height: 46px;
}
 @-webkit-keyframes load {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes load {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

a {
	color: #111;
}
a:hover, a:focus {
	text-decoration: none;
	color: #aaa;
	outline: 0;
}
.bg-dark a {
	color: #444444;
	font-family: Arial;
	font-size: 20px;
}
.bg-dark a:hover, .bg-dark a:focus {
	color: #444444;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 400;
}
p, ol, ul, blockquote {
	margin: 0 0 20px;
	    color: #1a1a1a;
    font-family: Arial !important;
    font-size: 16px !important;
    line-height: 25px;
}
blockquote {
	border: 0 none;
	color: #6eaada;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	padding: 0;
	width: 75%;
}
/*.font-alt {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}*/

.font-serif {
	font-family: Volkhov, "Times New Roman", sans-serif;
	font-style: italic;
}
.large-text {
	font-size: 24px !important;
}
.rotate {
	text-shadow: none !important;
}
/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */

.navbar-custom {
	background-color: #f7e03a;
	border: 0;
	border-radius: 0;
	z-index: 1000;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	-webkit-transition: background, padding 0.4s ease-in-out 0s;
	-moz-transition: background, padding 0.4s ease-in-out 0s;
	-ms-transition: background, padding 0.4s ease-in-out 0s;
	-o-transition: background, padding 0.4s ease-in-out 0s;
	transition: background, padding 0.4s ease-in-out 0s;
}
.navbar a {
	-webkit-transition: color 0.125s ease-in-out 0s;
	-moz-transition: color 0.125s ease-in-out 0s;
	-ms-transition: color 0.125s ease-in-out 0s;
	-o-transition: color 0.125s ease-in-out 0s;
	transition: color 0.125s ease-in-out 0s;
}
.navbar-custom .dropdown-menu {
	background: rgba(26, 26, 26, .9);
	border-radius: 0;
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-custom .navbar-brand {
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 22px;
	color: #fff;
}
.navbar-custom .nav li > a {
	position: relative;
	color: #000;
}
.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	padding: 11px 15px;
	letter-spacing: 2px;
	color: #999;
}
.navbar-custom .dropdown-menu .dropdown-menu {
	border-left: 1px solid rgba(73, 71, 71, 0.15);
	left: 100%;
	right: auto;
	top: 0;
	margin-top: 0;
}
.navbar-custom .dropdown-menu.left-side .dropdown-menu {
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.15);
	right: 100%;
	left: auto;
}
.navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover, .navbar-custom .nav .open > a, .navbar-custom .nav .open > a:focus, .navbar-custom .nav .open > a:hover, .navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
	background: none;
	color: #fff;
}
.navbar-custom .dropdown-menu > li > a:hover {
	background: rgba(255, 255, 255, .1) !important;
}
.navbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}
.dropdown-menu {
	min-width: 200px;
	font-size: 11px;
}
/* Navbar search */

.dropdown-search {
	position: relative;
	padding: 5px;
}
.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}
.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}
/* -------------------------------------------------------------------
Home Section
------------------------------------------------------------------- */

.home-section {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 5px solid #6eaada;
	position: relative;
	width: 100%;
	z-index: 0;
}
.hs-title-size-1 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
}
.hs-title-size-2 {
	line-height: 1.3;
	letter-spacing: 3px;
	font-size: 18px;
	opacity: .8;
}
.hs-title-size-3 {
	letter-spacing: 16px;
	font-size: 46px;
}
.hs-title-size-4 {
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 40px;
	color:#000;
}
/* Video */

.video-controls-box {
	position: absolute !important;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.video-controls-box a {
	display: inline-block;
	color: #fff;
	margin: 0 5px 0 0;
}
/* -------------------------------------------------------------------
Sections
------------------------------------------------------------------- */

.navbar-custom + .main {
	margin-top: 50px;
}
.main {
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.module, .module-small {
	position: relative;
	padding: 40px 0;
}
/* Module header */


.module-title {
	color: #445c78 !important;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	position: relative;
	text-transform: uppercase; font-family:Arial Narrow,Arial,sans-serif; font-stretch:condensed;
}
.module-subtitle {
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 26px !important;
	font-style: normal;
	line-height: 35px;
	margin-bottom: 70px;
	text-align: center;
}
#features .module-subtitle {
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 17px !important;
	font-style: italic;
	line-height: 23px;
	margin-bottom: 70px;
	text-align: center;
}
.module-icon {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}
.module-title + .module-subtitle {
	margin-top: -35px;
}
/* Restaurant module header */

.alt-module-subtitle {
	display: table;
}
.alt-module-subtitle h5 {
	display: table-cell;
	white-space: pre;
	padding: 0 8px;
	color: #111;
}
.holder-w {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 1px;
	width: 50%;
}
.holder-w:before {
	border-top: 1px solid #eaeaea;
	position: relative;
	display: block;
	content: "";
	top: 1px;
	height: 1px;
	width: 100%;
}
/* Sections dividers */

.divider-w {
	border-top: 5px solid #eaeaea;
	margin: 0;
}
.divider-d {
	border-top: 1px solid #202020;
	margin: 0;
}
/* Half-image */

.side-image {
	position: absolute;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.side-image-text {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 140px 60px 140px;
}
/* -------------------------------------------------------------------
Footer
------------------------------------------------------------------- */

.footer {
	padding: 10px 0;
}
.copyright {
	color: #444444;
	font-family: "arial";
	font-size: 16px;
	margin: 0;
	text-align: center;
}
.footer_links {
	color: #444444;
	text-align: center;
/*	margin: -10px;*/
}
.footer-social-links {
	text-align: right;
}
.footer-social-links a {
	display: inline-block;
	padding: 0 6px;
}
.ajax-response {
	text-align: center;
}
/* -------------------------------------------------------------------
Google map
------------------------------------------------------------------- */

#map-section {
	position: relative;
	height: 450px;
	width: 100%;
}
#map {
	height: 100%;
	width: 100%;
}
#map img {
	max-width: none;
}
/* -------------------------------------------------------------------
Services, Content box
------------------------------------------------------------------- */

.features-item {
	color: #898989;
	line-height: 18px;
	margin: 20px 0;
	text-align: center;
}
.features-icon, .alt-features-icon {
	line-height: 1.2;
	font-size: 42px;
	color: #111;
}
.features-title, .alt-features-title {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 14px;
	color: #111;
	margin: 16px 0 15px;
}
.alt-features-item {
	position: relative;
	padding-left: 55px;
	margin: 65px 0 0 0;
}
.alt-features-icon {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 40px;
	font-size: 28px;
}
.alt-features-title {
	font-size: 13px;
	margin: 0 0 10px;
}
/* Content box */

.content-box {
	margin: 20px 0;
	text-align: center;
}
.content-box-title {
	font-weight: 400;
	font-size: 18px;
	color: #111;
	margin: 16px 0 15px;
}
/* -------------------------------------------------------------------
Restaurant menu
------------------------------------------------------------------- */

/*.menu {
	
	padding: 0px;
	margin: 0px;
}

.menu-title,
.menu-price {
	margin: 0 0 10px;
	font-size: 14px;
	color: #111;
}

.menu-price-detail {
	position: relative;
	text-align: right;
}*/

/* -------------------------------------------------------------------
Team
------------------------------------------------------------------- */

.team-item {
	position: relative;
	text-align: center;
}
.team-image {
	position: relative;
	overflow: hidden;
}
.team-image img {
	width: 100%;
}
.team-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.team-detail {
	position: absolute;
	width: 100%;
	opacity: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	color: #aaa;
	padding: 20px;
}
.team-detail h5 {
	font-size: 16px;
}
.team-detail p {
	font-size: 14px;
}
.team-social a {
	display: inline-block;
	color: #aaa;
	padding: 5px 6px;
}
.team-social a:hover {
	color: #FFF;
}
.team-descr {
	margin: 20px 0 0;
}
.team-name {
	font-size: 14px;
	color: #111;
}
.team-role {
	font-size: 11px;
	color: #aaa;
}
.team-item:hover .team-image:after {
	background: rgba(0, 0, 0, .6);
}
.team-item:hover .team-detail {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	transform: translateY(50%);
}
/* -------------------------------------------------------------------
Price-tables
------------------------------------------------------------------- */

.price-table {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 25px 20px;
	margin: 15px 0 30px;
	border-radius: 2px;
	text-align: center;
}
.price-table:hover {
	border-color: #CACACA;
}
.price-table.best {
	margin: 0 0 30px;
}
.price-table .small {
	margin: 0;
}
.borderline {
	position: relative;
	background: #eaeaea;
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px 0 15px;
}
.borderline:before {
	position: absolute;
	background: #eaeaea;
	content: "";
	bottom: -7px;
	left: 50%;
	height: 14px;
	width: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: -7px;
}
.borderline:after {
	position: absolute;
	background: #fff;
	content: "";
	bottom: -5px;
	left: 50%;
	height: 16px;
	width: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: -8px;
}
.price-table h4 {
	color: #111;
	margin: 0;
}
.price-table p.price {
	font-size: 60px;
	color: #111;
	padding: 0;
	margin: 0 0 0 -10px;
}
.price-table p.price span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-top: 25px;
}
.price-details {
	list-style: none;
	padding: 0;
	margin: 0 0 23px;
}
.price-details li {
	padding: 7px 0;
}
.price-details li > span {
	text-decoration: line-through;
	color: #aaa;
}
/* -------------------------------------------------------------------
Count to
------------------------------------------------------------------- */

.count-item {
	text-align: center;
}
.count-icon {
	line-height: 1.2;
	font-size: 42px;
}
/* -------------------------------------------------------------------
Video box
------------------------------------------------------------------- */

.video-box {
	text-align: center;
	padding: 40px 0;
}
.video-box-icon > a > i, .video-box-icon > a > span {
	line-height: 1.8;
	font-size: 40px;
	color: #fff;
}
.video-title {
	letter-spacing: 4px;
	font-size: 30px;
	margin: 10px 0 0;
}
.video-subtitle {
	color: rgba(255, 255, 255, .5);
}
/* -------------------------------------------------------------------
Portfolio
------------------------------------------------------------------- */

/* Portfolio filter */

.filter {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 70px;
}
.filter > li {
	display: inline-block;
	padding: 0 0 10px;
	margin: 0 25px;
}
/* Portfolio grid */

.works-grid {
	list-style: none;
	padding: 0;
	margin: 0;
}
.works-grid.works-grid-gut {
	margin: 0 0 0 -10px;
}
.works-grid.works-grid-gut .work-item {
	padding: 0 0 10px 10px;
}
.work-item {
	width: 50%;
	float: left;
	margin: 0;
}
.works-grid-3 .work-item {
	width: 33.3333%;
}
.container .works-grid-3 .work-item {
	width: 33.2%;
}
.works-grid-4 .work-item {
	width: 25%;
}
.works-grid-5 .work-item {
	width: 20%;
}
.work-item > a {
	position: relative;
	display: block;
	overflow: hidden;
}
.work-image {
	position: relative;
	overflow: hidden;
}
.work-image img {
	display: block;
	overflow: hidden;
	width: 100%;
}
.work-image:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.work-caption {
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	text-align: center;
	overflow: hidden;
}
.work-title {
	font-size: 14px;
	color: #fff;
	margin: 0 0 6px;
}
.work-descr {
	color: #aaa;
}
.work-item:hover .work-image:after {
	background: rgba(0, 0, 0, .6);
}
.work-item:hover .work-image > img {
	-webkit-transform: scale(1.1) rotate(2deg);
	-moz-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	-o-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
}
.work-item:hover .work-caption {
	bottom: 50%;
	opacity: 1;
	z-index: 3;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	transform: translateY(50%);
}
/* Work item white background*/

.works-grid.works-hover-w .work-title {
	color: #111;
}
.works-grid.works-hover-w .work-item:hover .work-image:after {
	background: rgba(255, 255, 255, .8);
}
/* Work item gradien background*/

.works-grid.works-hover-g .work-image:after {
	opacity: 0;
}
.works-grid.works-hover-g .work-descr {
	color: #fff;
}
.works-grid.works-hover-g .work-item:hover .work-image:after {
	background: rgb(111,226,158);
	background: -moz-linear-gradient(-45deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(111, 226, 158, 0.8)), color-stop(100%, rgba(91, 218, 209, 0.8)));
	background: -webkit-linear-gradient(-45deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
	background: -o-linear-gradient(-45deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
	background: -ms-linear-gradient(-45deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
	background: linear-gradient(135deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1', GradientType=1 );
	opacity: 1;
}
/* -------------------------------------------------------------------
Portfoli Single
------------------------------------------------------------------- */
.work-details {
	margin: 0 0 20px;
}
.work-details-title {
	color: #111;
	margin: 0 0 20px;
}
.work-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.work-details ul > li {
	border-bottom: 1px dotted #c2c2c2;
	padding: 0 0 5px;
	margin: 0 0 5px;
}
/* -------------------------------------------------------------------
Callout
------------------------------------------------------------------- */

.callout-text {
  color: #010101;
  font-family: arial;
  font-size: 20px;
  width: auto;
}
.callout-title {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin: 0;
}
.callout-btn-box {
	text-align: right;
	padding-top: 4px;
}
/* -------------------------------------------------------------------
Testimonials
------------------------------------------------------------------- */

.testimonials-slider {
	position: relative;
}
.testimonial-text {
	text-align: center;
	font-style: normal;
	font-size: 18px;
}
.testimonial-caption {
	text-align: center;
	padding: 10px 0 0;
}
.testimonial-title {
	font-size: 14px;
}
.testimonial-descr {
	color: rgba(255, 255, 255, .5);
	font-size: 11px;
}
/* -------------------------------------------------------------------
Gallery
------------------------------------------------------------------- */

.gallery-item {
	position: relative;
	text-align: center;
	margin: 0 0 20px;
}
.gallery-image {
	position: relative;
	overflow: hidden;
}
.gallery-image img {
	display: block;
	overflow: hidden;
	width: 100%;
}
.gallery-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.gallery-caption {
	position: absolute;
	width: 100%;
	opacity: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 28px;
	color: #fff;
	padding: 20px;
}
.gallery-icon {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	font-size: 24px;
	margin: 0 auto;
}
.gallery-icon i, .gallery-icon span {
	line-height: 50px;
}
/* Gallery hover */

.gallery-item:hover .gallery-image:after {
	background: rgba(0, 0, 0, .6);
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	transform: translateY(50%);
}
/* -------------------------------------------------------------------
Post
------------------------------------------------------------------- */

.post {
    margin: 0 !important;
    padding-bottom: 25px;
}

.post-title {
	line-height: 1.4;
	font-size: 22px;
	color: #111;
	margin: 0;
}
.post-header {
	margin: 0 0 15px;
}
.post-meta {
	font-size: 11px;
	color: #aaa;
}
.post-entry {
	border-top: 1px dotted #c2c2c2;
	padding-top: 20px;
	margin-top: 10px;
}
.post-images-slider {
	position: relative;
}
.post-images-slider .flex-control-nav {
	bottom: 0;
}
.post-thumbnail, .post-images-slider, .post-video {
	margin: 0 0 20px;
}
.post-quote {
	background: #f5f5f5;
	text-align: center;
	padding: 20px;
}
/* Post columns */

.post-columns .post {
	margin: 0 0 60px;
}
.post-columns .post-header {
	margin: 0 0 10px;
}
.post-columns .post-title {
	color: #445c78;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}
.post-columns .post-entry {
	padding: 10px 0 0;
	margin: 0 0 10px;
}
.post-columns.wo-border .post-entry {
	border: 0;
	padding: 0;
}
.post-columns .post-entry p:last-child {
	margin: 0;
}
.more-link:after {
	content: "\00BB";
	color: #666666;
	padding-left: 5px;
}
.pagination a {
	border: 1px solid #eaeaea;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	color: #999;
	padding: 4px 12px;
}
.pagination a.active {
	border-color: #CACACA;
}
/* -------------------------------------------------------------------
Widgets
------------------------------------------------------------------- */

.sidebar .widget {
	margin-bottom: 60px;
	margin-top: 40px;
}
.sidebar .widget-title {
	color: #111;
}
.widget .widget-title {
	border-bottom: 1px solid #cbcbcb;
	font-size: 20px;
	margin: 0 0 5px;
	padding: 0 0 8px;
}
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget .icon-list li {
	border-bottom: 1px solid #8a8a8a;
	padding: 5px 0 5px 3px;
}
.widget .icon-list li a:before {
	/*content: "\00BB";*/
	color: #666666;
	padding-right: 5px;
}
.widget-posts li {
	color: #686669;
	font-size: 13px;
	list-style: inside none disc;
	margin: 0 0 7px;
}
.widget-posts li:last-child {
	margin: 0;
}
.widget-posts-image {
	float: left;
	width: 64px;
}
.widget-posts-body {
	margin-left: 74px;
}
.search-box {
	position: relative;
}
/* -------------------------------------------------------------------
Tags
------------------------------------------------------------------- */

.tags a {
	background: #111;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	padding: 4px 10px 4px 12px;
	margin: 0 0 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.tags a:hover {
	background: rgba(17, 17, 17, .8);
}
/* -------------------------------------------------------------------
Comments and comment form
------------------------------------------------------------------- */

.comments, .comment-form {
	margin: 0px
}
.comments .comment-title, .comment-form .comment-form-title {
	border-bottom: 1px dotted #c2c2c2;
	font-size: 16px;
	color: #111;
	padding-bottom: 15px;
	margin: 0 0 20px;
}
.comment-author {
	font-size: 14px;
	margin: 0 0 10px;
}
.comment-avatar {
	width: 55px;
	float: left;
	margin-top: 10px;
}
.comment-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.comment-content {
	padding-top: 5px;
	margin-left: 75px;
	margin-bottom: 30px;
}
/* -------------------------------------------------------------------
Client logos
------------------------------------------------------------------- */

.client-logo {
	opacity: .5;
}
.client-logo:hover {
	opacity: 1;
}
/* -------------------------------------------------------------------
Shop
------------------------------------------------------------------- */

.navbar-custom .navbar-cart > a {
	position: relative;
	font-size: 12px;
}
.navbar-custom .navbar-cart a:after {
	content: "";
}
.navbar-cart .cart-item-number {
	position: absolute;
	background: #e5e5e5;
	display: block;
	height: 14px;
	width: 14px;
	right: 7px;
	top: 21px;
	text-align: center;
	line-height: 14px;
	letter-spacing: 0;
	font-size: 10px;
	color: #111;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/* If cart is last item - add padding-left */

.navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
	padding-left: 22px;
}
/* Navbar cart item */

.dropdown-menu.cart-list {
	background: rgba(26, 26, 26, .92);
	padding: 11px 15px;
	text-align: right;
}
.navbar-cart-item {
	border: 1px solid rgba(73, 71, 71, 0.15);
	margin: 0 0 10px;
}
.navbar-cart-img {
	float: left;
	border: 3px solid rgba(255, 255, 255, .1);
}
.navbar-cart-img img {
	max-width: 64px;
}
.navbar-cart-title {
	white-space: nowrap;
	margin-left: 70px;
	padding: 10px;
}
.navbar-cart-title a, .navbar-cart-title .cart-amount {
	letter-spacing: 2px;
	font-size: 11px;
}
.navbar-cart-title a {
	display: block;
	margin: 0 0 5px;
}
.navbar-cart-title .cart-amount {
	font-size: 10px;
}
.cart-sub-totle {
	margin: 10px 0 20px;
}
/* Links hover */

.navbar-cart-item a {
	color: #999;
}
.navbar-cart-item a:hover {
	color: #fff;
}
/* -------------------------------------------------------------------
Shope item
------------------------------------------------------------------- */

.shop-item {
	text-align: center;
	margin: 0 0 40px;
}
.shop-item-image {
	position: relative;
	overflow: hidden;
}
.shop-item-image img {
	width: 100%;
}
.shop-item-detail, .shop-item-image:after {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.shop-item-image:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.shop-item-detail {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	padding: 20px;
	opacity: 0;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	color: #aaa;
}
.shop-item-title {
	font-weight: 400;
	font-size: 14px;
	color: #111;
	margin: 15px 0 5px;
}
/* Shop item hover */

.shop-item:hover .shop-item-image:after {
	background: rgba(255, 255, 255, .7);
}
.shop-item:hover .shop-item-detail {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	transform: translateY(50%);
}
/* -------------------------------------------------------------------
Shope item
------------------------------------------------------------------- */

.ex-product {
	opacity: .7;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.ex-product:hover {
	opacity: 1;
}
/* -------------------------------------------------------------------
Shop product detail
------------------------------------------------------------------- */

.product-gallery {
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 10px 0 0;
}
.product-gallery li {
	display: inline-block;
	width: 15%;
	margin: 0 5px;
}
.product-gallery li:first-child {
	margin-left: 0;
}
.product-title {
	margin: 0 0 20px;
	color: #111;
}
.star, .star-off {
	margin-bottom: 5px;
	color: #f1c40f;
}
.star-off {
	color: #e5e5e5;
}
.amount {
	font-size: 32px;
	color: #111;
}
.reviews {
	margin: 0;
}
/* -------------------------------------------------------------------
Scroll to top
------------------------------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	bottom: 7px;
	right: 7px;
	z-index: 999;
}
.scroll-up a {
	background: #fff;
	display: block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #000;
	opacity: 0.6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.scroll-up a:hover, .scroll-up a:active {
	opacity: 1;
	color: #000;
}
/* -------------------------------------------------------------------
Header
------------------------------------------------------------------- */

#massheader
{
		background: #6eaada none repeat scroll 0 0;

		paddding:0;
		font-size:16px;
}

#massheader .massnaviga .call {
    background: rgba(0, 0, 0, 0) url("../images/phone.png") no-repeat scroll left center;
    font-family: arial;
    font-size: 110%;
    font-weight: 700;
    min-height: 45px;
    min-width: 175px;
    padding: 7px 0 0 0px;
}
#massheader .massnaviga .call a{ padding-left:53px; }
.call.pull-right span {
    color: #2a394b;
}

#massheader .massnaviga .email {
    background: rgba(0, 0, 0, 0) url("../images/mail.png") no-repeat scroll left center;
    font-family: arial;
    font-size: 110%;
    font-weight: 700;
    min-height: 45px;
    min-width: 125px;
    padding: 7px 0 0 53px;
}
.email.pull-right span {
  color: #2a394b;
}

#massheader .col-lg-1, #massheader .col-lg-10, #massheader .col-lg-11, #massheader .col-lg-12, #massheader .col-lg-2, #massheader .col-lg-3, #massheader .col-lg-4, #massheader .col-lg-5, #massheader .col-lg-6, #massheader .col-lg-7, #massheader .col-lg-8, #massheader .col-lg-9, #massheader .col-md-1, #massheader .col-md-10, #massheader .col-md-11,  #massheader .col-md-12, #massheader .col-md-2, #massheader .col-md-3, #massheader .col-md-4, #massheader .col-md-5, #massheader .col-md-6, #massheader .col-md-7, #massheader .col-md-8, #massheader .col-md-9, #massheader .col-sm-1, #massheader .col-sm-10, #massheader .col-sm-11, .col-sm-12, #massheader .col-sm-2, #massheader .col-sm-3, #massheader .col-sm-4, #massheader .col-sm-5, #massheader .col-sm-6, #massheader .col-sm-7, #massheader .col-sm-8, #massheader .col-sm-9, #massheader .col-xs-1, #massheader .col-xs-10, #massheader .col-xs-11, #massheader .col-xs-12, #massheader .col-xs-2, #massheader .col-xs-3, #massheader .col-xs-4, #massheader .col-xs-5,#massheader .col-xs-6, #massheader .col-xs-7, #massheader.col-xs-8, #massheader .col-xs-9
{
	padding:0;
	}
	#topNav .email a:hover, #topNav .call a:hover{ color:#000;}

		#topNav .nav > li > a, #topNav .nav > li > a:focus, #topNav .nav > li > a:hover{ background-color:transparent; color:#fff;}
		
.team-page .content {
    padding-left: 3%;
    width: 100%;
}

.cform, .cselection{ width:46%; margin:2% !important;  float:left;  }
.csubmit{ width:96%; margin:2% !important;  float:left; }


.banner_wrapper .banner .banner_caption{
background:none;
position:relative; padding:0px; 
}
.banner_caption .text > p, .banner_caption .text > h4 {
  color: #fff;
  font-family: Arial;
}
	
.banner_wrapper .banner{ border:none; }
.cycle-slideshow {
  margin-bottom: 0px;
}
.cycloneslider-pager span:nth-child(5), .cycloneslider-pager span:nth-child(6), .cycloneslider-pager span:nth-child(7), .cycloneslider-pager span:nth-child(8){ display:none; }
/* -------------------------------------------------------------------
Responsive Media Querries
------------------------------------------------------------------- */

@media (min-width: 768px) {


	.module-small.bg-dark .textwidget {
/*  padding: 0 5%;*/
}
.massftrlinks span {
  color: #000;
  font-size: 160%;
  font-style: italic;
  padding: 0 1%;
}
.widget_nav_menu {
  text-align: center;
  width: 75%;
}
			#massheader{min-height:95px;}
			#massheader .massnaviga
{ margin: 5px 0 0; }
.masslogowrapper {
  margin-top: 5px;
}
 .navbar-transparent {
 background: transparent;
 padding-bottom: 15px;
 padding-top: 15px;
}
 .navbar-custom .dropdown-menu {
 position: absolute;
 display: block;
 visibility: hidden;
 opacity: 0;
}
 .navbar-custom .open > .dropdown-menu {
 visibility: visible;
 opacity: 1;
}
 .navbar-custom .dropdown-menu .dropdown-toggle:after {
 position: absolute;
 display: block;
 right: 9px;
 top: 50%;
 margin-top: -6px;
 font: normal normal normal 14px/1 FontAwesome;
 font-size: 9px;
 content: "\f105";
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
 .navbar-right .dropdown-menu {
 right: auto;
 left: 0;
}


.banner_wrapper{ margin:0 auto;}

	/* Comments */

	.comment .comment {
 margin-left: 75px;
}
}
 @media (min-width: 1200px) {
	.widget_nav_menu{ max-width: 75%;}
 }
 @media (max-width: 1200px) {

	/* Features */

	.alt-features-item {
 margin: 20px 0 0;
}
.banner_caption {
	width:970px; float:none !important; margin:0 auto;
	
}
}
 @media (max-width: 1050px) {

	/* Navbar */

	.navbar-custom {
 letter-spacing: 1px;
}
}
 @media (max-width: 991px) {

	/* Navbar */

	.navbar-custom {
 letter-spacing: 0;
}

	/* Headers */

	.hs-title-size-3 {
 letter-spacing: 8px;
 font-size: 36px;
}
 .hs-title-size-4 {
 letter-spacing: 12px;
 font-size: 38px;
}
 .work-item,  .works-grid-3 .work-item,  .container .works-grid-3 .work-item,  .works-grid-4 .work-item,  .works-grid-5 .work-item {
 width: 50%;
}
/*.header_dark .container{ width:100%; }*/
	/* Half-image */

	.side-image {
 position: relative;
 height: 300px;
}

.cform, .csubmit, .cselection{ width:96%; margin:2% !important;  }

.banner_wrapper .banner.bottom .banner_caption {
  bottom: 0;
  float: left;
}
.banner_caption .text > h1 {
    font-size: 36px !important;
}
.banner_caption {
	width:750px; float:none !important; margin:0 auto;
	
}	
}
 @media (max-width: 767px) {
	 .navbar-nav { margin:0;}
	 .banner_wrapper, .banner_wrapper banner{ width:100% !important;}
.home_slider .banner_caption{ width:86% !important;}
	/* Navbar */
.phone_icons	
{
 border-left:2px solid #fff;
 border-right:2px solid #fff;
}
.phone_icons a img
{
	 padding:0 3px;
 max-width:60px;

	}
.banner_caption {
	width:auto; float:left !important; 
	
}
				#massheader .massnaviga
{ margin:25px 0px;}
#massheader .masslogowrapper{ margin:15px 0; }
.navbar-custom .navbar-nav {
 letter-spacing: 3px;
 margin-top: 1px;
 margin-bottom: 0;
}
#topNav .phone_icons{ padding:10px 15px;    border-left: 2px solid #fff;
    border-right: 2px solid #fff; max-width:70px; height:60px;}
.navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    height: 4px;
    margin-bottom: 10px;
    width: 40px;
}

.navbar-toggle .icon-bar.ic2 {
   top: 1px;
}

.navbar-toggle .icon-bar.ic1 {
   top: 2px;
}
.navbar-toggle.active
{
   box-shadow:none;
}
.navbar-toggle .icon-bar {
   position: relative;
   transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar.ic1 {
   top: 22px;
   transform: rotate(45deg);
   -moz-transform: rotate(45deg);  /*/ FF3.5/3.6 /*/
-o-transform: rotate(45deg);  /*/ Opera 10.5 /*/
-webkit-transform: rotate(45deg); /* / Saf3.1+ /*/

}

.navbar-toggle.active .icon-bar.ic2 {
   background-color: transparent;
   outline:none;
}
.navbar-toggle.active .icon-bar.ic1.hme3
{
	   top: -3px;
	}
.navbar-toggle.active .icon-bar.ic3 {
   top: -6px;
   transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);  /*/ FF3.5/3.6 /*/
-o-transform: rotate(-45deg);  /*/ Opera 10.5 /*/
-webkit-transform: rotate(-45deg); /* / Saf3.1+ /*/
}


.navbar-toggle {
    padding: 6px 3px 0 3px;
    position: relative;
	margin-left:15px;
}

 .navbar-custom li > a:hover {
 background: rgba(255, 255, 255, .1) !important;
}
 .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
 padding: 10px 25px;
}
 .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
 padding: 10px 35px;
}
 .navbar-custom li a,  .navbar-custom .dropdown-search {
 border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
}
 .navbar-custom .dropdown-toggle:after,  .navbar-custom .dropdown-menu .dropdown-toggle:after {
 right: 7px;
 content: "\f107";
}
 .navbar-custom .nav > .open >.dropdown-toggle:after,  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
 right: 7px;
 content: "\f106";
}

	/* Shop navbar */

	.navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
 padding-left: 15px;
}
 .navbar-custom .cart-item-number {
 display: none;
}
 .navbar-custom .navbar-cart > a:after {
 content: "\f107";
}
 .navbar-custom .navbar-cart-item a {
 border: 0 !important;
}
 .dropdown-menu.cart-list {
 text-align: left;
 border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
}
 .navbar-cart-item {
 border: none;
 border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
 padding-bottom: 10px;
}
 .navbar-cart-img {
 display: none;
}
 .navbar-cart-title {
 white-space: normal;
 padding: 0;
 margin-left: 0;
}



	/* Headers */

	.hs-title-size-1 {
 letter-spacing: 2px;
 font-size: 14px;
}
 .hs-title-size-2 {
 line-height: 1.3;
 letter-spacing: 2px;
 font-size: 16px;
 opacity: .8;
}
 .hs-title-size-3 {
 letter-spacing: 4px;
 font-size: 26px;
}
 .hs-title-size-4 {
 letter-spacing: 6px;
 font-size: 28px;
}

	/* Features */

	.features-item {
 margin: 0 0 30px;
}
 .alt-features-item {
 padding-left: 0;
 margin: 0 0 30px;
 text-align: center;
}
 .alt-features-icon {
 position: static;
 width: auto;
 margin: 0 auto 8px;
}

	/* Callout */

	.callout-text {
 margin: 0 0 30px;
}
 .callout-text,  .callout-btn-box {
 text-align: center;
}

	/* Sidebar */
.sidebar {
 margin-top: 50px;
}
body.sidebar{ margin:0px; }
 .widget {
 margin-bottom: 60px;
}
 .post.mb-0 {
 margin-bottom: 40px !important;
}
 .footer {
 text-align: center;
}
 .copyright,  .footer-social-links {
 text-align: center;
 margin: 10px 0;
}

	/* Half-image */

	.side-image-text {
 padding-left: 15px;
 padding-right: 15px;
}

	/* Restaurant menu */

	.menu-title,  .menu-detail,  .menu-price-detail {
 text-align: center;
}
 .align-center-sm {
 text-align: center;
}
 .align-left-sm {
 text-align: left;
}

	/* Scroll up btn*/

	.scroll-up {
 display: none !important;
}
}

/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
	clear: left;
}
 .multi-columns-row .col-xs-6:nth-child(2n + 3) {
clear: left;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
clear: left;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
clear: left;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
clear: left;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
clear: left;
}
 @media (min-width: 768px) {
 .multi-columns-row .col-xs-6:nth-child(2n + 3) {
clear: none;
}
 .multi-columns-row .col-xs-4:nth-child(3n + 4) {
clear: none;
}
 .multi-columns-row .col-xs-3:nth-child(4n + 5) {
clear: none;
}
 .multi-columns-row .col-xs-2:nth-child(6n + 7) {
clear: none;
}
 .multi-columns-row .col-xs-1:nth-child(12n + 13) {
clear: none;
}
 .multi-columns-row .col-sm-6:nth-child(2n + 3) {
clear: left;
}
 .multi-columns-row .col-sm-4:nth-child(3n + 4) {
clear: left;
}
 .multi-columns-row .col-sm-3:nth-child(4n + 5) {
clear: left;
}
 .multi-columns-row .col-sm-2:nth-child(6n + 7) {
clear: left;
}
 .multi-columns-row .col-sm-1:nth-child(12n + 13) {
clear: left;
}
/*.header_menu {
	float:right; width:69%;
}*/
.navbar-nav > li > a{
 margin-bottom: 12px;
    margin-top: 14px;
    padding-bottom: 0;
    padding-top: 0; 
border-right: 1px solid white;	
line-height: 15px;
	}
	
	#menu-item-192 > a {
 border-right: 0 none !important;
}


}
 @media (min-width: 992px) {
 .multi-columns-row .col-sm-6:nth-child(2n + 3) {
clear: none;
}
 .multi-columns-row .col-sm-4:nth-child(3n + 4) {
clear: none;
}
 .multi-columns-row .col-sm-3:nth-child(4n + 5) {
clear: none;
}
 .multi-columns-row .col-sm-2:nth-child(6n + 7) {
clear: none;
}
 .multi-columns-row .col-sm-1:nth-child(12n + 13) {
clear: none;
}
 .multi-columns-row .col-md-6:nth-child(2n + 3) {
clear: left;
}
 .multi-columns-row .col-md-4:nth-child(3n + 4) {
clear: left;
}
 .multi-columns-row .col-md-3:nth-child(4n + 5) {
clear: left;
}
 .multi-columns-row .col-md-2:nth-child(6n + 7) {
clear: left;
}
 .multi-columns-row .col-md-1:nth-child(12n + 13) {
clear: left;
}
.sidebar .site-main { min-height:425px; }
}
 @media (min-width: 1200px) {
 .multi-columns-row .col-md-6:nth-child(2n + 3) {
clear: none;
}
 .multi-columns-row .col-md-4:nth-child(3n + 4) {
clear: none;
}
 .multi-columns-row .col-md-3:nth-child(4n + 5) {
clear: none;
}
 .multi-columns-row .col-md-2:nth-child(6n + 7) {
clear: none;
}
 .multi-columns-row .col-md-1:nth-child(12n + 13) {
clear: none;
}
 .multi-columns-row .col-lg-6:nth-child(2n + 3) {
clear: left;
}
 .multi-columns-row .col-lg-4:nth-child(3n + 4) {
clear: left;
}
 .multi-columns-row .col-lg-3:nth-child(4n + 5) {
clear: left;
}
 .multi-columns-row .col-lg-2:nth-child(6n + 7) {
clear: left;
}
 .multi-columns-row .col-lg-1:nth-child(12n + 13) {
clear: left;
}
.module-small.bg-dark {

	padding-top:7%;
}
}
/* -------------------------------------------------------------------
Vertival margin, padding
------------------------------------------------------------------- */

.p-0 {
	padding: 0!important
}
.pt-0 {
	padding-top:0!important
}
.pt-10 {
	padding-top:10px!important
}
.pt-20 {
	padding-top:20px!important
}
.pt-30 {
	padding-top:30px!important
}
.pt-40 {
	padding-top:40px!important
}
.pt-50 {
	padding-top:50px!important
}
.pt-140 {
	padding-top:140px!important
}
.pb-0 {
	padding-bottom:0!important
}
.pb-10 {
	padding-bottom:10px!important
}
.pb-20 {
	padding-bottom:20px!important
}
.pb-30 {
	padding-bottom:30px!important
}
.pb-40 {
	padding-bottom:40px!important
}
.pb-50 {
	padding-bottom:50px!important
}
.pb-140 {
	padding-bottom:140px!important
}
.m-0 {
	margin:0 !important
}
.mt-0 {
	margin-top:0 !important
}
.mt-10 {
	margin-top:10px !important
}
.mt-20 {
	margin-top:20px !important
}
.mt-30 {
	margin-top:30px !important
}
.mt-40 {
	margin-top:40px !important
}
.mt-50 {
	margin-top:50px !important
}
.mt-60 {
	margin-top:60px !important
}
.mt-70 {
	margin-top:70px !important
}
.mt-80 {
	margin-top:80px !important
}
.mb-0 {
	margin-bottom:0!important
}
.mb-10 {
	margin-bottom:10px !important
}
.mb-20 {
	margin-bottom:20px !important
}
.mb-30 {
	margin-bottom:30px !important
}
.mb-40 {
	margin-bottom:40px !important
}
.mb-50 {
	margin-bottom:50px !important
}
.mb-60 {
	margin-bottom:60px !important
}
.mb-70 {
	margin-bottom:70px !important
}
.mb-80 {
	margin-bottom:80px !important
}
 @media only screen and (max-width:991px) {
 .mt-sm-0 {
margin-top:0!important
}
 .mt-sm-10 {
margin-top:10px !important
}
 .mt-sm-20 {
margin-top:20px !important
}
 .mt-sm-30 {
margin-top:30px !important
}
 .mt-sm-40 {
margin-top:40px !important
}
 .mt-sm-50 {
margin-top:50px !important
}
 .mt-sm-60 {
margin-top:60px !important
}
 .mt-sm-70 {
margin-top:70px !important
}
 .mt-sm-80 {
margin-top:80px !important
}
 .mb-sm-0 {
margin-bottom:0!important
}
 .mb-sm-10 {
margin-bottom:10px !important
}
 .mb-sm-20 {
margin-bottom:20px !important
}
 .mb-sm-30 {
margin-bottom:30px !important
}
 .mb-sm-40 {
margin-bottom:40px !important
}
 .mb-sm-50 {
margin-bottom:50px !important
}
 .mb-sm-60 {
margin-bottom:60px !important
}
 .mb-sm-70 {
margin-bottom:70px !important
}
 .mb-sm-80 {
margin-bottom:80px !important
}

}


.module-small.bg-dark {
  background: rgba(0, 0, 0, 0) url("../images/map_bg.jpg") repeat scroll center top;
  height: 349px;
  padding-top: 5%;
}
.addres address{ text-align:center; }
 @media only screen and (max-width:767px) {
 .mt-xs-0 {
margin-top:0!important
}
 .mt-xs-10 {
margin-top:10px !important
}
 .mt-xs-20 {
margin-top:20px !important
}
 .mt-xs-30 {
margin-top:30px !important
}
 .mt-xs-40 {
margin-top:40px !important
}
 .mt-xs-50 {
margin-top:50px !important
}
 .mt-xs-60 {
margin-top:60px !important
}
 .mt-xs-70 {
margin-top:70px !important
}
 .mt-xs-80 {
margin-top:80px !important
}
 .mb-xs-0 {
margin-bottom:0!important
}
 .mb-xs-10 {
margin-bottom:10px !important
}
 .mb-xs-20 {
margin-bottom:20px !important
}
 .mb-xs-30 {
margin-bottom:30px !important
}
 .mb-xs-40 {
margin-bottom:40px !important
}
 .mb-xs-50 {
margin-bottom:50px !important
}
 .mb-xs-60 {
margin-bottom:60px !important
}
 .mb-xs-70 {
margin-bottom:70px !important
}
 .mb-xs-80 {
margin-bottom:80px !important
}

.module-small.bg-dark {
	background: rgba(0, 0, 0, 0) url("../images/map_bg.jpg") repeat scroll center top;
	height: auto;
	padding-top:0px;
}
.callout-text {
  float: none;
  margin: 0 auto;
}
.head_txt.pull-left{ float:none !important; }
}
/* Home work */


.footer.bg-dark {
	background: #191a1a none repeat scroll 0 0;
}
.widget > p {
	font-size: 14px;
	margin: 0 0 7px;
}
.fa-fw {
	font-size: 25px !important;
	text-align: center;
	width: 1.286em;
}
.icon-list a {
	color: #fff;
	font-size: 13px;
}
#news .module-subtitle {
	color: #111;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 17px !important;
	font-style: italic;
	line-height: 23px;
	margin-bottom: 70px;
	text-align: center;
}
#news .font-serif {
	font-family: Volkhov, "Times New Roman", sans-serif !important;
	font-style: italic;
}
.bg-dark .btn {
    background: #f2a216 none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff !important;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 0;
    padding: 10px 18px;
}

.copyright.font-alt > a {
	color: #fff;
}
.callout-text > p {
	margin-top: 5%;
}
.head_txt {
	/*  float: right;*/
    line-height: 30px;
	text-align: left;
}
.office {
    background: #f2a216 none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff !important;
    font-family: arial;
    font-weight: bold;
    margin-top: 15%;
    padding: 3px;
    text-align: center;
    width: auto;
}
.footer {
	padding: 60px 0 30px;
}
.news_title {
	color: #445c78;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.tweet_p {
	color: #6eaada;
	font-family: Arial;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	line-height: 25px;
}
.links {
	color: #6eaada;
	font-family: Arial;
	font-size: 17px;
	font-style: italic;
	margin: 0 0 10px;
}
.news_date {
	color: #445c78;
	font-family: arial;
	font-size: 17px;
}
.profile_title {
	color: #6eaada;
	font-family: arial;
	font-size: 30px;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 10px;
	margin-top: 0 !important;
}
.company_p {
	color: #080808;
	font-family: arial;
	font-size: 17px;
	line-height: 19px;
}
.read_more {
	color: #f2a216;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}

.read_more > a {
  color: #f2a216;
}

.video_title > h1 {
	color: #6eaada;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px !important;
	margin-left: 15px;
	text-transform: uppercase;
}
.home_videos {
	background: #f1f0e7 none repeat scroll 0 0;
	margin-bottom: 0 !important;
	text-align: left;
}
.video_txt {
	color: #221f1f;
	font-family: arial;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	margin: 5% 5% 0;
	width: 72%;
}
.home_videos .read_more {
	font-size: 12px;
	font-weight: 900;
	margin-left: 5%;
	background: rgba(0, 0, 0, 0) url("../images/service_icons.jpg") no-repeat scroll 32px 5px;
	padding-bottom: 10px !important;
}
.header_dark {
	background: #6eaada none repeat scroll 0 0;
}
/*.header_dark .contact {
	float: right;
	margin-top: 7px;
	text-align: right;
	width: 31.5%;
}*/
.header_dark .call {
	background: url("../images/phone.png") no-repeat scroll left center;
	color: #2a394b;
/*	float: left;*/
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	height: 45px;
	padding: 10px 0 0 50px; 
	margin: 5px 25px 0 10px;
	max-width:175px;
}
.header_dark .email {
	background: url("../images/mail.png") no-repeat scroll left center;
	color: #2a394b;
/*	float: left;*/
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	height: 45px;
	padding: 10px 0 0 50px;
	margin: 5px 0 0 10px;
	max-width:125px;
}

.line_bar {
	color: #fff;
	padding-top: 12px;
}
/*.logo {
	margin-top: 8px;
}
*/
.main-container p {
	color: #1a1a1a;
	font-family: Arial;
	font-size: 16px;
	line-height: 25px;
/*	margin-right: 25px;*/
}
.page_img {
	padding: 20px 0 45px;
}
.quote_txt > p {
	border: 0 none;
	color: #6eaada;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	padding: 0;
	width: 77.5%;
}
.quote_1 {
	float: left;
	margin-top: -30px;
	height: auto;
}
.quote_2 {
	float: right;
	margin-top: auto;
}
.quote_txt {
	padding: 40px 0 10px;
}
.module.main-container {
	padding: 60px 0 !important;
}
.quote_services {
	padding: 20px 0 10px;
}
.quote_services .quote_1 {
	float: left;
/*	height: 115px;*/
	margin-top: -30px;
	font-size:16px;
	color:#6eaada;
}
.quote_1 > img {
  padding: 0 30px 0 0;
}
.quote_1 .quote_2{ padding:0 0 0 30px;}
.quote_services > p {
	border: 0 none;
	color: #6eaada;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 30px;
	margin-left: 80px;
	padding: 0;
	width: 88%;
}
.quote_services .quote_2 {
	float: right;
	margin: 0;
}
.get_touch {
	background: #f2a216 none repeat scroll 0 0;
	border-radius: 5px;
	padding: 8px;
	text-align: center;
	width: auto;
}
.get_touch a {
	color: #fff !important;
	font-family: arial;
	font-weight: bold;
	font-size:20px;
	padding: 10px;
}
.left_side {
	width: 95%;
}
.left_side > ul {
	margin: 0 !important;
	padding: 0 !important;
}
.left_side li {
	border-bottom: 1px solid #b6d4ec;
	list-style: outside none none;
	margin-bottom: 12px;
	padding-bottom: 12px;
	padding-left: 35px;
}
.left_side a {
	font-family: Arial;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #1a1a1a;
}
.left_side a:hover {
	color: #f2a216;
}
.left_side a:active {
	color: #f2a216;
	font-weight: bold;
}
.left_side .active > a {
	color: #f2a216;
	font-weight: bold;
}
.services_title {
	color: #6eaada;
	font-family: Arial Narrow,Arial,sans-serif; 
	font-stretch: condensed;
	font-weight:bold;
	font-size: 30px;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 10px;
	margin-top: 0 !important;
	text-transform: uppercase;
}
.tab_open {
	color: #1a1a1a;
	font-family: Arial;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#nav_menu-2.widget_nav_menu a:hover, #nav_menu-3.widget_nav_menu a:hover
{
	font-weight:normal;
}
.blog #content .entry-title a{ text-transform:uppercase; color:#6eaada;}
.banner .text h2{ font-weight:bold; font-size:46px;}
.tab_open .office {
	background: #f2a216 none repeat scroll 0 0;
	border-radius: 10px;
	color: #fff !important;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	width: auto;
}
/*.header_logo {
	float: left;
}
*//*.header_menu {
	float:right;
}*/
/*.header_menu .contact {
	float: right;
	margin-top: 7px;
	text-align: right;
	width: 73%;
}*/
.header_dark .container{ max-width:1024px; margin:0 auto;}
.mobile-contact {
	background: #f1f0e7 none repeat scroll 0 0;
	padding: 15px 0;
	clear:both;
}
.con-txt {
	border-right: 1px solid #262626;
	color: #f2a216;
	float: left;
	font-family: Arial;
	font-size: 175%;
	font-weight: bold;
	text-align: center;
	width: 50%;
}
.module-small .con-txt a{ color: #f2a216;}
/*@media only screen and (max-width: 767px) {



.navbar-header {
    border-left: 2px solid #fff;
    float: right;
    margin-left: 20px;
    margin-top: 10px;
    padding-left: 15px;
}



.mobile-contact { display: block !important; }

}*/



/*.phone_icons img {
    margin-left: 7px;
    padding: 0;
    width: 55%;
}*/







.home-bg {
	background: rgba(0, 0, 0, 0) url("../images/service_banner.jpg") no-repeat scroll center center;
	height: 300px;
	margin: 0;
	padding: 0;
}
.element-size-100, .section-fullwidth {
	float: left;
	width: 100%;
}
.element-size-50 {
	float: left;
	padding: 6% 0 0;
	width: 50%;
}
.cs-services {
	float: left;
	margin-left: 0;
	margin-top: 70px;
	width: 55%;
}
.text > h1 {
	color: #fff;
	font-family: Arial;
	font-size: 46px;
	font-weight: 900;
	margin-top: 0;
}
.text > p {
	color: #fff;
	font-family: Arial;
	font-size: 22px !important;
	line-height: 30px;
}
.why-bg {
	background: rgba(0, 0, 0, 0) url("../images/why_banner.jpg") no-repeat scroll center center;
	height: 300px;
	margin: 0;
	padding: 0;
}
.contact-banner {
	background: rgba(0, 0, 0, 0) url("../images/contact_banner.jpg") no-repeat scroll center center;
	height: 300px;
	margin: 0;
	padding: 0;
}
.team {
	background: rgba(0, 0, 0, 0) url("../images/team_banner.jpg") no-repeat scroll center center;
	height: 300px;
	margin: 0;
	padding: 0;
}
.footer_links > a {
	font-size: 16px;
	color: #444444;
	font-family: Arial;
	font-size:16px;
}
/*.home_slider {
    border-bottom: 7px solid #6eaada;
}*/

.home .site-main.module-small {
	clear: both;
	padding: 20px 0 60px;
}
.services-work {
	float: right;
}
#menu-secondary-menu a:active {
	color: #f2a216 !important;
	font-weight: bold;
}
a:active, a:hover {
/*	color: #ea9629 !important;*/
	outline: 0 none;
}

.menu-secondary-menu-container .current_page_item a {
  color: #f2a216 !important;
/*  font-weight: bold;*/
  outline: 0 none;
}

.home_slider .huge_it_slideshow_title_text_1 { 
    color: #fff;
    font-family: Arial;
    font-size: 46px;
    font-weight: 900;
    margin-top: 0;
	float: left;
    margin-left: 0;
    margin-top: 70px;
    width: 66%;
}

/* Home work */

.front-content {
    margin-left: 0px;
    width: 60%;
}
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slides.cycle-slideshow > div:nth-child(3) .front-content {
    margin-left: 0px;
    width:40%;
}
.front-content h1 {
  line-height: 45px;
}

.front-content p {
  margin-top: 25px;
    color: #fff;
    font-family: Arial;
    font-size: 16px !important;
    line-height: 23px;
}

.front-content a  { color:#6eaada; }

.front-link {
  background: url("../images/a_icons.png") no-repeat scroll 90% 56%;
  border-radius: 10px;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 33px 7px 16px;
  text-align: left;
}

.home .home_slider { border-bottom: 5px solid #6eaada; padding:0; }

.footer_links > span {
    font-family: Arial;
    font-size: 16px;
}
@media only screen and (min-width:1024px)
{
	.front-content p {
    font-size: 22px !important;
	line-height:120%;
}
#nav_menu-2 ul li, #nav_menu-3 ul li { max-width:90%;}
}
@media only screen and (max-width: 768px) {
/* .header_menu.col-sm-8 {
    padding-top: 3% !important;
}
*/
/*.phone_icons .img-responsive {
  padding: 0 10px;
  text-align: center;
}
*/
.site-main {
  padding: 0px 0 !important;
}
.home.page .site-main{   padding: 20px 0 0 0 !important; }
#post-257 {
  padding-top: 40px;
}
/*.site-main .col-sm-9{ padding-top:0px !important; }*/
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slide img{ display:block !important;}
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slides.cycle-slideshow { min-height:446px;}
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slides.cycle-slideshow > div:nth-child(1){ background:url('http://masselos.com.au/wp-content/uploads/2015/08/banner_1-1366x445.jpg') no-repeat transparent scroll 69% center; width:100%; height:100%;}
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slides.cycle-slideshow > div:nth-child(2){ background:url('http://masselos.com.au/wp-content/uploads/2015/09/Carousel-image_2_030915-1366x445.jpg') no-repeat transparent scroll 68% center; width:100%; height:100%;}
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slides.cycle-slideshow > div:nth-child(3){ background:url('http://masselos.com.au/wp-content/uploads/2015/09/Attention_revised-03.09.15-1366x445.jpg') no-repeat transparent scroll 90% center; width:100%; height:100%;}
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slides.cycle-slideshow > div:nth-child(4){ background:url('http://masselos.com.au/wp-content/uploads/2015/08/banner_4-1366x445.jpg') no-repeat transparent scroll 62% center; width:100%; height:100%;}
.cycloneslider-template-standard .cycloneslider-caption { top:15%;}
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slides.cycle-slideshow .cycloneslider-caption-description .front-content{ width:46%;}
/*.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slides.cycle-slideshow > div:nth-child(1) .cycloneslider-caption-description .front-content, .cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slides.cycle-slideshow > div:nth-child(4) .cycloneslider-caption-description .front-content { width:46%;}
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slides.cycle-slideshow > div:nth-child(2) .cycloneslider-caption-description .front-content  { width:60%;}

.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slides.cycle-slideshow > div:nth-child(3) .cycloneslider-caption-description .front-content { width:75%;}
*/
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slides.cycle-slideshow > div:nth-child(3) .front-content {
    margin-left: 0px;
    width:56%;
}
.cycloneslider-caption-description .text > p , .cycloneslider-caption-description .text > h1 { display:block;}
.cycloneslider-caption-description .text > h1 { font-size:26px !important; line-height:100%; font-family:"Arial Black", Gadget, sans-serif;}
.cycloneslider-caption-description .text > h1 > br{ display:none;}
.cycloneslider-caption-description .text > p { font-size:17px !important;}
.addres{ padding-top:20px;}
.bg-dark .massftrlinks a {
  color: #444444;
  font-family: Arial;
  font-size: 20px;
  width: 100%;
  float: left;
  text-align: center;
  padding: 0.5% 0;
}
.header_dark .container { padding:10px; display:table;}
.header_menu.col-lg-8.col-md-8.col-sm-8.col-xs-4 { padding:0; display:table-cell; vertical-align:middle;}
.header_logo.col-lg-4.col-md-4.col-sm-4.col-xs-8{ padding:0; max-width:310px; display:table-cell; vertical-align:middle;}
.navbar-nav > li > a {
    color: #ffffff !important;
    font-family: Arial !important;
    font-size: 25px !important;
    padding-bottom: 15px !important;
    padding-top: 10px !important;
    text-align: center !important;
	line-height: 20px; !important;
	padding-left: 15px !important;
}
.nav > li > a:focus, .nav > li > a:hover{ background:none;}
/*.navbar-header {
    float: right;
}
*/
.navbar-collapse {
    border-top: medium none !important;
    box-shadow: none;
    clear: both;
    padding-left: 0;
    padding-right: 0;
	float: left;
    width: 100%;
}
.page_content{ min-height:auto; }
.sidebar .widget {
    margin-bottom: 0px;
    margin-top: 0;
    padding-left: 15px;
	padding-right:15px;
}
.banner.banner-69.bottom.vert{ background-position:70% center;}
.banner.banner-74.bottom.vert {background-position:32% center;}
.banner.banner-74.bottom.vert .banner_caption .cs-services{ margin:70px auto 0; float:none; width:100%; }
.banner.banner-74.bottom.vert .banner_caption_inner .text > p {
  max-width: 320px;
  padding-left: 0%;
}
.banner_wrapper .banner.banner-74.banner.bottom .banner_caption{ padding-left:0px; }
.banner.banner-187.bottom.vert{background-position:97% center;}
.banner.banner-328.bottom.vert{background-position:37% center;}
.banner.banner-328.bottom.vert .banner_caption{ padding-left:1%;}
.banner.banner-76.bottom.vert {background-position:45% center;}


.banner-187 .banner_caption .text > p {
  color: #fff !important;
}

.banner_caption_inner .text > p {
  line-height: 130%;
  font-size:18px !important;
}
.quote_1 > img {
  padding: 0 30px 0 0;
  vertical-align: bottom;
}
}
.banner.banner-76.bottom.vert {
    background-position: 50% center;
}


@media only screen and (min-width: 769px) and (max-width: 990px) {
.navbar-nav > li > a {
    color: #ffffff !important;
    font-family: Arial;
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.masslogowrapper{ margin-top:20px;}
}

 @media only screen and (max-width: 480px) {
.banner.banner-69.bottom.vert{ background-position:84% center;}
.banner.banner-69.bottom.vert .banner_caption { padding:0% 1%; width:80% !important; }
.banner.banner-69.bottom.vert .banner_caption .text>p{ max-width:210px;}
.banner.banner-74.bottom.vert {background-position:45% center;}
.banner.banner-74.bottom.vert .banner_caption_inner .text > p {
  max-width: 300px;
    padding-left: 0%;
}
.banner.banner-187.bottom.vert{background-position:86% center;}
.banner.banner-187.bottom.vert .banner_caption .text > h1 { font-size:32px !important;}
.banner.banner-328.bottom.vert{background-position:46% center;}
.banner.banner-328.bottom.vert .banner_caption .text > p{ max-width:210px; font-size:18px !important;}/*, .banner.banner-187.bottom.vert .text > p*/
.banner.banner-76.bottom.vert{background-position:46% center; -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;}
.banner.banner-76.bottom.vert .banner_caption{
	
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
	}	
	.banner.banner-76.bottom.vert .banner_caption .text p{ font-size:18px ;}
.banner.banner-76.bottom.vert .banner_caption {  float: right;  padding-left: 0;  width: 100% !important; }
.banner.banner-187.bottom.vert .banner_caption { padding-left:0%;}
.footer.bg-dark{ overflow:hidden;}
.banner.bottom.vert .banner_caption{ padding-left:10%;} 

.fullwidth{ overflow:hidden;}
.front-content{ margin-left:10px;}
.front-link { font-size:14px; padding:7px 33px 7px 7px;}
.banner.bottom.vert .banner_caption .cs-services, .banner.bottom.vert .banner_caption .cs-services{ width:64%; float:left; padding-left:0%; margin-top:30px !important; }
.banner.banner-74.banner.bottom.vert .banner_caption{ width:55% !important; }
.banner.banner-76.banner.bottom.vert .banner_caption  .cs-services{ padding-left:1%; }

 .work-item,  .works-grid-3 .work-item,  .works-grid-4 .work-item,  .works-grid-5 .work-item {
 width: 100%;
}


.footer {
    padding: 30px 0;
}

.copyright, .footer-social-links {
    margin: 10px 0;
    text-align: left;
}

.footer_links {
    background: #fff none repeat scroll 0 0;
    color: #444444;
    margin: 0px;
    padding: 30px 0;
    text-align: center;
}

.footer_logo_links a {
    font-size: 20px;
	line-height: 35px;
}

.footer_links > span {
    font-family: Arial;
    font-size: 16px;
}
.footer_links > span span{ width:100%; clear:both; text-align:center; float:left; }
.footer_logo_links {
    display: block !important;
    list-style: outside none none;
    padding-bottom: 30px;
    text-align: left;
	clear:both;
}

.footer_logo_links {
  overflow: hidden;
  padding-left: 0;
}

.footer_logo_links > li {
  float: left;
  padding-left: 44px;
  text-align: left;
  width: 100%;
}
.footer_logo_links > li:hover a { color:#fff;
}
.copyright > img {
    float: left;
    margin-bottom: 4%;
    margin-left: 10px;
    width: 70%;
}

.tweet_logo {
    display: block !important;
    float: right;
    margin-right: 20px;
}

.tweet_logo img {
    border: medium none !important;
}


.home #news {
    display: none !important;
}


.con-txt {
    border-right: 1px solid #262626;
    color: #f2a216;
    float: left;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 50%;
	padding-right: 15px;
}

}


.home .cycle-slideshow {
    overflow: hidden;
    padding-bottom: 0 !important;
}

.video_lightbox_anchor_image {
    width: 100%;
}



.home_slider {
  margin: 0 auto;

}

.banner_wrapper {
  margin: 0 auto;
  width: 100% !important;
}

.banner_wrapper .banner {
  margin: 0 auto;
  width: 100% !important;
}

.cycloneslider-caption-description {     
    margin: 0 auto !important;
    padding: 0 !important;
    width: auto;  
	
	}
	
	
	/* 25 - eve/ anand */
	
	
.dropdown {
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width:200px;
}
	
	.dropdown-menu > li {
    margin-bottom: 4px;
}

.birs_form_field.birs_appointment_service,
.birs_form_field.birs_appointment_staff,
.birs_form_field.birs_client_section { display: none; }




/*   team */

.team-page {
    padding: 40px 0;
}

.team-page .col-md-12 { padding: 0 !important; }


.team-page .caption img {
    margin: 5px 5px 0 2px;
}
.team-page .img-responsive {
    display: initial;
    text-align: center;
}
.team-page .col-md-5 {
    text-align: center;
}

.team-page p {
    color: #1a1a1a;
    font-family: Arial;
    font-size: 16px !important;
    line-height: 25px;
    margin-right: 0;
}

.team-page h4 {
    font-family: Arial;
    font-size: 20px;
	color: #39f;
    line-height: 1;
}

.team-page h6 {
    color: #39f;
    font-family: Arial;
    font-size: 14px;
}




@media only screen and (max-width: 1024px) {
.cycloneslider-template-standard .cycloneslider-caption {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 5%;
  color: #fff;
  left: 0%;
  margin: 0 auto;
  max-width: 1024px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 100%;
  z-index: 500;
}

.text { padding-left:5%; }
.front-content p { display: none; }

.hentry {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


}

.fullwidth {
    width: 100%;
}

.banner_wrapper .banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px !important;
    max-height: 100%;
    max-width: 100%;
    position: relative;
	background-position: right center;
}



@media only screen and (max-width: 479px) {
#massheader .masslogowrapper {
  margin: 5px 0;
}
#massheader .massnaviga {
  margin: 5px 0;
}
#topNav .phone_icons{ height:45px; margin-top:10px; padding:5px 10px; max-width:50px; }
#massheader{padding:0 10px;}
#topNav .container{ padding:0 5px;}
#topNav .navbar-toggle{ margin-right:1px; margin-left:3px;}
.navbar-toggle.active
{
 margin-top:0px;
}

}

.home .home_content {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 15px;
}
.office.hvr-sweep-to-bottom > a {
    color: #fff;
}

.birs_field_content .button, .birs_footer .button {
    background: #f2a216 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff !important;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    width: 50%;
	max-width:230px;
	border: none;
}
 .birs_footer .button{ width:230px; }


.form-submit {
    background: #f2a216 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff !important;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    width: 50%;
	border: none;
}

.submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}


/* effect */

.form-submit {
  background: #f2a216 none repeat scroll 0 0;
  border-radius: 10px;
  padding: 7px 10px 7px 7px;
}

.form-submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.form-submit::before {
  background: #6eaada none repeat scroll 0 0;
  border-radius: 10px;
  bottom: 0;
  content: "";
  left: 0;
  padding: 7px 10px 7px 7px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.form-submit:hover, .form-submit:focus, .form-submit:active {
  color: white;
}
.form-submit:hover:before, .form-submit:focus:before, .form-submit:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.form-submit a:hover {
    color: #fff !important;
}


/* effect */

.hvr-sweep-to-bottom {
  background: #f2a216 none repeat scroll 0 0;
  border-radius: 10px;
  padding: 7px 10px 7px 7px;
}

.hvr-sweep-to-bottom {
	display: inline-block;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-sweep-to-bottom::before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
  -webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

.hvr-sweep-to-bottom:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	animation-name: hover;
	animation-duration: 1.5s;
	animation-delay: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.hvr-sweep-to-bottom:hover:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	-webkit-animation-name: hover-shadow;
	animation-name: hover-shadow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}


.hvr-sweep-to-bottom a:hover {
    color: #fff !important;
}


.page_content {
    min-height: auto; padding-bottom:25px;
}

.home .page_content {
    min-height: 250px;
}

/* Hover Shadow */
@-webkit-keyframes hover-shadow {
 0% {
 opacity: .2;
}
 50% {
 opacity: .6;
}
 100% {
 opacity: .2;
}
}
 @keyframes hover-shadow {
 0% {
 opacity: .2;
}
 50% {
 opacity: .6;
}
 100% {
 opacity: .2;
}
}


.team-page .hvr-sweep-to-bottom {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}

.team-page .hvr-sweep-to-bottom {
	display: inline-block;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.team-page .hvr-sweep-to-bottom::before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
  -webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

.team-page .hvr-sweep-to-bottom:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	animation-name: hover;
	animation-duration: 1.5s;
	animation-delay: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.team-page .hvr-sweep-to-bottom:hover:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	-webkit-animation-name: hover-shadow;
	animation-name: hover-shadow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.team-page .hvr-sweep-to-bottom a:hover {
    color: #fff !important;
}

.team-page .caption {
    margin-top: 5%;
}
.team-page .hvr-sweep-to-bottom {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}

/* Hover Shadow */
@-webkit-keyframes hover-shadow {
 0% {
 opacity: .2;
}
 50% {
 opacity: .6;
}
 100% {
 opacity: .2;
}
}
 @keyframes hover-shadow {
 0% {
 opacity: .2;
}
 50% {
 opacity: .6;
}
 100% {
 opacity: .2;
}
}


/* Nav effect */
.navbar-nav > li > a:hover {
    color: #1a1a1a !important;
    transition: all 0.2s linear;
}


/* Resent Post */

.rpwe-block ul{
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}

.rpwe-block li{
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}

.rpwe-block a {
  color: #f2a216;
  display: inline !important;
  font-weight: bold;
  text-decoration: none;
}

.rpwe-block h3{
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 400;
font-size: 20px !important;
line-height: 1.5em;
}

.rpwe-thumb{
border: 1px solid #eee !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}

.rpwe-summary{
font-size: 14px  !important;
}

.rpwe-time{
color: #bbb;
font-size: 11px;
}

.rpwe-alignleft{
display: inline;
float: left;
}

.rpwe-alignright{
display: inline;
float: right;
}

.rpwe-aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: "";
display: table !important;
}

.rpwe-clearfix:after{
clear: both;
}

.rpwe-clearfix{
zoom: 1;
}

.rpwe-title > a {
  color: #6eaada;
  text-transform: uppercase;
  font-family:Arial Narrow,Arial,sans-serif;
/*  font-family: "Arial Black",Gadget,sans-serif !important;*/
   font-weight: 900;
}


/* Custome Banner */

.banner_caption {
  margin: 0 auto;
  max-width: 1155px;
}


.banner-76 .cs-services {
  float: right;
  margin-left: 0;
  margin-top: 70px;
  width: 50%;
}

.page .col-lg-12.col-md-12.col-sm-12.col-xs-12.home_slider {
    display: none;
}

.home.page .col-lg-12.col-md-12.col-sm-12.col-xs-12.home_slider {
  display: block !important;
}


.page_content .email-id {
  color: #f2a216;
  font-weight: 700;
}


/* home work */

.hentry {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.banner-187 .banner_caption .cs-services {
  width: 40%;
}

.banner-74 .banner_caption .cs-services {
  width: 45%;
}

.banner-328 .banner_caption .cs-services {
  width: 45%;
}
h2.news_title{ font-family:Arial Narrow,Arial,sans-serif !important; font-stretch: condensed; font-weight:bold; /* font-family: "Arial Black",Gadget,sans-serif !important;
   font-weight: 900;*/
  }

@media only screen and (min-width:1024px)
{
	.home .home_content { padding:0px; }
	
}
