@import url(reset.css); 
@import url(font-awesome.css);  
 @import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin,cyrillic-ext);

.section, .group {
	clear: both;
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cf:before, .section:before, .cf:after, .section:after, .group:before, .group:after {
	content: ' ';
	display: table;
}

.cf:after, .section:after, .group:after {
	clear: both;
}
.group {
	margin-bottom: 20px !important;
}
.error {color: #FF0000;}
.col {
	display: block;
	float: left;
	margin: 1% 4.5% 1% 0;
}
.col:last-child {
	margin-right: 0;
}
.span_12_of_12 {
	width: 100%;
}
.span_11_of_12 {
	width: 91.26%;
}
.span_10_of_12 {
	width: 100%;
}
.span_9_of_12 {
	width: 73.8%;
}
.span_13_of_12 {
	width: 72%;
}
.span_8_of_12 {
	width: 65.06%;
}
.span_7_of_12 {
	width: 56.33%;
}
.span_6_of_12 {
	width: 47.6%;
}
.span_5_of_12 {
	width: 38.86%;
}
.span_4_of_12 {
	width: 30%;
}
.span_3_of_12 {
	width: 21.4%;
}
.span_2_of_12 {
	width: 12.66%;
}
.span_1_of_12 {
	width: 3.933%;
}
.equal .span_2_of_12 {
	width: 50%;
}
.equal .span_3_of_12 {
	width: 25%;
}
.equal .span_4_of_12 {
	width: 33%;
}
.about-contentsec {
	width: 72%;
}
.about-company {
	width: 20%;
}
.enquiry-form {
	width: 450px;
	min-height: 300px;
	margin: 0px auto;
}

.border-gray {
	border-bottom: 1px solid #eee;
}
html {
	background-color: #fefaf1;
	font-family: 'Roboto Slab', serif;
	sx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #1a1a1a;
}
.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	width: 100%;
}
.fpadding {
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '\0020';
}

.auto {
	margin: auto !important;
	float: none;
	text-align: center;
}
.section {
	max-width: 1200px;
	margin: 0 auto 45px;
	padding: 0 28px;
}

.contact {
	max-width: 1000px;
	margin: 0 auto 45px;
	padding: 0 28px;
	width: 100%;
	min-height: 200px;
}
.ourclient-section {
	max-width: 1200px;
	margin: 0 auto 75px;
	padding: 0 28px;
}
.logo-section {
	max-width: 1200px;
	margin: 30px auto 0px;
	padding-top: 20px;
}
.new-products {
	position:absolute;
	top:12px;
	right:20px;
	padding:30px 30px 0px 30px;
}
.price-list {
	position:absolute; 
	top:-35px; 
	left:20px;
	animation: price-list-anim 3s infinite linear alternate;
}
@-webkit-keyframes price-list-anim {
 0% {
	 -ms-transform: rotate(-10deg) translateX(30px); /* IE 9 */
	-webkit-transform: rotate(-10deg) translateX(30px); /* Chrome, Safari, Opera */
	transform: rotate(-10deg) translateX(30px);
}

 50% {
	 -ms-transform: rotate(0deg) translateX(0px); /* IE 9 */
	-webkit-transform: rotate(0deg) translateX(0px); /* Chrome, Safari, Opera */
	transform: rotate(0deg) translateX(0px);
}
 100% {
	 -ms-transform: rotate(10deg) translateX(-30px); /* IE 9 */
	-webkit-transform: rotate(10deg) translateX(-30px); /* Chrome, Safari, Opera */
	transform: rotate(10deg) translateX(-30px);
}
}
@keyframes price-list-anim {
0% {
	 -ms-transform: rotate(-10deg) translateX(30px); /* IE 9 */
	-webkit-transform: rotate(-10deg) translateX(30px); /* Chrome, Safari, Opera */
	transform: rotate(-10deg) translateX(30px);
}

 50% {
	 -ms-transform: rotate(0deg) translateX(0px); /* IE 9 */
	-webkit-transform: rotate(0deg) translateX(0px); /* Chrome, Safari, Opera */
	transform: rotate(0deg) translateX(0px);
}
 100% {
	 -ms-transform: rotate(10deg) translateX(-30px); /* IE 9 */
	-webkit-transform: rotate(10deg) translateX(-30px); /* Chrome, Safari, Opera */
	transform: rotate(10deg) translateX(-30px);
}
}
.price-list img {
	width:160px;
}
.newtext_img {
	width:250px;
}
.star1 {
	position:absolute;
	top:30px;
	left:20px;
}
.star2 {
	position:absolute;
	top:0px;
	left:10px;
}
.star3 {
	position:absolute;
	top:15px;
	left:45px;
}
.star4 {
	position:absolute;
	top:10px;
	left:70px;
}
.star5 {
	position:absolute;
	top:22px;
	left:110px;
}
.star6 {
	position:absolute;
	top:20px;
	left:135px;
}
.star7 {
	position:absolute;
	top:10px;
	right:30px;
}
.sub-title {
	color: #e7543d;
}
.header-section {
	max-width: 1200px;
	margin: 0 auto 0px;
	padding: 0 28px;
}

.menu-section {
	width: 100%;
	text-align: center;
	margin: 0px 0px 20px 0px;
}
.block {
	overflow: hidden;
}
.block .counts {
	color: #AD894A;
}
.circle, .circle:after, .circle img {
	border-radius: 100%;
}
.equal {
	display: table;
	width: 100%;
}
.equal > * {
	display: table-cell !important;
	padding: 40px 30px 20px;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
}
.highlight {
	background-color: #F3F3F3;
	border-radius: 4px;
}
.border {
	border-top: 4px solid #E7543D;
}
table {
	font-weight: 300;
}
table th {
	font-weight: 400;
	text-align: left;
	padding-right: 50px;
	vertical-align: top;
	padding-top:7px;
}
table nav a {
	display: block;
}
.table-section {
	padding-left: 0;
	padding-right: 0;
}
table.table {
	width: 100%;
	color: #555;
	font-weight: 300;
}
table.table th {
	text-align: left;
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 25px;
	border-bottom: 1px solid #D6D6D6;
	padding-left: 28px;
	font-weight: 300;
}
table.table tbody tr:first-child td {
	padding-top: 40px;
}
table.table tbody tr:last-child td {
	padding-bottom: 40px;
}
table.table tbody td:first-child {
	font-weight: 400;
}
table.table td {
	padding-left: 28px;
	padding-right: 28px;
	width: 25%;
}
table.table tfoot tr:first-child td {
	border-top: 1px solid #D6D6D6;
	padding-top: 25px;
}
table.table tbody tr:last-child td {
	padding-top: 0;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
a {
	color: #e7543d;
	text-decoration: none;
}
a:hover {
	color: #1a1a1a;
}
div.location {
	width: 95%;
	height: 450px;
	margin: 0px auto;
	margin-bottom: 70px;
}
.map-popup {
	position: relative;
	width: 260px;
}
.map-popup .map-title {
	margin: 0px;
	font-size: 24px;
	padding: 0px;
	color: #e7543d;
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
	line-height: 35px;
}
.map-popup .map-mobile {
	display: block;
	margin-top: 5px;
}
.map-popup > div {
	display: inline-block;
}
.map-popup div.logo {
	width: 40%;
	float: left;
}
.map-popup div.logo img {
	width: 80%;
}
.map-popup div.about {
	float: right;
	width: 60%;
	margin-top: 6px;
	padding-bottom: 10px;
}
h1 {
	font-size: 48px;
	line-height: 50px;
	text-align: center;
	font-weight: 300;
	letter-spacing: -2px;
	background-color: #fefaf1;
	padding: 0 35px;
	display: inline-block;
	margin-bottom: 10px;
}
h2 {
	font-size: 38px;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
	letter-spacing: -1px;
	background-color: #fff;
	padding: 0 35px;
	display: inline-block;
	margin-bottom: 12px;
}
h3 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 400;
	color: #1a1a1a;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: -1px;
	margin-bottom: 12px;
}
h5 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 12px;
}
h6 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #999999;
}
.heading {
	text-align: center;
	padding: 0;
	position: relative;
}

.mar-bot-80 {
	margin-bottom: 80px;
}
.heading img {
	display: block;
	margin: auto;
	padding-bottom: 12px;
}
.title-main {
	color: #AD894A;
	font-weight: lighter;
	font-size:32px;
}
.title-sub {
	color: #AD894A;
	font-weight: lighter;
	margin: 0px;
}
.padding-bot-30 {
	margin-bottom: 30px;
}
.heading hr {
	height: 10px;
	border: 0;
	background-color: #D6D6D6;
	overflow: hidden;
	width: 0;
	clear: both;
	position: absolute;
	margin: auto;
	left: 50%;
	bottom: 15%;
	z-index: 1;
}
.line {
	height: 1px !important;
	background-color: #D6D6D6 !important;
	width: 100% !important;
	position:absolute !important;
	left:0% !important;
	bottom:15% !important;
	z-index:-1 !important;
	
}
.heading h1 {
	opacity: 1;
}
.heading h6 {
	margin-bottom: 0;
}
.logo-content {
	color: #e7543d;
	font-size: 42px;
}
.fixed-link {
	position: fixed;
	bottom: -140px;
	right: 25px;
	z-index: 1000;
	overflow:hidden;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}
.fixed-link:hover {
    bottom: -5px;
}

.fixed-link img {
	width:240px;
}
.logo-content a {
	color: #e7543d;
}
.logo-content a:hover {
	color: #e7543d;
}

.heading .button {
	margin-top: 0;
	padding: 0 23px;
}
.heading .title {
	padding: 0 52px;
	display: inline-block;
	background-color: #fefaf1;
}
.heading .title h2, .heading .title h6 {
	padding: 0;
}
.fs18 {
	font-size: 18px;
}
.aligned.left {
	text-align: left;
}
.aligned.center {
	text-align: center;
}
.aligned.right {
	text-align: right;
}
.color {
	color: #e7543d;
}
.black {
	color: #000 !important;
}
a {
	text-decoration: none;
}
img + h4 {
	margin-top: 25px;
}
h4 + h6 {
	margin-top: -6px;
}
sup {
	font-size: 40%;
	margin-right: 6px;
	position: relative;
	vertical-align: top;
	line-height: 1;
	top: .4em;
}

blockquote {
	border-left: 1px solid #E7543D;
	margin-left: 20px;
	margin-bottom: 30px;
	padding-left: 20px;
	color: #555;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
}
.button {
	font-size: 16px;
	color: #e7543d;
	line-height: 46px;
	height: 46px;
	padding: 0 41px;
	border-radius: 5px;
	border: 2px solid #E7543D;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	margin-top: 25px;
	font-family: 'Roboto Slab', serif;
}
.button:first-child {
	margin-top: 0;
}
.button:hover, .button.hover {
	background-color: #E7543D;
	color: #fff;
}
.button.hover:hover {
	background-color: #f06a55;
	border-color: #f06a55;
}
.button.free {
	background-color: transparent;
	border-color: #B3B3B3;
	color: #b2b2b2;
}
.button.free:hover {
	background-color: #B3B3B3;
	color: #fff;
}
.button.transparent {
	background-color: transparent;
	border-color: #4D4D4D;
	color: #666666;
}
.button.transparent:hover {
	background-color: #4D4D4D;
	color: #fff;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 999;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/preloader.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.header {
	padding: 10px 0px 30px 0px;
	position: relative;
	z-index: 9;

}


.mainmenu > li {
	display: inline-block;
	font-size: 20px;
	line-height: 52px;
	position: relative;
}
.mainmenu > li > a {
	color: #666;
	text-decoration: none;
	font-weight: lighter;
	padding-bottom: 5px;
	margin: 0px 10px;
	padding: 0px 15px;
}
.mainmenu .dropdown > a {
	border-bottom: 2px dotted #B9B9B9;
	cursor: default;
}
.mainmenu > li:hover > a, .mainmenu li.active a {
	color: #AD894A;
	border-color: transparent;
	border-bottom: 2px solid #AD894A;
}

.mainmenu ul {
	position: absolute;
	left: 1px;
	top: 52px;
	background-color: #333333;
	border-radius: 2px;
	padding: 8px 34px 9px 17px;
	text-align: left;
	visibility: hidden;
	opacity: 0;
}
.mainmenu ul li {
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
}
.mainmenu ul li a {
	color: #cccccc;
	text-decoration: none;
}
.mainmenu ul li a:hover {
	color: #e7543d;
}
.mainmenu > li:hover ul {
	opacity: 1;
	visibility: visible;
}
.slicknav_menu {
	display: none;
	position: relative;
	width: 100%;
	height: 53px;
	z-index: 10000;
}

.slicknav_menu * {
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}
.slicknav_btn {
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	float: left;
}
.slicknav_menu .slicknav_icon {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ico-menu.png) 0 0 no-repeat;
	width: 53px;
	height: 53px;
}
.slicknav_menu .slicknav_icon:hover {
	background-position: -60px 0;
}
.opened .slicknav_icon {
	background: url(../images/close.png) no-repeat;
	width: 22px;
	height: 22px;
}
.opened .slicknav_icon:hover {
	background-position: -29px 0;
}
.opened .slicknav_btn {
	margin-bottom: 20px;
	margin-top: 20px;
}
.slicknav_menu .slicknav_icon-bar {
	display: none;
}
.slicknav_nav {
	clear: both;
	text-align: right;
}
.slicknav_nav ul, .slicknav_nav li {
	display: block !important;
	white-space: nowrap;
}
.slicknav_nav .slicknav_item {
	display: block;
	cursor: pointer;
	margin-bottom: 0;
}
.slicknav_nav a {
	display: block;
	font-size: 20px;
	line-height: 40px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	margin-bottom: 20px;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav {
	color: #fff;
	margin: 0 0 40px 0;
	text-align: center;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: visible !important;
}
.slicknav_nav ul li a {
	color: #666666;
	font-size: 24px;
	margin-bottom: 0;
	line-height: 34px;
}
.slicknav_nav ul {
	padding: 0;
	margin: 7px 0 20px;
}
.slicknav_nav ul a {
	color: #666666;
}
.slicknav_nav ul a:hover, .slicknav_nav a:hover, .slicknav_nav ul .current-menu-item a {
	color: #AD894A;
}
.slicknav_arrow {
	display: none;
}
.opened .slicknav_menu {
	position: fixed;
	background-color: rgba(0,0,0,0.9);
	overflow: auto;
	top: 0px;
	height: 100%;
}

.content {
	font-size: 17px;
	padding-bottom: 40px;
}
.content p {
	line-height: 26px;
	color: #666666;
	font-weight: 300;
	padding-bottom: 15px;
}

.content p a.internal {
	border-bottom: 1px dotted;
}
.content ul {
	padding-bottom: 15px;
	padding-left: 27px;
}
.content li {
	color: #666666;
	font-weight: 300;
	line-height: 26px;
	position: relative;
}
.content ul li:before {
	position: absolute;
	left: -18px;
	top: 11px;
	content: '\0020';
	background-color: #E7543D;
	border-radius: 3px;
	display: block;
	width: 3px;
	height: 3px;
}
.content ol li {
	list-style-type: decimal;
}
.content .col h1, .content .col h2 {
	padding: 0;
}
h1.inl {
	display: block;
	text-align: left;
}

p.author {
	font-size: 20px;
	color: #000;
	padding-top: 7px;
}
p.author ins {
	font-size: 18px;
	color: #999999;
}

.testimonials .section {
	margin-top: -34px;
}
.testimonials .section:first-child {
	margin-top: 0;
}
#map {
	height: 400px;
}
.hints {
	display:block;
	font-size:13px;
	color:#666 !important;
	margin:5px 0px 5px 100px;
}
.success-msg {
	display:none; 
	width:60%; 
	margin:0px auto 60px; 
	text-align:center; 
	padding:10px 20px; 
	color:#4f8a10; 
	background:#edfced; 
	border:2px solid #4f8a10;
}
.close-msgbox {
	float:right; 
	margin-top:-4px; 
	cursor:pointer;
}
.profile {
	margin-bottom: 120px;
}
.profile .section {
	margin-bottom: 30px;
}
.portfolio, .portfolio1 {
	margin-bottom: 70px;
	padding: 0;
	position:relative;
}

.portfolio > * {
	display: inline-block;
	vertical-align: top;
	
	position: relative;
	overflow: hidden;
}
.portfolio1 > * {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 300px;
	position: relative;
	overflow: hidden;
	margin: 0% 1.5%;
}
.mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	opacity: 0;
	cursor: pointer;
}
.work .info {
	display: inline-block;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 20px;
	opacity: 0;
	text-align: center;
}
.work:hover a.info {
	opacity: 1;
}
.work {
	-webkit-backface-visibility: hidden;
	position: relative;
	width:295px;
}
.work img{
	width: 295px !important; 
	height: 197px !important;
}
.work1 img {
	width:100%;
}
.work:hover .mask {
	opacity: 1;
	border: 120px solid rgba(0,0,0,0.7);
}
.align-center {
	text-align:center;
}
.works-container {
	transform: translateZ(0px);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.works-container > * {
	display: none;
	float: left;
}
ul.nav-portfolio {
	text-align: center;
	padding: 0;
	margin-top: 25px;
}
.nav-portfolio li {
	display: inline-block;
	font-size: 20px;
	line-height: 52px;
	position: relative;
}
ul.nav-portfolio li:before {
	display: none;
}
.nav-portfolio li a {
	color: #666;
	text-decoration: none;
	font-weight: lighter;
	padding-bottom: 5px;
	margin: 0px 10px;
	padding: 0px 15px;
	border-bottom:2px solid #fff;
}
.nav-portfolio li a.active, .nav-portfolio li a:hover {
	color: #AD894A;
	border-color: transparent;
	border-bottom: 2px solid #AD894A;
}
.sub-filter {
	text-align: left;
	padding: 0;
	margin-top: 0px;
	margin-left:22px;
}
.sub-filter li {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	position: relative;
}
.sub-filter li a {
	color: #444;
	font-weight:lighter;
	text-decoration: none;
	padding-bottom: 5px;
	margin: 0px 5px;
	padding: 0px 5px;
}
.sub-filter li a.active, .sub-filter li a:hover {
	color: #AD894A;
	border-color: transparent;
	border-bottom: 2px solid #AD894A;
}
.sub1-filter {
	text-align: right;
	padding: 0;
}
.sub1-filter li {
	display: inline-block;
	font-size: 13px;
	position: relative;
	border-right:1px solid #db847a;
}
.sub1-filter li a {
	color: #333;
	font-weight:lighter;
	text-decoration: none;
	padding-bottom: 5px;
	margin:0px 3px;
	padding:0px 3px;
}
.sub1-filter li a.active, .sub1-filter li a:hover {
	color: #AD894A;
	border-bottom: 2px solid #AD894A;
}
.sub1-filter li.last {
	border:0px;
}
.filter-hr {
	padding: 0;
	position: relative;
	overflow:hidden; 
	width:1125px; 
	margin:0px auto;
}
.filter-hr .hr-line {
	width:100%;
	height:1px;
	display:block;
	background:#D6D6D6;
	position:absolute;
	bottom:40%;
	margin: auto;
	left: 42%;
	z-index:-1;
	overflow:hidden;
}
.filter-secondary {
	width:1125px;
	height:30px;
	margin:0px auto;
	margin-bottom:50px;
}
.team {
	margin-bottom: 40px;
}
.team .group > .col {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 84px;
	display: inline-block;
	float: none;
	width: 24.5%;
	vertical-align: top;
	height: 330px;
}
.team .active {
	z-index: 5;
}
.team .group {
	margin-bottom: 0;
}
.team .group:last-child {
	margin-bottom: -108px !important;
}
.team h4 {
	margin-bottom: 12px !important;
}
.img {
	position: relative;
	overflow: hidden;
	text-align: center;
	height: 220px;
	display: block;
	margin: 0 auto 43px;
}
.img figure:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #E7543D;
	content: '\0020';
	opacity: 0;
	z-index: 2;
	border-radius: 100%;
}
.img figure {
	height: 220px;
	line-height: 220px;
	margin: auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 220px;
	z-index: 2;
}
.img + * {
	margin-bottom: 5px;
}
.img:hover figure:before, .hover .img figure:before {
	opacity: .9;
}
.img figure:after {
	background: url(../images/ico-toggle.png) no-repeat;
	width: 40px;
	height: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	content: '\0020';
	opacity: 0;
	z-index: 2;
	border-radius: 0;
	margin: -11px 0 0 -24px;
}
.img:hover figure:after, .hover .img figure:after {
	opacity: 1;
}
.vacancy figure {
	background-color: #E7543D;
}
.vacancy figure img {
	margin: auto;
	display: inline-block;
	line-height: 220px;
	border-radius: 0;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.img div {
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 100%;
	opacity: 0;
	z-index: 2;
}
.img:hover div, .hover .img div {
	opacity: 1;
}
.img ul {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.img li {
	display: block;
	float: none;
	line-height: 28px;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
}
.img li.date {
	font-weight: 400;
}
.expandteam {
	background-color: #F7F7F7;
	position: absolute;
	width: 100%;
	left: 0;
	top: auto;
	margin-top: 50px;
	z-index: 4;
	height: 0;
	overflow: hidden;
	transform: translateZ(0px);
}
.expandteam .corner {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #F7F7F7;
	border-style: solid;
	border-width: 21px;
	content: "\0020";
	height: 0;
	left: 50%;
	margin: -42px 0 0 -21px;
	position: absolute;
	top: auto;
	width: 0;
	display: none;
}
.expandteam .section {
	position: relative;
	margin: 0 auto;
}
.expandteam .inner .section {
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.expandteam .inner {
	display: table;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.expandteam.active .inner {
	opacity: 1;
}
.expandteam .close {
	position: absolute;
	right: 28px;
	top: 45px;
	background: url(../images/close.png) 0 0 no-repeat;
	width: 22px;
	height: 22px;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
	z-index: 1;
}
.expandteam .close:hover {
	background-position: -29px 0;
}
.expandteam .col {
	display: inline-block;
	float: none;
	margin-right: 2.6%;
	vertical-align: top;
}
.expandteam .col p {
	padding-bottom: 60px;
}
.expandteam .col p:last-child {
	padding-bottom: 0;
}
.expandteam .social {
	margin-bottom: 25px;
}
.expandteam .social ul {
	padding: 0;
}
.expandteam .social li {
	display: inline-block;
	font-size: 15px !important;
	margin: 0 9px;
	line-height: 42px;
}
.expandteam .social li:before {
	display: none !important;
}
.expandteam .social li a, .expandteam .social li a i {
	color: #303030;
	text-decoration: none;
	font-size: 14px !important;
}
.expandteam .social li a:hover, .expandteam .social li a:hover i {
	color: #e7543d;
}
.expandteam .social + p {
	font-size: 20px;
}
.join-us {
	display: block;
	margin-bottom: 10px;
}
.slider {
	position: relative;
	margin-bottom: 50px;
	padding: 0;
}
.slider ul {
	padding: 0;
}
.slider li {
	float: left;
	text-align: center;
	min-width: 200px;
	position: relative;
}
.logos li {
	float: left;
	text-align: center;
	min-width: 200px;
	max-width:230px;
	position: relative;
}
.slider li:before {
	display: none !important;
}
.slider li > a {
	display: block;
}
.slider li img {
	max-width: 100%;
}
.logos li img {
	max-width: 75%;
}
.slider li .banner-image {
	width: 100%;
}
.slider.logos .sliderwrap {
	width: 85%;
	margin: auto;
}
.slider.logos li img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter: gray; 
    -webkit-filter: grayscale(100%); 
    -webkit-transition: all .6s ease; 
    -webkit-backface-visibility: hidden;
	opacity:1;
}
.slider.logos li:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.popupslider {
	font-size: 0;
}
.popupslider li:hover .mask {
	opacity: .9;
	width: 100.01%;
}
.popupslider li {
	display: inline-block;
	vertical-align: top;
	float: none;
}
.popupslider li img {
	width: 100%;
	float: left;
}

.oneslider {
	position: relative;
	margin-bottom: 50px;
	padding: 0;
}
.oneslider ul {
	padding: 0;
}
.oneslider li {
	float: left;
	position: relative;
	vertical-align: middle;
}
.oneslider li:before {
	display: none !important;
}
.oneslider li img {
	max-width: 100%;
}
.oneslider li .title {
	position: absolute;
	left: 0;
	top: 38%;
	margin-top: -25px;
	text-align: center;
	font-size: 55px;
	color: #fff;
	letter-spacing: -2px;
	font-weight: 300;
	height: 50px;
	width: 100%;
	display: block;
	white-space: nowrap;
	line-height: 48px;
	text-shadow: 1px 1px #666;
}
.history li {
	width: 360px;
}
.history h2 {
	font-weight: 300;
}
.history p {
	padding: 0 40px 60px;
}
.history .navbar {
	position: relative;
}
.history .arrow.prev {
	left: 50%;
	margin: 0 0 0 -75px;
}
.history .arrow.next {
	right: 50%;
	margin: 0 -75px 0 0;
}
.arrow, .mfp-arrow {
	background: url(../images/arrows.png) 0 0 no-repeat;
	width: 51px;
	height: 51px;
	display: block;
	border: 1px solid transparent;
	border-radius: 4px;
	position: absolute;
	z-index: 3;
	top: 35%;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}
.arrow:hover, .mfp-arrow:hover {
	border-color: #CCCCCC;
}
.arrow.prev, .mfp-arrow-left {
	background-position: 0 0;
	left: 30px;
}
.mfp-arrow-left {
	left: 50px;
}
.arrow.prev:hover, .mfp-arrow-left:hover {
	background-position: 0 -60px;
}
.arrow.next, .mfp-arrow-right {
	background-position: -86px 0;
	right: 30px;
}
.mfp-arrow-right {
	right: 50px;
}
.arrow.next:hover, .mfp-arrow-right:hover {
	background-position: -86px -60px;
}
.pagination {
	text-align: center;
	margin: 0 auto -10px;
	font-size: 0;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
}
.pagination a {
	text-indent: -9999px;
	height: 10px;
	width: 43px;
	display: inline-block;
	border-top: 8px solid #D9D9D9;
	margin: 0 2px;
}
.pagination a.selected, .pagination a:hover {
	border-top-color: #E7543D;
}
.num {
	color: #AD894A;
	font-size: 48px;
	line-height: 48px;
}
.horizontal_line {
	height: 1px;
	background: #d4d4d4;
	width: 100%;
}
.vertical_line {
	width: 1px;
	background: #d4d4d4;
	height: 20px;
	display: block;
}
.main-link {
	display: block;
	background: #e7543d;
	color: #FFF;
	width: 150px;
	text-transform: capitalize;
}
.main-link a {
	display: block;
	font-size: 14px;
	color: #FFF;
	outline: 0;
	border: 0px;
	padding: 10px 10px 10px 10px;
}
.sub-links {
	display: block;
	background: #ffffff;
	color: #666;
	width: 130px;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #e4e4e4;
	-moz-box-shadow: 3px 2px 3px #e6dde6;
	-webkit-box-shadow: 3px 2px 3px #e6dde6;
	box-shadow: 3px 2px 3px #e6dde6;
	text-transform: capitalize;
}
.sub-links:hover {
	color: #AD894A;
}

.terms_sec p {
	margin-top:15px;
}
.terms-list {
	margin-bottom:50px;
}
.terms-list li {
	margin-top:5px;
}
.footer {
	padding-top: 75px;
	padding-bottom: 65px;
	background-color: #AD894A;
	position: relative;
}
.footer .section {
	margin-bottom: 0;
}
.footer p {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 300;
	margin: auto;
}
p.copyright-cont {
	padding-top:50px;
}
p.termscont {
	font-size:10px;
	color:#ddd;
	padding-top:10px;
}
.footer p:last-child {
	padding-bottom: 0;
}
.footer .social {
	margin-bottom: 16px;
}
.footer .social li {
	display: inline-block;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	border-right: 1px solid #ddd;
}
.footer .social li.last {
	border:0px;
}
.footer .social li a, .footer .social li a i {
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
}
.footer .social li a:hover, .footer .social li a:hover i {
	color: #333;
}


input[type="text"], input[type="email"], input[type="password"], textarea {
	font-size: 16px;
	color: #000;
	height: 45px;
	padding: 0 18px;
	width: 100%;
	border: 1px solid #E0E0E0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin-left:100px;
}
.selectbox {
	font-size: 16px;
	color: #000;
	padding: 10px 5px;
	width: 100%;
	border: 1px solid #E0E0E0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin-left:100px;
}
textarea {
	height: 145px;
	line-height: 26px;
	overflow: auto;
	resize: none;
	padding: 18px;
}
.succs-msg {
	display: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 46px;
}
.formwrap input[type="text"], .formwrap input[type="email"], .formwrap input[type="tel"] {
	border: 1px solid #E0E0E0;
}
.form-row {
	position: relative;
	margin-bottom:25px;
}
.form-row textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 100px;
}
.formwrap label {
	font-size: 17px;
	font-weight: 300;
	line-height: 46px;
	color: #666;
	position: absolute;
	left: -50px;
	width: 150px;
	font-family: 'Roboto Slab', serif;
}
#send-form {
	margin-right: 20px;
}
#send-form .button {
	margin-right: 32px;
	line-height: 1;
}
form .button {
	line-height: 1;
}
.contact-button {
	margin-left:0px;
}
.blogbar {
	text-align: center;
	font-weight: 300;
}
.blogbar.fright {
	margin-left: 4.5%;
	margin-right: 0;
}
.blogbar .ava {
	margin-bottom: 12px;
}
.blogbar .ava img {
	width: 110px;
	border-radius: 100%;
}
.blogbar h5 {
	margin-bottom: 27px;
}
.blogbar h5 a {
	color: #000;
}
.blogbar h5 a:hover {
	color: #e7543d;
}
.blogbar .date {
	font-size: 17px;
	line-height: 32px;
	color: #999999;
	margin-bottom: 20px;
}
.blogbar .categories {
	color: #999999;
	line-height: 32px;
	margin-bottom: 2px;
}
.blogroll .col {
	margin: 0;
	padding-bottom: 70px;
	width: 255px;
	padding-right: 30px;
}
.blogroll .col > * {
	padding-left: 9px;
}
.blogroll .img {
	padding-left: 0;
}
.blogroll .img figure {
	margin-left: 0;
}
.blogroll .img figure:after {
	display: none;
}
.blogroll h4 {
	line-height: 34px;
}
.blogroll h4 a {
	color: #000;
}
.blogroll .categories {
	font-size: 17px;
	line-height: 32px;
	color: #999;
	font-weight: 300;
	margin-bottom: 8px;
}
.blogroll .categories a {
	color: #999;
}
.blogroll a:hover {
	color: #e7543d;
}
.blogroll p {
	color: #555;
}
.next-posts {
	
}
.next-posts .col {
	padding-bottom: 0;
}
#contact label{
	display: inline-block;
}
#contact_submit{
	padding-left: 100px;
}
#contact div{
	margin-top: 1em;
}
textarea{
	vertical-align: top;
	height: 5em;
}
.error{
	display: none;
	margin-left: 10px;
}		
.error_show{
	color: red;
	margin-left: 100px;
	font-size:14px;
}
input.invalid, textarea.invalid{
	border: 2px solid red;
}
input.valid, textarea.valid{
	border: 2px solid green;
}


.blog {
	font-weight: 300;
}
a.back {
	color: #b2b2b2;
}
a.back:hover {
	color: #e7543d;
}
.blog h1 {
	font-size: 42px;
	line-height: 50px;
	margin: 30px 0 25px;
	padding: 0;
	text-align: left;
	letter-spacing: 0;
}
.blog h3 {
	font-weight: 300;
	margin-bottom: 18px;
}
.blog p + h2, .blog p + h3, .blog p + h4 {
	margin-top: 28px;
}
ul.nav-blog {
	text-align: center;
	padding: 0;
}
.nav-blog li {
	display: inline-block;
	margin: 0 4px 10px;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
}
ul.nav-blog li:before {
	display: none;
}
.nav-blog li a {
	display: block;
	padding: 0 6px 8px;
	color: #1a1a1a;
	position: relative;
	letter-spacing: 1px;
}
.nav-blog li a.active, .nav-blog li a:hover {
	color: #e7543d;
}
.nav-blog li a.active ins {
	position: absolute;
	height: 1px;
	background-color: #F5BAB1;
	width: 100%;
	margin: auto;
	left: 0;
	bottom: 0;
	overflow: hidden;
	clear: both;
	-webkit-transform: translateZ(0);
}
.loadmore .button {
	padding: 0 25px;
}

.comments {
	padding-top: 60px;
}
.comments > h4 {
	padding-bottom: 36px;
	margin-bottom: 50px;
	border-bottom: 1px solid #D6D6D6;
}
.comment {
	padding-bottom: 20px;
}
.comment .comment {
	margin-left: 89px;
	padding-top: 20px;
	padding-bottom: 0;
}
.comment .ava {
	margin-left: -89px;
	float: left;
}
.comment .ava img {
	width: 68px;
	margin-right: 21px;
}
.comment .info {
	color: #999999;
	padding-bottom: 5px;
}
.comment .info .date {
	margin-right: 18px;
}
.comment .info a {
	text-decoration: none;
	color: #999999;
}
.comment .info a.internal {
	color: #000;
}
.comment .info a:hover {
	color: #e7543d;
}
.leaveacomment {
	border-top: 1px solid #D6D6D6;
	padding-top: 60px;
	margin-top: 26px;
}
.leaveacomment p {
	font-size: 17px;
	line-height: 26px;
	color: #999;
	padding-bottom: 30px;
}
.color-red {
	color:#E7543D;
	margin:30px 0px 20px 0px;
}
.margin-20 {
	margin:5px 0px;
}
div.capty-caption {
	background-color: #000;
	color: #FFF;
	text-shadow: 1px 1px 0 #222;
}
div.capty-caption a.overlay-content {
	display:block;
	color:#fff;
	position:absolute;
	text-decoration:none;
	width:100%;
	height:100%;
	font-size:20px;
	left:0px;
	top:0px;
	text-align:center;
	font-weight:bold;
}
.flb-overlay-open {
	background:url(../images/fancybox_overlay.png) !important;
}
.flb-bottom-title {
	font-size:16px !important;
	color:#fff !important;
	font-weight:600;
}
.flb-counter
{
	color:#fff !important;
	font-size:16px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite@2x.png);
	background-size: 44px 152px; 
}
#fancybox-loading div {
	background-image: url(fancybox_loading@2x.gif);
	background-size: 24px 24px; 
}
}
@media only screen and (max-width: 1210px) {
.filter-hr {
	width:91%; 
}
.filter-hr .hr-line {
	left: 470px;
}
.filter-secondary {
	width:91%;
}
}
@media only screen and (max-width: 1200px) {
.work1 {
	width: 17%;
}
.blogroll .col {
	width: 30%;
}
}
 @media only screen and (max-width: 1030px) {
.work1 {
	width: 17%;
}
.team .group > .col {
	width: 48%;
}
.equal > * {
	padding-left: 3px;
	padding-right: 3px;
}
.pricing .num {
	font-size: 58px;
}
.blogroll .col {
	width: 45%;
}
}
 @media only screen and (max-width: 860px) {
 [class*="span_"], .blogroll .col {
width: 100%;
}
.col {
	float: none;
	margin: 0 auto 20px;
	width: 100%;
}
.logo-content {
	font-size: 35px;
	line-height: 40px;
}
.empty {
	display: none;
}
.newtext_img {
	width:150px;
}
.slicknav_menu {
	display: block;
}
.header .col {
	text-align: center;
	margin-bottom: 40px;
}
.header .col:last-child {
	margin-bottom: 0;
	min-height: 53px;
}
.work1 {
	width: 21%;
	height: 220px;
}
.oneslider li .title {
	font-size: 30px;
}
.comment .ava {
	margin-left: 0;
}
.leaveacomment .formwrap, .leaveacomment .button {
	margin-left: 108px;
}
.blogbar.fright {
	margin-left: 0;
	margin-right: 0;
}
.equal > * {
	display: block !important;
	width: 100% !important;
}
.footer p {
	max-width: 450px;
}
table.responsive {
	margin-bottom: 0;
}
.pinned {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 35%;
	overflow: hidden;
	overflow-x: scroll;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.pinned table {
	border-right: none;
	border-left: none;
	width: 100%;
}
.pinned table th, .pinned table td {
	white-space: nowrap;
}
.pinned td:last-child {
	border-bottom: 0;
}
div.table-wrapper {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	border-right: 1px solid #ccc;
}
div.table-wrapper div.scrollable {
	margin-left: 35%;
}
div.table-wrapper div.scrollable {
	overflow: scroll;
	overflow-y: hidden;
}
table.responsive td, table.responsive th {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
	display: none;
}
.blogroll {
	text-align: center;
}
.blogroll .col {
	padding-right: 0;
	width: 98%;
}
.blogroll .img {
	width: 220px;
}
.contact {
	text-align: center;
	margin: 0 auto 45px;
	padding: 0 0px;
	width: 100%;
	min-height: 200px;
}
.contact table {
	margin: auto;
}
.work:hover .mask {
	opacity: 1;
	border: 150px solid rgba(0,0,0,0.7);
}
.enquiry-form {
	width: 350px;
}
.filter-hr, .filter-secondary {
	display:none;
}
.fixed-link a img {
	width:170px;
}

}
 @media only screen and (max-width: 630px) {
.table-sitemap tr td {
	margin-bottom:5px;
}
.table-sitemap tr td {
	display:list-item;
	list-style:none;
}
.main-link {
	width: 220px;
}
.sub-links {
	width: 200px;
}
.horizontal_line {
	display:none;
}

.vertical_line {
	display:none;
}
.price-list img {
	width:100px;
}
 }
 @media only screen and (max-width: 590px) {
.work1 {
	width: 30%;
	height:190px;
}
.work1 img {
	width: 85%;
}
.logo-content {
	font-size: 27px;
	line-height: 40px;
}
.form-row textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
}
.arrow.prev, .mfp-arrow-left {
	left: 10px;
}
.arrow.next, .mfp-arrow-right {
	right: 10px;
}
.page404 h1 small {
	padding: 0 20px;
}
.comment .comment {
	margin-left: 0;
}
.team .group > .col {
	width: 98%;
}
.expandteam .col p {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 30px;
}
.expandteam .social li {
	font-size: 28px;
	line-height: 28px;
}
.hints {
	font-size:11px;
	margin:5px 0px 5px 00px;
}
.work:hover .mask {
	opacity: 1;
	border: 220px solid rgba(0,0,0,0.7);
}
.enquiry-form {
	width: 220px;
	margin: 0% 10% 0% 35%;
}
.fixed-link a img {
	width:130px;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
	margin-left:0px;
}
#contact_submit{
	padding-left: 0px;
}
.error_show{
	margin-left: 0px;
	font-size:12px;
}
.selectbox {
	margin-left:0px;
	font-size:12px;
}
.formwrap label {
	left: -100px;
	font-size:12px;
}
.contact-button {
	margin-left:0px;
	padding:10px;
	font-size:14px;
}
.email-address {
	font-size:11px;
}
table th {
    padding-right: 30px;
}
.new-products {
	top:0px;
	right:0px;
}
     .newtext_img {
	width:100px;
}
}
 @media only screen and (max-width: 480px) {
.work1 {
	width: 30%;
	height: 160px;
}
.new-products {
	padding:10px 10px 0px 10px;
	top:20px;
	right:10px;
}
.price-list {
	position:absolute; 
	left:5px;
}
.price-list img {
	width:80px;
}

.star1 {
	position:absolute;
	top:15px;
	left:5px;
}
.star1 img {
	width:8px;
}
.star2 {
	top:-5px;
}
.star3 {
	position:absolute;
	top:0px;
	left:35px;
}
.star4 {
	top:0px;
	left:60px;
}
.star5 {
	display:none;
}
.star6 {
	display:none;
}
.star7 {
	position:absolute;
	top:-10px;
	right:10px;
}
 }
 @media only screen and (max-width: 360px) {
.work:hover .mask {
	opacity: 1;
	border: 120px solid rgba(0,0,0,0.7);
}
.work1 {
	width: 30%;
	height: 130px;
}
.fixed-link a img {
	width:80px;
}
}
