/* CSS Document */

/* 
*
*
[Table of contents]
*
*
*

    font-black / @import url
	reset / html
	general / body
	space / .space-single
	button-black / button
	devider / .devider
	section / section
	no select / .noselect
	wrapper / .content-wrapper
	whitepage / .whitepage
	preloader / .preloader
	navigation / .navbar-default
	home / #home
	background-img-black / .mainbg
	blue-black / .blue-home
	about / ..about
	feature / .main-serv
	projects / .no-gutter
	contact / .contact
	footer / .footer
	social-menu / .social-menu
	totop / #totop
	owl slider home / #owl-slider-home
	general popup / .white-popup-block
	
*
*
*/

/* font-black */
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,400i');

/* reset */
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, button, output, ruby, section, summary, time, mark, audio, video {
font-family: 'Droid Sans', sans-serif;
margin: 0;
padding: 0;
border: 0;
font: inherit;
text-decoration:none;
list-style: none;
}

/** general **/
body {
font-family: 'Droid Sans', sans-serif;
font-size: 13px;
line-height: 1.8em;
font-style: normal;
font-weight: normal;
text-align: left;
overflow-x:hidden;
overflow-y:scroll;
color:#464646;
background:#fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1{ font-size:30pt; font-weight:700; line-height:normal; text-transform:uppercase;}
h2{ font-size:22pt; font-weight:400; line-height:normal; }
h3{ font-size:20pt; font-weight:300; line-height:normal; }
h4{ font-size:18pt; font-weight:600; }
h5{ font-size:14pt; font-weight:600; }
h6{ font-size:12pt; font-weight:600; }
p{ font-size:13px;}

a, a:visited, a:hover, a:active , a:link{ 
color: inherit;
text-decoration:none;
outline: 0;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; 
}

.link-class {
    display: block;
	text-decoration:none;
}

/* space */
    .space-single{
	width:100%;
	height:30px;
	display:block;
	clear:both;
	}
	
	.space-double{
	width:100%;
	height:60px;
	display:block;
	clear:both;
	}
	
	.space-half{
	width:100%;
	height:15px;
	display:block;
	clear:both;
	}
	
	hr {
	display: block;
	clear: both;
	border-top: solid 1px #ddd;
	margin: 40px 0 40px 0;
	}
	
.center{ text-align:center; margin:0 auto; }
.left{ text-align:left; float:left; line-height:inherit; }
.right{ text-align:right; float:right; line-height:inherit; }
.color{ color:#008dff;}

.min-left{margin-left:-15px;}
.min-right{margin-right:-15px;}

/* button-black */
button{
border: 1px solid #dadada;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
button:hover{ 
border: none;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-home {
display: inline-block;
width: 198px;
height: 40px;
font-size:10pt;
font-weight:600;
letter-spacing:1pt;
font-style:normal;
text-align:center;
line-height:38px;
color:#fff;
border: 1px solid rgba(255,255,255,0);
background:#111;
outline: none;
text-shadow:none;
margin: 5px auto;
margin-left:0px;
padding: 0;
box-shadow: 3px 8px 12px rgba(0, 0, 0, .3);
cursor:pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
}

.btn-content{
display:block;
width: 198px;
height: 40px;
font-size:10pt;
text-align:center;
line-height:38px;
color:#fff;
border: 1px solid rgba(255,255,255,0);
background:#111;
outline: none;
text-shadow:none;
margin: 0 auto;
margin-top:20px;
box-shadow: 3px 8px 12px rgba(0, 0, 0, .3);
cursor:pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
}
.btn-home:hover, .btn-content:hover{
color:#fff;
border: 1px solid rgba(255,255,255,0);
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
-moz-transition: all 0.3s ease;
-ms-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;}

.btn-home-active{
border: none;
background:#008dff;
display: inline-block;
width: 198px;
height: 40px;
margin:0 auto;
font-size:10pt;
letter-spacing:1pt;
font-style:normal;
text-align:center;
line-height:49px;
color:#efefef;

outline: none;
text-shadow:none;
margin: 20px 0 0 0;
padding: 0;
cursor:pointer;}
.btn-home-active:hover{
color:#efefef;
background:rgba(23,36,52,0.8);
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;}

/* devider */
.devider-black {display:inline-block; border-top: 7px solid rgba(0,0,0,.6); width:63px; margin-left:5px; margin-bottom:10px;}
.devider-cont {display:block; border-top: 7px solid #e1e1e1; width:287px; margin-top:30px; margin-bottom:30px; text-align:left;}

/* section */
section{padding:120px;}
.no-bottom {padding-bottom: 0 !important;}
.no-top {padding-top: 0 !important;}
.no-padding,section.no-padding{
padding:0;
}

/* no select */
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* wrapper */
.content-wrapper{ overflow-x:hidden; }

.v-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

/* whitepage */
.whitepage{
  position:relative;
  width: 100%;
  height:auto;
  color:#606060;
  background:#fcfcfc;
}
.whitepage h1, .whitepage h2, .whitepage h3, .whitepage h4, .whitepage h5, .whitepage h6{ color:#464646; }
.whitepage h1{ font-weight:600; letter-spacing:2px;}
.whitepage em{ display:block; font-style:italic; margin-bottom:20px;}
.whitepage article{ padding:10px 60px 0 0;}
.whitepage span{ font-size:18pt; color:#333;}

/* preloader */
.preloader
    {
        position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
		  background:#fff;
          z-index: 99999;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-flow: row nowrap;
              -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
    }
.mainpreloader {
	position:relative;
	width:auto;
	height:auto;
}

.mainpreloader img{ display:block; margin:0 auto; z-index:999;}
.mainpreloader span{ display:block; font-size:8pt; text-transform:uppercase; letter-spacing:2px; text-align:center; margin:10px auto;}
.bg-preloader{ position:fixed; width:100%; height:100%; top:0px; left:0px; border:1px solid #fff; z-index:999;}

.logo-preloader{
	-webkit-animation: fadeimg 1s infinite linear;
	animation: fadeimg 1s infinite linear;
	}
@-webkit-keyframes fadeimg{
	0% {opacity:1;}
	50% {opacity:0;}
	100% {opacity:1;}
	}
@keyframes fadeimg{
	0% {opacity:1;}
	50% {opacity:0;}
	100% {opacity:1;}
	}
/* end preloader */

/* navigation */
.navbar-default {
	     position:fixed;
		 background:rgba(0,0,0,0);
		 top:-5px;
		 border-bottom:1px groove rgba(255,255,255,0);
         -webkit-transition : all .3s ease-in-out;
         -moz-transition    : all .3s ease-in-out;
         transition         : all .3s ease-in-out;
        }
		
	

.navbar-default {
    margin-bottom : 0;
	height:60px;
    }
	
	

.navbar-brand {position:absolute; top:10px; padding-bottom:20px; left:50px; z-index:2; }
.navbar-brand img{ 
	      width:100%;
		  height:auto; 
          -webkit-transition : all .3s ease-in-out;
          -moz-transition    : all .3s ease-in-out;
          transition         : all .3s ease-in-out;
		 }

.scroll-link{cursor:pointer;}

.sticky-nav.navbar-default {
	background:rgba(255,255,255,1);
	top:0px;
	border-bottom:1px groove rgba(255,255,255,0);
	box-shadow: 5px 4px 3px rgba(0, 0, 0, .1);
	-webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
	}
	
	.sticky-nav .navbar-brand{position:absolute; top:0px;}
	.sticky-nav nav{top:10px; -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;}

/* menu nav */
nav {
	position:absolute;
	top:30px;
	right:50px;
	z-index:999;
	-webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}

nav ul {
	padding: 0;
    margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	}
	
nav a {
	display:block;
	padding:10px;
	color:#171717;
	font-size:8pt;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:4px;
	line-height: 20px;
	text-decoration:none;
}

nav a:hover::before {
	display:inline-block;
	position:absolute;
	max-width: 35px;
	color: rgba(0,0,0,0);
	border-bottom: 2px solid rgba(0,0,0,1);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
    }

nav a::before {
	position:absolute;
	right:14px;
	overflow: hidden;
	max-width: 0;
	border-bottom: 2px solid rgba(0,0,0,0);
	color: rgba(0,0,0,0);
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
	white-space: nowrap;
    }
	
#menu-block{ width: 100%; height:100vh; top:0px; left:0px; display:none; }
.whitepage-menu{
  background:#fff;
  margin-top:50px;
}
#menu-block ul {
	margin:0 auto;
	text-align:center;
	}
	#menu-block ul li{
		display:block;
		position:relative;
		color:#171717;
		font-family: 'Droid Serif', serif;
		font-size:34pt;
		font-weight:600;
		padding:20px 20px 20px 20px;
		cursor:pointer;
		-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
	#menu-block ul li:hover{
		color:#999;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#menu-block ul li.active{
		color:#999;
}
.init-menu{
    opacity:1; 
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
   }
  .overlay-main{
  width: 100%;
  height:100%;
  top:0px;
  left:0px;
}
/*end menu nav*/

/* subheader */
	#subheader{
	height:100px;
	background:#222;
	background:url(../img/bg-subheader.jpg)top fixed;
	}
/* subheader end */

/* home */
#home{ position:relative; color:#464646;}
#home h1{ font-family: 'Droid Serif', serif; font-size:48pt; font-weight:600; text-transform:none; letter-spacing:4px;}
#home h1 em{ font-style:italic;}
#home h3{ font-size:26pt; letter-spacing:1px; margin:5px 0 0 0;}
#home p{ font-size:13pt; font-weight:300; letter-spacing:1.2px; margin:0 auto; margin-top:10px;}
.overlay-home{
  position:absolute;
  width: 100%;
  height:100%;
  top:0px;
  left:0px;
}

/* background-img-black */
.mainbg {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow-x:hidden;
  background:#000;
   -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.bgslider {
  position:absolute;
  width:100%;
  height:100%;
  overflow:hidden;
  color:#fff;
  background:#000;
}
.bgslider img{
	position:absolute;
	width:100%;
	height:auto;
	top: 0;
    left: 0;
	}
.bg-black {
  position:absolute;
  width:100%;
  height:100%;
  overflow:hidden;
  background:rgba(0,0,0,0.3);
}

/* blue-black */
.blue-home{
  position:absolute;
  width: 100%;
  height:auto;
  padding:0px 20px 0px 20px;
  background:rgba(0,0,0,0);
  bottom:0px;
  left:0px;
}

.menuscroll{
	position:absolute;
	font-size:7pt;
	bottom:0px;
	left:10px;
	letter-spacing:4px;
	cursor:pointer;
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
	}
.menuscroll:hover{ 
	color:#e3b546;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
	}

/* countdown */
#given_date{
 font-family: 'Droid Serif', serif;
 font-weight:400;
 font-size:32pt;
 background:none;
 border:none;
 color:#fff;
 text-align:left;
 margin-top:30px;
 }
 #given_date span{ 
 font-family: 'Droid Serif', serif;
 font-weight:300; 
 font-size:32pt; 
 text-transform:uppercase; 
 margin-left:10px; 
 margin-right:10px;
 }
/* home end */

/* about */
.about{ display:block; height:100%; padding:60px 20px 60px 20px;}
.img-about h1, .img-about p{ color:#fff; }
.img-about h1{ font-family: 'Droid Serif', serif; font-size:34pt; font-weight:600; letter-spacing:2px;}
.img-about p { max-width:320px; margin:0 auto;}
.img-about .icon{ display:block; font-size:48pt; color:#fff;}
/* about end*/

/* team */
.team-wrapper{
	    max-width:350px;
		width:100%;
		text-align:center; 
		margin-bottom:20px;
		margin-top:20px;
		display:inline-block;
		box-shadow: 5px 5px 2px rgba(23,36,52,0.1);
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

.team-wrapper img{ 
   overflow: hidden;
   margin-left:0px;
   opacity: 1;
  }	
.team-wrapper:hover{
		cursor: pointer;
		box-shadow: 5px 5px 2px rgba(23,36,52,0.5);
		opacity: 0.8;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
.team-des{
	padding:15px 0 15px 0;
	background:#fefefe;
	}
	.team-des h3{ font-size:18pt; font-weight:600;}
.team-des span{
		display: block;
		font-weight:300;
		font-size:10pt;
		margin: 0 0 10px 0;
	}
	.team-des a{
    display:inline-block;
    margin: 0 5px 10px 5px;
    text-shadow:none;
    padding: 8px;
    width: 28px;
	height: 28px;
	text-align: center;
	font-size:16px;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	-webkit-transition : all .3s ease-in-out;
	-moz-transition    : all .3s ease-in-out;
	transition         : all .3s ease-in-out;
	}
	.team-des a:hover{
	color:#fff;
	background:#111;
	border-color:#eceff3;
	-webkit-transition : all .3s ease-in-out;
	-moz-transition    : all .3s ease-in-out;
	transition         : all .3s ease-in-out;
	}
/* team end */

/* service */
.bg-sevice { 
   width: 100%;
   height:auto;
   background:url(../img/bg-sevice.jpg) no-repeat center fixed;
   -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.main-serv{
	background:rgba(255,255,255,0.5);
	border:1px solid #ebebeb;
	height:100%; 
	padding:60px 5px 60px 5px;
	box-shadow: 5px 5px 2px rgba(23,36,52,0);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
	.main-serv:hover{
	cursor:pointer;
	box-shadow: 5px 5px 2px rgba(23,36,52,0.2);
	opacity: 0.8;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}
.main-serv h1{ font-family: 'Droid Serif', serif; font-size:34pt; font-weight:600; letter-spacing:2px;}
.main-serv p { max-width:320px; margin:0 auto;}
.main-serv .icon{ display:block; font-size:48pt; color:#111;}
/* service end */

/* projects */
.no-gutter {
  margin-left: 0;
  margin-right: 0;
  margin-top:0;
  margin-bottom:0;
}

.no-gutter [class*='col-']:not(:first-child),
.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
  padding-top:0;
  padding-bottom:0;
}
#projects-wrap{ 
text-align:center;
overflow:hidden;
}

.projects {
  position: relative;
  letter-spacing:1pt;
  text-transform:uppercase;
  overflow:hidden;
  border:4px solid rgba(0,0,0,0);
}

.projects:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.projects img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.projects .hovereffect {
  width: 100%;
  height:auto;
  float: left;
  position: relative;
  text-align: center;
  cursor:pointer;
}

.projects .hovereffect .overlay {
  width: 100%;
  height: 120%;
  position: absolute;
  top: -30px;
  left: 0;
  opacity:0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.projects .hovereffect:hover .overlay {
height: 100%;
top: 0;
opacity:1;
top: 0;
}

.projects .hovereffect .overlay h3{ font-family: 'Droid Sans', sans-serif; font-size:9pt; font-weight:400; letter-spacing:.5em; color:#111; padding-top:32%; height:100%; background-color: rgba(255,255,255,.8); }

/* filter controls */
#filter-porto{ 
padding:60px 0 30px 0; 
}

#filter-porto li.filt-projects{
   font-size:10pt;
    font-weight:300;
	color:#333;
	letter-spacing:1px;
	text-transform:uppercase;
    cursor: pointer;
    display: inline-block;
	list-style: none;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
}
#filter-porto li.space{ font-size:11pt; display: inline-block; margin: 0 10px 0 10px;}
#filter-porto li.filt-projects:hover{
	  color:#c3c3c3;
	  -webkit-transition : all .3s ease-in-out;
      -moz-transition    : all .3s ease-in-out;
      transition         : all .3s ease-in-out;
	}

#filter-porto li.actived{
	color:#c3c3c3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}
/* projects end */

/* contact */
#map{width:100%; height:350px; padding-top:0px; padding-bottom:0px; margin-bottom:90px;}

.contact {
  text-align: left;
  margin-left: 20px;
  width:100%;
  height:auto;
}

input[type="email"]{
  text-align:center;
  width:40%;
  height: 55px;
  padding: 10px;
  margin: 5px 0px 5px 0px;
  border: 0px;
  font-size: 9pt;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0);
  padding: 13px 10px 15px 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  border-bottom: 1px solid #c3c3c3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}


input[type="text"], textarea {
  text-align: left;
  width: 95%;
  height: 55px;
  padding: 10px;
  margin: 5px 0px 5px 0px;
  border: 0px;
  font-size: 9pt;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0);
  padding: 13px 10px 15px 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  border-bottom: 1px solid #c3c3c3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

textarea {
  height: 100px;
}

input[type="text"]:focus, input[type="text"].focus, textarea:focus, textarea.focus, input[type="email"]:focus, input[type="email"].focus, email:focus, email.focus {
  border-bottom: 1px solid #959595;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}

::-moz-placeholder {
  opacity: 1;
  color: #000;
} /* firefox 19+ */
:-ms-input-placeholder {
  opacity: 1;
  color: #000;
} /* ie */
input:-moz-placeholder {
  opacity: 1;
  color: #000;
}

.error {
  width: 100%;
  color:#f34d65;
  display: none;
  padding: 2px 10px 2px 10px;
  display: none;
  font-size: 11px;
  margin-bottom: 10px;
}

.success {
  width: 100%;
  display: none;
  padding: 2px 0px 2px 0px;
  margin-left: 10px;
  font-size: 11px;
  margin-bottom: 10px;
}
/* contact end */

/* footer */
.footer{
	height:auto;
	padding:45px 0 15px 0;
	}
	
	.footer span{
	display:inline-block;
	font-size:8pt;
	letter-spacing:.1em;
	text-transform:uppercase;
	margin-right:15px;
	padding:10px 5px 10px 5px;
	}

/* social-menu */
	.social-menu a{
	display:inline-block;
	font-size:8pt;
	letter-spacing:.3em;
	text-transform:uppercase;
	margin-right:15px;
	padding:10px 5px 10px 5px;
	cursor:pointer;
	}
	
	.social-menu a:hover::before,
    .social-menu a:focus::before {
	display:inline-block;
	position:absolute;
	max-width: 30px;
	color:#000;
	border-bottom: 2px solid rgba(0,0,0,1);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
    }

    .social-menu a::before {
	position:absolute;
	overflow: hidden;
	max-width: 0;
	border-bottom: 2px solid rgba(0,0,0,0);
	color: rgba(0,0,0,0);
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
	white-space: nowrap;
    }

	
/* footer end */

/* totop */
#totop{
display:none;
width:30px; 
height:30px; 
background:#111;
line-height:30px;
position:fixed;
bottom:40px; 
right:10px;
text-align:center;
cursor:pointer;
-webkit-border-radius: 5%;
-moz-border-radius: 5%;
-ms-border-radius: 5%;
-o-border-radius: 5%;
border-radius: 5%;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#totop:hover{
background:#999; 
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#totop span{font-size:10pt; font-weight:600; color:#fff; }
/* totop end */



/*Core Owl Carousel CSS File v1.3.3*/
/* clearfix */
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel,.owl-carousel .owl-wrapper{display:none;position:relative}.owl-carousel{width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#efefef;display:inline-block;zoom:1;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:200px;-moz-border-radius:200px;border-radius:200px;background:#d8d8d8;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:none;zoom:1}.owl-theme .owl-controls .owl-page span{display:block;width:8px;height:8px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;background:#d8d8d8}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#efefef;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) center center no-repeat}

/* owl slider home */
    #owl-slider-home .item{
    display: block;
    width: 100%;
    }
    #bar{
      width: 0%;
      max-width: 100%;
      height: 2px;
      background: #008dff;
    }
    #progressBar{
      width: 100%;
      background: #eee;
    }
	
/* button */
#owl-gal .item{
      display: block;
      padding: 15px 0px;
      margin: 0 auto;
      text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div {
      padding: 40px 44px;
	  background:rgba(23,36,52,0.5);
    }

    .owl-theme .owl-buttons i{
      margin-top: 2px;
	  font-size:40pt;
    }

    .owl-theme .owl-controls .owl-buttons div {
      position:absolute;
	  z-index:9;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev{
      left: -100px;
      	  top:40%;
	  padding-left:100px;
    }
	
    .owl-theme .owl-controls .owl-buttons .owl-next{
      right: -100px;
      	  top:40%;
	  padding-right:100px;
    }
	.owl-item {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/* Magnific Popup CSS */
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-close,.mfp-preloader a:hover{color:#efefef}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(23,36,52,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:38px;font-family:Arial,Baskerville,monospace;}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#efefef}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#efefef;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#efefef;font-size:12px;line-height:18px}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #efefef;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #efefef;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#efefef}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(23,36,52,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(23,36,52,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.image-source-link{color:#98C3D1}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:0;-webkit-backface-visibility:hidden;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}
/* end Magnific Popup CSS */

/* general popup */
.white-popup-block{max-width:900px; margin: 20px auto; color:#333; background:#fefefe; padding:40px;}
.gray-popup-block{max-width:900px; margin: 0 auto; background:#22252f; padding:40px; text-align:center;}
.gray-popup-block h3{ font-size:34pt; font-weight:300; line-height:normal; letter-spacing:normal;}
.gray-popup-block p{ font-size:11pt; font-weight:300; line-height:normal; letter-spacing:normal;}


/* onStep */
.onStep{ opacity:0;}