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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body,textarea,input {
	line-height: 1;
	font-family: 'Swis721LtBTLight';
	font-size:14px;
	color:#282828;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#282828;
	text-decoration:none;
}
::-webkit-input-placeholder {
   color:#282828;
   opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
  color:#282828; 
  opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#282828;
   opacity: 1 !important;
}

:-ms-input-placeholder {  
  color:#282828;
  opacity: 1 !important;
}
@font-face {
    font-family: 'Swis721LtBTLight';
    src: url('../fonts/tt0001m_4.eot');
    src: url('../fonts/tt0001m_4.eot') format('embedded-opentype'),
         url('../fonts/tt0001m_4.woff2') format('woff2'),
         url('../fonts/tt0001m_4.woff') format('woff'),
         url('../fonts/tt0001m_4.ttf') format('truetype'),
         url('../fonts/tt0001m_4.svg#Swis721LtBTLight') format('svg');
}
@font-face {
    font-family: 'Swis721Win95BTBold';
    src: url('../fonts/tt0005c_5.eot');
    src: url('../fonts/tt0005c_5.eot') format('embedded-opentype'),
         url('../fonts/tt0005c_5.woff2') format('woff2'),
         url('../fonts/tt0005c_5.woff') format('woff'),
         url('../fonts/tt0005c_5.ttf') format('truetype'),
         url('../fonts/tt0005c_5.svg#Swis721Win95BTBold') format('svg');
}
p{
	font-family: 'Swis721LtBTLight';
	font-size:14px;
	color:#282828;
	line-height:18px;
}
h1{
	font-family: 'Swis721Win95BTBold';
	font-size:32px;
	color:#1468a8;
	line-height:32px;
	text-transform:uppercase;
}
h1 span{
	font-size:25px;
	color:#4fb301;
	margin-right:5px;
}
h2{
	font-family: 'Swis721Win95BTBold';
	font-size:20px;
	color:#282828;
	line-height:24px;
	text-transform:uppercase;
}
h2 span{
	font-size:25px;
	color:#1468a8;
	margin-right:5px;
}
h6{
	font-family: 'Swis721Win95BTBold';
	font-size:15px;
	color:#282828;
	line-height:20px;
}
h6 span{
	color:#4fb301;
	display:block;
}
.container{
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
.wrapper{
	margin:0 auto;
	max-width:1000px;
	padding:0 5px;
}
.btn a{
	background:#8dc33d;
	line-height:40px;
	text-align:center;
	font-size:15px;
	width:90px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-ms-border-radius:6px;
	-moz-border-radius:6px;
	margin:10px auto;
	color:#fff;
	display:block;
}
.btn a:hover{
	background:#282828;
}
/*------------------------------------*\
    Header
\*------------------------------------*/
.header{
	float:left;
	padding-top:10px;	
	width:100%;
	position:relative;
	z-index:99;
	background:url(../images/oil.png) no-repeat right top;
}
.logo{
	float:left;
	width:240px;
	height:auto;
}
.logo img{
	width:100%;
	height:auto;
}
.header-left{
	float:right;
	max-width:68%;
	margin-top:60px;
}
.topsocial {
	float: right;
	margin-left: 50px;
}
.topsocial ul li{
	float:left;
	margin:0 5px;
	cursor:pointer;
}
.tophello{
	float:right;
}
.ico-fb{
	background:url(../images/ico-fb.png) no-repeat left top;
	width:41px;
	height:41px;
}
.ico-fb:hover{
	background:url(../images/ico-fb.png) no-repeat left bottom;
}
.ico-fb{
	background:url(../images/ico-fb.png) no-repeat left top;
	width:41px;
	height:41px;
}
.ico-fb:hover{
	background:url(../images/ico-fb.png) no-repeat left bottom;
}
.ico-tw{
	background:url(../images/ico-tw.png) no-repeat left top;
	width:41px;
	height:41px;
}
.ico-tw:hover{
	background:url(../images/ico-tw.png) no-repeat left bottom;
}
.ico-insta{
	background:url(../images/ico-insta.png) no-repeat left top;
	width:41px;
	height:41px;
}
.ico-insta:hover{
	background:url(../images/ico-insta.png) no-repeat left bottom;
}
.tophello{
	background:url(../images/ico-hello.png) no-repeat left top;
	height:41px;
	padding-left:65px;
	text-align:right;
	float:right;
}

.tophello p{
	line-height:41px;
	text-align:right;
	font-weight:bolder;
	color:#514f4f;
	font-size:24px;
}
.tophello:hover{
	background:url(../images/ico-hello.png) no-repeat left bottom;
	cursor:pointer;
}
/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

.nav {
	position:relative;
	display:inline-block;
	float:right;
	margin-top:45px;
}
.nav-list {
	text-align:left;
	float:right;
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
}
.nav-item a {
	display:block;
	margin-left:1px;
	color:#282828;
	padding:15px 20px;
	text-transform:uppercase;
	font-size:15px;
}
.nav-item > a:hover {
	color:#fff;
	background:#8dc33d;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
}
.nav-item > a.selected {
	color:#fff;
	background:#8dc33d;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
}
.nav-item:hover .nav-submenu {
	display:block;
}
/* Navigation submenu */
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:200px;
}
.nav-submenu-item a {
	background:#282828;
	border-bottom:1px solid #0f0f0f;
	display:block;
	color:#fff;
	padding: 5px;
	font-size: 12px;
}
.nav-submenu-item a:hover {
	background:#1468a8;
}
/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background:#3D3D3B url(../images/nav.svg) no-repeat center center;
	background-size:18px;
	height:50px;
	width:50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #282828;
	height:48px;
	width:48px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:#282828 url(../images/drop.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
	background-color:#282828;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
/*------------------------------------*\
    Banner
\*------------------------------------*/
.banner{
	float:left;
	width:100%;
	border-bottom:4px solid #8ec53f;
	margin-top:10px;
}
.banner img{
	width:100%;
	height:auto;
}
/*------------------------------------*\
   Flexslider
\*------------------------------------*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
/* Caption style */
/* IE rgba() hack */
.flex-caption {display:none; background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}
/* Direction Nav */
.flex-direction-nav {display:none; height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 18px; height: 18px; display: block; background: url(../images/control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -18px;}
.flex-control-nav li a.active {background-position: 0 -36px; cursor: default;}
/*------------------------------------*\
    Get-quick
\*------------------------------------*/
.get-quick{
	float:left;
	width:100%;
	background:#1468a8;
	padding:30px 0;
}
.get-quick .slogin {
	width:400px;
	float:left;
}
.get-quick .slogin h1{
	font-size:25px;
	color:#fff;
}
.get-quick .adres{
	float:left;
	width:220px;
	margin:0 40px;
}
.get-quick .adres p{
	font-size:17px;
	color:#fff;
	line-height:25px;
}
.get-quick .search{
	float:right;
	background:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	overflow:hidden;
	margin-top: 10px;
}
.get-quick .search .go{
	background:url(../images/ico-search.png) no-repeat left top;
	width:49px;
	height:44px;
	cursor:pointer;
	border:0;
	padding:0;
	margin:0;
}
.get-quick .search .go:hover{
	background:url(../images/ico-search.png) no-repeat left bottom;
}
.get-quick .search .inpt{
	width:220px;
	float:left;
	color:#489af0;
	font-size:17px;
	line-height:40px;
	margin:0 10px;
	height:40px;
	outline:none;
	border:0;
}
/*------------------------------------*\
    Mservice
\*------------------------------------*/
.hservice-main{
	background:url(../images/promap.png) no-repeat left top;
	background-size:100%;
	float:left;
	width:100%;
	padding:20px 0;
}
.hservice{
	background:#f5f5f5;
	padding:25px 0;
	float:left;
	width:100%;
}
.hservice .hservice-box{
	float:left;
	text-align:center;
	margin-right: 10px;
	width: 190px;
}
.hservice .hservice-box:nth-child(5n+0){
	margin-right:0;
}
.hservice .hservice-box .hservice-img{
	float:left;
	width:100%;
}
.hservice .hservice-box .hservice-img a{
	text-align:center;
	float:left;
}
.hservice .hservice-box .hservice-img a img{
	margin:10px auto;
	width:100%;
}
.hservice .hservice-box .hservice-img a img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.hservice .hservice-box .hservice-img a img {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.hservice .hservice-box h2{
	color:#1468a8;
	font-size:18px;
}
/*------------------------------------*\
    Contentarea
\*------------------------------------*/
.contentarea{
	float:left;
	width:100%;
	margin:20px 0;
}
/*------------------------------------*\
    Home Welcome
\*------------------------------------*/
.welcontent{
	float:left;
	width:100%;
}
.welcome{
	max-width:660px;
	float:left;
	margin-right:20px;
}
.welcome  h1{
	margin:20px 0;
}
.welcome  p{
	text-align:left;
	font-size:20px;
	line-height:24px;
}
/*------------------------------------*\
    Home News
\*------------------------------------*/
.news{
	max-width:310px;
	float:right;
}
.news h2{
	background:url(../images/ico-news.jpg) no-repeat left top;
	line-height:56px;
	padding-left:70px;
}
.news h2 b{
	color:#1468a8;
}
.news .newsupdate{
	float:left;
	width:100%;
	margin-top:10px;
}
.news .newsupdate .ntext{
	padding:2%;
	float:left;
	width:95%;
	margin-top:10px;
	background:#f5f5f5;
	border-bottom:1px solid #0d0d0d;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
}
.news .newsupdate .ntext p{
	text-transform:uppercase;
	line-height: 17px;
}
.news .newsupdate .ntext a{
	float:right;
	text-align:right;
	color:#1468a8;
	margin-top:10px;
	font-family: 'Swis721Win95BTBold';
	text-transform:uppercase;
}
/*------------------------------------*\
    Contact us
\*------------------------------------*/
.contact{
	float:left;
	width:100%;
	margin-top:40px;
	margin-bottom:20px;
}
.contact h2{
	color:#282828;
}
.contact .corporate{
	width:100%;
	margin-bottom:15px;
	float:left;
}
.contact .corporate p a{
	padding:10px;
	background:#78b336;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	color:#fff;
	float: left;
    margin-top: 10px;
}
.contact .corporate p a:hover{
	background:#00a1ff;
}
.contact .location-map{
	border:1px solid #bfbfbf;
	float:left;
	width:99%;
}
.form{
	margin-top:30px;
	float:left;
	width:100%;
}
.form .input{
	width:470px;
	line-height:40px;
	margin-bottom:10px;
	border:1px solid #bfbfbf;
	padding:0 10px;
	float:left;
}
.form .input:nth-child(2n+0){
	float:right;
}
.form .textarea{
	width:97.8%;
	min-height:150px;
	line-height:40px;
	margin-bottom:10px;
	border:1px solid #bfbfbf;
	padding:0 10px;
	float:left;
	resize:none;
}
.form .submit{
	background:#8dc33d;
	line-height:40px;
	border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-webkit-border-radius:6px;
	text-align:center;
	font-size:15px;
	text-transform:uppercase;
	width:150px;
	margin-top:10px;
	float:right;
	color:#fff;
	display:block;
	border:0;
	cursor:pointer;
}
.form .submit:hover{
	background:#282828;
}
/*------------------------------------*\
    Home Contact
\*------------------------------------*/
.home-contact{
	float:left;
	padding:15px 0;
	margin-top:20px;
	width:100%;
}
.home-contact .haddress{
	float: right;
	width: 46%
}
.home-contact .haddress .txt{
	padding:2%;
	width:96%;
	float:left;
}
.home-contact .haddress .txt p {
	font-size: 13px;
	line-height: 16px;
}
.home-contact .haddress .heading{
	float:left;
	background:#8dc33d;
	padding:1% 2%;
	width:96%;
}
.home-contact .haddress h1{
	color:#2b2b2b;
	margin:10px 0;
}
.home-contact .video{
	float:left;
	width:52%;
	height:auto;
}
.home-contact .video img{
	width:100%;
}
/*------------------------------------*\
    Footer
\*------------------------------------*/
.footer{
	float:left;
	width:100%;
	padding:20px 0;
	background:#3b3b3b;
}
.footer .footer-left{
	float:left;
	width:30%;
}
.footer .footer-right{
	float:right;
	width:65%;
}
.footer .footer-right .footer-links{
	float:right;
	width:100%;
	margin-bottom:10px;
}
.footer .footer-right .footer-links ul li{
	float:left;
	margin-left: 66px;
	text-transform:uppercase;
}

.footer .footer-right .footer-links ul li:first-child{
	margin-left:0;
} 
.footer .footer-right .footer-links ul li a{
	color:#fff;
}
.footer .footer-right .footer-links ul li a:hover{
	color:#4fb301;
}
.footer .footer-left .footer-logo{
	float:left;
	width:95px;
	margin-right:10px;
}
.footer .footer-left .footer-logo img{
	width:100%;
}
.footer .footer-left .copyright{
	float:left;
}
.footer .footer-left .copyright p{
	margin-top:10px;
}
.footer .footer-left .copyright p a{
	color:#fff;
}
.footer .footer-left .copyright p b{
	font-weight:bold;
}
.footer .bottomsocial{
	float:right;
}
.footer .bottomsocial ul li{
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.footer .bottomsocial ul li:last-child{
	margin-right:px;
}
/*------------------------------------*\
    Product
\*------------------------------------*/
.product{
	float:left;
	width:100%;
}
.product h2{
	color:#282828;
	margin-top:20px;
}
.product .proserv{
	margin-left:20px;
	margin-top:10px;
}
.product .proserv p{
	margin-bottom:5px;
}
.product-gallery{
	float:left;
	width:100%;
	margin-top:20px;
}
.product-gallery .thumb{
	float:left;
	text-align:center;
	margin-right: 10px;
	width: 190px;
}
.product-gallery .thumb a img{
	width:100%;
}
.product-gallery .thumb:nth-child(5n+0){
	margin-right:0;
}
/*------------------------------------*\
    Clients
\*------------------------------------*/
.clients{
	float:left;
	width:99%;
	border:1px solid #dad8d8;
	border-bottom:0;
	margin-top:25px;
}
.clients .clients-box{
	float:left;
	border-bottom:1px solid #dad8d8;
	border-right:1px solid #dad8d8;
	width:196px;
	padding:25px 0;
}
.clients .clients-box:nth-child(5n+0){
	border-right:0;
}
.clients .clients-box .cllogo{
	width:100%;
	margin-bottom:10px;
}
.clients .clients-box .cllogo img{
	width:100%;
}
.clients .clients-box p{
	text-align:center;
	text-transform:uppercase;
	color:#888888;
}
/*------------------------------------*\
    Fancybox
\*------------------------------------*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
/*Retina graphics!*/
@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('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding:50px 0 0;
	}
	.nav-list {
		display:none;
		width:100%;
	}
	.nav-item {
		width:100%;
		float:left;
	}
	.nav-item > a {
		padding:15px;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
	}
}

@media only screen and (max-width: 980px) {
.welcome {
    max-width: 640px;
}
.hservice .hservice-box {
    width: 185px;
}
.footer .footer-right {
    width: 55%;
}
.clients .clients-box {
    width: 190px;
}
.product-gallery .thumb{
	width:185px;
}
}
@media only screen and (max-width: 900px) {
.welcome {
    max-width: 560px;
}
.get-quick .slogin {
    width: 280px;
}
.get-quick .slogin h1 {
    font-size: 20px;
}
.hservice .hservice-box h2 {
    font-size: 16px;
}
.hservice .hservice-box {
    width: 170px;
}
.product-gallery .thumb{
	width:170px;
}
.footer .footer-left {
    width: 43%;
}
.footer .footer-right .footer-links ul li {
    margin-left: 45px;
}
.clients .clients-box {
    width: 175px;
}
.form .input {
    width: 47%;
}
}
@media only screen and (max-width: 800px) {
.welcome {
    max-width: 400px;
}
h1 {
    font-size: 26px;
}
.welcome p {
    font-size: 15px;
    line-height: 19px;
}
.product-gallery .thumb{
	width:140px;
}
.hservice .hservice-box {
    width: 140px;
}
.hservice .hservice-box h2 {
    font-size: 14px;
	line-height:19px;
}
.footer .footer-right .footer-links ul li {
    margin-left: 25px;
}
.get-quick .slogin {
    width: 100%;
}
.get-quick .adres {
    margin: 0;
    width: 48%;
}
.clients .clients-box {
    width: 155px;
}
}
@media only screen and (max-width: 768px){
.clients .clients-box {
    width: 149px;
}
}
@media only screen and (max-width: 640px){
.header-left {
    max-width: 58%;
	margin-top:0;
}
.welcome {
    margin-bottom: 20px;
    margin-right: 0;
    max-width: 100%;
}
.news {
    max-width: 100%;
}
.product-gallery .thumb{
	width:100%;
}
.hservice .hservice-box {
    width: 100%;
}
.hservice .hservice-box .hservice-img a {
    float: none;
    text-align: center;
}
.hservice .hservice-box .hservice-img a img{
	width:60%;
}
.home-contact .video {
    margin-bottom: 20px;
    width: 100%;
}
.home-contact .haddress {
    width: 100%;
}
.footer .footer-left {
    width: 100%;
}
.footer .footer-right {
    width: 100%;
}

.clients .clients-box {
    width: 100%;
}
.form .input {
    width: 45%;
}
.form .textarea {
    width: 97%;
}
}
@media only screen and (max-width: 480px){
.header{
	background:none;
}
.logo {
    width: 120px;
}
.tophello {
    padding-left: 50px;
	margin-top:10px;
}
.tophello p {
    font-size: 20px;
}
.nav {
    margin-top: 10px;
}
.get-quick .adres {
    width: 100%;
}
h1 {
    font-size: 20px;
}
.footer .footer-right .footer-links ul li {
    border-bottom: 1px solid hsl(0, 0%, 0%);
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}
.form .input {
    width: 96%;
	float:left;
}
.form .input:nth-child(2n) {
    float: left;
}
.form .textarea {
    width: 96%;
}
}
@media only screen and (max-width: 320px){
.form .input {
    width: 93%;
}
.form .textarea {
    width: 93%;
}
.topsocial {
	margin-left: 0;
}
}