
.nomargin{
	margin: 0!important;
}
.nopadding{
	padding: 0!important;
}
.pull-middle{
	text-align: center;
}
.vertical-align{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    align-items: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.t-left{
	text-align: left;
}
.t-right{
	text-align: right;
}
/* Grid System */
.clear {
  clear: both;
}

.align-right {
  text-align: right;
}
	
.row {
  margin: 0 auto;
}

.row .col {
  padding: 0 30px;
  float: left;
}

.row.row-2 .col {
  width: calc(50% - 60px);
}

.row.row-3 .col {
  width: calc(33.33% - 60px);
}

.row.row-4 .col {
  width: calc(25% - 60px);
}

.row.row-2 .col.col-2 .col {
  width: calc(50% - 30px);
  padding: 0 60px 0 0;
}

.row.row-2 .col.col-2 {
  padding: 0;
  margin: 0 30px;
}

.row.row-2 .col.col-2 .col:last-child {
  padding: 0;
}


.row .col,
.row.row-1 .col,
.header-line,
#site-header #header-title,
#site-header #header-nav,
#section-projects .project-item,
#section-press .press-item,
#section-contact-form form,
#footer .footer-contact {	
	width: calc(100% - 3.75em);
}
/* Back to Top */
#back-top{
	display: inline-block;
	background-color: transparent;
	width: 3.125em;
	height: 3.125em;
	text-align: center;
	border-radius: .25em;
	position: fixed;
	bottom: 1.875em;
	right: 1.875em;
	transition: color .3s opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#back-top::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #aaa;
  transition: color .3s;
}
#back-top:hover {
  cursor: pointer;
}
#back-top:hover::after {
  color: #000;
}
#back-top.show {
  opacity: 1;
  visibility: visible;
}
/* Header Navigator */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color:#eeedeb;
}
.sticky + .content {
	padding-top: 102px;
}
nav{
	display: block;
}
#site-header #header-nav
{
	display: none;
	position: relative;
}
.header-line{
	margin: 0 auto;
	border-top: 1px solid #aaa;
}
#site-header #header-nav nav:first-child{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	margin: 0;	
}
#site-header #header-nav nav ul{
	margin: 0;
}
#site-header #header-title,
#site-header #header-nav{
	text-align: center;
	padding: 1em 0;
}
#site-header #header-nav nav:first-child li{
	text-transform: uppercase;
}
#site-header #header-nav nav li{
	display: inline-block;
	list-style: none;
	padding: 0 15px;
	text-transform: capitalize;
	font-size: .8em;
}
#site-header #header-nav nav li a{
	color: #221814;
	text-decoration: none;
	font-weight: 400;
}
#site-header #header-nav nav li.active a,
#site-header #header-nav nav li a:hover,
#header-nav .header-projects a.active{
	font-weight: 600!important;
}
#site-header #header-logo{
	text-align: left;
	margin: 0 4em;
}
#site-header #header-logo img{
	width: auto;
	height: .75em;
}
#site-header #header-hum{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
}
#site-header #header-hum-btn{
	display: block;
	width: 19px;
	height: 19px;
	border: 0;
	font-size: 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	float: right;
	cursor: pointer;
}
#site-header a:focus,
#site-header #header-hum-btn:focus{
	outline: none;
}

/* Icons */
#site-header #header-hum-btn{
	background-image: url(../images/svg/icon-menu-open.svg);
}
#site-header #header-hum-btn.close{
	background-image: url(../images/svg/icon-menu-close.svg);
}

/* Page Background Color */
#site-header #header-hum-btn,
#page-content{
	background-color: #eeedeb;
}

/* Preloader */
#loading{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
}
#video-bg-elem{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #fefefe;
}

/* Owl Slider */
.full-screen{	
	min-height: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.carousel .item .overlay-dark{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0);
}
.carousel .item{	
	touch-action: pan-y pinch-zoom;		
}
#section-slider .slick-dotted.slick-slider{
	margin-bottom: 0;
}
#section-slider .slider-caption{
	position: absolute;
	text-align:center;  
	top: 50%;
	width: 100%;
	height: 100%;
	bottom: initial;
}
#section-slider h2{
	text-align: center;
	font-weight: 300;
}
#section-slider .item-btn{
	margin-top: 1.5em;
}
#section-slider .item-btn a{
	text-decoration: none;
	cursor: pointer;
	padding: 0 2.5em;
	border-radius: 1em;
}
#section-slider h2,
#section-slider .item-btn a,
#section-slider .dark h2{
	font-size: 1.5em;
}
#section-slider h2,
#section-slider .item-btn a{
	color: #fefefe;
}
#section-slider .dark h2,
#section-slider .dark .item-btn a{
	color: #111;	
}
#section-slider .item-btn a{
	background: linear-gradient(to left, #fff 50%, transparent 50%);
	background-size: 205% 100%;
    background-position:left;
	border: 1px solid #fefefe;	
}
#section-slider .dark .item-btn a{
	background: linear-gradient(to left, #111 50%, transparent 50%);
	background-size: 205% 100%;
    background-position:left;
	border: 1px solid #111;	
}
#section-slider .item-btn a:hover{
    background-position:right;
    color: #111;
}
#section-slider .dark .item-btn a:hover{
    background-position:right;
    color: #fefefe;
}
#section-slider .carousel .owl-stage-outer{
	z-index: -1;
}
#section-slider .carousel .slick-dots{
	margin-top: -40px;
	bottom: unset;
}
#section-slider .carousel .slick-dots li{
	content: '';
	background: rgba(255,255,255,.8);
	border-radius: 0; 
	position: relative;
	margin: 0;	
	padding: 0;	
}
#section-slider .carousel .slick-slide{
	outline:none;
	background-repeat: no-repeat;
	background-size: 102%;
}
#section-slider .carousel .slick-slide:nth-child(odd){
	background-position: 0% center;	
}
#section-slider .carousel .slick-slide:nth-child(even){
	background-position: 100% center;	
}
#section-slider .carousel .slick-dots li button:before{
	font-size:0;
}
#section-slider .carousel .slick-dots li.slick-active{
	margin: 0;	
	padding: 0;	
	border-radius: 0; 
	border: 1px solid #595757;
	background: rgba(87,87,87,.8);	
}
#section-slider .carousel .slick-active:nth-child(odd) {
	-webkit-animation: sliderKenBurns 6s linear forwards;
	-moz-animation:    sliderKenBurns 6s linear forwards;
	-o-animation:      sliderKenBurns 6s linear forwards;
	animation:         sliderKenBurns 6s linear forwards;
}
#section-slider .carousel .slick-active:nth-child(even){
	-webkit-animation: sliderKenBurns2 6s linear forwards;
	-moz-animation:    sliderKenBurns2 6s linear forwards;
	-o-animation:      sliderKenBurns2 6s linear forwards;
	animation:         sliderKenBurns2 6s linear forwards;
}
#section-slider .carousel .slick-dots li,
#section-slider .carousel .slick-dots li.slick-active {
	width: calc((65% - 3.75em) / 10);
	height: .15em;
}
@media only screen and (max-width:375px){
	#section-slider .carousel .slick-dots li,
	#section-slider .carousel .slick-dots li.slick-active {
		width: calc(100vh/20);
	}
}
#section-slider .carousel .owl-nav{
	margin: 0;
}
#section-slider .carousel .owl-nav div{
	position: absolute;
	top: 50%;
}

/* Index About */
#section-about .about{
	padding: 10em 0;
	text-align: center;
}
#section-about .about p:first-of-type,
#section-about .about .no-margin-top{
	margin: 0 auto;
}
#section-about .about .spacer{
	height: 1.25em;
}
#section-about .about .spacer-2{
	height: 3em;
}
#section-about .about p{
	width: 90%;
	margin: 1.5em auto 0 auto;
	text-align: justify;	
	-webkit-text-align-last: center;
	-moz-text-align-last: center;
	-ms-text-align-last: center;
	-o-text-align-last: center;
	text-align-last: center;	
}


/* Footer */
#footer .footer-contact .s-media,
#footer .footer-contact h2{
	padding-bottom: 2em;
}
#footer .footer-contact{
	padding:2em 0 4em;
}
#footer .footer-contact .col{
	width:50%;
}
#footer .footer-contact h2{
	font-size: .9em;
	font-weight: 400;
	letter-spacing: .1em;
}
#footer .footer-contact .s-media{
	height: 2.5em;
}
#footer .footer-contact .s-media i{
	font-size: 1.5em;
	margin: 0 .25em .2em .25em;
}
#footer a{
	color: #221814;
	font-weight: 300;
	font-size: .9em;
}
#footer .evoweb{
	font-size: 1em;
}
#footer a:hover{
	text-decoration: none;
	color: #aaa;
}
#footer .footer-contact .s-media .sm-facebook:hover{
	color: #3b5998;
}
#footer .footer-contact .s-media .sm-instagram:hover{
	color: #3f729b;
}
#footer .evoweb:hover{
	color: #457fc1;
}
#footer .copyright{
	font-size: .8em;
}

/* About Us Page */
#page-content .page-body #section-our-team,
#page-content .page-body #section-awards{
	padding: 4em 0 8em;
}
#page-content .page-body #section-awards .award-section{
	margin: 4em 0 0;
}

#page-content .page-body #section-awards .award-section div{
	margin: 1em 0;
}
#page-content .page-body #section-awards .award-section img{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
#page-content .page-body #section-our-team h2:before,
#page-content .page-body #section-awards h2:before{
	content: "";
	display: block;
	width: 2.75em;
	height: .1em;
	background: #aaa;
	position: absolute;
	top: .5em;
	left: 0;	
}
#page-content .page-body #section-our-team h2,
#page-content .page-body #section-awards h2{
	max-width: 36em;
	letter-spacing: .5em;
	padding-bottom: 2em;
	padding-left: 3.5em;
}
#page-content .page-body #section-our-team p,
#page-content .page-body #section-awards p{
	text-align: justify;
	text-align-last: center;
	max-width: 95%;	
	padding-left: 4em;
}

#page-content .page-body #section-our-team h2,
#page-content .page-body #section-our-team p,
#page-content .page-body #section-awards h2,
#page-content .page-body #section-awards p{
	font-style: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#page-content .page-body #section-our-members{
	background-color: #020202;
}
#page-content .page-body #section-our-members img{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	transform: scale(1);
}

#page-content .page-body #section-our-members .member-face{
	overflow: hidden;
	padding: 0;
}

#page-content .page-body #section-our-members .member-face img:hover{
	filter: blur(.1em);
	transform: scale(1.05);
}

#page-content .page-body #section-our-members .member-face .member-caption{
	opacity: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: .3em .5em;
}
#page-content .page-body #section-our-members .member-face .member-caption p{
	margin: 0;
}
#page-content .page-body #section-our-members .member-face .member-caption h3,
#page-content .page-body #section-our-members .member-face .member-caption p{
	color: #fefefe;
}
#page-content .page-body #section-our-members .member-face img:hover+.member-caption{
	opacity: 1;
}
#section-awards .award-slider{
	width: 80%;
	padding: 6em 0 4em;
}
#section-awards .owl-carousel .item img{
	width: 50%;
	margin: 0 auto;
}
#section-awards .owl-carousel .owl-nav .owl-prev,
#section-awards .owl-carousel .owl-nav .owl-next{
	position: absolute;
	font-size: 2em;
	color: #c9c9ca;
	transform: translateY(-50%);
}
#section-awards .owl-carousel .owl-nav .owl-prev:hover,
#section-awards .owl-carousel .owl-nav .owl-next:hover{
	background-color: transparent;
	color: #111;
}
#section-awards .owl-carousel .owl-nav .owl-prev{
	top: 50%;
	bottom: auto;
	left: 0%;
}
#section-awards .owl-carousel .owl-nav .owl-next{
	top: 50%;
	bottom: auto;
	right: 0%;
}
#section-awards .owl-carousel .owl-stage{
	display: block!important;
}
#section-awards .owl-carousel .owl-item{
	display: inline-block;
	float: none;
	vertical-align: middle;
}
#section-awards .owl-carousel .owl-item>div{
	text-align: center;
}
/* Portfolio Page */
#section-projects .projects-header,
#section-press .press-header{
	padding: 2em .9375em 0em;
}
#section-projects .projects-header .button-group ul,
#section-press .press-header .button-group ul{ 
	padding: 0; 
	list-style: none; 
	display: table;
}
#section-projects .projects-header .button-group li,
#section-press .press-header .button-group li{
	display: table-cell; 
	position: relative; 
}
#section-projects .projects-header .button-group a,
#section-press .press-header .button-group a{	
	color: #111;
	font-size: .9em;
	text-decoration: none;
	display: inline-block;
	padding: .6em 1.5em .15em;
	position: relative;
	font-weight: 300;
	text-transform: uppercase;
}

#section-projects .projects-header .button-group a.active,
#section-press .press-header .button-group a.active,
#section-projects .projects-header a:hover:active,
#section-press .press-header a:hover:active{
	font-weight: 500;
}

#section-projects .projects-header a:after,
#section-press .press-header a:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	background: #aaa;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
#section-projects .projects-header a:hover:after,
#section-press .press-header a:hover:after { 
	width: 100%; 
	left: 0; 
}

#section-projects .project-item{
	margin: 0 auto;
}
#section-projects .project-item .flex-item {
	flex: 1;
}

#section-projects .project-item .flex-item{
	overflow: hidden;
}

#section-projects .project-item .flex-item a:hover .bg-img{
	filter: blur(.2em);
}

#section-projects .project-item .item .item-big,
#section-projects .project-item .item-small {
	margin: .2em;
}
#section-projects .project-item .item-big {
	flex-grow: 2.5;
}
#section-projects .project-item .item:nth-child(even) .item-small,
#section-projects .project-item .item:nth-child(odd) .item-big{
	margin-left: 0;
}
#section-projects .project-item .item:nth-child(odd) .item-small,
#section-projects .project-item .item:nth-child(even) .item-big{	
	margin-right: 0;
}
#section-projects .project-item .item:nth-child(even) .item-big{
	order: 2;
}
#section-projects .flex-row {
	display: flex;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
}
#section-projects .project-item .item{
	width: 100%;
}
#section-projects .project-item .item .bg-img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#section-projects .item-big .bg-img{
	height: 474px;
}
#section-projects .item-small:nth-child(1){
	padding-bottom:.1em;
}
#section-projects .item-small:nth-child(2){
	padding-top:.2em;
}
#section-projects .item-small .bg-img{
	/*height: 236px;*/
	height: 233px;
}

#section-projects .project-item .project-item-title{
	margin: .5em 0 2em;
}

#section-projects .project-item .project-item-title h2,
#section-projects .project-item .project-item-title p,
#section-press .press-item .press-item-title h2,
#section-press .press-item .press-item-title p,
#section-press .press-item .press-item-paragraph p{	
	text-transform: capitalize;
	display: block;
	position: relative;
	font-size: .9em;
	font-weight: 400;
	letter-spacing: .1em;
}

#section-press .press-item .press-item-title p,
#section-press .press-item .press-item-paragraph p{
	font-weight: 300;
	font-size: .8em;
}
#section-projects .project-item .project-item-title h2,
#section-press .press-item .press-item-title h2{
	color: #221814;
}

#section-projects .project-item .project-item-title p,
#section-press .press-item .press-item-title p,
#section-press .press-item .press-item-paragraph p{
	color: #9b9b9a;
}
#section-press .press-item .press-item-paragraph p{
	letter-spacing: 0;
}

/* Press Page*/
#section-press .press-item .magazine .press-item-title{
	margin: .5em 0 1.5em;
}

#section-press .press-item .web-media .press-item-title{
	margin: .5em 0 0;
}
#section-press .press-item .web-media .press-item-paragraph{
	margin: 0 0 1.5em;
}
#section-press .press-item  .web-media .press-item-title p,
#section-press .press-item  .web-media .press-item-paragraph p{
	margin: 0;
}
#section-press .press-item .item img{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
#section-press .press-item .item .press-item-paragraph p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Single Portfolio Page */
#page-content #section-single-project .single-header{
	height: calc(100vh - 4.5em);
	position: relative;
	background-position: center;
	background-size: cover;
	
}
#page-content #section-single-project .single-header .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
}
#page-content #section-single-project .single-header .title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}
#page-content #section-single-project .single-header .title h2{
	color: #fefefe;
	font-size: 1.5em;
}
#page-content #section-single-project .single-header .description{
	position: absolute;	
	bottom: 3em;
	left: 50%;
	transform: translateX(-50%);
	width: 58%;
}
#page-content #section-single-project .single-header .description .icon .col{
	padding: 0 0 0 1em;
}
#page-content #section-single-project .single-header .description .icon img{
	position: relative;
	width: 100%;
	height: auto;
}
#page-content #section-single-project .single-header .description .icon h3,
#page-content #section-single-project .single-header .description .icon p{
	color: #fefefe;
}
#page-content #section-single-project .single-header .description .icon p{
	margin-bottom: .2em;
	font-size: .8em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#page-content #section-single-project .single-header .description .icon h3{
	font-size: .9em;
	font-weight: 400;
}
#page-content #section-single-project .single-header .description .icon .col:first-child{
	display: inline-block;
	float: left;
}

#page-content #section-single-project .single-header .description .icon .col{
	display: inline-block;
	float: right;
}
#page-content #section-single-project .single-portfolio-display{
	padding: 4em 0;
}
#page-content #section-single-project .single-portfolio-display ul{
	padding: 0;
}
#page-content #section-single-project .single-portfolio-display img{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	/*
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 45em;
	margin: 0 auto;*/
}
#page-content #section-single-project .single-portfolio-display img.lazy{
	opacity: 0;
}
#page-content #section-single-project .single-portfolio-display img:not(.initial){
	transition: opacity 1s ease-in-out;
}
#page-content #section-single-project .single-portfolio-display img.initial,
#page-content #section-single-project .single-portfolio-display img.loaded,
#page-content #section-single-project .single-portfolio-display img.error{
	opacity: 1;
}
#page-content #section-single-project .single-portfolio-display img:not([src]) {
	visibility: hidden;
}

#page-content #section-single-project .single-portfolio-display ul li{
	list-style: none;
	padding: .25em 0;
}

/* Contact Us Page */
#section-contact .title{
	padding: 2em 0;
}
#section-contact-form,
#section-contact-form .contact-field{
	margin: 0 0 6em;
}
#section-contact-form form{
	margin: 0 auto;
}
#section-contact-form .radio{
	margin: 4em 0;
}
#section-contact-form .radio-item {
	display: inline-block;
	position: relative;
	padding: 0 .375em;
	padding-left: 0;
	text-align: left;
}
#section-contact-form .radio-item:nth-child(2){
	text-align: center;
}
#section-contact-form .radio-item:nth-child(3){
	text-align: right;
}

#section-contact-form .radio-item input[type='radio'] {
	display: none;
}

#section-contact-form .radio-item label {
	color: #221814;
	font-weight: 300;
	text-transform: uppercase;	
	letter-spacing: .2em;
	font-size: .8em;
}

#section-contact-form .radio-item label:before {
	content: "";
	display: inline-block;
	position: relative;
	top: .3em;
	margin: 0 1em 0 0;
	width: 1.25em;
	height: 1.25em;
	border-radius: 11px;
	border: 1px solid #c9c9ca;
	background-color: #c9c9ca;
}

#section-contact-form .radio-item input[type=radio]:checked + label:after {
	border-radius: 11px;
	width: .75em;
	height: .75em;
	position: absolute;
	top: .5625em;
	left: .25em;
	content: "";
	display: block;
	background: #fefefe;
}

#section-contact-form .field {
	display: flex;
	flex-flow: column-reverse;
	margin-bottom: 1em;
}

#section-contact-form .field label, 
#section-contact-form .field input,
#section-contact-form .field textarea {
	transition: all 0.2s;
	touch-action: manipulation;
}

#section-contact-form .field input,
#section-contact-form .field textarea {
	font-size: .9em;
	border: 0;
	border-bottom: 1px dotted #888889;
	background-color: transparent;
	-webkit-appearance: none;
	border-radius: 0;
	padding: 0;
	cursor: text;
	color: #333333;
}

#section-contact-form input:focus,
#section-contact-form textarea:focus {
	outline: 0;
}

#section-contact-form .field label {
	text-transform: lowercase;
	letter-spacing: 0.1em;
	font-size: .6em;
	font-weight: 300;
  
}

#section-contact-form input:placeholder-shown + label,
#section-contact-form textarea:placeholder-shown + label {
	cursor: text;
	max-width: 66.66%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transform-origin: left bottom;
	transform: translate(0, 2.5em) scale(1.5);
}

#section-contact-form ::-webkit-input-placeholder {
	opacity: 0;
	transition: inherit;
}

#section-contact-form input:focus::-webkit-input-placeholder,
#section-contact-form textarea:focus::-webkit-input-placeholder {
	opacity: 1;
}

#section-contact-form input:not(:placeholder-shown) + label,
#section-contact-form input:focus + label,
#section-contact-form textarea:not(:placeholder-shown) + label,
#section-contact-form textarea:focus + label {
	transform: translate(0, 0) scale(1);
	cursor: pointer;
}

#section-contact-form .btn{
	float: right;
	background-color: #c9c9ca;
	font-weight: 300;
	text-transform: uppercase;
	border: 0;
	border-radius: 3em;
	letter-spacing: .1em;
	font-size: 1em;
	padding: .2em 3em;
}
#section-contact-form .btn:hover{
	background-color: #a8a8a8; 
}

#section-map{
	margin: 6em 0;
}


/* Transition */
#section-contact-form .field label, 
#section-contact-form .field input,
#section-contact-form .field textarea {
	-webkit-transition	: all .2s ease;
	-moz-transition		: all .2s ease;
	-ms-transition		: all .2s ease;
	-o-transition		: all .2s ease;
	transition			: all .2s ease;
	touch-action		: manipulation;
}

#site-header #header-hum-btn,
#section-contact-form .btn{
	-webkit-transition	: all .2s ease-in-out;
	-moz-transition		: all .2s ease-in-out;
	-ms-transition		: all .2s ease-in-out;
	-o-transition		: all .2s ease-in-out;
	transition			: all .2s ease-in-out;
}

#site-header #header-nav nav li a,
#site-header #header-nav nav li a:hover{
	-webkit-transition: all .3s ease;
	-moz-transition	  :	all .3s ease;
	-ms-transition	  : all .3s ease;
	-o-transition	  : all .3s ease;
	transition		  :	all .3s ease;
}

#footer a,
#page-content .page-body #section-our-members .member-face .member-caption,
#section-awards .owl-carousel .owl-nav .owl-prev,
#section-awards .owl-carousel .owl-nav .owl-next,
#page-content .page-body #section-our-members .member-face img,
#section-slider .owl-carousel .owl-dots .owl-dot span,
#section-slider .owl-carousel .owl-dots .active span,
#section-projects .project-item .flex-item a .bg-img,
#section-projects .project-item .flex-item a:hover .bg-img{
	-webkit-transition	: all .5s ease-in-out;
	-moz-transition		: all .5s ease-in-out;
	-ms-transition		: all .5s ease-in-out;
	-o-transition		: all .5s ease-in-out;
	transition			: all .5s ease-in-out;
}

#section-slider .item-btn a{
	-webkit-transition	: all .8s ease-in-out;
	-moz-transition		: all .8s ease-in-out;
	-ms-transition		: all .8s ease-in-out;
	-o-transition		: all .8s ease-in-out;
	transition			: all .8s ease-in-out;
}

/* Responsive */
@media only screen and (max-width: 1177px){
	.header-spacer{
		display: none;
	}
	#site-header #header-logo{
		text-align: left;
		margin:0;
	}
}

@media only screen and (max-width:768px) {
	.single-portfolio-display ul{
		padding: 0;
	}
	#page-content #section-single-project .single-header .title{
		width: 75%;		
		top: 35%;
	}
	#page-content #section-single-project .single-header .description{
		width: 100%;
		padding: 0 2em;
	}	
	#page-content #section-single-project .single-header .description .col-md-3{
		width: 35%;
		padding: 1em;
	}	
	#section-projects .project-item .item .item-small{
		display: none;
	}
	#section-projects .project-item .item .item-big{
		min-width: 100%;
	} 
	#section-projects .project-item .item:nth-child(even) .item-big{
		margin-left: 0;
	}
	#video-bg-elem{
		top: -60%;
		left: -50%;
		width: 200vw;
		height: 200vh;
		transform: translate(0,0);
	}
	#section-contact-form .radio-item{
		text-align: left!important;
	}
	.row .col,
	.row.row-1 .col,
	.header-line,
	#site-header #header-title,
	#site-header #header-nav,
	#section-projects .project-item,
	#section-press .press-item,
	#section-contact-form form,
	#footer .footer-contact	{	
		width: 100%;
	}
	.row .col{
		padding: 0;
	}
	#section-slider .carousel .slick-slide{
		background-size: cover;
		background-position: center center;
	}
	#section-slider .carousel .slick-active{
		-webkit-animation: none!important;
		-moz-animation:    none!important;
		-o-animation:      none!important;
		animation:         none!important;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#section-slider .carousel .slick-dots li,
	#section-slider .carousel .slick-dots li.slick-active {
		width: calc(100vw / 10);
	}
	.award-responsive{
		margin: 0!important;
		padding: 0!important;
	}
}
@media only screen and (min-width:376px) and (max-width:768px) {
	#footer .footer-contact .s-media{
		height: 2.5em;
	}
}
@media screen and (max-width: 480px) {
    .button-group ul {
        display: block!important;
    }
    .button-group ul li {
        display: inline-block!important;
    }
	#section-slider h2, 
	#section-slider .item-btn a{
		font-size: 1em;
	}
	#page-content .page-body #section-awards .award-section div{
		margin: 2.5em;
	}
}

@media only screen and (max-width:375px) {
	#footer .footer-contact .s-media{
		height: 3.5em;
	}
	#section-about .about p:first-of-type,
	#section-about .about p{
		width: 100%;
	}	
	#page-content .page-body #section-awards .award-section div{
		margin: 2.5em;
	}
}

@media only screen and (max-height:375px){
	#page-content #section-single-project .single-header .title{
		top: 15%;
	}
}

@media only screen and (max-width:812px) and (max-height:375px){
	.header-spacer{
		display: none;
	}
	#header-logo{
		margin: 0!important;
	}
}

/* Animation */
@-webkit-keyframes sliderKenBurns {
	0%{background-position: 100% center;}
	100%{background-position: 0 center;}
}
@-moz-keyframes sliderKenBurns {
	0%{background-position: 100% center;}
	100%{background-position: 0 center;}
}
@-o-keyframes sliderKenBurns {
	0%{background-position: 100% center;}
	100%{background-position: 0 center;}
}
@keyframes sliderKenBurns{
	0%{background-position: 100% center;}
	100%{background-position: 0 center;}
}

@-webkit-keyframes sliderKenBurns2 {
	0%{background-position: 0 center}
	100%{background-position: 100% center}
}
@-moz-keyframes sliderKenBurns2 {
	0%{background-position: 0 center}
	100%{background-position: 100% center}
}
@-o-keyframes sliderKenBurns2 {
	0%{background-position: 0 center}
	100%{background-position: 100% center}
}
@keyframes sliderKenBurns2{
	0%{background-position: 0 center}
	100%{background-position: 100% center}
}