/* CSS Document */

/* 
*
*
[Table of contents]
*
*
*

    font-fiver / @import url
	general / body
	space / .space-single
	button-fiver / button
	section / section
	wrapper / .content-wrapper
	whitepage / .whitepage
	preloader / .preloader
	navigation  / header
	subheader  / #subheader 
	feature / .features
	projects / #projects-wrap
	projects detail / #projectsBig .item
	Blog / .blog-simple
	post meta / .post-meta 
	post format / .post-image
	Aside, sidebar / aside
	Blog comment / #blog-comment
	comment form / #comment-form-wrapper
	contact / #map
	footer / footer.white
	totop / #totop
	
*
*
*/

/* font-fiver */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&subset=cyrillic,latin-ext|Poppins:300,400,500,600,700');

/** general **/
body {
font-family: 'Poppins', sans-serif;
font-size: 13px;
line-height: 1.8em;
font-style: normal;
font-weight: normal;
text-align: left;
overflow-x:hidden;
color:#111;
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%;
}
body.black { background:#111; }
h1,h2,h3,h4,h5,h6{ font-family: 'Playfair Display', serif; }
h1{ font-size:30pt; }
h2{ font-size:22pt; }
h3{ font-size:20pt; }
h4{ font-size:18pt; }
h5{ font-size:16pt; }
h6{ font-size:13pt; }
p{ font-size:11pt;}

a, a:visited, a:hover, a:active , a:link{ 
color: inherit;
text-decoration:none;
outline: 0;
}

.scroll-link {
    display: block;
	text-decoration:none;
}

.crisp{ font-weight:400;}


.blog-simple img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget ul{

  
  padding:0;
  margin:0;

}
.widget li{
  list-style:none;
  padding:0;
  margin:20px 0;
}

.post img{
  	width: 100%;
	max-width:100%;
  	height: 100%;
  	object-fit: cover;
}

.post .data{
	margin:10px 0;
}

.avatar img{
  	max-width:75px;
}

/* 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:#999;}
.white{ color:#fff;}

.min-left{margin-left:-15px;}
.min-right{margin-right:-15px;}

/* fixed content */
.fixed {
  height: 100vh;
  position: fixed;
  overflow: hidden;
  background: #ccc;
}


/* button-fiver */
button{
margin: 0;
padding: 0;
border: 0;
font: inherit;
text-decoration: none;
list-style: none;
-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:400;
letter-spacing:1pt;
font-style:normal;
text-align:center;
line-height:35px;
color:#060606;
border:2px solid rgba(0,0,0,0);
background:#fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
outline: none;
text-shadow:none;
margin: 30px auto;
margin-left:0px;
padding: 0;
cursor:pointer;
-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:hover{
color:#fff;
background:#333;
-moz-transition: background 0.6s ease;
-ms-transition: background 0.6s ease;
-o-transition: background 0.6s ease;
transition: background 0.6s ease;
}
.btn-home a:hover{color:#fff;-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;}

.btn-contact {
width: 198px;
height: 40px;
font-size:10pt;
font-weight:400;
letter-spacing:1pt;
font-style:normal;
text-align:center;
line-height:35px;
color:#fff;
background:#333;
border:2px solid rgba(0,0,0,0);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
outline: none;
text-shadow:none;
margin: 30px auto;
margin-left:0px;
padding: 0;
cursor:pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-contact:hover{
  color:#111;
  background:#ebebeb;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* section */

section{ 
  padding: 160px 0 50px 0;
}

section.custom-padding{
	padding: 120px 0 50px 0;
}

@media screen and (max-width: 992px) {
	section.custom-padding{
        padding: 80px 0 50px 0;
    }
}

.no-bottom {padding-bottom: 0 !important;}
.no-top {padding-top: 0 !important;}
.no-padding,section.no-padding{
padding:0;
}
.p-30{ padding:30px;}
.p-60{ padding:60px;}
.p-90{ padding:90px!important;}
.p-full{ padding:300px!important;}
.sp-padding{
	padding:60px 0 60px 0;
	overflow:hidden;
	overflow-x:hidden;
}
.max-content{ max-width:1100px;}

.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;
}
.wrap { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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;
}
.row.equal {
    display: flex;
    flex-wrap: wrap;
  }
.overlay-main{
  position:absolute;
  width: 100%;
  height:100%;
  top:0px;
  left:0px;
}

.no-smoothState input{
	border:none;
}

/* whitepage */
.whitepage{
  width: 100%;
  height:auto;
  color:#606060;
  background: #fcfcfc; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#fff,#fcfcfc ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff,#fcfcfc); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff,#fcfcfc); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff,#efcfcfc); /* Standard syntax */
}
.whitepage-1{
  width: 100%;
  height:auto;
  color:#606060;
  background: #fcfcfc;
}
.whitepage h1, .whitepage h2, .whitepage h3, .whitepage h4, .whitepage h5, .whitepage h6{ color:#172434; }
.whitepage h1{ font-weight:600; letter-spacing:2px;}
.whitepage h3{ line-height:normal;}
.whitepage .btn-content{ margin-top:20px; margin-bottom:0px;}
.whitepage em{ display:block; font-style:italic; margin-bottom:20px;}
.whitepage article{ padding:10px 60px 0 0;}

.paralax-page {
  position: relative;
  width: 100%;
  height: auto;
  min-height:450px;
  padding: 90px 0 90px 0;
  overflow-x: hidden;
  color: #fff;
}

/* preloader */
.preloader
    {
        position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 999999;
          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;
                  background:#fff;
    }
.mainpreloader {
  position: relative;
  animation: rotate 1s infinite linear;
  border: 3px solid rgba(0, 0, 0, .01);
  width: 40px;
  height: 40px;
  margin-right: -24px;
  border-radius: 999px;
}

.mainpreloader img{  display:block; margin:0 auto; z-index:999; }
.mainpreloader span {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid transparent;
  border-top: 3px solid;
  top: -3px;
  left: -3px;
  border-radius: 999px;
  border-top-color:#999;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-preloader{ position:fixed; width:100%; height:100%; top:0px; left:0px; background:#fff; z-index:99999;}
/* end preloader */

/******************** navigation *******************/
header{position:absolute; background:rgba(0,0,0,0); width:100%; z-index:9999;}
/* menu nav */
nav {
  position: relative;
  float:right;
  margin-right:0px;
  z-index: 999;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
nav ul {
  list-style: none;
}
nav ul li {
  display: inline-block;
}	
/* white */	
.navbar-default-white {
  position:relative;
  margin: 0 auto;
  top:0px;
  left:0px;
  width:100%;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px groove rgba(255, 255, 255, 0);
  box-shadow: 5px 5px 2px rgba(23, 36, 52, .0);
   -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  z-index:9999;
}
.navbar-default-white {
  transform: translateZ(0); /* Scroll Fix in iPad */
  height:80px;
   -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.navbar-brand.white{
  position: relative;
  top: 5px;
  left: 10px;
  z-index: 2;
}

.navbar-brand.white,
.navbar-brand.white h1{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 20px;
  margin: 0;
}

.navbar-brand.white img {
  width:auto;
  height:auto;
  max-height: 44px!important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.navbar-brand.white img.black { display:none; }
.navbar-default-white.sticky { position:relative;}

#nav-icon {
  position:relative;
  background: none;
  width: 26px;
  height: 25px;
  top:30px;
  right:30px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  z-index:99999;
}
.menu-line {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0px;
  background-color:#111;
}
.menu-line1 {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 5px;
  background-color:#111;
}
.menu-line2 {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 10px;
  background-color:#111;
}
.social-icons-subnav{ margin-right:15px;}
.social-icons-subnav span {
  color: #111;	
  text-shadow: none;
  font-size:9pt;
  margin-right:8px;
  line-height:30px;
  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;
}
.social-icons-subnav span:hover {
  color: #999;
  border-color: #eceff3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.social-icons-subnav a {
  font-weight: 500;
  letter-spacing: .07em;
}
.social-icons-subnav a:hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#menu-block {
  width: 35%;
  height: 100vh;
  display: none;
  position:fixed;
  top:0px;
  right:0px;
  box-shadow: 3px 8px 12px rgba(0, 0, 0, .1);
  z-index:99999;
}
.blackpage-menu {
   background: rgba(255,255,255,1);
}
#menu-block ul {
  margin: 0 auto;
  text-align:left;
}
#menu-block ul li {
  display: block;
  position: relative;
  color: #171717;
  font-family: 'Playfair Display', serif;
  font-size: 30pt;
  letter-spacing:1px;
  font-weight: 600;
  line-height: 20pt;
  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 a.actived {
  color: #bababa;
}
#menu-block ul li i{ font-size:40%; font-weight:600;}
#menu-block ul li ul li {
  font-size: 18pt;
  font-weight: 500;
  line-height: 15pt;
  color: #333;
  padding: 0;
  margin-top: 30px;
}
ul.dropdown-container {
  display: none;
  padding:0px;
}
.init-menu {
  left: 30px;
  opacity: 0;
  -webkit-transition: left 0.6s ease;
  -moz-transition: left 0.6s ease;
  -o-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
.show-menu {
  left: 0px;
  opacity: 1;
  -webkit-transition: left 0.6s ease;
  -moz-transition: left 0.6s ease;
  -o-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
.block-main {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position:fixed;
  background:rgba(0,0,0,0.1);
  display:none;
  z-index:9999;
}
.wrap-menu {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-menu-child{
	overflow-y:scroll;
    overflow-x:hidden;
	max-height:340px;
	padding-right:90px;
	padding-left:90px;
	}
.close-menu-block{
  position:absolute;
  top:20px;
  right:20px;
  color: #111;	
  text-shadow: none;
  font-size:10pt;
  letter-spacing:1px;
  text-align: center;
  margin-right:5px;
  border-radius: 1px;
  cursor:pointer;
  -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;
}
.close-menu-block span{font-size:7pt;}
.close-menu-block:hover {
  color: #999;
  border-color: #eceff3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/******************** navigation end *******************/

/* subheader */
#subheader {
  padding: 160px 0 110px 0;
}
#subheader-home {
	position:relative;
}
.big-heading{
  font-family: 'Playfair Display', serif;
  font-size: 44pt;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
  }
.big-content{
  font-family: 'Playfair Display', serif;
  font-size: 34pt;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
  }
.page-paralax {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0 60px 0;
  overflow-x: hidden;
  background: #fdfdfd;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}
/* subheader end */


/* feature */
.features{
	width:100%;
	height:100%;
	margin-top:60px;
	padding:30px;
	text-align:left;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.features.no-margin{ margin-top:0px!important; padding:60px 0px 60px 0px;}
.features-1{
	width:100%;
	height:100%;
	border:1px solid rgba(255,255,255,.1);
	margin-top:60px;
	padding:30px;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.features span{ font-size:44pt; color:#cbcbcb;}
.features-1 span{ font-size:40pt; }
.features .bg-img span{ color:#fff; }
.features .heading{ font-size:16pt;}
.features .content{ margin-bottom:15px;}
.features a{ font-weight:400;}
/* feature end */


/* projects */
#projects-wrap {
  text-align: center;
  overflow: hidden;
}
.projects {
  position: relative;
  letter-spacing: 1pt;
  text-transform: uppercase;
  overflow: hidden;
  border: 0px solid rgba(0, 0, 0, 0);
}
.projects-grid {
  position: relative;
  letter-spacing: 1pt;
  text-transform: uppercase;
  overflow: hidden;
}
.projects:hover img, .projects-grid: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, .projects-grid 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, .projects-grid .hovereffect {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.projects .hovereffect .overlay, .projects-grid .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, .projects-grid .hovereffect:hover .overlay {
  height: 100%;
  top: 0;
  opacity: 1;
  top: 0;
}
.projects .hovereffect .overlay div, .projects-grid .hovereffect .overlay div{
  font-size: 24pt;
  font-weight: 500;
  letter-spacing: 4px;
  color: rgba(255,255,255,.9);
  padding-top: 28%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}

/* .projects-grid */
.projects-grid .hovereffect-color {
  width: 100%;
  height:100%;
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.projects-grid .hovereffect-color .overlay {
  width: 100%;
  height:100%;
  position: absolute;
  bottom: -30px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.projects-grid .hovereffect-color:hover .overlay {
  opacity: 1;
  bottom: 0;
}
.projects-grid .hovereffect-color .overlay div{
  padding:10%;
  height:100%;
  font-size: 11pt;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgba(255,255,255,1);
  background-color: rgba(0, 0, 0, .5);
}
.overlay div span{ width:100%; display:block;}
.overlay div span.icon i{
  color:#111;
  background:#fff;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  padding:12px;
  margin:5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  }
  .overlay div span.icon a:hover i{ 
  color:#fff;
  background:#111;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  }

/* filter controls */
#filter-porto {
  padding: 0;
  margin: 0 auto;
  margin-bottom:15px;
  text-align:left;
  margin-left:4px;
}
#filter-hide {
  padding: 0;
  margin: 0 auto;
  text-align:right;
  margin-right:4px;
}
#filter-hide.init{margin-bottom:-40px; -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;}
#filter-hide.show{margin-bottom:0px; -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;}
#filter-hide li.filtter-icon {
color:#777;
font-size: 11pt;
padding: 0;
margin: 0 5px 0 0;
padding:15px 0 0 0;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
list-style: none;
}
#filter-porto li.filt-projects, #filter-porto li.filt-projects-w{
  font-size: 9pt;
  font-weight: 500;
  border:1px solid rgba(0,0,0,0);
  padding:4px 15px 4px 15px;
  margin: 0 10px 10px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#filter-porto li.filt-projects:hover, #filter-porto li.filt-projects-w:hover {
  border:1px solid #efefef;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#filter-porto li.selected {
  border:1px solid #efefef;	
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

/* projects max width */
#w-gallery-container{  
  text-align: center;
  overflow: hidden;
}
.w-gallery {
  margin:0 auto;
  width:100%;
  border:4px solid rgba(0,0,0,0);
}
.w-gallery:after {
  content: '';
  display: block;
  clear: both;
}

.w-gallery-image {
  width: 100%;
  display: block;
  height: auto;
}

/******* projects detail ******/
#projectsBig .item {
  margin: 0;
  padding: 0;
}
#projectsBig .item img{
        display: block;
        width: 100%;
        height: auto;
		overflow:hidden;
		margin-bottom:20px;
    }
#projectsSmall .item {
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
#projectsSmall .item img {
  width: 165px;
  height: auto;
  display: block;
  position: relative;
}
#projectsSmall .synced .item {
  opacity: 0.5;
}

#projectsBig .owl-buttons div {
  padding: 10px 17px;
  background: rgba(0, 0, 0, .8);
}
#projectsBig  .owl-buttons i {
  margin-top: 4px;
  font-size: 13pt;
}
#projectsBig  .owl-prev {
  left: 0px;
  top: 40%;
}
#projectsBig  .owl-next {
  right: 0px;
  top: 40%;
}

.pro-btn {
  padding: 10px 0 10px 0;
  margin: 5px 0 5px 0;
  color:#111;
  font-size:11pt;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}
.pro-btn .left{ text-align:left; }
.pro-btn .right{ text-align:right; }
.pro-btn:hover{
  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;
}
.pro-btn.left a i{ font-size:13pt;  padding-right:20px; }
.pro-btn.right a i{ font-size:13pt; padding-left:20px; }
.grid-item{ margin:0 0 30px 0;}

.detaillist{
background:#f8f8f8;
padding:30px 20px 30px 30px;
}
.detaillist span{ display:block; color:#606060; letter-spacing:.01em; line-height:24pt;}
.detaillist strong{ font-weight:500;}




/*Blog Post */
.blog-simple .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 15px 15px 15px 0px; 
  float: right;
  letter-spacing:.3px;
}
.blog-simple .blog-text h3 a{ font-weight:500;}
.blog-simple .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.blog-simple .blog-text span.date-post {
  font-style: italic;
  font-size: 13px;
  font-weight:400;
  margin-left:20px;
}
.blog-simple .blog-text span.date-post i {
  padding-right: 7px;
  
}
.blog-simple .blog-text span.user-post {
  font-size: 13px;
  font-weight:400;
}
.blog-simple .blog-text span.user-post i {
  padding-right: 7px;
  
}
.blog-simple .blog-text span.comment {
  margin-left:20px;
  font-size: 13px;
}
.blog-simple .blog-text span.comment a i {
  padding-right: 7px;
  
}
.blog-simple .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.blog-simple .blog-text a {
  margin-top:20px;
  margin-bottom: 20px;
}
ul.pagination li a{  font-size:9.5pt; color:#333; margin-right:5px; padding-left:30px; padding-right:30px;}


/* post meta */
.post-meta {
  background: #fcfcfc;
  border-top: none;
  text-align: center;
}
.post-meta .format {
  border-bottom: 1px solid #333333;
  padding: 10px 0 10px;
}
.post-meta i {
  margin: 0;
}
.post-meta .date {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}
.post-meta .date span {
  text-align: center;
  color: #efefef;
  font-size: 12px;
  font-weight: 500;
}
.post-meta .comments {
  padding: 10px 0 10px;
}
.post-meta .comments a {
  color: #efefef;
  font-size: 10px;
  font-weight: 500;
}
.post-meta .comments a:hover {
  text-decoration: none;
}

/* post format */
.post-image {
  margin-bottom: 20px;
}
ul.meta-post {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.meta-post li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
ul.meta-post li a {
  float: left;
  font-size: 11pt;
  font-weight: 500;
  padding-top:20px;
}

/* ----------single post----------- */
.top-article {
	display:block;
	margin-top: 30px;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text {
	margin-bottom: 15px;
}

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #ed0b0b;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

/*---------------------- post-tags ----------------------*/

.post-tags-wrap {
	display: flex;
  	flex-wrap: wrap;
  	column-gap: 5px;
  	margin-bottom: 30px;
}

.post-tags-wrap .post-tags-title {
	display: block;
  	font-size: 18px;
  	line-height: 1.6;
}

.post-tags-wrap .post-tags-item {
  	display: inline-block;
	text-decoration: none;
  	font-size: 14px;
  	color: #fff;
  	border: 1px solid #333;
  	background-color: #333;
  	padding: 5px 10px;
  	margin-bottom: 5px;
  	transition: all .3s ease;
}

.post-tags-wrap .post-tags-item:hover {
	color: #ed0b0b;
  	border: 1px solid #333;
  	background-color: #fff;
}

/*-------------------- post-tags end --------------------*/


/*  Aside, sidebar */

aside {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-nav {
  float: left;
  width: 100%;
}
.right-sidebar {
  margin: 0 auto;
}
.left-sidebar {
  padding: 0 30px 0 0;
}
.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
  padding-right: 20px;
}
aside .widget, .widget {
  margin-bottom: 40px;
}
.widget .recent div {
  margin-bottom: 20px;
  display: inline-block;
}

.widget .recent div{
 display:flex;
}

.widget .recent div h3{
	overflow: hidden;
text-overflow: ellipsis;
display: -moz-box;
-moz-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
line-clamp: 2;
box-orient: vertical;

}

.widget .recent div img {
  object-fit:contain;
  padding-right: 10px;
  max-width:30%;
}
.widget .recent div h6 {
  font-weight: 500;
  margin-top:0px;
}
.widget .recent div p {
  line-height:normal;
}
.widget .tags {
  margin: 0;
  margin-left: 0;
  padding-left: 0;
}
.widget .tags div {
  margin: 5px 5px 15px 0;
  display: inline-block;
}
.widget .tags div a {
  border: 1px solid #efefef;
  padding: 5px 10px;
  text-align: center;
}
.widget .tags div a:hover {
  text-decoration: none;
  border: 1px solid #ccc;
}
.devider-widget {
  display: block;
  border-bottom: 2px solid;
  margin-bottom: 30px;
  margin-top: 20px;
  width: 60px;
  text-align: left;
}

.input-group input[type="text"], .input-group input[type="text"]{
	font-size:9pt;
	letter-spacing:.9px;
	font-weight:400;
}
.input-group input[type="text"]:focus, .input-group input[type="text"].focus{
  color:#111;
}
.input-group span.icon{
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0; 
	margin-left:0px; 
	font-size:14px;
	font-weight:400;
	line-height:2;
	text-align:center;
	white-space:nowrap;
    vertical-align:middle; 
     
    color:#fff;
	-webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.input-group-btn button span.icon{
	background: #333;
}
.input-group-btn button:hover span.icon{
	background: #999;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	}

/* Blog & article end */

/* Blog comment */

#blog-comment {
  margin: 0;
  padding: 0px;
}

#blog-comment .blog-comment-title {
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom:15px;
  border-bottom:1px solid #efefef;
}

#blog-comment ul, #blog-comment li {
  list-style: none;
  padding-left: 0;
}
#blog-comment li {
  min-height: 70px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
#blog-comment li .avatar {
  position: absolute;
  margin-top: 5px;
}

#blog-comment .comment {
  font-size:13px;
  color: #757575;
  margin-left: 85px;
}

#blog-comment li {
  min-height: 70px;
  font-size: 14px;
  line-height: 1.4;
}

#blog-comment li li {
  margin-left: 80px;
  padding-bottom: 0px;
  margin-top: 20px;
  padding-top: 10px;
  border-bottom: none;
}
#blog-comment li li .avatar {
  position: absolute;
}
.comment-info {
  margin-left: 85px;
  padding-top: 2px;
  margin-bottom: 5px;
}

.comment-info .c-name {
  display: block;
  font-size: 18px;	
  font-weight: 500;
  line-height:normal;
  margin-bottom: 10px;
}
.comment-info .c-reply {
  display:inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: solid 1px #c3c3c3;
}
.comment-info .c-reply a {
  font-size: 10pt;
}

.comment-info .c-date {
  display: block;	
  font-size: 14px;
  color: #ed0b0b;
  margin-bottom: 5px;
}

.comment-info .c-date i{ padding-right:7px;  }

/* comment form */
#comment-form-wrapper h6{ 
  font-size: 11pt; 
  margin-bottom: 15px;
  padding-bottom:15px;
 }
#comment-form-wrapper {
  margin: 50px 0 50px 0;
  padding: 0px;
}
#commentform input {
  width: 100%;
  font-size: 10pt;
  padding: 10px;
  margin:5px 0 5px 0;
  height: 40px;
  letter-spacing:0px;
  border: 1px solid #efefef;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}
#commentform input:focus {
	 color:#606060;
	 background:rgba(0,0,0,0);
     border: 1px solid #959595;
}
#commentform textarea {
  width: 100%;
  font-size: 10pt;
  padding: 10px;
  margin:5px 0 5px 0;
  height: 150px;
  letter-spacing:0px;
  border: 1px solid #efefef;
}
#commentform textarea:focus {
	  color:#606060;
	  background:rgba(0,0,0,0);
      border: 1px solid #959595;
}
#commentform button.btn{
width: 198px;
height: 40px;
font-size:10pt;
font-weight:400;
letter-spacing:1pt;
font-style:normal;
text-align:center;
line-height:35px;
color:#fff;
border:2px solid rgba(0,0,0,0);
background:#333;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
outline: none;
text-shadow:none;
margin: 30px auto;
margin-left:0px;
padding: 0;
cursor:pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#commentform button.btn:hover{ 
color:#060606;
background:#ebebeb;
}
select.form-control, select.form-control:hover, select.form-control:focus, input[type="text"].form-control, input[type="text"].form-control:hover, input[type="text"].form-control:focus {
  border:0px solid rgba(0,0,0,.1);
  height:40px;
  background: #fbfbfb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}
/* Blog comment end */



/* contact */
#map {
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
}
.contact {
  text-align: left;
  margin-left:10px;
}
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;
  
}
::-moz-placeholder {
  opacity: 1;
  
}

/* firefox 19+ */
:-ms-input-placeholder {
  opacity: 1;
  
}

/* ie */
input:-moz-placeholder {
  opacity: 1;
  
}
.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 */





/* 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:10421;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:10431;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:10451}.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:10441}.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:10461;-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;}




/* footer */
footer.white {
  color:#111;
  font-size: 10pt;
  letter-spacing:.3px;
  font-weight: 400;
  padding: 15px 0 15px 0;
}


/* social-menu */

.social-menu{
  text-align: center;
  margin-bottom: 20px;
}

.social-menu a {
  display: inline-block;
  font-size: 10pt;
  font-weight:400;
  letter-spacing: .9px;
  margin-right: 5px;
  padding: 0px 0px 5px 25px;
  cursor: pointer;
}
.social-menu a:hover::before, .social-menu a:focus::before {
  display: inline-block;
  position: absolute;
  width: 6%;
  color: #111;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.social-menu a::before {
  position: absolute;
  width: 0%;
  top:20px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 0);
  content: attr(data-hover);
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  white-space: nowrap;
}
/* footer end */

/* totop */
#totop{
width:30px; 
height:30px; 
background:#000;
line-height:30px;
position:fixed; 
right:0px;
text-align:center;
cursor:pointer;
-webkit-border-radius: 4%;
-moz-border-radius: 4%;
-ms-border-radius: 4%;
-o-border-radius: 4%;
border-radius: 4%;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#totop.init{
top:-100px;
-moz-transition: top 0.3s ease;
-ms-transition: top 0.3s ease;
-o-transition: top 0.3s ease;
transition: top 0.3s ease;
}
#totop.show{
top:45%;
-moz-transition: top 0.6s ease;
-ms-transition: top 0.6s ease;
-o-transition: top 0.6s ease;
transition: top 0.6s ease;
}
#totop:hover{
-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:9pt; font-weight:300; color:#fff; }
/* totop end */



