@media all and (min-width: 701px) {
#service_wrap{
background: url(../images/service_header.jpg) no-repeat center center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding:0;
margin:0;
width:100%;
height:250px;
max-height:250px;
}	
h1{
color:#FFF;
width:90%;
text-align:center;
font-weight:bold;
font-size:22px;
text-transform:uppercase;
margin-top:4%;
margin-bottom:3%;
padding-left:3%;
}
h2{color:#000;
font-size:17px;
width:100%;
text-align:center;
margin: 0 auto;
margin-top:5px;

}
#thingstoknow{
border: 2px solid red;
border-radius: 3px;
float:left;
width:30%;
text-transform:uppercase;
font-size:15px;
text-align:center;
line-height:46px;
height:48px;
display:table;
}	
#yourrights{
border: 2px solid red;
border-radius: 3px;
display:table;
float:right;
width:30%;
text-transform:uppercase;
font-size:15px;
text-align:center;
line-height:46px;
height:48px;
}
#thingstoknow a{color:#FFF;width:100%;height:100%;display:block;text-decoration:none;}
#yourrights a{color:#FFF;width:100%;height:100%;display:block;text-decoration:none;}
@media screen and (max-width: 400px) {}
#service_top{
margin: 0 auto;
width:60%;
display:table;
margin-bottom:8%;
}
#service_bottom{
height:49%;
width:100%;
display:table;
margin-bottom:8%;
}
/*      our services      */
#sec3{
width:100%;
display:table;
}
.sec3_header{
padding-top:15px;
text-align:center;
font-weight:bold;
font-weight:22px;
width:100%;
margin-bottom:15px;
height:50px;
line-height:50px;
}
.services_holder{width:80%;	text-align:center;
display:table;
margin: 0 auto;
padding-bottom:20px;
}



/*      our services      */
#sec3{

width:100%;
display:table;
}
.sec3_header{
padding-top:15px;
text-align:center;
font-weight:bold;
font-weight:22px;
width:100%;
margin-bottom:15px;
height:50px;
line-height:50px;
}
.services_holder{
width:80%;
text-align:center;
display:table;
margin: 0 auto;
padding-bottom:20px;
}

/*     ADDITIONAL SERVICES     */

#additional_services{
border: px solid purple;
width:100%;
overflow:hidden;
height:260px;
background-color:#FFF;
display:table;

}
.hidden { display: none; }
/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */



.flickity-enabled {
position: relative;
}
.flickity-enabled:focus { 
outline: none; 
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
 
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; 
  padding: 0;
  margin: 0; 
  display:table;
}
.carousel-cell1 {
border: px solid red;
padding-top:5px;
  display:table;
  width: 95%;
  height: 240px;
  padding: 0;
  margin: 0;
  display:table;
margin-top:10px;
margin-bottom:10px;
}
/* cell number */
.carousel-cell1:before {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 200px;
  font-size: 80px;
  color: white;
}





/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  1position: absolute;
  display:none;
  width: 100%;
  bottom: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}


.cell_left{ 
float:left;
width:35%;
height:90%;
padding-top:5px;
padding-bottom:5px;
margin-left:5%;
display:table; 
position: relative;


}
.cell_right{  
float:right;
width:35%;	
height:80%;
margin-right:5%;
display:table;  
position: relative;
padding-top:5px;
padding-bottom:5px;


}
.cell_head{
width:100%;
font-weight:bold;
text-transform:uppercase;
padding-bottom:5%;
display:table;
}
.cell_review{
width:100%;
display:table;
}
.cell_sig{
width:97%;
padding-left:3%;
padding-top:5%;
font-weight:bold;
text-transform:uppercase;
display:table;
}



/* gallery pics */
#ourwork_gallery{
background-color:#f0f0f0;
width:100%;
height:350px;
display:table;
padding-bottom:10px;
}

.gallery_header{
	width:100%;
	font-size:20px;
	font-weight:bold;
	border:px solid green;
	text-align:center;
	margin: 5% 0 5% 0;

	}
	
	
	
.gallery_pics_holder{border:px solid green;
width:100%;text-align:center;height:350px;
display:table;
}
.gallery_pics{
display:inline-block;
width:300px;
height:300px;
margin:10px;
text-align:center;

}
.gallery_pics img{
width: 100%; 
height: 100%;
}
.gallery_pics:hover{
cursor:pointer;
}


.gallery_pics.fullscreen{
z-index: 9999;
position: fixed;
margin: 0 auto;
width: 95%;
height: 95%; 
top: 2%; 
left: 3%;
background-color:#000;
}
.gallery_pics.fullscreen img{

 max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


}
/*mobile site*/
@media all and (max-width: 700px){

#service_wrap{
background: url(../images/service_header.jpg) no-repeat center center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding:0;
margin:0;
width:100%;
height:250px;
max-height:250px;
}	
h1{
color:#FFF;
width:90%;
text-align:center;
font-weight:bold;
font-size:20px;
text-transform:uppercase;
margin-top:4%;
margin-bottom:3%;
padding-left:3%;
}
h2{color:#000;
font-size:15px;
width:100%;
text-align:center;
margin: 0 auto;
margin-top:5px;
margin-bottom:5px;
}
#thingstoknow{
border: 2px solid red;
border-radius: 3px;
float:left;
width:30%;
text-transform:uppercase;
font-size:15px;
text-align:center;
line-height:46px;
height:48px;
display:table;
}	
#yourrights{
border: 2px solid red;
border-radius: 3px;
display:table;
float:right;
width:30%;
text-transform:uppercase;
font-size:15px;
text-align:center;
line-height:46px;
height:48px;
}
#thingstoknow a{color:#FFF;width:100%;height:100%;display:block;text-decoration:none;}
#yourrights a{color:#FFF;width:100%;height:100%;display:block;text-decoration:none;}
@media screen and (max-width: 400px) {}
#service_top{
margin: 0 auto;
width:60%;
display:table;
margin-bottom:8%;
}
#service_bottom{
height:49%;
width:100%;
display:table;
margin-bottom:8%;
}
/*      our services      */
#sec3{
width:100%;
display:table;
}
.sec3_header{
padding-top:15px;
text-align:center;
font-weight:bold;
font-weight:22px;
width:100%;
margin-bottom:15px;
height:50px;
line-height:50px;
}
.services_holder{width:80%;	text-align:center;
display:table;
margin: 0 auto;
padding-bottom:20px;
}



/*      our services      */
#sec3{

width:100%;
display:table;
}
.sec3_header{
padding-top:15px;
text-align:center;
font-weight:bold;
font-weight:22px;
width:100%;
margin-bottom:15px;
height:50px;
line-height:50px;
}
.services_holder{
width:80%;
text-align:center;
display:table;
margin: 0 auto;
padding-bottom:20px;
}

/*     ADDITIONAL SERVICES     */

#additional_services{
border: px solid purple;
width:100%;
overflow:hidden;
height:260px;
background-color:#FFF;
display:table;

}
.hidden { display: none; }
/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */



.flickity-enabled {
position: relative;
}
.flickity-enabled:focus { 
outline: none; 
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color:#FFF;
 
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; 
  padding: 0;
  margin: 0; 
  display:table;
}
.carousel-cell1 {
border: px solid red;
padding-top:5px;
  display:table;
  width: 95%;
  height: 240px;
  padding: 0;
  margin: 0;
  display:table;
margin-top:10px;
margin-bottom:10px;
}
/* cell number */
.carousel-cell1:before {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 200px;
  font-size: 80px;
  color: white;
}





/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  1position: absolute;
  display:none;
  width: 100%;
  bottom: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}


.cell_left{ 
float:left;
width:90%;
height:90%;
padding-top:5px;
padding-bottom:5px;
margin-left:5%;
display:table; 
position: relative;
}
.cell_right{  
display:none;
}
.cell_head{
width:100%;
font-weight:bold;
text-transform:uppercase;
padding-bottom:5%;
display:table;
}
.cell_review{
width:100%;
display:table;
}
.cell_sig{
width:97%;
padding-left:3%;
padding-top:5%;
font-weight:bold;
text-transform:uppercase;
display:table;
}



/* gallery pics */
#ourwork_gallery{
background-color:#f0f0f0;
width:100%;
height:350px;
display:table;
padding-bottom:10px;
}

.gallery_header{
	width:100%;
	font-size:20px;
	font-weight:bold;
	border:px solid green;
	text-align:center;
	margin: 5% 0 5% 0;

	}
	
	
	
.gallery_pics_holder{border:px solid green;
width:100%;text-align:center;height:350px;
display:table;
}
.gallery_pics{
display:inline-block;
width:300px;
height:300px;
margin:10px;
text-align:center;

}
.gallery_pics img{
width: 100%; 
height: 100%;
}
.gallery_pics:hover{
cursor:pointer;
}


.gallery_pics.fullscreen{
z-index: 9999;
position: fixed;
margin: 0 auto;
width: 95%;
height: 95%; 
top: 2%; 
left: 3%;
background-color:#000;
}
.gallery_pics.fullscreen img{
 min-width: 90%;
  min-height: 90%;

}

}

