body{
	font-family: 'Open Sans Condensed', sans-serif;
	margin:0;
	padding:0;
    background-image: url(/public/main/img/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    
 }
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul{
margin:0;
padding:0;
}

/*--header--*/

.bx-content h3{
    font-size: 60px;
}
.bx-container{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height: 0%;
	z-index:0;
}
.bx-canvas{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.bx-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: transparent url(../img/pattern.png) repeat top left;
}
.bx-loading span{
    color: #fff;
    font-size: 13px;
    position: fixed;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: -12px 0 0 -46px;
    left: 50%;
    top: 50%;
    text-shadow: 0px 0px 1px rgba(255,255,255,0.9), 1px 2px 5px rgba(0,0,0,0.5);
}
.bx-thumbs {
    position: absolute;
    z-index: 9999;
    top: 115px;
    right: 0;
}
.bx-thumbs a{
    display:block;
    width: 100px;
    height: 100px;
    border: 2px solid #FFF;
    overflow: hidden;
    margin: 2px 7px;
    position: relative;
    outline: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.8;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.81), 0px 0px 0px 40px rgba(0, 0, 0, 0.37) inset;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.bx-thumbs a:hover{
    opacity: 1.0;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.6), 0px 0px 0px 0px rgba(0,0,0,0.1) inset;
}
.bx-thumbs a.bx-thumbs-current{
    opacity: 1.0;
    border-color: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
}
.side-viwer {
  position: relative;
  z-index: 999;
  background: rgba(3, 3, 3, 0.49);
margin: 0 auto;
  width: 100%;
  height: auto;
}
.side-viwer h1{
  font-family: sans-serif;
  font-size: 2.4em;
  text-align: center;
  font-weight: 700;
/*  margin-top: .5em;*/
}
.side-viwer h1 a {
    
	  text-decoration:none;
      color: #FFFFFF;
}
.side-viwer p {
  font-size: 1.3em;
  width: 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.top-menu {
    text-align: center;
  border-bottom: 2px solid #fff;
  padding: 2em;
        display: flex;
    justify-content: space-between;
}
.top-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-menu ul li {
  margin: 11px 0;
}
.top-menu ul li a {
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
    letter-spacing: 1px;
}
.top-menu ul li a:hover {
  color: #FFF200;
}
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
.top-menu ul li a.active {
  color: #FFF200;
}

.cl-effect-1 {
    display: flex;
    flex-direction: row-reverse;
}
.social-icons {
/*  margin: 6em 0 1em;*/
  text-align: center;
}
.social-icons a span {
	width: 35px;
	height: 35px;
	background: url('../img/index-icons.png') no-repeat 0px 0px;
	display: inline-block;
	margin: 0 5px;
}
.social-icons a span.beh {background-position:0px 1px;
}
.social-icons a span.beh:hover{background-position: 0px -36px;
}
.social-icons a span.face {background-position: -36px 0px;
}
.social-icons a span.face:hover{background-position: -36px -36px;
}
.copy-rights p a {
  color: #fff;
}
/*--/header--*/

/*--about--*/
.about {
  z-index: 99999;
  position: absolute;
  width: 56%;
/*  left: 29.4%;*/
  background: rgba(255, 255, 255, 1);
  padding: 2.8em 1em 0 1em;
/*  min-height: 775px;*/
  border: 1px dotted #999;
   top: 116px;

}
.about-top h3 {
  font-size: 3.2em;
  font-weight: 600;
    padding-left: 6px;
  color: #00a4e4;
}
.about-top p {
  color: #999;
  font-size: 1.2em;
     margin: 7px 0 14px 3px
}
.about-img img {
	width:100%;
}
.about-text{
	padding: 0;
}
.about-img {
  padding-left: 2px;
}
.about-text p{
	  color: #999;
  font-size: 1.1em;
  line-height: 1.8em;
}
.about-text h4 {
  padding-bottom: 10px;
  font-size: 1.3em;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.work-grid {
  padding-left: 0;
}
/*--/about--*/

/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-wrapper:hover {
  background: rgba(220, 181, 102, 0.67);
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	  margin-top: 54%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
#portfoliolist .portfolio {
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 24%;
  display: none;
  float: left;
  overflow: hidden;
  margin-right: 8px;
}
div#portfoliolist {
	padding: 0px 0px;
}	
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	max-width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}

/* Self Clearing Goodness */

.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after,
.clearfix:after {
  clear: both; 
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#filters li span{
	display: block;
	padding: 8px 32px;
	text-decoration: none;
	color: #ED485C;
	cursor: pointer;
	font-size: 1.4em;
	text-transform:uppercase;
	font-weight: 600;	
	font-family: 'Open Sans', sans-serif; 
	margin: 0 0.5em;
	border: 2px solid #ED485C;
}
#filters li span.active {
	background:#ED485C;
	color: #F3F3F3;	
	font-weight: 500;	
	font-family: 'Open Sans', sans-serif; 
}
#filters li span.filter:hover{
	background:#97A5B7;
	color: #FFFFFF;
    border:2px solid #97A5B7;	
}
#filters li span.active:hover{
	background: #ED485C;
	border: 2px solid #ED485C;
	color: #F3F3F3;
}						  
#filters li {
	display: -webkit-inline-box;
}	
/*--gallery--*/
.moments {
z-index: 9999;
  position: absolute;
    width: 56%;
/*  left: 29.4%;*/
  background: rgba(255, 255, 255, 1);
  padding: 2.8em 1em 0 1em;
/*  min-height: 775px;*/
  border: 1px dotted #999;
}
.moments-left img {
  width: 100%;
}
.moments-left {
  padding-right: 10px;
  padding-left: 0;
  padding-bottom: 10px;
  width:32.3333333%;
  margin:0 0 10px 1%;
  float: left;
}
.moments-left h4{
    font-size: 1.2em;
    text-decoration: none;
    color: #333;
    height: 30px;
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
}
.moments h3 {
    font-size: 1.8em;
    font-weight: 600;
    padding-left: 6px;
    color: #808080;
    text-align: left;
    text-transform: uppercase;
}
.moments p {
color: #999;
  font-size: 1.2em;
  margin: 9px 0 11px 10px;
  text-align: left;
 }

/*/--/gallery--*/

/*--contact--*/

.contact {
  z-index: 99999;
  position: absolute;
  width: 56%;
/*  left: 29.4%;*/
   top: 116px;
  background: rgba(255, 255, 255, 1);
  padding: 2.8em 1em 1em 1em;
/*  min-height: 775px;*/
  border: 1px dotted #999;
}
.contact h3 {
  font-size: 3.2em;
  font-weight: 600;
    padding-left: 0px;
  color: #00a4e4;
}
.contact h4 {
  color: #997223;
  font-size: 20px;
  font-weight: 100;
  margin: 8px 0 8px;
}
.map iframe {
  width: 99%;
  height: 300px;
    border: none;
}
.address {
   margin: 6em 0;
}
.address h4 {
  margin: 0 0 .5em;
}
.contact-infom {
  margin: 7em 0;
}
.address p {
	  margin: 0 0 .3em 9px;
	font-size: 15px;
	font-weight: 400;
	color: #111111;
	letter-spacing: 0.5px;
	line-height: 1.6;
}
.address ul li{
	display: inline-block;
}
.address a {
	color:#e80000;
	text-align: left;
	font-size: 15px;
	letter-spacing: 1px;
	transition: .5s all;
}
.address a:hover {
  color:#555555;
  text-decoration: none;
}
.contact-infom p {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	color: #111111;
	letter-spacing: 0.5px;
	line-height: 1.6;
}
.contact-form {
  margin: 1em 0 0;
}
.contact-form input[type="text"] {
	display: inline-block;
	background: none;
	border: 1.5px solid #CBCBCB;
	width: 32%;
	outline: none;
	padding: 10px 15px 10px 15px;
	font-size: 15px;
	font-weight: 400;
	color: #111111;
	letter-spacing: 0.5px;
  margin-bottom: .8em;
}
.contact-form input[type="email"] {
display: inline-block;
  background: none;
  border: 1.5px solid #CBCBCB;
  width: 32%;
  outline: none;
  padding: 10px 15px 10px 15px;
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 0.5px;
  margin: 0 12px;
}
.contact-form textarea {
	background: none;
	border: 1.5px solid #CBCBCB;
	width: 99%;
	display: block;
	height: 150px;
	outline: none;
	font-size: 16px;
	color: #111111;
	font-weight: 400;
	resize: none;
	padding: 10px 15px 10px 15px;
	  margin-bottom: .5em;
}
button.btn1.btn-1.btn-1b {
  color: #fff;
  border: none;
  background: #00a4e4;
  padding: 5px 19px;
  font-size: 1.5em;
}
button.btn1.btn-1.btn-1b:hover {
  color: #fff;
  background: #000;
  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

/*--/conatct--*/

.footer {
  position: relative;
}
.copy-rights {
    padding: 1em 0;
    z-index: 999;
    position: fixed;
    text-align: center;
    background: #000;
    width: 100%;
    color: #fff;
    font-size: 1.1em;
    bottom: 0;
}


/*----responsive-menu-start--*/

@media(max-width:1440px){
	.side-viwer h1 {
	  font-size: 2.8em;
	}
	.side-viwer p {
	  font-size: 1.2em;
	}
	.moments {
	  width: 63%;
	}
	.contact-form {
	  margin: 5em 0 0;
	}
	.map iframe {
	  height: 210px;
	}
	.side-viwer {
/*
	  left: 7em;
	    min-height: 800px;
*/
	}
	.about, .home_slider {
/*	  min-height: 800px;*/
	    width: 84%;
	      padding: 1.8em 1em 0 1em;
	}
	.moments {
/*	  min-height: 800px;*/
	    width: 84%;
	      padding: 1.8em 1em 0 1em;
	}
	.contact{
/*		min-height: 800px;*/
		  width: 84%;
		    padding: 1.8em 1em 0 1em;
	}
	.contact-form input[type="text"] {
	  width: 31.8%;
	}
}




@media(max-width:1366px){
	.side-viwer h1 {
	  font-size: 2.2em;
	}
	.side-viwer {
/*	  min-height: 768px;*/
	}
	.about {
/*	  min-height: 768px;*/
	}
	.contact{
/*		min-height: 768px;*/
	}
}



@media(max-width:1280px){
	.side-viwer {
/*	  min-height: 800px;*/
	}
	.side-viwer h1 {
	  font-size: 1.6em;
	}
	#portfoliolist .portfolio {
	  width: 23.9%;
	}
	.about-text p {
	  font-size: 1em;
	}
	.about {
/*	  min-height: 800px;*/
	}
	.contact{
/*		min-height: 800px;*/
	}
	.social-icons {
	  margin-top: 3em;
	}
	.top-menu {
	  padding: 0em;
/*	  margin-top: 2em;*/
	}
}





@media(max-width:1024px){
	.social-icons {
	  margin-top: 2em;
	}
	.side-viwer {
/*
	  min-height: 675px;
	    left: 1em;
*/
	}
	.side-viwer h1 {
	    font-size: 1.3em;
	    margin-top: 0;
	}
	.side-viwer p {
	    font-size: 1.1em;
	}
	.moments {
/*	  min-height: 675px;*/
	}
	.contact-form {
	  margin: 2em 0 0;
	}
	.top-menu {
	  padding: .2em;
	  margin-top: 1.5em;
	}
	.top-menu ul li a {
	  font-size: 0.7em;
	}
	.side-viwer {
	    padding: 5.9em 2em 0em 2em;
	}
	.bx-thumbs {
	  right: 0;
	}
	.about, .home_slider {
	  width: 75.5%;
	  left: 23.4%;
/*	  min-height: 675px;*/
	    padding: 1em 1em 0 1em;
	}
	.contact {
	  width: 75.5%;
	  left: 23.4%;
/*	  min-height: 675px;*/
	    padding: 1em 1em 0 1em;
	}
	.about-top h3 {
	  font-size: 2.2em;
	}
	.contact h3 {
	  font-size: 2.2em;
	}
	.contact-form input[type="text"] {
	  padding: 6px 8px 5px 8px;
	  margin-bottom: 11px;
	}
	.contact-form input[type="email"] {
	  padding: 6px 8px 6px 8px;
	  margin: 0 8px;
	}
	.contact h4 {
	    margin: 6px 0 8px;
	}
	.map iframe {
	    height: 220px;
	}
	.moments {
	  width: 75.5%;
	  left: 23.4%;
	  padding: 1em 1em 0 1em;
	}
	.moments h3 {
	  font-size: 2.2em;
	  padding-left: 0;
	}
	.moments-left img {
        width: 100%;
	}
}




@media(max-width:768px){
    
     *{
        margin: 0 !important;
        padding: 0 !important;
        
    }
    
    .top-menu {
/*
        display: flex;
        flex-direction: column;
*/
    }
    
    .cl-effect-1 {
        display: flex;
        margin-top: 10px !important;
/*        flex-wrap: wrap-reverse;*/
    }
	.about, .home_slider {
	  top: 100%;
	}
	.moments {
	  top: 100%;
	}
	.contact {
	  top: 100%;
	}
    .bx-thumbs {
        display: none;
    }
	.about, .home_slider {
	  width: 100%;
/*	  min-height: 675px;*/
	  top: 42%;
	  left: 0;
	  padding: 1em 1em 0 1em;
	}
	.side-viwer {
/*	  padding: 7em 1em 0em 1em;*/
	  width: 100%;
/*	  min-height: 595px;*/
	  left: 0;
	}
	.work-grid img {
	  width: 23%;
	  float: left;
	  margin-right: 0em;
	  margin-bottom: 1em;
	  margin-left: 1em;
	}
	.bx-overlay {
	    height: 100%;
	}
	.social-icons {
	  margin-top: 0em;
	  margin: 2.2em 0 0em;
	}
	.bx-thumbs {
	  right: 185px;
	}
	.bx-thumbs1 {
	  top: 70%;
	  right: 24%;
	}
	.side-viwer h1 {
        
	  font-size: 6.8em;
	}
	.side-viwer p {
	  font-size: 1.2em;
	  padding: 1em 0 0;
	}
	.slider-viwer1 h1 {
        display: flex;
    align-items: center;
        margin-top: -12px !important;
	  font-size: 4em;
	}
	.slider-viwer1 {
	  padding: 7em 1em 0em 1em;
/*	  min-height: 566px;*/
	}
	.top-menu ul li a {
	    font-size: 1.1em;
	}
	.about, .home_slider{
	   top: 11%;
	}
	.about-text h4 {
	  padding: 0px 0 6px;
	}
	#portfoliolist .portfolio {
	  width: 24.447%;
	  margin-right: 4px;
	}
	.contact {
	  width: 100%;
	  left: 0;
/*	  min-height: 701px;*/
	  top: 11%;
      padding: 0.8em 1em 2em 1em;
	}
	.moments {
      width: 100%;
      left: 0;
/*      min-height: 701px;*/
      top: 11%;
      padding: 1em 1em 0em 1em;
	}
	.about-top h3 {
	    font-size: 2em;
         margin: .2em 0 .3em;
	}
	.moments h3{
		font-size: 2em;
         margin: 1.2em 0 .3em;
	}
	.contact h3{
		font-size: 2em;
         margin: 1.2em 0 .3em;
	}
	.about-img img {
	  width: 45%;
	  float: left;
	  margin-right: 20px;
	}
	.about-text {
	  padding: 0;
	  width: 100%;
	}
	.about-text p {
	  font-size: 1.1em;
	}
}





@media(max-width:140px){
	.slider-viwer1 h1 {
	  font-size: 5.0em;
      margin-bottom: 15px;
	}
	.work-grid img {
	  margin-left: .82em;
	}
	.moments-left img {
	 width: 100%;
	}
	.side-viwer {
	  padding: 2em 1em 0em 1em;
	}
	.side-viwer {
/*	     min-height: 450px;*/
	}
	.bx-thumbs {
	    right: 131px;
	}
	.social-icons {
	    margin: 1em 0 .5em;
	  padding-right: 0px;
	}
	#portfoliolist .portfolio {
	  width: 24%;
	}
	.contact-form input[type="email"] {
	  margin: 0 6px;
	}
	.moments {
/*	  min-height: 622px;*/
	}
	.contact-form {
	  margin: 2em 0 4em;
	}
	.about, .home_slider {
	  top: 70%;
	}
	.moments {
	  top: 70%;
	}
	.contact {
	  top: 70%;
	}
}


/*slider */
/*
body {
  background: #333;
  padding: 70px 0;
  font: 15px/20px Arial, sans-serif;
}
*/

.home_slider {
    position: relative;
        padding: 60px 0 130px 0;
    margin-left: 85px;
    background: #0000006e;
}

.home_slider .container {
  margin: 0 auto;
  width: 250px;
  height: 200px;
  position: relative;
  perspective: 1000px;
}

.home_slider .carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.home_slider .item img {
  width: 100%;
}

.home_slider .item {
  display: block;
  position: absolute;
  background: #000;
  width: 250px;
  height: 200px;
  line-height: 200px;
  font-size: 5em;
  text-align: center;
  color: #FFF;
  opacity: 0.95;
  border-radius: 10px;
}

.a {
  transform: rotateY(0deg) translateZ(250px);
  background: #ed1c24;
}
.b {
  transform: rotateY(60deg) translateZ(250px);
  background: #0072bc;
}
.c {
  transform: rotateY(120deg) translateZ(250px);
  background: #39b54a;
}
.d {
  transform: rotateY(180deg) translateZ(250px);
  background: #f26522;
}
.e {
  transform: rotateY(240deg) translateZ(250px);
  background: #630460;
} 
.f {
  transform: rotateY(300deg) translateZ(250px);
  background: #8c6239;
}

.home_slider .next, .home_slider .prev {
  color: #444;
  position: absolute;
  top: 100px;
  padding: 1em 2em;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.54);
  border-radius: 5px;
  border-top: 1px solid #FFF;
  box-shadow: 0 5px 0 #999;
  transition: box-shadow 0.1s, top 0.1s;
}
.next:hover, .prev:hover { color: #000; }
.next:active, .prev:active {
  top: 104px;
  box-shadow: 0 1px 0 #999;
}
.next { right: 5em; }
.prev { left: 5em; }


@media(max-width:480px){
    *{
        margin: 0 !important;
        padding: 0 !important;
        
    }
    
    .top-menu {
        display: flex;
        flex-direction: column;
    }
    
    .cl-effect-1 {
        display: flex;
        flex-direction: column;
    }
    
	.slider-viwer1 h1 {
	  font-size: 3.5em;
      margin: 10px auto !important;
	}
	.about {
	    padding: 1em 1em 0 .2em;
	}
	.about, .home_slider {
	  top: 22%;
	  text-align:center;
	}
	.moments {
      top: 22%;
	  text-align:center;
	}
	.contact {
      top: 22%;
	  text-align:center;
	}
	.moments h3 {
	  text-align: center;
	}
	.moments p {
	  text-align: center;
	}
    .moments-left {
      width:49%;
      margin:0 0 10px 1%;
    }
	.work-grid img {
	  width: 23.3%;
	  float: left;
	  margin-right: 0em;
	  margin-bottom: 1em;
	  margin-left: .5em;
	}
	span.menu {
	  margin:  0;
	}
	.side-viwer {
/*	  min-height: 350px;*/
	}
	.top-menu ul {
	  top: 34%;
	}
	.bx-thumbs a {
	  width: 50px;
	  height: 50px;
	}
	.bx-thumbs {
	  right: 79px;
	}
	#portfoliolist .portfolio {
	  width: 100%;
	  float: none;
	  margin: 0px 0;
	  text-align: center;
	}
	.contact-form input[type="text"] {
  		width: 99%;
   }
   .contact-form input[type="email"] {
	  margin: 0px 0px 9px 0px;
	  width: 99%;
	}
	.about-text h4 {
	  text-align: left;
	}
	.about-text p {
	  text-align: left;
	}
}





/*
@media(max-width:414px){
	.slider-viwer1 h1 {
	  font-size: 3.2em;
      margin-bottom: 15px;
	}
	.bx-thumbs {
	  right: 27px;
	}
	.top-menu {
	  margin-top: 0px;
	  border: 1px dotted #fff;
        flex-direction: column;
	}
    .moments-left {
      width:100%;
      margin:0 0 10px 0;
    }
	.about {
	  top: 70%;
	      padding: 1em 1em 3em 1em;
	}
	.moments {
	  top: 70%;
	}
	.contact {
	    top: 70%;
	    padding: 0.8em 1em 0 1em;
	}
}
*/




/*
@media(max-width:375px){
	.slider-viwer1 h1 {
	  font-size: 2.7em;
      margin-bottom: 15px;
	}
	.bx-thumbs {
	  right: 27px;
	}
	.top-menu {
	  margin-top: 0px;
	  border: 1px dotted #fff;
	}
    .moments-left {
      width:100%;
      margin:0 0 10px 0;
    }
	.about {
	  top: 65%;
	      padding: 1em 1em 3em 1em;
	}
	.moments {
	  top: 65%;
	}
	.contact {
	    top: 65%;
	    padding: 0.8em 1em 0 1em;
	}
}
*/




@media(max-width:320px){
	.slider-viwer1 h1 {
	  font-size: 2.4em;
      margin-bottom: 15px;
	}
	.top-menu {
	    width: 100%;
	  float: right;
	  margin-top: 0px;
	  border: 1px dotted #fff;
	    margin-bottom: .6em;
	}
	span.menu {
	  margin: 0 0;
	  height: 0;
	}
	.top-menu ul li {
	  margin: 5px 0;
	}
	.top-menu ul li a {
	  font-size: 12px;
	}
	.side-viwer {
	  padding: 1em 1em 0em 1em;
	}
	.side-viwer p {
	  font-size: 1.2em;
	  padding: .5em 0 .8em;
	}
	.top-menu ul {
	  top: 30%;
	}
	.bx-overlay {
	  height: 69%;
	}
	.bx-thumbs {
	    right: 15px;
	      bottom: 66px;
	}
	.social-icons {
	  padding-right: 10px;
	}
	.map iframe {
	   height: 170px;
	}
	.contact-form textarea {
	  height: 100px;
	}
	.about, .home_slider {
	  top: 75%;
	      padding: 1em 1em 3em 1em;
	}
	.moments {
	  top: 75%;
	}
	.contact {
	    top: 75%;
	    padding: 0.8em 1em 0 1em;
	}
    .moments-left {
      width:100%;
      margin:0 0 10px 0;
    }
	.about-text h4 {
	  text-align: left;
	  font-size: 1em;
	}
	.about-text p {
	  font-size: 1em;
	  text-align: left;
	}
	.work-grid img {
	  width: 44.5%;
	  float: left;
	  margin-right: 0em;
	  margin-bottom: 12px;
	  margin-left: 14px;
	}
	.moments h3 {
	  font-size: 2em;
	     margin: .3em 0 .3em;
	}
	.about-top h3 {
	  font-size: 2em;
	  margin: .3em 0 .3em;
	}
	.contact h3 {
	  font-size: 2em;
	  margin: .3em 0 .3em;
	}
	.contact {
/*	  min-height: 586px;*/
	}
	.contact-form {
	   margin: 2em 0 5.5em;
	}
	.moments-left img {
	  width: 100%;
	}
	.bx-thumbs a {
	  margin: 2px 4px;
	}
	.moments-bottom {
	  margin-bottom: 4em;
	}
	.about-img img {
	  width: 100%;
	  float: none;
	  margin-bottom: 20px;
	}
	.about-img {
	  padding-left: 15px;
	}
}