body{
    background: #361681;
}

a {
    color: #FFF;
}

.icons li a:link{color:#FFF; text-decoration: none;}
.icons li a:active{color:#FFF; text-decoration: none;}
.icons li a:visited{color:#FFF; text-decoration: none;}
.icons li a:hover{color:#FFF; text-decoration: none;}

.navbar-brand>img{
    margin-top: -20px;
}

.navbar-inverse{
    background-color: #361681;
    border-color:  #361681;
    color: #FFF;
}

.navbar{
    margin-top: 20px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
}

.navbar-inverse .navbar-nav>.active>a {
    color: #fff;
    background-color: #080808;
}

#footer{
    padding: 0;
}

#footer .copyright{
    color: #FFF;
}


.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80vw;
  margin: auto;
}
.container h1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  margin: 0 2% 2em 2%;
}

.cardList {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 2%;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out opacity, 0.25s ease-in-out filter;
  transition: 0.25s ease-in-out opacity, 0.25s ease-in-out filter;
  cursor: pointer;
  width: 25%;
}
.cardList__title {
  display: block;
  padding-top: 100%;
  text-align: center;
  font-size: 0.8em;
  opacity: 0.8;
  z-index: 0;
}

.cardList:hover .card {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.35s ease-out transform, 0.35s ease-out shadow;
  transition: 0.35s ease-out transform, 0.35s ease-out shadow;
}


.cardList:nth-child(2n + 1) .card:nth-child(1) {
  -webkit-transform: translate(2%, 2%);
          transform: translate(2%, 2%);
}
.cardList:nth-child(2n + 1) .card:nth-child(2) {
  -webkit-transform: translate(2%, -2%) rotate(-2deg);
          transform: translate(2%, -2%) rotate(-2deg);
}
.cardList:nth-child(2n + 1) .card:last-of-type {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
/*
.cardList:nth-child(2n + 1):hover .card__bg {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
*/

.cardList:nth-child(2n + 1):hover .card:nth-child(1) {
  /*-webkit-transform: translate(30%, 45%) rotate(-2deg);
          transform: translate(30%, 45%) rotate(-2deg);*/
}
.cardList:nth-child(2n + 1):hover .card:nth-child(2) {
  -webkit-transform: translate(50%, -30%) rotate(10deg);
          transform: translate(50%, -30%) rotate(10deg);
}
.cardList:nth-child(2n + 1):hover .card:last-of-type {
  -webkit-transform: translate(-25%, -40%) rotate(-5deg);
          transform: translate(-25%, -40%) rotate(-5deg);
}



.cardList:nth-child(2n) .card:nth-child(1) {
  -webkit-transform: translate(2%, 2%);
          transform: translate(2%, 2%);
}
.cardList:nth-child(2n) .card:nth-child(2) {
  -webkit-transform: translate(2%, -2%) rotate(-2deg);
          transform: translate(2%, -2%) rotate(-2deg);
}
.cardList:nth-child(2n) .card:nth-child(3) {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
.cardList:nth-child(2n):hover .card:nth-child(1) {
  /*-webkit-transform: translate(2%, 50%) rotate(5deg);
          transform: translate(2%, 50%) rotate(5deg);*/
}
.cardList:nth-child(2n):hover .card:nth-child(2) {
  -webkit-transform: translate(50%, -30%) rotate(10deg);
          transform: translate(50%, -30%) rotate(10deg);
}
.cardList:nth-child(2n):hover .card:nth-child(3) {
  -webkit-transform: translate(-25%, -40%) rotate(-5deg);
          transform: translate(-25%, -40%) rotate(-5deg);
}

.card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60%;
  -webkit-transition: 0.28s ease-out transform, 0.28s ease-out shadow;
  transition: 0.28s ease-out transform, 0.28s ease-out shadow;
  overflow: hidden;
  z-index: 5;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
}
.card:not(:last-of-type) .card__bg {
  background-blend-mode: multiply;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.25;
  -webkit-transition: 0.25s ease-in-out filter, 0.25s ease-in-out opacity;
  transition: 0.25s ease-in-out filter, 0.25s ease-in-out opacity;
}
.cardList:hover .card:not(:last-of-type) .card__bg {
  background-blend-mode: normal;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.container:hover .cardList {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.25;
  z-index: 1;
}
.container:hover .cardList:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  z-index: 100;
}

.gallery_link{
    padding: 10px;
    color: #FFF;
    text-align: center;
}

.panel-default>.panel-heading{
    background: #080808;
}

.panel-body{
    background: #2F353D;
}

.contact-icon{
    padding: 10px;
}

.contactus-line{
    padding: 5px;
}

#contactus-phone{
    margin-left: 5px;
}

#contactus-fax{
    margin-left: 45px;
}

#contactus-email{
    margin-left: 32px;
}

#contactus-address{
    margin-left: 24px;
}

#contactus-website{
    margin-left: 20px;
}

.address-line, .email-line{
    margin-left: 110px;
}

.wrapper.style1 .firstHeading{
    color: #000000 !important;
    font-size: 2em;
    margin: 0 0 10px;
}

.mapAddress{
    margin: 0 0 10px;
   color: #000;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.padding-top-22{
	padding-top: 22px;
}

.services-list {
    min-height: 130px;
    margin-bottom: 20px;
	background: #2F353D;
}

/* Map */

#map-canvas {
	max-width: 100%;
	height: 350px;
	border-radius: 0px;
}

#map-canvas.map-small-height {
	border-radius: 10px;
	height: 375px;
}

.leaflet-control-attribution{
	display: none !important;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out{
	color: #000 !important;
}



/* PHOTO GALLERY */

.coverimg { margin: 10px 0 }

.coverimg a {
  display: inline-block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative
}

.coverimg img {
  max-height: 100%;
  min-width: 100%;
  width: auto;
  left: 50%;
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute
}

img[data-gallery] { cursor: pointer }

.overlay {
  background: rgba(0,0,0,0.7);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999
}

.imgActive img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 90%
}

.prev,
.next,
.close {
  transition: 0.3s ease all;
  display: inline-block;
  color: white;
  font-size: 6rem;
  opacity: 0.2;
  z-index: 1000
}

.prev:hover,
.next:hover,
.close:hover {
  cursor: pointer;
  opacity: 1
}

.prev,
.next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%
}

.prev { left: 100px }

.next { right: 100px }

.close {
  font-size: 4rem;
  position: absolute;
  top: 20px;
  right: 20px
}

.close-yt{
   top: 0px; 
   height: 60px;
   background: none;
}

.close-yt:hover{
    background: none;
}

.coverImgOverlay {
  bottom: 20px;
  height: 100px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  width: 3000%;
  z-index: 1000
}

.coverImgOverlay span {
  display: inline-block;
  height: 100px;
  margin: 5px;
  overflow: hidden;
  position: relative;
  width: 100px
}

.coverImgOverlay img {
  transition: 0.3s ease all;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  min-width: 100%;
  opacity: 0.2;
  width: auto
}

.coverImgOverlay img:hover { opacity: 1 !important }

#gallery-wrapper {
    background-color: #041625;
    color: #c0c5c9;
    padding: 6em 0 4em 0;
    position: relative;
}

.gallery-text{
   position: absolute; 
   bottom: 8px; 
   left: 16px; 
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li.active{
    background: #041625;
    color: #FFF;
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{
    background: #041625;
}

.nav>li>a:hover{
    background: #041625;
}

.past-work-tabs{
    padding-left: 0;
}

.dropdown-menu{
    background: #4B3B78;
}

.dropdown-menu>li>a{
    color: #c1c7cd;
    padding: 8px 10px;
}

.inventory{
  background-color: #020B13;  
}

.inventory-list{
    margin-left: 20px;
}

.inventory-image{
    background: #c0c5c9;
}

.about-us{
    text-align: center;
    padding-bottom: 20px;
}

.about-us-section{
    padding-bottom: 1em;
}

.about-us-image{
    margin-left: auto;
    margin-right: auto;
}

.vision-mission-section{
    background-color: #020B13;  
    padding-bottom: 1em;
    padding-top: 2em;
}

.vision-mission{
    margin-bottom: 0px !important;
}

.vision-mission-heading{
    margin-bottom: 0px;
    margin-top: 15px;
}

.goback-outer{
    width: 100%;
    background-color: #041625;
    text-align: center;
    padding-bottom: 30px;
    margin-top: -5px;
}

.goback-button{
    display: inline-block;  
}

.back-button{
    padding-right: 1.35em;
    text-decoration: none;
}

.back-button:hover, .back-button:focus{
    text-decoration: none;
}

.gallery-link, .gallery-link:hover, .gallery-link[aria-expanded="true"], .gallery-link[aria-expanded="false"]{
    color: #000;
    text-decoration: none;
}

.bs-example{
    margin: 20px;
}

.navbar-right{
    width: 700px;
}

.video .caption{
    font-size: 1em;
    padding: 0em 2em;
}

.video .inventory-title{
	padding: 1em 2em;
    font-weight: bold;
}

#slideshow, #slideshow2, #slideshow3, #slideshow4, #slideshow5, #slideshow6, #noslideshow {
  margin: 30px auto 15px;
  position: relative;
  width: 500px;
  height: 500px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow > div, #slideshow2 > div, #slideshow3 > div, #slideshow4 > div, #slideshow5 > div, #slideshow6 > div, #noslideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.modal-content {
  background-color:#361681;
}

.modal-close{
    top:2px;
    height: 60px;
    background: none !important;
    color: #FFF !important;
}

.more-info{
    margin: 10px;
    font-size: x-small;
    float: right;
}

.video .link{
    cursor: pointer;
}

.yt-video{
    width: 854px;
    height: 480px;
}

.center-temporary{
    margin: 0 auto;
}

.yt-video-gallery {
	width: 800px;
	height: 454px;
}


/*************************************************************************************************************/

#wowslider-container1 { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 1080px;
	max-height:810px;
	margin:0px auto 0px;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1{ width:800px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	/*font-size:0;*/
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	height:100%;
	max-height:810px;
	max-width: 1080px;
	vertical-align: top;
	overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
	width:100%;
	height:100%;
	max-height:600px;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#wowslider-container1 .ws_images > div > img {
	max-height:600px;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}

#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a {
	line-height: 0;
}

#wowslider-container1  .ws_script{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}


#wowslider-container1.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
	display: none;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(./playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}

#wowslider-container1  .ws_bullets { 
	padding: 4px; 
}
#wowslider-container1 .ws_bullets a { 
	width:15px;
	height:15px;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:5px;
	color:transparent;
}
#wowslider-container1 .ws_bullets a:hover, #wowslider-container1 .ws_bullets a.ws_selbull{
	background-position: 0 100%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	top:50%;
	margin-top:-1.6em;
	z-index:60;
	width: 2.4em;	
	height: 3.2em;
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:3px;
}
#wowslider-container1 a.ws_prev {
	background-position: 0 0; 
	left:3px;
}

/*playpause*/
#wowslider-container1 .ws_playpause {
    width: 2.4em;
    height: 3.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.2em;
    margin-top: -1.6em;
    z-index: 59;
	background-size:100%;
}

#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
    background-position: 100% 100% !important;
}/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom: 0px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	bottom: 0.7em;
	left: 0;
	margin-right: 0.4em; 
	color:#361681;
	z-index: 50;
	line-height: 0.5em;
	text-shadow: none;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
	display:inline-block;
	padding:0.7em 1em;
	background:#FFFFFF;
}
#wowslider-container1 .ws-title div{
	display:block;
	margin-top:0.5em;
	font-size: 0.714em;
	line-height: 0.8em;
	text-shadow: none;
}#wowslider-container1 .ws_images > ul{
	animation: wsBasic 92s infinite;
	-moz-animation: wsBasic 92s infinite;
	-webkit-animation: wsBasic 92s infinite;
}
@keyframes wsBasic{0%{left:-0%} 2.17%{left:-0%} 4.35%{left:-100%} 6.52%{left:-100%} 8.7%{left:-200%} 10.87%{left:-200%} 13.04%{left:-300%} 15.22%{left:-300%} 17.39%{left:-400%} 19.57%{left:-400%} 21.74%{left:-500%} 23.91%{left:-500%} 26.09%{left:-600%} 28.26%{left:-600%} 30.43%{left:-700%} 32.61%{left:-700%} 34.78%{left:-800%} 36.96%{left:-800%} 39.13%{left:-900%} 41.3%{left:-900%} 43.48%{left:-1000%} 45.65%{left:-1000%} 47.83%{left:-1100%} 50%{left:-1100%} 52.17%{left:-1200%} 54.35%{left:-1200%} 56.52%{left:-1300%} 58.7%{left:-1300%} 60.87%{left:-1400%} 63.04%{left:-1400%} 65.22%{left:-1500%} 67.39%{left:-1500%} 69.57%{left:-1600%} 71.74%{left:-1600%} 73.91%{left:-1700%} 76.09%{left:-1700%} 78.26%{left:-1800%} 80.43%{left:-1800%} 82.61%{left:-1900%} 84.78%{left:-1900%} 86.96%{left:-2000%} 89.13%{left:-2000%} 91.3%{left:-2100%} 93.48%{left:-2100%} 95.65%{left:-2200%} 97.83%{left:-2200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 2.17%{left:-0%} 4.35%{left:-100%} 6.52%{left:-100%} 8.7%{left:-200%} 10.87%{left:-200%} 13.04%{left:-300%} 15.22%{left:-300%} 17.39%{left:-400%} 19.57%{left:-400%} 21.74%{left:-500%} 23.91%{left:-500%} 26.09%{left:-600%} 28.26%{left:-600%} 30.43%{left:-700%} 32.61%{left:-700%} 34.78%{left:-800%} 36.96%{left:-800%} 39.13%{left:-900%} 41.3%{left:-900%} 43.48%{left:-1000%} 45.65%{left:-1000%} 47.83%{left:-1100%} 50%{left:-1100%} 52.17%{left:-1200%} 54.35%{left:-1200%} 56.52%{left:-1300%} 58.7%{left:-1300%} 60.87%{left:-1400%} 63.04%{left:-1400%} 65.22%{left:-1500%} 67.39%{left:-1500%} 69.57%{left:-1600%} 71.74%{left:-1600%} 73.91%{left:-1700%} 76.09%{left:-1700%} 78.26%{left:-1800%} 80.43%{left:-1800%} 82.61%{left:-1900%} 84.78%{left:-1900%} 86.96%{left:-2000%} 89.13%{left:-2000%} 91.3%{left:-2100%} 93.48%{left:-2100%} 95.65%{left:-2200%} 97.83%{left:-2200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 2.17%{left:-0%} 4.35%{left:-100%} 6.52%{left:-100%} 8.7%{left:-200%} 10.87%{left:-200%} 13.04%{left:-300%} 15.22%{left:-300%} 17.39%{left:-400%} 19.57%{left:-400%} 21.74%{left:-500%} 23.91%{left:-500%} 26.09%{left:-600%} 28.26%{left:-600%} 30.43%{left:-700%} 32.61%{left:-700%} 34.78%{left:-800%} 36.96%{left:-800%} 39.13%{left:-900%} 41.3%{left:-900%} 43.48%{left:-1000%} 45.65%{left:-1000%} 47.83%{left:-1100%} 50%{left:-1100%} 52.17%{left:-1200%} 54.35%{left:-1200%} 56.52%{left:-1300%} 58.7%{left:-1300%} 60.87%{left:-1400%} 63.04%{left:-1400%} 65.22%{left:-1500%} 67.39%{left:-1500%} 69.57%{left:-1600%} 71.74%{left:-1600%} 73.91%{left:-1700%} 76.09%{left:-1700%} 78.26%{left:-1800%} 80.43%{left:-1800%} 82.61%{left:-1900%} 84.78%{left:-1900%} 86.96%{left:-2000%} 89.13%{left:-2000%} 91.3%{left:-2100%} 93.48%{left:-2100%} 95.65%{left:-2200%} 97.83%{left:-2200%} }

#wowslider-container1 .ws_bulframe div div{
	height: auto;
}

@media all and (max-width:760px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}
}
@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs{
		display: none
	}
}


/******************************************************************************************************************************************************/



/*ipad - Landscape */
@media( max-width : 1024px ){
    #slideshow, #slideshow2, #slideshow3, #slideshow4, #slideshow5, #slideshow6, #noslideshow {
        width: 300px;
        height: 300px;
    }
	
	.padding-top-22{
		padding-top: 0px;
	}
}

/*pixel 2 - Landscape */
@media( max-width : 823px ){
    .navbar{
        margin-top: 0px;
    }
    .navbar-nav>li{
        font-size: x-small;
    }
    
    .navbar-brand>img{
        width: 200px;
    }
	
	.navbar-right {
		width: 540px;
	}
    
    .address-line, .email-line{
        margin-left: 117px;
    }
    
    #contactus-phone{
        margin-left: 0px;
    }
    
    .yt-video{
        width: 570px;
        height: 330px;
    }
	
	.services-items{
		height: 55px;
		width: 320px;
	}
	
	.padding-top-22{
		padding-top: 22px;
	}
	
	.padding-top-22-iphonex{
		padding-top: 22px;
	}
	
	.yt-video-gallery {
        width: 620px;
        height: 353px;
    }
}

/*iphone - x  landscape*/
@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) and (orientation: landscape) {
    .navbar-brand>img{
        width: 170px;
    }
    .navbar-nav>li{
        font-size: smaller;
    }
    
    .nav>li>a{
        padding: 10px;
    }
    
    .navbar-brand{
        height: 100%;
        margin-left: -25px !important;
    }
    
    .active-phone{
        background: transparent !important;
    }
    
    .navbar{
        margin-top: -20px;
        margin-bottom: 0px;
    }
	
	.navbar-right {
		width: 585px;
	}
    
    .middle_logo{
        width: 20%;
    }
    
    .address-line, .email-line{
        margin-left: 117px;
    }
    
    #contactus-phone{
        margin-left: 0px;
    }
    
    #slideshow, #slideshow2, #slideshow3, #slideshow4, #slideshow5, #slideshow6, #noslideshow {
        width: 300px;
        height: 300px;
    }
    
    .yt-video {
        width: 570px;
        height: 340px;
    }
	
	.services-items{
		height: 55px;
		width: 320px;
	}
	
	.padding-top-22-iphonex{
		padding-top: 22px;
	}
   
}

/*ipad Potratit */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .navbar-header{
        width: 165px;
    }
    
    .navbar-right{
        width: 540px;
    }
    
    #slideshow, #slideshow2, #slideshow3, #slideshow4, #slideshow5, #slideshow6, #noslideshow  {
        width: 300px;
        height: 300px;
    }
    
    .yt-video{
        width: 570px;
        height: 360px;
    }
	
	.services-items{
		height: 55px;
		width: 300px;
	}
	
	.padding-top-22-iphonex{
		padding-top: 0px;
	}
	
	.yt-video-gallery {
		width: 580px;
		height: 329px;
	}
}



/* iphone 8 plus - Landscape */
@media( max-width : 736px ){
    .navbar-brand{
        height: 100%;
		padding: 15px 0px;
    }
	
	.nav>li>a{
		padding: 10px 0px;
	}
    
    .navbar{
        margin-top: -20px;
        margin-bottom: 0px;
    }
    
    .active-phone{
        padding-bottom: 0px;
    }
    
    .glyphicon{
        margin-left: 10px;
        padding: 5px;
    }
	
	.glyphicon-home{
		margin-left: 0px;
	}
    
    .dropdown-menu{
        position: unset;
        float: unset;       
    }
    
    .address-line, .email-line{
        margin-left: 117px;
    }
    
    #contactus-phone{
        margin-left: 0px;
    }
    
    .yt-video {
        width: 685px;
        height: 380px;
    }
	
	.services-items{
		height: 55px;
		width: 285px;
	}
	
	.padding-top-22-iphonex{
		padding-top: 0px;
	}
	
	.navbar-brand>img{
		margin-top: -20px;
		margin-left: 20px;
	}
	
	.navbar-right {
		width: 720px;
	}
	
	.yt-video-gallery {
        width: 570px;
        height: 323px;
    }

}

/*iphone 8 - potrait */
@media( max-width : 667px ){
    .yt-video {
        width: 615px;
        height: 340px;
    }
	
	.services-items{
		height: 55px;
		width: 260px;
	}
	
	.navbar-right {
		width: 730px;
	}
	
	.yt-video-gallery {
        width: 495px;
        height: 282px;
    }
}

/*Samsung Galaxy s5 - landscape */
@media( max-width : 640px ){
	.navbar-brand{
		padding: 15px 0px;
	}
	
    .cardList{
        width: 30%;
    }
    
    .navbar{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    
    .navbar-header{
        margin-bottom: 5px;
        margin-top: -35px;
    }
	
	.nav>li>a{
		padding: 10px 0px;
	}
	
	.slider-section{
		margin-top: 0px;
	}
	
	.navbar-brand>img{
		margin-top: 0px;
		margin-left: 20px;
	}
    
    .yt-video {
        width: 590px;
        height: 325px;
    }
	
	.services-items{
		height: 55px;
		width: 245px;
	}
	
	.yt-video-gallery {
        width: 480px;
        height: 272px;
    }

}

/*Samsung Galaxy s5 - Potrait */

@media( max-width : 585px ){
	
	.navbar-brand{
		padding: 15px 0px;
	}
    
    .past-work-tabs{
        font-size: small;
    }
    
    .cardList{
        width: 100%;
    }
    
    .coverimg a{
        height: 140px;
        width: 140px;
    }
    
    #contactus-phone, #contactus-fax, #contactus-email, #contactus-address, #contactus-website{
        font-size: small;
    }
    
    #slideshow, #slideshow2, #slideshow3, #slideshow4, #slideshow5, #slideshow6, #noslideshow {
        width: 300px;
        height: 300px;
    }
    
    .yt-video {
        width: 325px;
        height: 250px;
    }
   
}

/* iphone 5 - Landscape */
@media( max-width : 568px ){
    .yt-video {
        width: 515px;
        height: 300px;
    }
	
	.services-items{
		height: 55px;
		width: 480px;
	}
	
	.padding-top-22-iphonex{
		padding-top: 22px;
	}
	
	.yt-video-gallery {
        width: 418px;
        height: 238px;
    }
}

/* iphone 8 plus - potrait */
@media( max-width : 414px ){
    .yt-video {
        width: 365px;
        height: 250px;
    }
	
	.services-items{
		height: 55px;
		width: 340px;
	}
	
	.yt-video-gallery {
        width: 270px;
        height: 154px;
    }
	
}

/* iphone 8 - potrait */
@media( max-width : 375px ){
    .yt-video {
        width: 325px;
        height: 180px;
    }
	
	.services-items{
		height: 55px;
		width: 307px;
	}
	
	.padding-top-22-iphonex{
		padding-top: 0px;
	}
	
	.yt-video-gallery {
        width: 245px;
        height: 140px;
    }
}

/* Galaxy s5 - potrait */
@media( max-width : 360px ){
    .yt-video {
        width: 310px;
        height: 170px;
    }
	
	.services-items{
		height: 55px;
		width: 293px;
	}
	
	.yt-video-gallery {
        width: 230px;
        height: 131px;
    }
}

/* Iphone 5 - Potrait */ 
@media( max-width : 320px ){
    #contactus-phone, #contactus-fax, #contactus-email, #contactus-address, #contactus-website{
        font-size: x-small;
    }
    
    #slideshow, #slideshow2, #slideshow3, #slideshow4, #slideshow5, #slideshow6, #noslideshow {
        width: 250px;
        height: 250px;
    }
    
    .yt-video {
        width: 270px;
        height: 150px;
    }
	
	.services-list{
		width: 290px;
	}
	
	.services-items{
		margin-left: -20px;
	}
	
	.yt-video-gallery {
        width: 195px;
        height: 111px;
    }
}