
/*==========================================================*/
/* Main Elements
/*==========================================================*/
html,
body {
  margin: 0;
  padding: 0;
   height: 100%;
  
}


a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #428bca;
}
a:hover {
  color: #111;
  text-decoration: none;
}
img {
}
p,
ul,
ol,
address {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}
.inner p {
	margin-bottom:2px;
}
.inner p:last-child {
	margin-bottom:0px;
}
hr {
  border-color: #f0f0f0;
  margin: 20px 0;
}

.rsOverflow {  
cursor: auto !important;
}


#induction {font-size: 8pt; padding: 5px 10px; margin-top: 18px; letter-spacing: 0px;}

#taglineT {text-align: left; margin-top: 25px; width: 300px; float: left; display: block; font-size: 100%; margin-left: 50px;}

#theMainLogo {height: 75px; margin-top: 5px; margin-left: 25px;}

/*==========================================================*/
/* Preloader
/*==========================================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 9999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../imgs/loading2.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

#TimWalker label {color: #333;}

/*==========================================================*/
/* Typography
/*==========================================================*/
body {
  font-family: 'Muli', sans-serif;
  color: #444;
  font-size: 13px;
  font-weight: 300;
  line-height: 150%;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.hfont {
	color: #666;
	font-weight: 300;
	line-height: 160%;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0px;
'Muli', sans-serif;}
h1 {
  font-size: 28px; text-align: center; width: 100%;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 19px;
}
h4 {
  font-size: 16px;
}
.royalSlider img {
border: 0 !important;
padding: 0 !important;
}

ul li {font-size: 110%; color: #666; line-height: 160%;}

.portfolio-description h4,
.portfolio-description h1,
.portfolio-description small {
	color: #fff;
}
.portfolio-description hr {
border-color: #333333;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
address {
  line-height: 180%;
}
/*==========================================================*/
/* Helper Classes
/*==========================================================*/
.hidden {
  display: none;
}
.small {
  font-size: 80%;
}
.white,
.white > * {
  color: #FFFFFF !important;
}
.sidebar-left .main-column {
  float: right;
}
/* Overlays */
.overlay:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.overlay-grid:after {
  background: url(../img/misc/overlay-grid.png);
}
.overlay-grid-2:after {
  background: url(../img/misc/overlay-grid-2.png);
}
.overlay-dark-25:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.overlay-dark-50:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-dark-75:after {
  background-color: rgba(0, 0, 0, 0.75);
}
.overlay-light-25:after {
  background-color: rgba(255, 255, 255, 0.25);
}
.overlay-light-50:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.overlay-light-75:after {
  background-color: rgba(255, 255, 255, 0.75);
}
/* Clearfix */
.cf:before,
.cf:after {
  content: ' ';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}


.webform-client-form-14, p.width-75 {width: 75%;}


/* Responsive */
@media (max-width: 991px) {
	

	
	
	
  .sidebar-left .main-column {
    float: none;
  }
  
  #taglineT {display: none;}
}


.sliderWrap {padding: 0px; width: 66.666%; height: 100%;}

.sliderWrap img {height: 100%;}

/* Responsive */
@media (max-width: 991px) {
.sliderWrap {padding: 0px; width: 100%; height: auto;}



}

/*==========================================================*/
/* Header
/*==========================================================*/
#top {
  background: url("../imgs/tconTopNew.png") no-repeat #fff right;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.userProfile img {width: 100%; height: auto;}

#top.shadow {
  box-shadow: 0px 0px 20px -10px #000000;
}
.sidebar-open #top.shadow,
#top.portfolio-open {
  box-shadow: none !important;
}
#lines { 
    border-bottom: 17px double white; 
    border-top: 6px solid white; 
    content:"";
    height: 5px; 
    width:30px;
}


/* Sidebar button */
#sidebar-button {
  width: 110px;
  height: 110px;
  background: url("../imgs/menu.png") no-repeat transparent center center;
  position: absolute;
  right: 0px;
  top: 0%;
  margin-top: -10px;
  padding: 20px; opacity: 1;
}
#sidebar-button:hover {opacity: 0.3}


#sidebar-button.open {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);opacity: 0.3;
}

.btn-primary {
	color: #fff;
	background-color: #78d2f7;
	border-color: #78d2f7;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 1px;
}

.form-actions .button-primary {
	color: #fff;
	background-color: #78d2f7;
	border-color: #78d2f7;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 1px;
	border: 0px;
	padding: 10px 20px;
	float: right;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #333;
	border-color: #333
}

.btn-warning {
	color: #fff;
	background-color: #bbb;
	border-color: #bbb;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 1px;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc
}


/* Logo */
#logo {
  text-align: center;
  position: absolute; 
  top: 5%;
  left: 0%;
  text-transform: uppercase;
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
#logo h1 {
  letter-spacing: 5px;
  font-size: 26px;
}
#logo h2 {
  letter-spacing: 8px;
  font-size: 13px;
  opacity: 0.5;
}

.homePlanning {margin-bottom: 20px;}
#homeContent p {font-size: 120%; line-height: 150%; color: #777;}
#homeContent p strong { color: #222;}

#homeContent h2  {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-top: 0px;
  margin-bottom: 20px;
  color: #78d2f7;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

#one label {color: #666;}

#homeContent img {margin: 0px auto; display: block;}

#socialIcons {display: block; float: right; margin-top: 15px; margin-right: 140px;}

#socialIcons a {font-size: 190%; color: #ddd; border: 0px solid #ddd; padding: 20px 10px; margin-left: 12px; float: left; display: block;}

#socialIcons a:hover {color:#78d2f7; }

.jumbotron h1 {color: #fff; letter-spacing: 0px; padding: 5px 10px; margin-top: 50px; background: #78d2f7; font-size: 330%; font-weight: bold; width: 80%; opacity: 0.8; margin: 40px auto; 	}

.jumbotron p {color: #fff; margin-top: 250px; line-height: 130%; background: url(../imgs/hpTransBlack.png) repeat;opacity: 1; margin: 260px auto 0px auto; padding: 20px 80px; text-align: center; width: 100%;color: #ddd; font-weight: bold; letter-spacing: 1px; font-size: 150%; padding: 20px 80px;}

.jumbotron div#hpBtnWrap {display: block; width: 100%; margin: 0px auto; text-align: center;}

.jumbotron div#hpBtnWrap a.btn {background: transparent; margin: 50px auto 10px auto; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; color: #fff !important; padding-left: 40px; padding-right: 40px;}

.jumbotron .btn {background: transparent; border: 3px solid #fff; display: block; }

.jumbotron div#hpBtnWrap a.btn:hover {color: #999 !important;}


.webform-client-form-17 {width: 60%; margin-left: 20%; margin-right: 20%;}

input[type=radio], input[type=checkbox] {
    margin: 0px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

/* Fullscreen slider navigation arrows */
#nav-arrows {
  width: 35px;
  height: 21px;
  position: absolute;
  right: 40px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display:none;
}
#nav-arrows a {
  width: 11px;
  height: 100%;
  background-repeat: no-repeat;
}
#nav-arrows a.nav-left {
  background-image: url("../imgs/nav-left.svg");
  margin-right: 13px;
  float: left;
}
#nav-arrows a.nav-right {
  background-image: url("../imgs/nav-right.svg");
  float: right;
}
/* Portfolio close button */
#portfolio-close {
  width: 40px;
  height: 40px;
  background: url("../imgs/closeBtn.png") no-repeat;
 float :right; right: 10px;
  margin-top: -138px;  margin-right: 13px;
  overflow: hidden; opacity: 0px;
  position: absolute;

}
.portfolio-open #portfolio-close {
  opacity: 0.7;
  top: 0px; display: block;
  margin-right: 13px; float :right;
margin-top: 135px;
}



.portfolio-open #portfolio-close:hover {opacity: 1;}

.portfolio-description p, .portfolio-description li, .portfolio-description h6 {color: #eee; font-size: 110%; line-height: 150%;}

.portfolio-description h6 {color: #fff; font-weight: bold; letter-spacing: 1px;}

.portfolio h3 {color: #78d2f7; font-size: 120%; font-weight: bold; letter-spacing: 1px;}

.portfolio p {line-height: 180%;}


#bottomFooter {display: block; text-align: left; border-top: 0px solid #ddd; padding: 20px; margin-top: 0px; margin-left: 20px; margin-right: 20px; 	}

#footercontainer {width: 100%; left: 0px; overflow: show; position: absolute;width: 100%;background: #555; clear: both; float: left; margin-top: 30px; padding-bottom: 20px;}

#footercontainer textarea {background: #999;}

#footercontainer h4 {font-weight: bold; color: #78d2f7; }

#footercontainer ul li a {color: #fff; font-size: 120%; line-height: 150%;}
#footercontainer ul li {list-style: none;}

#footercontainer textarea {background: #777; color: #fff; margin-top: -15px;}

#footercontainer p {color: #fff;}

#footercontainer h4 {padding-bottom: 20px;}


.connectLinks a {color: #fff; font-size: 120%; line-height: 150%;}

.text-center {text-align: center;}

.aboutBlock {padding-left: 40px; padding-right: 40px; display: block;}

.aboutBlock p {font-size: 110%; line-height: 160%;}

.aboutBlock h3 {font-size: 160%; font-weight: bold; line-height: 160%; padding-bottom: 20px;}
.portfolio h3 span {color: #333; font-size: 80%; font-weight: bold; letter-spacing: 1px;}

.paddingTop {padding-top: 30px;}

#learnMoreBtn {display: block; background: transparent; border: 3px solid #fff; display: block; width: 300px; color: #fff; font-size: 140%; font-weight: bold; text-transform: uppercase; padding: 15px; margin-top: 85px; margin-left: auto; margin-right: auto; letter-spacing: 1px; text-decoration: none;}

#learnMoreBtn:hover {display: block; background: #fff; border: 3px solid #fff; display: block; width: 300px; color: #78d2f7; font-size: 140%; font-weight: bold; text-transform: uppercase; padding: 15px; margin-top: 85px; margin-left: auto; margin-right: auto; letter-spacing: 1px;}

#callme {font-size: 140%; font-weight: bold; color: #666; letter-spacing: 1px;}

.jumbotron { min-height: 590px;}


.portfolio-description p, .portfolio-description li, .portfolio-description h6 {color: #eee; font-size: 110%; line-height: 150%;}

.portfolio-description h6 {color: #fff; font-weight: bold; letter-spacing: 1px;}

.portfolio h3 {color: #78d2f7; font-size: 120%; font-weight: bold; letter-spacing: 1px;}

.portfolio p {line-height: 180%;}



.portfolio-description {overflow: scroll;}

h3.headingPortModal {text-align: left; padding: 35px 0px 35px 40px; font-weight: bold; color: #fff; letter-spacing: 2px;}


/* Responsive */
@media (max-width: 991px) {
	
h3.headingPortModal {text-align: center; padding: 15px 0px 15px 10px; font-size: 70%; font-weight: bold; color: #fff; letter-spacing: 0px;}

.aboutBlock {padding-left: 10px; padding-right: 10px; display: block;}

.phoneMarginTop {margin-top: 20px;}

.webform-client-form-17 {width: 90%; margin-left: 5%; margin-right: 5%;}

#homeContent p.bottomText {line-height: 40px;}

#bottomFooter {display: block; text-align: left; border-top: 0px solid #ddd; padding: 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; 	}

/* Portfolio close button */
#portfolio-close {
  width: 18px;
  height: 18px;
  background: url("../imgs/closeBtnSmall.png") no-repeat;
 float :right; right: 10px;
  margin-top: -138px;  margin-right: 15px;
  overflow: hidden; opacity: 0px;
  position: absolute;

}
.portfolio-open #portfolio-close {
  opacity: 0.7;
  top: 0px; display: block;
  margin-right: 15px; float :right;
margin-top: 73px;
}
	
	

.jumbotron h1 {color: #fff; letter-spacing: -1px; padding: 5px 1px; margin-top: 30px;   background: rgba(22, 155, 204, 0.9); font-size: 120%; font-weight: bold; width: auto; opacity: 0.8; margin: 10px auto; 	}

.jumbotron p {
  color: #fff;
  line-height: 130%;
  font-size: 90%;
  background: url(../imgs/hpTransBlack.png) repeat;
  opacity: 1;
  margin: 80px auto 0px auto;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
  
  color: #ddd; font-weight: bold; letter-spacing: 0px; font-size: 110%; padding: 20px 20px;
}

.jumbotron { padding: 10px 0px;background-image: url(../imgs/feature2.jpg); background-size: cover; background-postion: center; min-height: 360px;}

.homePlanning {margin-bottom: 25px; border-bottom: 1px dotted #ddd; padding-bottom: 15px;}

#learnMoreBtn {display: block; background: transparent; border: 2px solid #fff; display: block; width: 200px; color: #fff; font-size: 120%; font-weight: bold; text-transform: uppercase; padding: 10px; margin-top: 65px; margin-left: auto; margin-right: auto; letter-spacing: 1px;}


#learnMoreBtn:hover {display: block; background: #fff; border: 2px solid #fff; display: block; width: 200px; color: #78d2f7; font-size: 120%; font-weight: bold; text-transform: uppercase; padding: 10px; margin-top: 65px; margin-left: auto; margin-right: auto; letter-spacing: 1px;}


#gallery-1 {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
}
#top {
  background: url("../imgs/mobileTconBgNav.png") no-repeat #fff right;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}  


#lines { 
    border-bottom: 17px double white; 
    border-top: 6px solid white; 
    content:"";
    height: 5px; 
    width:30px;
}


/* Sidebar button */
#sidebar-button {
  width: 60px;
  height: 60px;
  background: url("../imgs/menu.png") no-repeat transparent center center;
  position: absolute;
  right: 0px;
  top: 0%;
  margin-top: 0px;
  padding: 0px; opacity: 1;
  z-index: 5000;
}
#sidebar-button:hover {opacity: 0.3}


#sidebar-button.open {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);opacity: 0.3;
}

  
#socialIcons {display: none;}

}


#logo a {float: left;}


/*==========================================================*/
/* Main wrapper
/*==========================================================*/
#main-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 70px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
/*==========================================================*/
/* Content
/*==========================================================*/
#content {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-image: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.sidebar-open #content {
  -ms-transform: translate(-300px, 0);
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  overflow-y: hidden;
}
/* Main and sidebar column responsiveness */
@media (max-width: 991px) {
  .sidebar-column {
    margin-top: 40px;
  }
  .isotope.isotope-3 {
	  min-height:1000px;
  }
}
/* Content overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0px;
  width: 0;
  height: 0;
  background: rgba(22, 155, 204, 0.3);
  opacity: 0;
  -webkit-transition: initial;
  transition: initial;
  
}
.sidebar-open #overlay {
  width: 100%;
  height: 100%;
  top: 100px;
  left: -300px;
  opacity: 1;
  z-index: 9999;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}
/* Responsive */
@media (max-width: 991px) {
  .sidebar-open #content {
    -ms-transform: translate(-70%, 0);
    -webkit-transform: translate(-70%, 0);
    transform: translate(-70%, 0);
  }
  .sidebar-open #overlay {
    left: -70%;
     top: 60px;
  }
}
/*==========================================================*/
/* Collapsible sidebar
/*==========================================================*/
#sidebar {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #78d2f7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  opacity: 1;

/*  -webkit-transform: translate3d(0, -100%, 0);*/
/*  transform: translate3d(0, -100%, 0);*/
  padding-top: 160px;
}
.sidebar-open #sidebar {
  visibility: visible;
/*  -webkit-transition-timing-function: ease-in-out;*/
/*  transition-timing-function: ease-in-out;*/
/*  -webkit-transition-property: -webkit-transform;*/
 /* transition-property: transform;*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 /* -webkit-transition-speed: 0.2s;*/
/*  transition-speed: 0.2s;*/
}
#sidebar:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sidebar-open #sidebar:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#widgets {
  max-height: 100%;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  bottom: 35px;
}
/* Responsive */
@media (max-width: 991px) {
  #sidebar {
    width: 100%;
  }
    #sidebar {padding-top: 120px; right: -30%;}
    
    #theMainLogo {height: 45px;}
#logo {
    text-align: center;
    position: absolute;
    top: 5%;
    left: -3%;
    text-transform: uppercase;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}    

#logo a {float: right;}
    
}
/*==========================================================*/
/* Main menu
/*==========================================================*/

#options {display: block;
text-align: center;width: 100%; margin: 10px auto; border-bottom: 0px solid #eee; padding-bottom: 20px; }

#options ul#filters {display: block; padding: 0px; margin: 0px auto; width: 100%; text-align: center;}

#options li {
  margin-bottom: 0.2em;
  list-style: none;
  margin: 0px auto; display: inline;
}

#options li a {
  padding: 10px 30px;
  color: #78d2f7;
  font-size: 100%; font-weight: bold;
  text-transform: uppercase; letter-spacing: 2px;
}

#options li a:hover {
  padding: 10px 30px;
  color: #fff;
  font-size: 110%;
	background: #78d2f7;
}

#mainmenu ul {
  margin: 0;
}
#mainmenu ul li a {
  padding: 10px 40px;
  width: 100%;
  line-height: 45px;
  display: inline-block;
  color: #ffffff;
  font-size: 110%;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.selected a {
background: #ffffff;
color: #111111 !important;
}
#mainmenu ul li a:hover,
#mainmenu ul li a.active {
  background: #ffffff;
  color: #111111;
}
#mainmenu ul li.expandable > a:after {
  content: '[+]';
  float: right;
}
#mainmenu ul li.expandable.expanded > a:after {
  content: '[-]';
}
/* Submenu */
#mainmenu ul li > ul {
  display: none;
  overflow: hidden;
  border-left: 1px solid #f5f5f5;
  margin-left: 40px;
}
#mainmenu ul li > ul li {
  position: relative;
}
#mainmenu ul li > ul li:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #f5f5f5;
}
#mainmenu ul li > ul li a {
  background: none !important;
}
/* Responsive */
@media (max-width: 991px) {
	
	
	
	
  #mainmenu ul li a {
  
  }
  #mainmenu ul li.expandable > a:after {
    float: none;
    margin-left: 5px;
  }
  #mainmenu ul li > ul {
    border-left: none;
    margin-left: 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
  }
  #mainmenu ul li > ul li:after {
    display: none;
  }
  #mainmenu ul li > ul li a {
    opacity: 0.5;
  }
  #options li {display: block; margin: 20px 0px;}
#mainmenu ul li a {
  padding: 1px 0px;
}


#options {display: none;}


}
/*==========================================================*/
/* Copyright
/*==========================================================*/
.copyright {
  width: 100%;
  margin: 0;
  position: fixed;
  bottom: 25px;
  font-size: 12px;
  opacity: 0.5;
  padding: 0 40px;
  color: #fff;
}
/* Responsive */
@media (max-width: 991px) {
  .copyright {
    text-align: left;
  }
}
/*==========================================================*/
/* Page heading
/*==========================================================*/

#heading {margin: 0px auto; width: 75%; padding-top: 0px;}

#heading h1 {
  /*margin-top: -20px;
  margin-bottom: 60px;*/
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-top: 0px;	
  COLOR: #78d2f7;
}

#heading p {text-align: center; padding: 20px;   padding-bottom: 30px; padding-top: 30px;
  border-bottom: 0px solid #eee; margin-bottom: 20px; font-size: 150%; line-height: 170%;}

#heading header {
  margin-bottom: 0;
}
#heading h1 {
  display: inline-block;
  margin-top: 0px;
}
#heading h2 {
  font-size: 16px;
  letter-spacing: 3px;
  display: inline-block;
  opacity: 0.5;
  margin-left: 10px;
  color: #202020;
}
#heading h2:before {
  content: '// ';
}
#heading h2 a {
  color: #202020;
}
#heading h2 a:hover {
  color: #eeb94a;
}
#heading h2 span:after {
  content: ' / ';
}
#heading h2 span:last-child:after {
  content: '';
}

.portfolio h4 {text-transform:capitalize;}


/* Responsive */
@media (max-width: 991px) {
	
.webform-client-form-14, p.width-75 {width: 100%;}	
	
#mainmenu ul li a {
  padding: 5px 0px;
  width: 100%;
  line-height: 40px;
  display: inline-block;
  color: #ffffff;
  font-size: 90%;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}	
	
  #heading {
    margin-top: 10px;
  }
  #heading > div {
    margin-bottom: 0;
    text-align: center;
  }
#heading h1 {
  /*margin-top: -20px;
  margin-bottom: 60px;*/
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-top: 0px;	
  COLOR: #78d2f7;
  font-size: 150%;
}
  #heading h2 {
    display: block;
    font-size: 14px;
    margin-left: 0;
  }
  #heading h2:before {
    content: '';
  }
  
  #heading p {padding: 20px 0px; font-size: 120%;}
  
  .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px !important;
	padding-left: 20px !important;
	padding-bottom: 40px;
}
.portfolio-full .portfolio-description {
	padding-top: 0px;
	padding-right: 20px !important;
	padding-left: 20px !important;
	padding-bottom: 40px;
	
}

img {
	max-width: 142px;
}
h1 {
	margin-top: 0px;
}
#top {
height: 60px;
}
#main-wrapper {
  padding-top: 60px;
}
.portfolio-full {
  padding-top: 60px !important;
}
}
/*==========================================================*/
/* Article
/*==========================================================*/
article .image {
  width: 100%;
  padding-top: 0%;
  background-size: cover;
  background-position: center center;
}
article .image img {
  width: 100%;
}
/*==========================================================*/
/* Blog item
/*==========================================================*/
article.blog.first .image {
  padding-top: 50%;
}
article.blog.full .image {
  padding-top: 0;
}
article.blog .vcard {
  font-size: 80%;
}
article.blog .vcard * {
  display: inline;
}
/* Responsive */
@media (max-width: 991px) {
  article.blog.first .image {
    padding-top: 75%;
  }
  
  #heading {margin: 0px auto; width: 100%; padding-top: 0px; padding-left: 0px; padding-right: 0px;}

}
/*==========================================================*/
/* Portfolio item
/*==========================================================*/
article.portfolio .image {
  display: block;
  position: relative;
}
article.portfolio .image:before {
  position: absolute;
  width: 42px;
  height: 38px;
  top: 40%;
  left: 50%;
  margin: -14px 0 0 -16px;
  background: url(../img/svg/icon-fullscreen.svg) no-repeat;
  content: '';
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s linear;
  background: url(../imgs/nav3.png) no-repeat center center;
  transition: all 0.5s linear;
}
article.portfolio .image:hover:before {
  top: 50%;
  opacity: 1;
}
article.portfolio .image:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(22, 155, 204, 0.5);
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.portfolio .image:hover:after {
  opacity: 1;
}
article.portfolio .inner {
  padding: 15px 20px;
}
article.portfolio h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  article.portfolio .inner {
    text-align: center;
  }
}
/*==========================================================*/
/* Portfolio full
/*==========================================================*/
.portfolio-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 80px;
  background: #000;
  z-index: 9999;  
  overflow: show; background: #78d2f7; padding-bottom: 120px;
}
.portfolio-full .portfolio-description {
  float: left;
  width: 30%;
  /*max-height: 100%;*/
  padding: 0px 40px 40px 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color:#999999;

}
.portfolio-description h3 {
  color:#FFF;
  margin-bottom:10px;
}
.portfolio-full .portfolio-description p > * {
  margin-bottom: 15px;
}
.portfolio-full .portfolio-description > *:last-child {
  margin-bottom: 0;
}
.portfolio-full .swiper-container {
  overflow: hidden;
  width: auto;
}
.portfolio-full .swiper-slide {
  width: 100%;
  height: 100%;
}
/* Slide Effect */
.portfolio-full-slidedown > * {
  opacity: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.portfolio-full-slidedown.portfolio-open > * {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.portfolio-full-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.portfolio-full-slidedown.portfolio-open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
/* Responsive */
@media (max-width: 991px) {
  .portfolio-full {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .portfolio-full .portfolio-description {
    float: none;
    width: 100%;
  }
  .portfolio-description.fifty {
	width:100% !important;
}
.portfolio-full h3 {margin-top: 0px;}
}
/*==========================================================*/
/* Personal profiles
/*==========================================================*/
.personal-profiles {
  margin-top: -40px;
}
.personal-profiles > article {
  margin-top: 40px;
}
article.personal-profile > div {
  height: 350px;
  width: 50%;
}
article.personal-profile .image {
  float: left;
  position: relative;
  padding-top: 0;
}
.personal-profiles > article.personal-profile:nth-child(4n+3) > .image,
.personal-profiles > article.personal-profile:nth-child(4n+4) > .image {
  float: right;
}
article.personal-profile .image:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.personal-profile .image:hover:after {
  opacity: 1;
}
article.personal-profile .image .icons {
  position: absolute;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  top: 40%;
  left: 0;
  margin-top: -25px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.personal-profile .image:hover .icons {
  opacity: 1;
  top: 50%;
}
article.personal-profile .image .icons a {
  width: 40px;
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  color: #FFFFFF;
  opacity: 0.5;
}
article.personal-profile .image .icons a:hover {
  opacity: 1;
}
article.personal-profile .inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
article.personal-profile .inner h4 {
  font-size: 16px;
  opacity: 0.5;
  margin-top: 10px;
}
/* Responsive */
@media (max-width: 991px) {
  article.personal-profile > div {
    height: auto;
    width: 100%;
  }
  article.personal-profile .image {
    float: none;
    padding-top: 100%;
  }
}
/*==========================================================*/
/* Services
/*==========================================================*/
.services {
  margin-top: -40px;
}
.services > article {
  margin-top: 40px;
  position: relative;
}
.service-box .image {
  background: #ffffff;
  position: absolute;
  width: 300px;
  padding-top: 0;
  height: 100%;
  top: 0;
}
.service-box:nth-child(2n) .image {
  right: 20px;
}
.service-box .image i {
  position: absolute;
  font-size: 96px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-box .inner {
  margin-left: 260px;
}
.service-box:nth-child(2n) .inner {
  margin-left: 0;
  margin-right: 260px;
  text-align: right;
}
/* Responsive */
@media (max-width: 991px) {
  .service-box .image {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 40px;
  }
  .service-box:nth-child(2n) .image {
    right: auto;
  }
  .service-box .image i {
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .service-box .inner {
    margin: 0 !important;
    text-align: center !important;
  }
}
/*==========================================================*/
/* Comments
/*==========================================================*/
.comments {
  margin-top: 40px;
}
.comments h3 {
  color: #202020;
}
.comment-list {
  list-style: none;
}
.comment-list li {
  position: relative;
}
.comment-list li > .comment-list {
  border-left: 1px solid #c8c8c8;
}
.comment-list li > .comment-list li {
  padding-left: 10%;
}
.comment-list li > .comment-list > li:after {
  position: absolute;
  width: 5%;
  height: 1px;
  content: '';
  background: #c8c8c8;
  top: 70px;
  left: 0;
}
.comment {
  margin-top: 40px;
}
.comment .inner {
  position: relative;
}
.comment .avatar {
  width: 60px;
  float: left;
  margin-right: 40px;
}
.comment .content {
  overflow: hidden;
}
.comment .content .vcard address {
  overflow: hidden;
  color: #eeb94a;
}
.comment .content .vcard .date {
  float: right;
  margin-left: 40px;
  opacity: 0.5;
  font-size: 80%;
}
.comment .content .text {
  margin-top: 15px;
}
.comment .reply {
  position: absolute;
  right: 0;
  bottom: 0;
}
#post-comment {
  margin-top: 40px;
}
#post-comment label {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .comment .avatar {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .comment .content .vcard {
    text-align: center;
  }
  .comment .content .vcard .date {
    float: none;
    margin-left: 0;
  }
  .comment .content .text {
    margin-top: 30px;
  }
}
/*==========================================================*/
/* Widgets
/*==========================================================*/
.widget {
  padding: 40px;
  margin-bottom: 40px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget h4 {
  margin-bottom: 30px;
}
/* Post info */
.widget-post-info address {
  line-height: inherit;
  display: inline;
}
.widget-post-info .icons a {
  display: block;
  margin-top: 10px;
  color: #202020;
  opacity: 0.75;
}
.widget-post-info .icons a:hover {
  color: #007a99;
  opacity: 1;
}
.widget-post-info .icons a i {
  margin-right: 5px;
}
.widget-post-info .icons a.liked i {
  color: #C41D0B;
}
.widget-post-info .tags {
  margin-top: -5px;
}
.widget-post-info .tags a {
  float: left;
  font-size: 80%;
  background: #eeb94a;
  color: #ffffff;
  padding: 0 10px;
  margin: 5px 5px 0 0;
}
.widget-post-info .tags a:hover {
  background: #007a99;
}
/* Categories */
.widget ul {
  list-style: none;
}
.widget ul li {
  line-height: 60px;
  border-top: 1px solid #f0f0f0;
}
.widget ul li a {
  color: #202020;
}
.widget ul li a:hover {
  color: #007a99;
}
/* Recent posts and comments */
.widget-recent-tabs .nav-tabs {
  margin: -40px -40px 40px -40px !important;
}
.widget-recent-tabs .nav-tabs li {
  width: 50%;
  border-top: none;
}
.widget-recent-tabs .nav-tabs li a {
  margin: 0;
  background: #f0f0f0;
  text-align: center;
  padding: 30px 0;
  font-size: 24px;
  line-height: 100%;
}
.widget-recent-tabs .nav-tabs > li.active > a,
.widget-recent-tabs .nav-tabs > li.active > a:hover,
.widget-recent-tabs .nav-tabs > li.active > a:focus {
  background: #ffffff;
}
.widget-recent-tabs .nav-tabs li a i {
  opacity: 0.5;
}
.widget-recent-tabs .tab-content {
  padding: 0;
}
/*==========================================================*/
/* Swiper slider
/*==========================================================*/
.swiper-container {
  overflow: hidden;
  background: #fff;
}
.swiper-slide {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.swiper-slide video {
  position: absolute;
}

#wrapBtns {
  position: absolute;
  top: 0px;
  display: block;
 }

/* Navigation Arrows */
.swiper-container .nav-arrow {
 display: block;
  font-size: 24px;
  color: #202020;
  width: 70px;
  height: 70px;
  line-height: 45px;
  text-align: center;
  z-index: 200;
  top: 40%;
  color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  position: absolute;
}
.swiper-container .nav-left {
  background-image: url(../imgs/leftBtn.png);
  left: 0px; 
	opacity: 0.6;
}
.swiper-container .nav-right {
  background-image: url(../imgs/rightBtn.png);
  right: 0px; opacity: 0.6;
}


.swiper-container .nav-right:hover, .swiper-container .nav-left:hover {opacity: 1;}

/* Captions (fullscreen) */
#fullscreen-slider .swiper-slide h1 {
  width: 100%;
  padding: 0 40px;
  text-align: center;
  position: absolute;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  z-index: 1;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 1.5s linear;
  transition: opacity 1.5s linear;
  opacity: 0;
}
#fullscreen-slider .swiper-slide-active h1 {
  opacity: 1;
}
/* Responsive */
@media (max-width: 991px) {
  #fullscreen-slider .swiper-slide h1 {
    font-size: 32px;
	line-height: 1;
  }
}
/*==========================================================*/
/* Tabs
/*==========================================================*/
.nav-tabs {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border-radius: 0;
  border: none;
  color: #202020 !important;
}
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  background: #f0f0f0;
}
.tab-content {
  padding: 15px;
}
/*==========================================================*/
/* Accordion
/*==========================================================*/
.panel {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}
.panel-default > .panel-heading {
  background: #f0f0f0;
  padding: 0;
  border-radius: 0 !important;
  border: none !important;
}
.panel-default > .panel-heading a {
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #202020 !important;
}
.panel-default > .panel-heading a:after {
  content: '[-]';
  float: right;
}
.panel-default > .panel-heading a.collapsed:after {
  content: '[+]';
}
.panel-body {
  border-top: none !important;
}
/*==========================================================*/
/* Buttons
/*==========================================================*/


.btn:active,
.btn.active,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  box-shadow: none;
  outline: none;
}
.btn i,
.btn span {
  margin-right: 12px;
}
.btn-lg i,
.btn-lg span {
  margin-right: 12px;
}
.btn-icon-only i,
.btn-icon-only span {
  margin-right: 0;
}
.btn-invert {
  background: #202020;
  color: #ffffff !important;
}
.btn-invert:hover {
  background: #060606;
}
.btn-color {
  background: #eeb94a;
  color: #ffffff !important;
}
.btn-color:hover {
  background: #F0C05C;
}
.input-group .form-control {
  padding: 6px 12px;
  height: 34px;
}
.input-group .btn {
  border: 1px solid transparent !important;
}
/*==========================================================*/
/* Alerts
/*==========================================================*/
.alert {
  border-radius: 0px;
  border: none;
  border-left: 2px solid;
  text-align: center;
}
.alert i {
  font-size: 24px;
  line-height: 100%;
  margin: 10px 0;
}
.alert-success {
  background: #CCFFCC;
  border-color: #73B073;
  color: #3C763D;
}
.alert-info {
  background: #B9F1FF;
  border-color: #008DB0;
  color: #00809F;
}
.alert-warning {
  background: #FFFFC4;
  border-color: #D5C975;
  color: #8A6D3B;
}
.alert-danger {
  background: #FFC1C1;
  border-color: #D87876;
  color: #A94442;
}
/*==========================================================*/
/* Icon with text
/*==========================================================*/
.icon-text {
  margin-bottom: 10px !important;
}
.icon-text:last-child {
  margin-bottom: 0 !important;
}
.icon-text i {
  float: left;
  width: 30px;
  line-height: 130%;
  color: #ffffff;
  font-size: 16px;
}
.icon-text p {
  overflow: hidden;
  color:#ffffff;
}
/*==========================================================*/
/* Lists
/*==========================================================*/
.default-ul {
  margin-left: 40px;
}
.fa-li {
  line-height: inherit;
  top: 0;
}
/*==========================================================*/
/* Form elements
/*==========================================================*/
label {
  font-weight: inherit;
  color:#fff;
}
label.error {
  font-size: 80%;
}
label .form-required {
  color: red;
}
.form-control {
  background: #333;
  border: none;
  box-shadow: none !important;
  border-radius: 0;
  padding: 8px 15px;
  max-width: 100%;
  height: auto;
}

#content .form-control {
  background: #fff; color: #777; margin-bottom: 23px;   padding: 10px 15px; border: 1px solid #e8e8e8;}


#footercontainer .form-control {
  background: #444; color: #fff; margin-bottom: 23px;   padding: 10px 15px; border: 0px solid #e8e8e8;}


input.half {
  width: 50%;
}
/* Responsive */
@media (max-width: 991px) {
  input.half {
    width: 100%;
  }
}
/*==========================================================*/
/* Pagination
/*==========================================================*/
.pagination {
	width:100%;
}
.pag,
.pagination {
  text-align: center;
  list-style: none;
  margin-top: 40px;
  position: absolute;
  bottom: -90px;
}
.pag li,
.pagination li {
  display: inline;
}
.pag li a,
.pagination li a {
  background: #ffffff;
  color: #202020;
  padding: 8px 15px;
}
.pag li a:hover,
.pag li.active a,
.pagination li a:hover,
.pagination li.pag-current {
  background: #eeb94a;
  color: #ffffff;
}
.pagination li.pag-current {
  padding: 8px 15px;
}
/*==========================================================*/
/* Map
/*==========================================================*/
iframe {
  margin-bottom: 0 !important;
  border: none !important;
  display: block;
}
/*==========================================================*/
/* Masonry
/*==========================================================*/
.masonry {
  margin-top: -40px;
}
.masonry > article {
  margin-top: 40px;
}
/* Responsive */
@media (max-width: 991px) {
  .masonry > article {
    width: 100%;
  }
}
/*==========================================================*/
/* Isotope
/*==========================================================*/
.isotope-container {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}
.isotope {
  margin-top: 0px;
}
.isotope > article {
  margin-top: 10px;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* Transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
/* Filter dropdown list */
.filter {
  padding-right: 290px !important;
}
.filter-dropdown {
  background: #ffffff;
  width: 250px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -25px;
  padding: 0 20px;
  text-transform: none;
  z-index: 3;
  cursor: pointer;
}
.filter-dropdown .selected {
  line-height: 50px;
  padding-right: 50px;
}
.filter-dropdown .selected span.name {
  opacity: 0.5;
}
.filter-dropdown .arrow {
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 50px;
  border-left: 1px solid #f0f0f0;
  text-align: center;
}
.filter-dropdown .arrow:before {
  content: '\25BC';
  opacity: 0.5;
  font-size: 12px;
}
.filter-dropdown.open .arrow:before {
  content: '\25B2';
}
.filter-dropdown ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 50px;
  left: 0;
  width: 100%;
  margin-top: 3px;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.filter-dropdown.open ul {
  opacity: 1;
  height: auto;
}
.filter-dropdown ul li {
  line-height: 50px;
  background: #ffffff;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
}
.filter-dropdown ul li:hover {
  background: #f2f2f2;
}
/* Responsive */
@media (max-width: 991px) {
  .isotope > article {
    width: 100% !important;
  }
  .filter {
    padding-right: 20px !important;
  }
  .filter-dropdown {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 40px;
    text-align: left;
  }
.isotope .isotope-item {padding-left: 5px; padding-right: 5px;}

}


/*==========================================================*/
/* Grid system
/*==========================================================*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  float:left;
  width:100%;
}
/*.row {
  margin-left: -20px;
  margin-right: -20px;
}*/
/* Spacing */

.inner {border: 1px solid #eee;}


.inner {
  padding: 40px;
  background: #fff; text-align: left;
}
.inner > * {
  margin-bottom: 30px;
}
.inner > *:last-child {
  margin-bottom: 0;
}
.inner .row {
  margin-bottom: 0 !important;
}
.inner .row > div > * {
  margin-bottom: 30px;
}
.inner .row:last-child > div:last-child > *:last-child {
  margin-bottom: 0;
}

.inner p {color: #777;}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
/* Responsive */
@media (min-width: 992px) {
  /* Spacing */
  .container-fluid {
    padding: 60px;
  }
  .inner .row:last-child > div > *:last-child {
    margin-bottom: 0;
  }
  /* Columns */
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    float: left;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  /*min-height: 100vh;*/ /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
.portfolio-description.fifty {
	width:50%;
}

#testimonials {background: #eee; padding: 20px 30px 40px 20px; }

.faqs {background: #eee; padding: 10px 30px 10px 30px; margin-bottom: 20px; }

.faqs h3 {font-weight: bold; color: #78d2f7; letter-spacing: 1px; text-align: center;}

#testimonials h2 {border-bottom: 1px solid #e1e1e1;}

#testimonials h4 {font-weight: bold; color: #333; letter-spacing: 1px;}


#quickAbout {background: url() no-repeat center bottom; height: 400px;}


#gallery-73, #gallery-74, #gallery-75, #gallery-76, #gallery-77, #gallery-78, #gallery-79, #gallery-80, #gallery-81, #gallery-82, #gallery-83, #gallery-84, #gallery-85, #gallery-86, #gallery-87, #gallery-88, #gallery-89, #gallery-90, #gallery-91, #gallery-92, #gallery-93, #gallery-94, #gallery-95, #gallery-96, #gallery-97, #gallery-98, #gallery-99, #gallery-100, #gallery-101, #gallery-102, #gallery-103, #gallery-104, #gallery-105, #gallery-106, #gallery-107, #gallery-108, #gallery-109, #gallery-110, #gallery-111, #gallery-112, #gallery-113, #gallery-114, #gallery-115, #gallery-116, #gallery-117, #gallery-118, #gallery-119, #gallery-120, #gallery-121, #gallery-122, #gallery-123, #gallery-124, #gallery-125, #gallery-126, #gallery-127, #gallery-128, #gallery-129, #gallery-130, #gallery-131, #gallery-132, #gallery-133, #gallery-134, #gallery-72, #gallery-28, #gallery-3, #gallery-4, #gallery-5, #gallery-6, #gallery-7, #gallery-8, #gallery-9, #gallery-10, #gallery-11, #gallery-12, #gallery-13, #gallery-14, #gallery-15, #gallery-16, #gallery-17, #gallery-18, #gallery-19, #gallery-20, #gallery-21, #gallery-22, #gallery-23 {width: 100%; height: 100%;}








#gallery-73, #gallery-74, #gallery-75, #gallery-76, #gallery-77, #gallery-78, #gallery-79, #gallery-80, #gallery-81, #gallery-82, #gallery-83, #gallery-84, #gallery-85, #gallery-86, #gallery-87, #gallery-88, #gallery-89, #gallery-90, #gallery-91, #gallery-92, #gallery-93, #gallery-94, #gallery-95, #gallery-96, #gallery-97, #gallery-98, #gallery-99, #gallery-100, #gallery-101, #gallery-102, #gallery-103, #gallery-104, #gallery-105, #gallery-106, #gallery-107, #gallery-108, #gallery-109, #gallery-110, #gallery-111, #gallery-112, #gallery-113, #gallery-114, #gallery-115, #gallery-116, #gallery-117, #gallery-118, #gallery-119, #gallery-120, #gallery-121, #gallery-122, #gallery-123, #gallery-124, #gallery-125, #gallery-126, #gallery-127, #gallery-128, #gallery-129, #gallery-130, #gallery-131, #gallery-132, #gallery-133, #gallery-134, #gallery-72, #gallery-28, #gallery-29, #gallery-30, #gallery-31, #gallery-32, #gallery-33, #gallery-34, #gallery-35, #gallery-36, #gallery-37, #gallery-38, #gallery-39, #gallery-40, #gallery-41, #gallery-42, #gallery-43, #gallery-44, #gallery-45, #gallery-46, #gallery-47, #gallery-48, #gallery-49, #gallery-50, #gallery-51, #gallery-52, #gallery-53, #gallery-54, #gallery-55, #gallery-56, #gallery-57, #gallery-58, #gallery-59{width: 100%; height: 100%;}










@media (max-width: 991px) {
#gallery-73, #gallery-74, #gallery-75, #gallery-76, #gallery-77, #gallery-78, #gallery-79, #gallery-80, #gallery-81, #gallery-82, #gallery-83, #gallery-84, #gallery-85, #gallery-86, #gallery-87, #gallery-88, #gallery-89, #gallery-90, #gallery-91, #gallery-92, #gallery-93, #gallery-94, #gallery-95, #gallery-96, #gallery-97, #gallery-98, #gallery-99, #gallery-100, #gallery-101, #gallery-102, #gallery-103, #gallery-104, #gallery-105, #gallery-106, #gallery-107, #gallery-108, #gallery-109, #gallery-110, #gallery-111, #gallery-112, #gallery-113, #gallery-114, #gallery-115, #gallery-116, #gallery-117, #gallery-118, #gallery-119, #gallery-120, #gallery-121, #gallery-122, #gallery-123, #gallery-124, #gallery-125, #gallery-126, #gallery-127, #gallery-128, #gallery-129, #gallery-130, #gallery-131, #gallery-132, #gallery-133, #gallery-134, #gallery-72, #gallery-28, #gallery-29, #gallery-30, #gallery-31, #gallery-32, #gallery-33, #gallery-34, #gallery-35, #gallery-36, #gallery-37, #gallery-38, #gallery-39, #gallery-40, #gallery-41, #gallery-42, #gallery-43, #gallery-44, #gallery-45, #gallery-46, #gallery-47, #gallery-48, #gallery-49, #gallery-50, #gallery-51, #gallery-52, #gallery-53, #gallery-54, #gallery-55, #gallery-56, #gallery-57, #gallery-58, #gallery-59{width: 100%; height: 250px;}
}

	.rsDefault .rsGCaption {font-size: 80%;}
	
	.portfolio-full .thisdiv {padding-bottom: 10px;background: #333!important; height: 90%; overflow: show; margin-top: 10px; width: 100px% display: block; }
	
.faqs {background: #eee; padding: 10px 20px 10px 20px; margin-bottom: 20px; }

.aboutBlock .col-md-12 {padding: 0px 0px 0px 0px;}

#ascrail2000 {opacity: 0.4;}



#myMenu1List li a#navOne {background: url(../imgs/nav1.png) no-repeat 40px center; text-indent: 50px;}
#myMenu1List li a#navOne:hover {background: url(../imgs/nav1on.png) no-repeat 40px center #fff;text-indent: 50px;}

#myMenu1List li a#navTwo {background: url(../imgs/nav3.png) no-repeat 40px center;text-indent: 50px;}
#myMenu1List li a#navTwo:hover {background: url(../imgs/nav3on.png) no-repeat 40px center #fff;text-indent: 50px;}

#myMenu1List li a#navThree {background: url(../imgs/nav2.png) no-repeat 40px center;text-indent: 50px;}
#myMenu1List li a#navThree:hover {background: url(../imgs/nav2on.png) no-repeat 40px center #fff;text-indent: 50px;}

#myMenu1List li a#navFour {background: url(../imgs/nav4.png) no-repeat 40px center;text-indent: 50px;}
#myMenu1List li a#navFour:hover {background: url(../imgs/nav4on.png) no-repeat 40px center #fff;text-indent: 50px;}

#myMenu1List li a#navFive {background: url(../imgs/nav5.png) no-repeat 40px center;text-indent: 50px;}
#myMenu1List li a#navFive:hover {background: url(../imgs/nav5on.png) no-repeat 40px center #fff;text-indent: 50px;}

#myMenu1List li a#navSix {background: url(../imgs/nav7.png) no-repeat 40px center;text-indent: 50px;}
#myMenu1List li a#navSix:hover {background: url(../imgs/nav7on.png) no-repeat 40px center #fff;text-indent: 50px;}

#myMenu1List li a#navSeven {background: url(../imgs/nav6.png) no-repeat 40px center;text-indent: 50px;}
#myMenu1List li a#navSeven:hover {background: url(../imgs/nav6on.png) no-repeat 40px center #fff;text-indent: 50px;}


#myMenu1List li a#navEight {background: url(../imgs/navSeven_off.png) no-repeat 40px center;text-indent: 50px;}
#myMenu1List li a#navEight:hover {background: url(../imgs/navSeven_on.png) no-repeat 40px center #fff;text-indent: 50px;}




@media (max-width: 991px) {
	.portfolio-full .thisdiv{padding-bottom: 30px;background: #333; height: auto; overflow: scroll;}
	#myMenu1List li a#navOne {background: url(../imgs/nav1.png) no-repeat 15px center; text-indent: 60px;}
#myMenu1List li a#navOne:hover {background: url(../imgs/nav1on.png) no-repeat 15px center #fff;text-indent: 60px;}

#myMenu1List li a#navTwo {background: url(../imgs/nav3.png) no-repeat 15px center;text-indent: 60px;}
#myMenu1List li a#navTwo:hover {background: url(../imgs/nav3on.png) no-repeat 15px center #fff;text-indent: 60px;}

#myMenu1List li a#navThree {background: url(../imgs/nav2.png) no-repeat 15px center;text-indent: 60px;}
#myMenu1List li a#navThree:hover {background: url(../imgs/nav2on.png) no-repeat 15px center #fff;text-indent:60px;}

#myMenu1List li a#navFour {background: url(../imgs/nav4.png) no-repeat 15px center;text-indent: 60px;}
#myMenu1List li a#navFour:hover {background: url(../imgs/nav4on.png) no-repeat 15px center #fff;text-indent: 60px;}

#myMenu1List li a#navFive {background: url(../imgs/nav5.png) no-repeat 15px center;text-indent: 60px;}
#myMenu1List li a#navFive:hover {background: url(../imgs/nav5on.png) no-repeat 15px center #fff;text-indent: 60px;}

#myMenu1List li a#navSix {background: url(../imgs/nav7.png) no-repeat 15px center;text-indent: 60px;}
#myMenu1List li a#navSix:hover {background: url(../imgs/nav7on.png) no-repeat 15px center #fff;text-indent: 60px;}


#myMenu1List li a#navEight {background: url(../imgs/nav7.png) no-repeat 15px center;text-indent: 60px;}
#myMenu1List li a#navEight:hover {background: url(../imgs/nav7on.png) no-repeat 15px center #fff;text-indent: 60px;}



#myMenu1List li a#navSeven {background: url(../imgs/navSeven_off.png) no-repeat 15px center;text-indent: 60px;}
#myMenu1List li a#navSeven:hover {background: url(../imgs/navSeven_on.png) no-repeat 15px center #fff;text-indent: 60px;}
}



.userProfile {background: #fff; border-radius: 50%; margin-bottom: 20px; text-align: center;width: 200px; margin-left: auto; margin-right: auto;}

.serviceProfile {background: #78d2f7; border-radius: 50%; padding: 20px; margin-bottom: 20px; text-align: center;width: 100px; height: 100px; margin-left: auto; margin-right: auto;}

.userProfile img {border-radius: 50%; overflow: hidden; width: 200px;}

.descriptionUser { text-align: center;}

.descriptionUser {margin-bottom: 50px;}

.descriptionUser h4 {color: #78d2f7; font-weight: bold; font-size: 120%; padding-bottom: 20px;}
.descriptionUser h4 span {font-size: 80%; color: #333;}
.descriptionUser p {font-size: 110%; clear: both;}


.servicesProfile {background: #78d2f7; border-radius: 50%; margin-bottom: 20px; text-align: center; padding: 20px; width: 100px; margin-left: auto; margin-right: auto; margin-top: 20px;}

.servicesProfile img {border-radius: 0%; overflow: show; width: 250px; height:250px; clear: both;}

.circleMe  {border-radius: 100%; overflow: hidden; width: 250px; height: 250px; margin: 10px auto 10px auto;}


@media (max-width: 991px) {
#gallery-73, #gallery-74, #gallery-75, #gallery-76, #gallery-77, #gallery-78, #gallery-79, #gallery-80, #gallery-81, #gallery-82, #gallery-83, #gallery-84, #gallery-85, #gallery-86, #gallery-87, #gallery-88, #gallery-89, #gallery-90, #gallery-91, #gallery-92, #gallery-93, #gallery-94, #gallery-95, #gallery-96, #gallery-97, #gallery-98, #gallery-99, #gallery-100, #gallery-101, #gallery-102, #gallery-103, #gallery-104, #gallery-105, #gallery-106, #gallery-107, #gallery-108, #gallery-109, #gallery-110, #gallery-111, #gallery-112, #gallery-113, #gallery-114, #gallery-115, #gallery-116, #gallery-117, #gallery-118, #gallery-119, #gallery-120, #gallery-121, #gallery-122, #gallery-123, #gallery-124, #gallery-125, #gallery-126, #gallery-127, #gallery-128, #gallery-129, #gallery-130, #gallery-131, #gallery-132, #gallery-133, #gallery-134, #gallery-28, #gallery-29, #gallery-30, #gallery-31, #gallery-32, #gallery-33, #gallery-34, #gallery-35, #gallery-36, #gallery-37, #gallery-38, #gallery-39, #gallery-40, #gallery-41, #gallery-42, #gallery-43, #gallery-44, #gallery-45, #gallery-46, #gallery-47, #gallery-48, #gallery-49, #gallery-50, #gallery-51, #gallery-52, #gallery-53, #gallery-54, #gallery-55, #gallery-56, #gallery-57, #gallery-58, #gallery-59,  #gallery-72{width: 100%; height: 380px;}
}

@media (max-width: 350px) {
#gallery-73, #gallery-74, #gallery-75, #gallery-76, #gallery-77, #gallery-78, #gallery-79, #gallery-80, #gallery-81, #gallery-82, #gallery-83, #gallery-84, #gallery-85, #gallery-86, #gallery-87, #gallery-88, #gallery-89, #gallery-90, #gallery-91, #gallery-92, #gallery-93, #gallery-94, #gallery-95, #gallery-96, #gallery-97, #gallery-98, #gallery-99, #gallery-100, #gallery-101, #gallery-102, #gallery-103, #gallery-104, #gallery-105, #gallery-106, #gallery-107, #gallery-108, #gallery-109, #gallery-110, #gallery-111, #gallery-112, #gallery-113, #gallery-114, #gallery-115, #gallery-116, #gallery-117, #gallery-118, #gallery-119, #gallery-120, #gallery-121, #gallery-122, #gallery-123, #gallery-124, #gallery-125, #gallery-126, #gallery-127, #gallery-128, #gallery-129, #gallery-130, #gallery-131, #gallery-132, #gallery-133, #gallery-134, #gallery-28, #gallery-29, #gallery-30, #gallery-31, #gallery-32, #gallery-33, #gallery-34, #gallery-35, #gallery-36, #gallery-37, #gallery-38, #gallery-39, #gallery-40, #gallery-41, #gallery-42, #gallery-43, #gallery-44, #gallery-45, #gallery-46, #gallery-47, #gallery-48, #gallery-49, #gallery-50, #gallery-51, #gallery-52, #gallery-53, #gallery-54, #gallery-55, #gallery-56, #gallery-57, #gallery-58, #gallery-59, #gallery-72{width: 100%; height: 250px;}
}



.form-item-captcha-response label {color: #333; font-weight: bold;}

.edit-captcha-response--2 {border: 1px solid #999; padding: 10px 5px; }


.view-timelapse-landing table.views-table .views-field-path {text-align: right;}


.view-timelapse-landing table.views-table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    
}


.view-timelapse-landing table.views-table td {
    
    padding: 10px 15px;
}

.view-timelapse-landing table.views-table thead th {
    
    padding: 10px 15px;
}

@media (min-width: 768px) {

.view-timelapse-landing table.views-table {width:680px;}
}

@media (max-width: 768px) {

.view-timelapse-landing table.views-table {width:380px;}

}





