

/* Reset Browsers
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	font-family: Arial;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #fff;
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
blockquote, q {
	quotes: none
}
a:focus {
	outline: none
}
a:hover, a:active {
	outline: 0
}
a img {
	border: 0
}
img {
	max-width: 100%;
	height: auto;
}
select {
	max-width: 100%
}
/* General
-------------------------------------------------------------- */
body, button, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #555555;
	font-size: 14px;
	line-height: 24px;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	overflow-y: auto;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}
p {
	margin: 0 0 20px;
}
strong, b, cite {
	font-weight: bold;
}
dfn, cite, em, i, blockquote {
	font-style: italic;
}
blockquote {
	position: relative;
	background-color: transparent;
	margin: 0px;
	padding: 0 0 0 32px;
}
blockquote > p:last-child {
	margin-bottom: 0;
}
blockquote cite {
	position: absolute;
	right: 0;
	bottom: 0;
}
blockquote em, blockquote i {
	font-style: normal;
}
abbr, acronym {
	border-bottom: 1px dotted #e0e0e0;
	cursor: help;
}
mark, ins {
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -6px;
}
sub {
	bottom: -3px;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
address {
	font-style: italic;
	margin: 0 0 20px;
}
code, kbd, tt, var, samp, pre {
	margin: 20px 0;
	padding: 4px 12px;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	overflow-x: auto;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	border-radius: 0;
	height: auto;
}
/* Elements
-------------------------------------------------------------- */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
hr {
	background-color: #e0e0e0;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}
/* List */
ul, ol {
	padding: 0;
	margin: 0 0 20px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
}
li {
	list-style: none;
}
ul li, ol li {
	padding: 0.1em 0;
}
dl, dd {
	margin: 0 0 20px;
}
dt {
	font-weight: bold;
}
del, .disable {
	text-decoration: line-through;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
/* Table */
table, th, td {
	border: 1px solid #e0e0e0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 30px;
	table-layout: fixed;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
th, td {
	padding: 8px 12px;
}
a:hover {
	text-decoration: none;
}
/* Media */
embed, iframe, object, video {
	margin-bottom: 20px;
	max-width: 100%;
	vertical-align: middle;
}
p > embed, p > iframe, p > object, p > video {
	margin-bottom: 0;
}
/* Accessibility - Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Forms
-------------------------------------------------------------- */
/* Fixes */
button, input {
	line-height: normal;
}
button, input, select, textarea {
	font-size: 100%;
	line-height: inherit;
	margin: 0;
	vertical-align: baseline;
}
input, textarea {
	font-size: 1em;
	max-width: 100%;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}
input[type="checkbox"] {
	display: inline;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: button;
	border: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}
/* Reset search styling */
input[type="search"] {
	outline: 0
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
display: none
}
/* Input normal */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	color: #777;
	border: 1px solid #e7e7e7;
	padding: 13px 20px;
	letter-spacing: 0px;
	background-color: transparent;
	line-height: inherit;
	width: 100%;
	margin-bottom: 14px;
	height: auto;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border ease .238s;
	-moz-transition: border ease .238s;
	transition: border ease .238s;
}
/* Contact Form 7 */
.wpcf7-form select, .wpcf7-form textarea, .wpcf7-form input {
	margin-bottom: 0;
}
/* Input focus */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	border-color: #ffc30c;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* Button */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	letter-spacing: 0.5px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #ffc30c;
	color: #fff;
	padding: 16px 30px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	-webkit-appearance: none;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
/* Button hover + focus */
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	outline: 0;
	background-color: #222;
}

/* Placeholder color */
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder {
color: #999;
}
::-moz-placeholder {
color: #999;
opacity: 1;
}/* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
color: #999;
}
/* Links */
a {
	color: #222;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
	outline: 0;
	color: #ffc30c;
	text-decoration: none
}
/* Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 15px;
	text-rendering: optimizeLegibility;
}
h1 {
	font-size: 2.428em;
} /* 34px */
h2 {
	font-size: 2em;
} /* 30px */
h3 {
	font-size: 1.714em;
} /* 24px */
h4 {
	font-size: 1.428em;
} /* 20px */
h5 {
	font-size: 1.2em;
} /* 18px */
h6 {
	font-size: 1.142em;
} /* 16px */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit
}

/* Layouts
-------------------------------------------------------------- */
#main-content {
	padding: 81px 0px;
}
body.page #main-content {
	padding-top: 0;
	padding-bottom: 0;
}
/* Inner Content */
#inner-content, #inner-sidebar {
	position: relative;
	z-index: 1;
}
/* Sidebar Right */
.sidebar-right #site-content {
	float: left;
	width: 71.9%;
}
.sidebar-right.width-73 #site-content {
	width: 73.1%;
}
.sidebar-right.width-71 #site-content {
	width: 71.8%;
}
.sidebar-right #sidebar {
	float: right;
	width: 23.1%;
}
/* Sidebar left */
.sidebar-left #site-content {
	float: right;
	width: 71.7%;
}
.sidebar-left #sidebar {
	float: left;
	width: 23.1%;
}
/* No Sidebar */
.no-sidebar #site-content {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
}
/* Column
-------------------------------------------------------------- */
.row.gutter-16 {
	margin-left: -8px;
	margin-right: -8px;
}
.row.gutter-16 > [class*="col-"] {
	padding-left: 8px;
	padding-right: 8px;
}
.themesflat-row.separator.light > [class*="col"] {
	border-left: 1px solid rgba(255,255,255, 0.2);
}
.themesflat-row.separator.light > [class*="col"]:first-child {
	border-left: 0px;
}
.themesflat-row.gutter-15 {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.themesflat-row.gutter-15 > [class*="col"] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.themesflat-row.gutter-30 {
	margin-left: -15px;
	margin-right: -15px;
}
.themesflat-row.gutter-30 > [class*="col"] {
	padding-left: 15px;
	padding-right: 15px;
}
.themesflat-row .span_1_of_4 {
	width: 33.333333%;
	float: left;
}
.themesflat-row .span_1_of_3 {
	width: 25%;
	float: left;
}
.themesflat-row .span_1_of_6 {
	width: 50%;
	float: left;
}
.themesflat-row .span_1_of_12 {
	width: 100%;
}
.themesflat-row.separator.drank > [class*="span_"] {
	border-left: 1px solid #f2f2f2;
}
.themesflat-row.separator.drank > [class*="span_"]:first-child {
	border-left: 0px;
}
/* Effect
-------------------------------------------------------------- */
.data-effect .data-effect-item {
	position: relative;
	overflow: hidden;
}
.overlay-effect {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
	-moz-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
	-ms-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
	-o-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
	transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.overlay-effect.bg-color-1 {
	background-color: rgba(0,0,0,0.2);
}
.overlay-effect.bg-color-2 {
	background-color: rgba(0,0,0,0.3);
}
.overlay-effect.bg-color-3 {
	background-color: rgba(0,0,0,0.7);
}
.overlay-effect.bg-color-4 {
	background-color: rgba(0,0,0,0.6);
}
.overlay-effect.bg-color-accent {
	background-color: rgba(0,0,0,0.4)
}
.data-effect-item:hover .overlay-effect {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}
.has-effect-icon {
	position: relative;
}
.has-effect-icon .elm-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: scale(0.5);
}
.has-effect-icon .elm-link span, .has-effect-icon .elm-link a {
	display: block;
	text-align: center;
}
.has-effect-icon .elm-link span:before, .has-effect-icon .elm-link a:before {
	content: "";
	font-family: "Ionicons";
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.has-effect-icon.offset-v-43 .elm-link {
	margin-top: -43px;
}
.has-effect-icon.offset-v-19 .elm-link {
	margin-top: -19px;
}
.has-effect-icon.offset-v-25 .elm-link {
	margin-top: -25px;
}
.has-effect-icon.offset-h-49 .elm-link {
	margin-left: -49px;
}
.has-effect-icon.offset-h-46 .elm-link {
	margin-left: -46px;
}
.has-effect-icon.offset-h-24 .elm-link {
	margin-left: -24px;
}
/* Icon 1 */
.has-effect-icon .elm-link a.icon-1 {
	width: 50px;
	height: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	line-height: 50px;
	color: #fff;
	font-size: 28px;
}
.has-effect-icon .elm-link a.icon-1:before {
	content: "\f1fe";
}
.has-effect-icon .elm-link a.icon-1.icon-search:before {
	content: "\f4a4";
}
/* Icon 2 */
.has-effect-icon .elm-link a.icon-2 {
	font-size: 20px;
	color: #fff;
	margin-top: -10px;
	margin-left: -10px;
}
.has-effect-icon .elm-link a.icon-2:before {
	content: "\f1fe";
}
/* Icon 3 */
.has-effect-icon .elm-link span.icon-3 {
	font-size: 20px;
	color: #fff;
	margin-top: -10px;
	margin-left: -10px;
}
.has-effect-icon .elm-link span.icon-3:before {
	content: "\f4a4";
}
.has-effect-icon:hover .elm-link {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.has-effect-icon .elm-link a.icon-1:hover {
	border-color: #ffc30c;
	background-color: #ffc30c;
}
.has-effect-icon .elm-link a.icon-2:hover, .has-effect-icon .elm-link span.icon-3:hover {
	color: #ffc30c;
}
/* Icon 4 */
.has-effect-icon.w40 .elm-link > a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	vertical-align: top;
}
/* Rev Slider
-------------------------------------------------------------- */
.custom .tp-bullet {
	background-color: #f2f2f2;
	border-radius: 50%;
}
.custom .tp-bullet:hover, .custom .tp-bullet.selected {
	background-color: #ffc30c;
}
.custom.tparrows {
	background-color: #e7e7e7;
	border-radius: 50%;
}
.tp-leftarrow.tparrows {
	margin-left: 15px;
}
.tp-rightarrow.tparrows {
	margin-right: 15px;
}
.custom.tparrows:before {
	color: #bdbdbd;
}
.custom.tparrows:hover {
	background-color: #ffc30c;
}
.custom.tparrows:hover:before {
	color: #fff;
}
/* Top Bar
-------------------------------------------------------------- */
#top-bar {
	position: relative;
	z-index: 1;
}
#top-bar, #top-bar a {
	color: #999;
}
#top-bar .top-bar-inner-wrap {
	display: table;
	width: 100%;
	padding: 12px 0px 13px 0px;
}
#top-bar .top-bar-content {
	display: table-cell;
	width: 60%;
	text-align: left;
	vertical-align: middle;
}
#top-bar .top-bar-socials {
	display: table-cell;
	width: 40%;
	text-align: right;
	vertical-align: middle;
}
/* Top Bar Content */
#top-bar .top-bar-content .content {
	position: relative;
	display: inline-block;
	padding: 0px 17px 0px 21px;
	margin: 0px 6px;
}
#top-bar .top-bar-content .content:first-child {
	margin-left: 0px;
}
#top-bar .top-bar-content .content:last-child {
	margin-right: 0px;
}
#top-bar .top-bar-content .content:before {
	content: "";
	position: absolute;
	font-family: "FontAwesome";
	top: 0;
	left: 0;
}
#top-bar .top-bar-content .content.address:before {
	content: "\f015";
}
#top-bar .top-bar-content .content.phone:before {
	content: "\f098";
}
#top-bar .top-bar-content .content.time:before {
	content: "\f017";
}
#top-bar .top-bar-content .content:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 2px;
	height: 10px;
	background-color: #444;
	transform: translateY(-50%);
}
#top-bar .top-bar-content .content:last-child:after {
	width: 0px;
	height: 0px;
	background-color: transparent;
}
/* Top Bar Socials*/
#top-bar .top-bar-socials .text {
	padding-right: 18px;
}
#top-bar .top-bar-socials .icons a {
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 0px 15.8px;
}
#top-bar .top-bar-socials .icons a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 10px;
	background-color: #444;
	transform: translateY(-50%);
}
#top-bar .top-bar-socials .icons a:last-child {
	padding-right: 0px !important;
}
#top-bar .top-bar-socials .icons a:hover {
	color: #ffc30c;
}
/* Style 2 */
.topbar-style-2 #top-bar {
	background-color: #e9e9e9;
}
.topbar-style-2 #top-bar .top-bar-socials .icons a:before, .topbar-style-2 #top-bar .top-bar-content .content:after {
	background-color: #d5d4d4;
}
.topbar-style-2 #top-bar .top-bar-socials .icons a {
	padding: 0px 10.5px;
}
.topbar-style-2 #top-bar .top-bar-socials .text {
	padding-right: 11px;
}
/* Header
-------------------------------------------------------------- */
#site-header {
	position: relative;
	background-color: #fff;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	
}
#site-header-inner {
	position: relative;
}
#site-header .wrap-inner {
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-has-search #site-header #main-nav {
	right: 28px;
}
.menu-has-search #site-header #header-search {
	display: block;
}
#site-header #header-search {
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 10;
	display: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* Site Logo */
#site-logo {
	float: left;
	max-width: 100%;
}
/* Main Nav */
#main-nav ul {
	margin: 0px;
}
#main-nav ul li {
	position: relative;
	list-style: none;
}
#main-nav > ul > li {
	float: left;
	padding: 0px 17.5px;
}
#main-nav > ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	position: relative;
	line-height: 100px;
	font-family: 'Montserrat', sans-serif;
}
/* Sub Menu */
#main-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	padding: 15px 0px;
	background-color: #262626;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
}
#main-nav .right-sub-menu {
	left: auto;
	right: 0;
}
#main-nav .sub-menu li a {
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-size: 14px;
	color: #999;
	padding: 5px 20px;
	font-weight: 600;
}
#main-nav li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#main-nav .sub-menu li a:hover, #main-nav .sub-menu li.current-item a {
	color: #ffc30c;
}
/* Mobile Menu */
#main-nav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	background-color: #f6f6f6;
}
#main-nav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-nav-mobi ul li {
	margin: 0;
	text-align: center;
	cursor: pointer;
	padding: 0;
	border-top: 1px solid #ebebeb;
	position: relative;
}
#main-nav-mobi ul > li > a {
	color: #999;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 48px;
	font-weight: 600;
}
#main-nav-mobi ul li:first-child {
	border-top: 0px;
}
#main-nav-mobi ul > li.current-menu-item > a, #main-nav-mobi ul > li > a:hover {
	color: #ffc30c;
}
#main-nav-mobi .menu-item-has-children .arrow {
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-family: "FontAwesome";
	line-height: 48px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 0;
	width: 48px;
}
#main-nav-mobi .menu-item-has-children .arrow:before {
	content: "\f103";
	color: #b1b1b1;
}
#main-nav-mobi .menu-item-has-children .arrow.active:before {
	content: "\f102";
}
#main-nav-mobi ul ul li {
	background-color: #f2f2f2;
	border-color: #ebebeb;
}
/* Search icon */
#site-header .header-search-icon {
	display: block;
	font-size: 14px;
	line-height: 100px;
}
/* Search Form */
#site-header .header-search-form {
	position: absolute;
	right: 0px;
	top: 100%;
	width: 270px;
	opacity: 0;
	visibility: hidden;
}
#site-header .header-search-field {
	width: 300px;
	margin: 0;
	padding-top: 13px;
	padding: 10px 50px 10px 20px;
	background-color: #fff;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
#site-header .header-search-submit {
	position: absolute;
	right: 0;
	top: 0;
	padding: 16px;
}
#site-header .header-search-form.show {
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}
/* Mobile Menu Button */
.mobile-button {
	display: none;
	position: absolute;
	width: 26px;
	height: 26px;
	float: right;
	top: 50%;
	right: 15px;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mobile-button:before, .mobile-button:after, .mobile-button span {
	background-color: #ffc30c;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.mobile-button:before, .mobile-button:after {
	content: '';
	position: absolute;
	top: 0;
	height: 3px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.mobile-button span {
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.mobile-button:before {
	-webkit-transform: translate3d(0, -7px, 0);
	-moz-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
	-webkit-transform: translate3d(0, 7px, 0);
	-moz-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
	opacity: 0;
}
.mobile-button.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/* Header Fixed */
#site-header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
#site-header.is-fixed.is-small .wrap-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
#site-header.is-fixed.is-small .header-search-icon, #site-header.is-fixed.is-small .nav-top-cart-wrapper .nav-cart-trigger, #site-header.is-fixed.is-small #main-nav > ul > li > a {
	line-height: 76px;
}
/* Style 1 */
.header-style-1 #site-header #main-nav {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-style-1.menu-has-search #site-header #main-nav {
	right: 44px;
}
.header-style-1 #site-header #main-nav > ul > li.current-menu-item > a, .header-style-1 #site-header #main-nav > ul > li:hover > a {
	color: #ffc30c;
}
/* Style 2 */
.header-style-2 #site-header #main-nav {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-style-2.menu-has-search #site-header #main-nav {
	right: 44px;
}
.header-style-2 #site-logo {
	margin-left: 6px;
}
.header-style-2 #site-header .wrap-inner {
	/*padding-top: 31px;
	padding-bottom: 30px;*/
}
.header-style-2 #main-nav > ul > li > a, .header-style-2 #site-header .header-search-icon {
	line-height: 101px;
}
.header-style-2 #main-nav > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 0;
	width: 0%;
	height: 3px;
	/*background-color: #ffc30c;*/
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-style-2 #main-nav > ul > li.current-menu-item > a:after, .header-style-2 #main-nav > ul > li > a:hover:after {
	opacity: 1;
	visibility: visible;
	width: 100%;
}
/* Style 3 */
.header-style-3 #site-header {
	background-color: rgba(0,0,0,0.2);
	box-shadow: none;
}
.header-style-3 #site-header #site-logo {
	margin-left: 2px;
}
.header-style-3 #site-header #main-nav {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-style-3.menu-has-search #site-header #main-nav {
	right: 44px;
}
.header-style-3 #site-header .header-search-icon, .header-style-3 #site-header #main-nav > ul > li > a {
	color: #fff;
}
.header-style-3 #site-header #main-nav > ul > li.current-menu-item > a, .header-style-3 #site-header #main-nav > ul > li:hover > a {
	color: #ffc30c;
}
.header-style-3 #site-header .header-search-icon, .header-style-3 #main-nav > ul > li > a {
	line-height: 99px;
}
.header-style-3 #site-header .wrap-inner {
	padding: 30px 0px;
}
.header-style-3 #site-header.is-fixed.is-small {
	background-color: #3e3e3e;
}
/* Absolute */
.site-header-absolute #site-header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1199px) {
.hentry .post-tags,  #top-bar .top-bar-content {
	width: 70%;
}
.hentry .post-socials,  #top-bar .top-bar-socials {
	width: 30%;
}
#bottom ul.bottom-nav > li {
	padding: 0px 10px;
}
.has-effect-icon.w40 .elm-link > a {
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.right-38 {
	right: 0px !important;
}
.hentry .box-excerpt .text {
	overflow: inherit;
}
.widget.widget_list .inner {
	padding: 15px;
}
.themesflat-row.gutter-mobile .span_1_of_3 {
	width: 50%;
}
.divider.h35 {
	height: 35px;
	display: block;
	clear: both;
}
}

@media only screen and (max-width: 991px) {
#site-header .mobile-button {
	display: block;
}
#main-nav,  .menu-has-search #site-header #header-search,  .menu-has-cart #site-header .nav-top-cart-wrapper,  #top-bar .top-bar-content,  .switcher-container,  .row-information {
	display: none;
}
#top-bar .top-bar-socials {
	width: 100%;
	display: block;
	text-align: center;
}
#main-content {
	padding: 60px 0px;
}
#featured-title .featured-title-heading-wrap,  #featured-title #breadcrumbs {
	width: 50%;
}
.sidebar-right #site-content,  .sidebar-right #sidebar,  .sidebar-left #sidebar,  .sidebar-left #site-content,  .sidebar-right.width-71 #site-content,  .sidebar-right.width-73 #site-content {
	float: none;
	width: 100%;
}
.site-header-absolute #site-header-wrap {
	position: relative;
}
.header-style-3 #site-header {
	background-color: #3e3e3e;
}
.topbar-style-3 #top-bar {
	background-color: #262626;
}
.themesflat-row .span_1_of_3 {
	width: 50%;
}
.themesflat-row.gutter-30 > [class*="col"]:nth-child(3) {
	clear: both;
}
#footer {
	padding: 60px 0px;
}
#bottom .bottom-bar-menu,  #bottom .bottom-bar-content {
	width: 50%;
	text-align: center;
	vertical-align: top;
}
.themesflat-row.separator.drank > [class*="span_"],  .themesflat-row.separator.light > [class*="col"] {
	border-left: 0px;
}
.widget.widget_instagram .instagram-wrap.g10 .instagram_badge_image img {
	width: 100%;
	display: block;
}
.comment-list.style-2 article {
	padding: 15px;
}
.themesflat-row .col.span_1_of_4 {
	width: 100%;
}
.divider.h35 {
	height: 35px;
	display: none;
	height: 0;
}
}

@media only screen and (max-width: 767px) {
#site-header .wrap-inner {
	padding: 20px 0px;
}
#bottom .bottom-bar-content,  #bottom .bottom-bar-menu {
	width: 100%;
	display: block;
}
#bottom .bottom-bar-menu {
	margin-top: 10px;
}
.hentry .box-excerpt .thumb {
	margin: 0px 0px 27px 0px;
	float: none;
}
.comment-respond {
	padding-top: 35px;
}
.custom.tparrows,  .custom .tp-bullet {
	display: none;
}
.separator-solid .flat-content-wrap {
	border-bottom: 0px;
}
.themesflat-row .span_1_of_3,  .themesflat-row .span_1_of_6,  .themesflat-row.gutter-mobile .span_1_of_3,  .themesflat-row .span_1_of_4 {
	width: 100%;
}
.padding-left-13 {
	padding: 0px !important;
}
.widget.widget_instagram .instagram_badge_image img {
	display: block;
	width: 100%;
}
}

@media only screen and (max-width: 479px) {
#featured-title #breadcrumbs,  .hentry .post-tags,  .hentry .post-socials,  #featured-title .featured-title-heading-wrap {
	display: block;
	width: 100%;
	text-align: left;
}
.hentry .post-tags a {
	margin-bottom: 15px;
}
.themesflat-pagination .page-prev-next > li {
	width: 100%;
	border-left: 0px;
	border-top: 1px solid #e7e7e7;
}
.themesflat-pagination .page-prev-next > li:first-child {
	border-top: 0px;
}
.comment-list .children {
	display: none;
}
.comment-list .comment-meta .comment-time {
	padding-left: 0px;
}
.comment-list .comment-meta .comment-time:before {
	width: 0px;
	height: 0px;
	background-color: transparent;
}
#commentform .name-wrap, #commentform .email-wrap {
	width: 100%;
	margin-right: 0px;
}
.comment-list.style-2 article {
	padding: 10px;
}
.comment-list.style-2 .comment-meta .comment-position:before {
	width: 0px;
	height: 0px;
	background-color: transparent;
}
.comment-list.style-2 .comment-meta .comment-position {
	padding-left: 0px;
}
.comment-list article .gravatar {
	float: none;
	margin: 0px;
}
.comment-list article .comment-content {
	position: relative;
	margin-top: 15px;
}
.comment-list .comment-reply {
	top: auto;
	right: 0;
	left: 0;
	bottom: 0;
}
.comment-list article .comment-content p {
	padding-bottom: 0px;
}
#comments .comment-list article .comment-content .comment-text {
	padding-bottom: 30px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	width: 100%;
}
.comment-list.style-2 article .gravatar {
	margin: 0px;
}
}
/*SLIDER
------------------------------------*/
.flick-title{
	display: none;
}
.flick-sub-text{
	display: none;
}
.flick-content .elm-button{
	margin-top: 230px;
}
.flick_btn {
	width: 260px;
	height: 60px;
	background: #aea400;
	text-align: center;
	margin: 45px auto;
}
.flick_btn a {
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
}
/*row-iconbox
------------------------------------*/
.row-iconbox {
	margin-top: 60px;
	margin-bottom: 60px;
}
.themesflat-headings {
	margin-bottom: 30px;
}
.themesflat-headings .sep.width-125 {
	width: 125px;
	height: 5px;
	background-color: #fff100;
}
.themesflat-headings .heading {
	color: #404040;
	font-size: 28px;
	font-weight: bold;
}
.themesflat-headings img {
	margin-left: 100px;
}
.heading a {
	font-size: 16px;
	color: #404040;
	font-weight: bold;
}
.heading a:hover {
	text-decoration: none;
	color: #aea400
}
.row-iconbox .themesflat-headings .sep.has-width.w80 {
	margin-top: 10px;
	margin-left: 100px;
}
/*row-about
------------------------------------*/
.row-about {
}
.row_aleft{
	padding-top: 110px;
	padding-bottom: 110px;
}
.bg-light-grey {
	background-color: #f3f4f6 !important;
	padding-top: 110px;
	padding-left: 135px;
	padding-bottom: 110px;
}
.fa-check-square {
	color: #038e49;
}
/* Effect
-------------------------------------------------------------- */
.data-effect .data-effect-item {
	position: relative;
	overflow: hidden;
}
.overlay-effect {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
	-moz-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
	-ms-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
	-o-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
	transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.overlay-effect.bg-color-1 {
	background-color: rgba(0,0,0,0.2);
}
.overlay-effect.bg-color-2 {
	background-color: rgba(0,0,0,0.3);
}
.overlay-effect.bg-color-3 {
	background-color: rgba(0,0,0,0.7);
}
.overlay-effect.bg-color-4 {
	background-color: rgba(0,0,0,0.6);
}
.overlay-effect.bg-color-accent {
	background-color: rgba(0,0,0,0.4)
}
.data-effect-item:hover .overlay-effect {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}
.has-effect-icon {
	position: relative;
}
.has-effect-icon .elm-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: scale(0.5);
}
.has-effect-icon .elm-link span, .has-effect-icon .elm-link a {
	display: block;
	text-align: center;
}
.has-effect-icon .elm-link span:before, .has-effect-icon .elm-link a:before {
	content: "";
	font-family: "Ionicons";
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.has-effect-icon.offset-v-43 .elm-link {
	margin-top: -43px;
}
.has-effect-icon.offset-v-19 .elm-link {
	margin-top: -19px;
}
.has-effect-icon.offset-v-25 .elm-link {
	margin-top: -25px;
}
.has-effect-icon.offset-h-49 .elm-link {
	margin-left: -49px;
}
.has-effect-icon.offset-h-46 .elm-link {
	margin-left: -46px;
}
.has-effect-icon.offset-h-24 .elm-link {
	margin-left: -24px;
}
/* Icon 1 */
.has-effect-icon .elm-link a.icon-1 {
	width: 50px;
	height: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	line-height: 50px;
	color: #fff;
	font-size: 28px;
}
.has-effect-icon .elm-link a.icon-1:before {
	content: "\f1fe";
}
.has-effect-icon .elm-link a.icon-1.icon-search:before {
	content: "\f4a4";
}
/* Icon 2 */
.has-effect-icon .elm-link a.icon-2 {
	font-size: 20px;
	color: #fff;
	margin-top: -10px;
	margin-left: -10px;
}
.has-effect-icon .elm-link a.icon-2:before {
	content: "\f1fe";
}
/* Icon 3 */
.has-effect-icon .elm-link span.icon-3 {
	font-size: 20px;
	color: #fff;
	margin-top: -10px;
	margin-left: -10px;
}
.has-effect-icon .elm-link span.icon-3:before {
	content: "\f4a4";
}
.has-effect-icon:hover .elm-link {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.has-effect-icon .elm-link a.icon-1:hover {
	border-color: #ffc30c;
	background-color: #ffc30c;
}
.has-effect-icon .elm-link a.icon-2:hover, .has-effect-icon .elm-link span.icon-3:hover {
	color: #ffc30c;
}
/* Icon 4 */
.has-effect-icon.w40 .elm-link > a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	vertical-align: top;
}
/* row-serivce
-------------------------------------------------------------- */


.row-services {
	margin-top: 60px;
	margin-bottom: 60px;
}
.themesflat-spacer .heading {
	color: #404040;
	font-weight: bold;
	font-size: 18px;
}
.row-services .themesflat-headings .sep.has-width.w80 {
}
/* row-product
-------------------------------------------------------------- */
.row-product {
	margin-top: 60px;
	margin-bottom: 60px;
}
.isotope-container {
	margin-top: 20px;
}
.row-product .isotope-container img{
	width: 100%;
	height: 310px;
}

@media only screen and (max-width:767px) {
.isotope-container {
	margin-top: 60px;
	height: auto;
}
}
.project-list {
	text-align: center;
	margin-bottom: 45px;
	display: inline-block;
}
.project-list a {
	text-transform: uppercase;
	display: inline-block;
	color: #929292;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.project-list a:hover {
	text-decoration: none;
	color: #038e49;
}
.project-list .current {
	color: #038e49;
}
.project-list2 {
	text-align: center;
	margin-bottom: 60px;
	display: inline-block;
	padding: 15px 0;
}
.project-list2 a {
	text-transform: uppercase;
	display: inline-block;
	color: #929292;
	margin-right: 35px;
	padding: 10px 0;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.project-list2 a:first-child {
	margin-left: 35px;
}
.project-list2 a:hover {
	color: #ff9800;
}
.project-list2 .current {
	color: #ff9800;
}
.portfolio-layout1 {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.portfolio-layout1:before {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	z-index: 1;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.portfolio-layout1 .image-box {
	width: 100%;
	height: 300px
}
.portfolio-layout1 .image-box img {
	width: 100%;
	height: 300px
}
.portfolio-layout1 .content-box {
	width: 100%;
	position: absolute;
	display: block;
	padding: 0 25px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.portfolio-layout1 .content-box .btn-fill {
	text-transform: uppercase;
	color: #ffffff;
	border: 2px solid #ffffff;
	background: transparent;
	padding: 10px 20px;
	border-radius: 2px;
	display: inline-block;
	font-weight: 500;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout1 .content-box .btn-fill:hover {
	background: #ffffff;
	color: #ff9800;
}
.portfolio-layout1 .content-box .btn-textprimary-fill-ghost {
	margin-top: 20px;
}
.portfolio-layout1 .content-box ul {
	margin-bottom: 25px;
}
.portfolio-layout1 .content-box ul li {
	display: inline-block;
	margin-right: 5px;
}
.portfolio-layout1 .content-box ul li a {
	display: block;
}
.portfolio-layout1 .content-box ul li i {
	display: inline-block;
	font-size: 20px;
	border-radius: 3px;
	border: 1px solid #ffffff;
	padding: 10px 13px;
	color: #ff9800;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio-layout1 .content-box ul li i:hover {
	background: transparent;
	color: #ffffff;
}
.portfolio-layout1 .content-box h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
}
.portfolio-layout1 .content-box h3 a {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout1 .content-box h3 a:hover {
	color: #d6e4f6;
}
.portfolio-layout1 .content-box h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 22px;
}
.portfolio-layout1 .content-box h2 a {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout1 .content-box h2 a:hover {
	color: #d6e4f6;
}
.portfolio-layout1 .content-box p {
	color: #ffffff;
	margin: 0;
	line-height: 1.3;
}
.portfolio-layout1:hover .content-box {
	visibility: visible;
	opacity: 1;
}
.portfolio-layout1:hover:before {
	visibility: visible;
	opacity: 1;
}
.portfolio-layout2 {
	margin-bottom: 30px;
	position: relative;
}
.portfolio-layout2:before {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	z-index: 1;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout2 .content-box {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.portfolio-layout2 .content-box .btn-fill {
	background: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	color: #333333;
	border: 2px solid #ffffff;
	padding: 10px 34px;
	border-radius: 45px;
	display: inline-block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout2 .content-box .btn-fill:hover {
	background: transparent;
	color: #ffffff;
}
.portfolio-layout2 .content-box ul {
	margin-bottom: 40px;
}
.portfolio-layout2 .content-box ul li {
	display: inline;
	margin-right: 5px;
}
.portfolio-layout2 .content-box ul li a {
	padding: 10px 15px;
	color: #ff9800;
	background-color: #fffffd;
}
.portfolio-layout2 .content-box h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.portfolio-layout2 .content-box h2 {
	font-size: 22px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.portfolio-layout2 .content-box h2 {
	font-size: 20px;
}
}

@media (max-width: 767px) {
.portfolio-layout2 .content-box h2 {
	font-size: 18px;
}
}
.portfolio-layout2 .content-box h2 a {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout2 .content-box h2 a:hover {
	color: #d6e4f6;
}
.portfolio-layout2 .content-box p {
	color: #ffffff;
}
.portfolio-layout2:hover .content-box {
	visibility: visible;
	opacity: 1;
}
.portfolio-layout2:hover:before {
	visibility: visible;
	opacity: 1;
}
.portfolio-layout3 {
	position: relative;
}
.portfolio-layout3 img {
	width: 100%;
}
.portfolio-layout3:before {
	content: "";
	position: absolute;
	background-color: rgba(41, 56, 145, 0.95);
	height: 100%;
	z-index: 1;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout3 .content-box {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.portfolio-layout3 .content-box .btn-fill {
	margin-top: 20px;
	background: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	color: #333333;
	border: 2px solid #ffffff;
	padding: 11px 34px;
	border-radius: 45px;
	display: inline-block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout3 .content-box .btn-fill:hover {
	background: transparent;
	color: #ffffff;
}
.portfolio-layout3 .content-box ul {
	margin-bottom: 40px;
}
.portfolio-layout3 .content-box ul li {
	display: inline;
	margin-right: 5px;
}
.portfolio-layout3 .content-box ul li i {
	padding: 10px 15px;
	color: #333333;
	background-color: #ffffff;
	font-size: 24px;
	border-radius: 3px;
	border: 2px solid #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout3 .content-box ul li i:hover {
	background: transparent;
	color: #ffffff;
}
.portfolio-layout3 .content-box h3 {
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 24px;
}

@media (max-width: 767px) {
.portfolio-layout3 .content-box h3 {
	font-size: 22px;
}
}
.portfolio-layout3 .content-box h3 a {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout3 .content-box h3 a:hover {
	color: #d6e4f6;
}
.portfolio-layout3 .content-box h2 {
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 24px;
}

@media (max-width: 767px) {
.portfolio-layout3 .content-box h2 {
	font-size: 22px;
}
}
.portfolio-layout3 .content-box h2 a {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout3 .content-box h2 a:hover {
	color: #d6e4f6;
}
.portfolio-layout3 .content-box p {
	color: #ffffff;
}
.portfolio-layout3:hover .content-box {
	visibility: visible;
	opacity: 1;
}
.portfolio-layout3:hover:before {
	visibility: visible;
	opacity: 1;
}
.portfolio-layout4 {
	position: relative;
}
.portfolio-layout4:before {
	content: "";
	position: absolute;
	background-color: rgba(51, 51, 51, 0.7);
	height: 100%;
	z-index: 1;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.portfolio-layout4 .image-box img {
	width: 100%;
}
.portfolio-layout4 .content-warp {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	top: 50%;
	height: 85%;
	width: 85%;
	margin: 0 auto;
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	border: 3px solid #ffffff;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.portfolio-layout4 .content-warp .content-box {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.portfolio-layout4 .content-warp .content-box a.btn-textprimary-fill-ghost {
	margin-top: 20px;
}
.portfolio-layout4 .content-warp .content-box ul {
	margin: 15px 0 40px 0;
}
.portfolio-layout4 .content-warp .content-box ul li {
	display: inline;
	margin-right: 10px;
}
.portfolio-layout4 .content-warp .content-box ul li i {
	font-size: 22px;
	padding: 19px 20px;
	color: #ff9800;
	background-color: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio-layout4 .content-warp .content-box ul li i:hover {
	background-color: #ff9800;
	color: #ffffff;
}
.portfolio-layout4 .content-warp .content-box h2 {
	margin-bottom: 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.portfolio-layout4 .content-warp .content-box h2 {
	font-size: 18px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.portfolio-layout4 .content-warp .content-box h2 {
	font-size: 18px;
}
}

@media (max-width: 767px) {
.portfolio-layout4 .content-warp .content-box h2 {
	font-size: 18px;
}
}
.portfolio-layout4 .content-warp .content-box h2 a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio-layout4 .content-warp .content-box h2 a:hover {
	color: #ff9800;
}
.portfolio-layout4 .content-warp .content-box span {
	text-transform: uppercase;
	font-weight: 400;
}
.portfolio-layout4 .content-warp .content-box span a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio-layout4 .content-warp .content-box span a:hover {
	color: #ff9800;
}
.portfolio-layout4 .content-warp .content-box p {
	color: #ffffff;
}
.portfolio-layout4:hover .content-warp {
	visibility: visible;
	opacity: 1;
}
.portfolio-layout4:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio-layout5 {
	position: relative;
}
.portfolio-layout5 img {
	width: 100%;
}
.portfolio-layout5:before {
	content: "";
	position: absolute;
	background-color: rgba(51, 51, 51, 0.7);
	height: 100%;
	z-index: 1;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.portfolio-layout5 .content-box {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	top: 50%;
	margin: 0 auto;
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.portfolio-layout5 .content-box a.btn-textprimary-fill-ghost {
	margin-top: 20px;
}
.portfolio-layout5 .content-box ul {
	margin: 0 0 40px 0;
}
.portfolio-layout5 .content-box ul li {
	display: inline;
	margin-right: 5px;
}
.portfolio-layout5 .content-box ul li i {
	padding: 19px 20px;
	color: #ff9800;
	background-color: #fffffd;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio-layout5 .content-box ul li i:hover {
	background-color: #ff9800;
	color: #ffffff;
}
.portfolio-layout5 .content-box h2 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #ffffff;
	text-transform: uppercase;
}
.portfolio-layout5 .content-box h2 a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio-layout5 .content-box h2 a:hover {
	color: #ff9800;
}
.portfolio-layout5 .content-box span {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
}
.portfolio-layout5 .content-box span a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio-layout5 .content-box span a:hover {
	color: #ff9800;
}
.portfolio-layout5 .content-box p {
	color: #ffffff;
}
.portfolio-layout5:hover .content-box {
	visibility: visible;
	opacity: 1;
}
.portfolio-layout5:hover:before {
	visibility: visible;
	opacity: 1;
}
.portfolio-layout6 {
	margin-bottom: 10px;
	position: relative;
}
.portfolio-layout6:before {
	content: "";
	position: absolute;
	background-color: rgba(41, 56, 145, 0.7);
	height: 100%;
	z-index: 1;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout6 .image-box img {
	width: 100%;
}
.portfolio-layout6 .content-warp {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	top: 50%;
	height: 90%;
	width: 90%;
	margin: 0 auto;
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	border: 2px solid #ffffff;
	padding: 0 30px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout6 .content-warp .content-box {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	top: 45%;
	margin: 0 auto;
	transform: translateY(-50%);
	padding: 0 15px;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.portfolio-layout6 .content-warp .content-box h2 {
	font-size: 26px;
	margin-bottom: 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
}
.portfolio-layout6 .content-warp .content-box h2 a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio-layout6 .content-warp .content-box h2 a:hover {
	color: #d6e4f6;
}

@media (max-width: 991px) {
.portfolio-layout6 .content-warp .content-box h2 {
	font-size: 22px;
	line-height: 1.4;
}
}
.portfolio-layout6 .content-warp .content-box span {
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
.portfolio-layout6 .content-warp .content-box span {
	font-size: 16px;
}
}
.portfolio-layout6 .content-warp .content-box span a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio-layout6 .content-warp .content-box span a:hover {
	color: #d6e4f6;
}
.portfolio-layout6:hover .content-warp {
	visibility: visible;
	opacity: 1;
}
.portfolio-layout6:hover:before {
	visibility: visible;
	opacity: 1;
}
.portfolio-layout7 {
	position: relative;
}
.portfolio-layout7:before {
	content: "";
	position: absolute;
	background-color: rgba(51, 51, 51, 0.3);
	height: 100%;
	z-index: 1;
	width: 100%;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-layout7 .image-box img {
	width: 100%;
}
.portfolio-layout7 .content-warp {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	top: 50%;
	height: 85%;
	width: 85%;
	margin: 0 auto;
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	border: 2px solid #ff9800;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	border-radius: 4px;
}
.portfolio-layout7 .content-box {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	top: 65%;
	padding: 50px 80px;
	margin: 0 auto;
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media (min-width: 992px) and (max-width: 1199px) {
.portfolio-layout7 .content-box {
	padding: 50px 35px;
}
}

@media (max-width: 991px) {
.portfolio-layout7 .content-box {
	padding: 50px 35px;
}
}
.portfolio-layout7 .content-box h3 {
	font-size: 26px;
	margin-bottom: 20px;
	color: #ffffff;
	text-transform: capitalize;
}
.portfolio-layout7 .content-box h3 a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio-layout7 .content-box h3 a:hover {
	color: #d6e4f6;
}

@media (min-width: 1510px) and (max-width: 1570px) {
.portfolio-layout7 .content-box h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
}

@media (max-width: 1509px) {
.portfolio-layout7 .content-box h3 {
	font-size: 22px;
	margin-bottom: 20px;
}
}
.portfolio-layout7 .content-box p {
	margin-bottom: 40px;
	visibility: hidden;
	opacity: 0;
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media (min-width: 992px) and (max-width: 1509px) {
.portfolio-layout7 .content-box p {
	display: none;
}
}

@media (max-width: 525px) {
.portfolio-layout7 .content-box p {
	display: none;
}
}
.portfolio-layout7 .content-box .btn-textprimary-fill {
	visibility: hidden;
	opacity: 0;
	color: #ffffff;
	border: 2px solid #ffffff;
	background: transparent;
	border-radius: 4px;
}
.portfolio-layout7 .content-box .btn-textprimary-fill:hover {
	background: #ffffff;
	color: #333333;
}
.portfolio-layout7:hover .content-warp {
	visibility: visible;
	opacity: 1;
}
.portfolio-layout7:hover .content-box {
	top: 48%;
}
.portfolio-layout7:hover:before {
	background-color: rgba(51, 51, 51, 0.6);
	height: 100%;
	z-index: 1;
	width: 100%;
}
.portfolio-layout7:hover p {
	visibility: visible;
	opacity: 1;
}
.portfolio-layout7:hover .btn-textprimary-fill {
	visibility: visible;
	opacity: 1;
}
.content-text {
	color: #fff;
	font-size: 20px;
}
.content-box a:hover {
	text-decoration: none;
	color: #038e49;
}
.elm-button a:hover {
	text-decoration: none;
}
/* row-contact
-------------------------------------------------------------- */

.row-contact {
	background: url("../images/contact_bg.jpg") no-repeat center;
	padding-top: 75px;
	padding-bottom: 75px;
}
.row-contact_big {
	margin: 0 auto;
}
.row-contact_left {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 50px;
	height: 550px;
}
.row-contact_left .themesflat-headings.style-1 .heading {
	font-size: 18px;
	font-weight: bold;
	color: #aea400;
}
.row-contact_left .themesflat-headings .sep.has-width.accent-bg {
	margin-top: -15px;
	background-color: #aea400;
}
.row-contact_left .themesflat-headings.style-1 p {
	font-size: 14px;
	color: #8c8c8c;
	margin-top: 20px;
	margin-left: 10px;
}
.row-contact_left .home_add {
	display: flex;
}
.row-contact_left .home_add img {
	width: 18px;
	height: 18px;
}
.row-contact_left .home_add p {
	font-size: 14px;
	margin-left: 25px;
	line-height: 16px;
	color: #8c8c8c;
}
.row-contact_left .contact_xx {
	margin-top: 30px;
	margin-left: 20px;
}
.row-contact_left .contact_xx .home_add {
	margin-top: 20px;
}
.row-contact_left .themesflat-button {
	padding: 20px 15px;
	margin-right: 50px;
}
.contact_right {
	margin-left: 90px;
}
.contact_right .themesflat-headings.style-1 .heading {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.contact_right .themesflat-headings .sep.has-width.accent-bg {
	margin-top: -15px;
	background-color: #fff;
}
.contact_right .themesflat-headings.style-1 p {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	margin-left: 10px;
}
.contact_right .email_c {
	width: 330px;
	height: 45px;
	outline: none;
	padding-left: 5px;
	margin-top: 25px;
	border: 1px solid #fff;
	color: #fff;
}
.contact_right button {
	width: 310px;
	background: #aea400;
	outline: none;
	border: 1px solid #aea400;
	color: #fff;
	margin-top: 25px
}
.contact_right textarea {
	margin-top: 20px;
	padding-left: 5px;
	padding-top: 5px;
	color: #fff;
}
/* row-news
-------------------------------------------------------------- */


.row-news {
	margin-top: 60px;
	margin-bottom: 60px;
}
.row-news .themesflat-image-box.style-1 .heading {
	color: #404040;
	transform: none;
	font-size: 14px;
	line-height: 16px;
	padding-top: 20px;
	padding-left: 25px;
	font-weight: 100;
	padding-bottom: 30px;
}
.row-news .themesflat-image-box.style-1 .text-wrap {
	background-color: #fff;
	border: 1px solid #aaaaaa;
	border-top: none;
	margin-top:-25px;
	height:161px;
}
.row-news .themesflat-image-box.style-1 .text-wrap p {
	background-color: #fff;
	font-size: 14px;
	border-top: none;
	width: 332px;
	line-height: 22px;
	margin-left: 28px;
	padding-bottom: 30px;
}
.row-news .themesflat-image-box.style-1 {
	display: flex;
}
.row-news .elm-button {
	float: right;
}
.footer_top_center{
	padding-top: 75px;
}
.footer_top_right{
	padding-top: 75px;
}
.footer_top {
	background: url("../images/footer_bg.jpg") no-repeat center;
	height: 500px;
	padding-top: 90px;
}
.footer_top .home_add {
	display: flex;
}
.footer_top_left .home_add:first-child img {
	width: 30px;
	height: 20px;
}
.footer_top .home_add img {
	width: 18px;
	height: 18px;
}
.footer_top .home_add p {
	font-size: 14px;
	margin-left: 25px;
	line-height: 16px;
	color: #fff;
}
.footer_top .contact_xx {
	margin-top: 30px;
	margin-left: 20px;
}
.footer_top .contact_xx .home_add {
	margin-top: 20px;
}
.footer_top_left .logo_footer_img {
	margin-left: 10px;
}
.footer_top_center .themesflat-headings .heading {
	color: #fff;
	text-transform: uppercase;
}
.footer_top_center ul {
	margin-top: 20px;
}
.footer_top_center ul li {
	margin-top: 10px;
}
.footer_top_center ul li a {
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
}
.footer_top_center ul li a:hover {
	text-decoration: none;
	color: #fff;
}
.footer_top_center .themesflat-headings .sep.has-width.accent-bg {
	background-color: #fff;
}
.footer_top_right .themesflat-headings .sep.has-width.accent-bg {
	background-color: #fff;
}
.footer_top_right .themesflat-headings .heading {
	color: #fff;
	text-transform: uppercase;
}
.input_footer {
	display: flex;
}
.input_footer .email_r {
	width: 200px;
	height: 34px;
	outline: none;
	border: 1px solid #fff;
	float: left;
}
.input_footer .button {
	width: 45px;
	height: 34px;
	background-color: #038e49;
	outline: none;
	border: 1px solid #038e49;
	margin-bottom: 5px;
	margin-right: 5px;
	float: right;
	text-align: center;
	padding-top: 6px;
}
.footer_top_right .customer {
	display: flex;
	margin-top: 20px;
}
.footer_top_right .customer .customer_line {
	width: 4px;
	height: 20px;
	background-color: #fff;
	margin-left: 10px;
}
.footer_top_right .customer a {
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
	
}
.footer_top_right .customer a:hover {
	text-decoration: none;
}
.footer_bottom {
	width: 100%;
	height: 100px;
	background-color: #313131;
	line-height: 100px;
	color: #fff;
	font-size: 16px;
	margin-top: -2px;
}
/*===============
     about us
  ===============*/
.top_images_about {
	background: url("../images/about_bg.jpg") no-repeat center;
	height: 200px;
	width: 100%;
}
.top_images_news-detail {
	background: url("../images/news-detail-bg.jpg") no-repeat center;
	height: 200px;
	width: 100%;
}
.top_text {
	color: #b2b2b2;
	font-size: 20px;
	margin-top: 90px;
	margin-left: 30px;
}
.top_text a {
	color: #fff !important;
	font-size: 20px;
}
.top_text a:hover {
	text-decoration: none;
}
/*row_about_iconbox
--------------------*/


.row_about_iconbox {
	padding-top: 40px;
}
.row_about_iconbox .themesflat-headings .sep.has-width.w80 {
	margin: 10px auto;
}
.row_about_iconbox .row_about_img {
	margin-top: 60px;
}
/*row_about_ab
--------------------*/
.row_about_ab {
	padding-top: 60px;
	padding-bottom: 60px;
}
.row_about_ab .themesflat-headings .sep.has-width.w80 {
	margin-top: 10px;
	margin-left: 20px;
}
.row_about_text {
	font-size: 16px;
	color: #737373;
	line-height: 30px;
	margin-left: 10px;
}
.company_pic {
	margin-top: 200px;
	padding-left: 85px;
}
/*row-touch
---------------*/
.row-touch {
	background: url("../images/touch_img.jpg") no-repeat center;
	height: 250px;
	width: 100%
}
.row-toleft {
	padding-top: 96px;
	padding-left: 80px;
}
.row-toleft p {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.row-toleft .telephone {
	color: #fff;
	font-size: 18px;
	padding-top: -10px;
	margin-top: 20px;
}
.row-toleft .telephone img {
	margin-right: 10px;
}
.row_tobtn {
	margin-top: 60px;
}
/*row_honor
----------------------------*/
.row_honor {
	padding-top: 60px;
	padding-bottom: 60px;
}
.row_honor .themesflat-headings .sep.has-width.w80 {
	margin: 10px auto;
}
.row_honor .portfolio-layout2 a:hover {
	cursor: default;
}
/***************** pantent***********************/
.row-panter {
	padding-top: 40px;
	
}
.row-panter .heading {
	color: #4f4f4f;
}
.row-panter .themesflat-headings .sep.has-width.w80 {
	margin: 5px auto;
}
.services-inc-area.half-bg {
	background-color: #dedede;
	position: relative;
	margin-top: 70px
}
.services-bt {
	margin-top: 50px;
	padding-bottom: 30px;
}
.site-heading h3 {
	font-size: 24px;
	letter-spacing: 10px;
	color: #404040;
}
.services-inc-area.half-bg::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.services-area .services-items .equal-height {
	margin-bottom: 30px;
	right: -1px;
}
.services-inc-area.inc-colum .equal-height {
	margin-bottom: 30px;
}
.services-items.colum-items .single-item {
	margin-bottom: 30px;
}
.services-area .services-items .item {
	background: #ffffff none repeat scroll 0 0;
	-moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	-webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	-o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	padding: 50px 30px;
}
.services-area .services-items .item i {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #1cb9c8;
	display: inline-block;
	font-size: 50px;
	height: 100px;
	line-height: 95px;
	position: relative;
	text-align: center;
	width: 100px;
}
.services-area .services-items .item i::after {
	border-bottom: 2px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border-left: 2px solid;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 100%;
}
.services-area .services-items .item:hover i::after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.services-area .services-items .item .icon {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.services-area .services-items .item h4 {
	font-weight: 600;
	text-transform: capitalize;
	display: block;
}
.services-area .services-items .item p {
	margin: 0;
}
.services-area .services-items .item a {
	color: #666666;
	display: inline-block;
	font-weight: 600;
	margin-top: 10px;
	text-transform: uppercase;
}
.services-area .services-items .item a:hover {
	color: #1cb9c8;
}
/* Services Shadow */

.services-area.shadow .services-items .item {
	background: transparent none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: inherit;
	position: relative;
	z-index: 1;
}
.services-area.shadow .services-items .item::after {
	background: #1d2024 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.services-area.shadow .services-items .item:hover:after {
	background: #ffffff;
	opacity: 1;
}
.services-area.shadow .services-items .item i, .services-area.shadow .services-items .item h4, .services-area.shadow .services-items .item p, .services-area.shadow .services-items .item i {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.services-area.shadow .services-items .item:hover p, .services-area.shadow .services-items .item:hover h4 {
	color: #666666;
	opacity: 1;
}
.services-area.shadow .services-items .item:hover i {
	color: #1cb9c8;
	opacity: 1;
}
.services-area.shadow .services-items .item a {
	color: #1cb9c8;
}
.services-area.shadow .services-items .item i {
	border: medium none;
	color: #ffffff;
	height: inherit;
	line-height: inherit;
	width: inherit;
	border-radius: inherit;
}
.services-area.shadow .services-items .item a i {
	float: right;
	font-size: 14px;
	margin-left: 3px;
	margin-top: 1px;
	color: #1cb9c8;
}
.services-area.shadow .services-items .item i::after {
	border: none;
	border-radius: inherit !important;
}
/* Thumbnail Services */


.services-inc-area .item .thumb {
	position: relative;
	z-index: 1;
}
.services-inc-area .item .overlay > a {
	bottom: 0;
	display: flex;
	left: 0;
	width: 100%;
	padding: 15px 30px;
	position: absolute;
	z-index: 1;
	align-items: center;
}
.services-inc-area .services-items.overlay-gap .item .overlay > a {
	bottom: 10px;
	left: 10px;
	right: 10px;
	width: auto;
}
.services-inc-area .services-items.overlay-gap .item .overlay i {
	font-size: 40px;
}
.services-inc-area .item .thumb .overlay ::after {
	background: #000000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.services-inc-area .item .overlay i {
	color: #ffffff;
	display: inline-block;
	font-size: 50px;
}
.services-inc-area .item .overlay h4 {
	border-left: 1px solid #ffffff;
	margin-left: 15px;
	padding-left: 15px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
}
.services-inc-area .item .overlay h4 a {
	color: #ffffff;
}
.services-inc-area .item .overlay > a {
	color: #1cb9c8;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
}
.services-inc-area .item .info {
	padding: 30px;
}
.services-inc-area .item .info a {
	color: #666666;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.services-inc-area .item .info a:hover {
	color: #1cb9c8;
}
.info p {
	color: #595959;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.services-inc-area .services-carousel .owl-nav {
	margin: 0;
}
.services-inc-area .services-carousel .owl-nav .owl-prev, .services-inc-area .services-carousel .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #fff;
	font-size: 48px;
	height: 40px;
	left: -50px;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 40px;
}
.services-inc-area .services-carousel .owl-nav .owl-prev:before {
}
.services-inc-area .services-carousel .owl-nav .owl-next {
	left: auto;
	right: -50px;
}

@media only screen and (max-width:767px) {
.services-inc-area .services-carousel .owl-nav .owl-next {
	display: none
}
}
.services-inc-area .services-items.services-carousel .owl-dots {
	margin: -25px 0 0;
	position: absolute;
	right: -45px;
	top: 50%;
}
.services-inc-area .services-items.services-carousel .owl-dots .owl-dot {
	display: block;
}
.services-inc-area .services-items.services-carousel .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #cccccc;
	height: 20px;
	margin: 10px 0;
	width: 20px;
}
.services-inc-area .services-items.services-carousel .owl-dots .owl-dot.active span {
	background: #1cb9c8 none repeat scroll 0 0;
	border-color: #1cb9c8;
}
/* Services item cell */

.services-area .services-items.item-cell .item .icon, .services-area .services-items.item-cell .item .info {
	display: table-cell;
	vertical-align: bottom;
}
.services-area .services-items.item-cell .item .info {
	padding-left: 25px;
}
.services-area .services-items.item-cell .item {
	padding: 50px 20px;
}
.services-area .services-items.item-cell .item .icon {
	position: relative;
	z-index: 1;
}
.services-area .services-items.item-cell .item .icon span {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 900;
	left: 0;
	opacity: 0.06;
	position: absolute;
	top: 0;
}
.services-area .services-items.item-cell .item .icon i {
	border: medium none;
	height: inherit;
	line-height: inherit;
	width: inherit;
}
.services-area .services-items.item-cell .item .icon i::after {
	display: none;
}
.site_btn {
	width: 256px;
	height: 48px;
	background: #00c764;
	border-radius: 5px;
	text-align: center;
	line-height: 48px;
	letter-spacing: 12px;
	float: right;
	margin-bottom: 30px;
}
.site_btn a {
	color: #fff;
}
/*****************end  pantent***********************/

/*about_service
-----------------------------*/
.about_service .themesflat-headings .style-1 .text-left .clearfix {
	text-align: center;
}
.about_service .themesflat-headings .sep.has-width.w80 {
	margin: 10px auto;
}
/*====================================
     contact
  ======================================*/

.top_images_contact {
	background: url("../images/contanct_bg.jpg") no-repeat center;
	height: 200px;
}
.row_contact_ge {
	padding-top: 60px;
}
.row_contact_ge .themesflat-headings .sep.has-width.w80 {
	margin: 10px auto;
}
.row_contact {
	background-color: #f2f2f2;
	padding-top: 40px;
	padding-bottom: 50px;
	width: 385px;
	height: 225px;
	margin-right: 15px;
}
.row_contact p {
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	margin-top: 30px;
	line-height: 30px;
}
.contact_tele {
	margin-top: 40px !important;
}
.contact_mail {
	margin-top: 40px !important;
}
.text_emil {
	width: 385px;
	height: 50px;
	border-radius: 5px;
	outline: none;
	border: 1px solid #efefef;
	padding-left: 10px;
	font-size: 18px;
}
.text_text {
	width: 100%;
	height: 385px;
	border-radius: 5px;
	outline: none;
	border: 1px solid #efefef;
	padding-left: 10px;
	font-size: 18px;
	margin: 15px 5px;
	padding-top: 20px;
}
.email_contact {
	padding-top: 60px;
	padding-bottom: 60px;
}
.text_sumbit {
	width: 250px;
	height: 80px;
	outline: none;
	border: 1px solid #aea400;
	background-color: #aea400;
	padding-left: 10px;
	font-size: 26px;
	letter-spacing: 1px;
	color: #fff;
}
.text_sumbit:hover {
	cursor: pointer
}
/*====================================
     news-detail
  ======================================*/

.news-detail-main {
	margin-top: 65px;
	margin-bottom: 65px;
	width: 100%;
}
.news-detail-main-left p {
	color: #595959;
	font-size: 24px;
	margin-top: 25px;
}
.news-detail-main-left-p {
	font-size: 24px;
	margin-top: 25px;
}
.news-detail-main-left-center {
	
	margin-top: 17px;
}
.news-detail-main-left-center img {
	width: 12px;
	height: 12px;
}
.news-detail-main-left-center font {
	padding-left: 10px;
	padding-right: 10px;
	color: #8c8c8c;
	font-size: 12px;
}
.news-detail-main-bottom {
	width: 90%;
}
.news-detail-main-bottom p {
	font-size: 16px;
	line-height: 30px;
	color: #8c8c8c;
}
.contact-main-right-top {
}
.border--bottom {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
	width: 70%;
	border: 1px solid #aaaaaa;
}
.contact-main-right-top-h1-border {
	margin-bottom: 40px;
	margin-top: 7px;
	width: 10%;
	border: 1px solid #fff100;
}
.contact-main-right-top h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.contact-main-right-top h2 {
	width: 60%;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #595959;
}
.contact-main-right-top a:hover h2 {

	color: #229759;
}
.contact-main-right-top h3 {
	font-size: 14px;
	line-height: 25px;
	width: 70%;
	margin-bottom: 20px;
	color: #8c8c8c;
}
.contact-main-right-top-left-indentation {
	margin-left: 20px;
	color: #737373;
}
.contact-main-right-top img {
	margin-right: 10px;
	width: 12px;
	height: 12px;
}
.contact-main-right-top-display {
	
	flex-direction: row;
	width: 100%;
	margin-bottom: 10px;
}
.contact-main-right-top a {
	color: #737373;
	font-size: 18px;
}

.contact-main-right-top a:hover {
	color: #009944;
}
.product_center .center_product {
	margin-bottom: 30px;
}
/*====================================
     product-detail
  ======================================*/
.product_detail {
	padding-top: 60px;
	margin-bottom: 60px;
}
.product_detail_titil .heading {
	font-size: 18px;
}
.product_list {
	margin-top: 30px;
}
.product_list li p {
	font-size: 16px;
	color: #bcbcbc;
	margin-right: 25px;
	width: 140px;
}
.product_list li {
	font-size: 20px;
	margin-bottom: 25px;
	display: flex;
}
.product_detail_pic {
	width: 385px;
	height: 328px;
}
.product_rec {
	margin-bottom: 60px;
}
.product_detail_p {
	font-size: 18px;
	color: #8c8c8c;
	line-height: 30px;
	padding-bottom: 100px;
	border-bottom: 1px solid #dedede;
}
.product_detail_text {
	margin-top: 60px;
}
.rec_bottom a:hover .rec_title {
	color: #009944;
}
.rec_bottom {
	width: 100%;
	background-color: #F7F7F7;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.rec_title {
	color: #737373;
	font-size: 18px;
	font-weight: 500px;
	margin-bottom: 10px;
}
.rec_liebie {
	color: #999999;
	font-size: 16px;
}
/*====================================
     news
  ======================================*/

.news-main {
	padding-top: 65px;
	width: 100%;
	padding-bottom: 65px;
}
.new-main {
	
	padding-bottom: 24px;
	margin-bottom: 30px;
}
.serivice-main{
	margin-bottom: 30px;
}
.news-main-border {
	width: 385px;
	height: 590px;
	border: 1px solid #aaaaaa;
}
.news-main-image {
	padding-bottom: 18px;
}
.news-main-image img{
	width: 383px;
	height: 300px
}
.news-main-bottom {
	padding-left: 20px;
	width: 100%;
}
.news-main-bottom-title {
	margin-bottom: 15px;
	width: 75%;
}
.news-main-bottom-title a {
	font-size: 18px;
	line-height: 24px;
	color: #404040;
	text-decoration: none;
	cursor: pointer;
}
.news-main-bottom-title a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #229759;
}
.news-main-bottom-text {
	font-size: 14px;
	line-height: 18px;
	color: #8c8c8c;
	width: 90%;
	padding-bottom: 18px;
}
.news-main-right-top-display {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-bottom: 10px;
}
.news-paging {
	width: 100%;
	height: 85px;
}
.services-main {
	padding-top: 65px;
	width: 100%;
}
/*====================================
     service
  ======================================*/
.service-main {
	height: 530px;
	padding-bottom: 24px;
	margin-bottom: 20px;
}
.services-main-border {
	width: 385px;
	height: 530px;
	border: 1px solid #aaaaaa;
}
.services-main-image {
	padding-bottom: 18px;
}
.services-main-bottom {
	padding-left: 20px;
	width: 100%;
}
.services-main-bottom-title {
	margin-bottom: 15px;
	width: 75%;
}
.services-main-bottom-title a {
	font-size: 18px;
	line-height: 24px;
	color: #404040;
	text-decoration: none;
	cursor: pointer;
}
.services-main-bottom-title a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #229759;
}
.services-main-bottom-text {
	font-size: 14px;
	line-height: 18px;
	color: #8c8c8c;
	width: 90%;
	padding-bottom: 18px;
}
.services-main-right-top-display {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-bottom: 10px;
}
.services-paging {
	width: 100%;
	height: 85px;
}

@media only screen and (max-width:767px) {
/*========index=======*/
	.flick-content {
		margin: 0 auto;
	}
	.elm-button {
		display: none;
	}
	.themesflat-icon-box.align-center {
		margin-bottom: 30px;
	}
	.row-about .themesflat-content-box {
		margin-left: -110px !important;
		width: 345px!important;
		padding-right: 20px;
	}
	.row-services .inner {
		margin-top: 15px;
	}
	.row-iconbox .themesflat-headings {
		text-align: center!important;
	}
	.row-iconbox .themesflat-headings .sep.has-width.w80 {
		margin: 10px auto;
	}
	.row-contact {
		background: #898989;
		height: auto;
		padding-bottom: 60px;
	}
	.contact_right {
		margin-left: 0 !important;
	}
	.row-news .themesflat-headings {
		text-align: center!important;
	}
	.row-news .themesflat-headings .sep.has-width.w80 {
		margin: 0 auto;
	}
	.row-news.themesflat-button {
		text-align: center!important;
	}
	.row-news .image-box-item {
		margin-top: 30px;
	}
	.footer_top {
		background: #898989;
		height: auto;
		padding-bottom: 60px;
	}
	.footer_bottom {
		font-size: 14px;
	}
	.footer_top_left {
		margin-bottom: 20px;
	}
	.footer_top_center {
		margin-bottom: 20px;
	}
	.company_pic{
		margin: 0!important;
		padding-left: 15px;
	}
	.row-touch{
		display: none;
	}
	.portfolio-layout2:before {
		content: "";
		position: absolute;
		background-color: rgba(0, 0, 0, 0.5);
		height: 100%;
		z-index: 1;
		width: 285px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}
	.portfolio-layout2{
		margin: 30px;
	}
	.row_contact{
		width: 340px;
		margin: 25px auto;
	}
	.news-main-border{
		width: 345px;
		height: 580px;
		margin: 25px auto;
	}
	.news-detail-main-left-center {
	
		display: block;
	}
	.product_list li{
		font-size: 14px;
	}
	.rec_bottom{
		margin-bottom: 30px;
	}
	.services-main-border{
		margin-bottom: 30px;
		width: 345px!important;
	}
}