/* general colors */
/* header less settings */
/* site name less settings */
/* tag line less settings */
/* menu less settings */
/* footer less settings */
/* Home Banner Less Settings */
/* Header Text Less Settings */
/* Header Description Less Settings */
/* Default Paragraph Less Settings */
/* Header Less Settings */
/* Color Less Settings */
/* GENERAL */
.hide-row {
  display: none;
}
html {
  margin: 0;
  font-size: 1.05em;
  background-color: #000000;
}
div {
  overflow: hidden;
}
.body-contents {
  padding-top: 145px;
}
.body-contents .container {
  padding: 20px;
}
input,
textarea {
  border-radius: 0px!important;
}
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 979px) {
  body {
    padding-top: 0 !important;
  }
}
a:hover {
  text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="submit"],
textarea {
  font-family: 'Lato', sans-serif;
}
p,
a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
}
h1 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 40px;
}
h1.hero {
  text-transform: uppercase;
  font-size: 66px;
  line-height: 66px;
  letter-spacing: -1px;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: none;
  font-family: 'Montserrat', sans-serif;
}
h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
}
h5 {
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
}
h6 {
  font-size: 12px;
  line-height: 16px;
}
.full-width {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.full-width .container {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.full-width .row {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.sh-form {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.black-bg [class*='span'] {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
#gallery-bar {
  background-color: #A5ACAF;
}
.gallery-image {
  width: 25%;
  display: block;
  float: left;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.gallery-image a {
  opacity: 0.8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.gallery-image img {
  width: 100%;
}
.gallery-image a:hover {
  opacity: 1;
}
.flex,
.navbar .nav.flex {
  display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  -o-display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
.flex > div {
  flex-grow: 1;
  display: inline-block;
}
/*  BUTTON STYLING*/
.btn-gv {
  border-width: 0px;
  border-style: solid;
  border-radius: 0px!important;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color: inherit;
  background: none;
  cursor: pointer;
  min-width: 120px;
  max-width: 100%;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #e20016;
  color: #ffffff;
  border-color: #ffffff;
}
.gray {
  background-color: #59544c;
  color: #ddd8c4;
  border-color: #ddd8c4;
}
.cream {
  background-color: #ddd8c4;
  color: #2d2d2d;
  border-color: #2d2d2d;
}
.border {
  border-width: 3px;
}
.btn-gv:hover {
  cursor: pointer;
  background-color: #e20016;
  color: #ffffff;
  border-color: #ffffff;
}
.pagination a {
  color: #2d2d2d;
}
.form-success {
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.form-success span {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
/* Navbar
-------------------------------------------------- */
.navbar {
  z-index: 1041;
  background-color: #000000;
  position: fixed;
  width: 100%;
  margin-bottom: 0px;
}
.navbar .nav > div a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  margin-left: 10px;
  color: #ddd8c4;
  background: none;
  text-shadow: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.drop-down {
  min-width: 100px;
}
.nav .dropdown-toggle .caret {
  margin-right: 5px;
  border-top-color: #e20016;
  border-bottom-color: #e20016;
}
.nav .dropdown-toggle .caret:hover {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #e20016;
  opacity: 1;
}
.navbar .nav > div a:hover,
.navbar .nav > div a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a {
  background-color: #e20016;
  color: #ffffff;
  opacity: 1;
  background-image: none;
}
.navbar .nav > div a.active {
  font-weight: 700;
  background-color: #e20016;
  color: #ffffff;
}
.navbar .nav {
  padding-top: 10px;
}
.navbar .btn-navbar {
  margin-top: 30px;
  margin-right: 30px;
}
#logo {
  display: inline-block;
  padding: 10px;
}
#logo a {
  display: block;
}
#logo a img {
  max-height: 120px;
}
.navbar-fixed-top .navbar-inner {
  border: 0px solid #000000;
}
.btn-navbar {
  background-color: #FF3636!important;
  background-image: none!important;
}
.nav-collapse,
.btn-navbar {
  float: right;
  padding: 20px;
}
.pre-header {
  text-align: right;
  margin-bottom: 0px;
  color: #ddd8c4;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 979px) {
  .nav-collapse {
    padding: 0px;
  }
  .navbar .nav.flex {
    display: block;
    text-align: right;
  }
  .navbar .nav.flex div {
    display: block;
    overflow: hidden;
    height: auto;
  }
  .navbar .nav > div a {
    margin-left: 0px;
  }
  .nav-collapse {
    width: 100%!important;
  }
}
/* Homepage
-------------------------------------------------- */
.home-contents [class*="row"] {
  margin-top: 5px;
  margin-bottom: 5px;
}
#bgvid,
#drawing {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#bgvid .input,
#drawing .input {
  width: 100%;
}
#bgvid p,
#drawing p {
  font-size: 18px;
  line-height: 22px;
}
#bgvid input,
#drawing input,
#bgvid textarea,
#drawing textarea {
  width: 98%;
  padding: 1%;
  border-radius: 0px;
}
#bgvid textarea,
#drawing textarea {
  height: 150px;
}
#bgvid .controls,
#drawing .controls {
  width: 100%;
}
#bgvid #FirstName1,
#drawing #FirstName1,
#bgvid #LastName1,
#drawing #LastName1 {
  width: 49%;
  padding: 0px;
  text-indent: 6px;
  display: inline-block;
  float: left;
}
#bgvid #FirstName1,
#drawing #FirstName1 {
  float: left;
}
#bgvid #LastName1,
#drawing #LastName1 {
  float: right;
}
#bgvid {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  margin-top: 145px;
  background-color: #222;
}
#bgvid .bgvid-text {
  position: absolute;
  width: 100%;
  z-index: 1040;
  top: 50%;
  margin-top: -154px;
  text-align: center;
}
#bgvid .bgvid-text h1,
#bgvid .bgvid-text h2,
#bgvid .bgvid-text h3,
#bgvid .bgvid-text h4,
#bgvid .bgvid-text h5,
#bgvid .bgvid-text h6,
#bgvid .bgvid-text p,
#bgvid .bgvid-text a {
  margin-bottom: 60px;
}
#bgvid .bgvid-text a {
  margin: 0px 10px;
}
#bgvid .unslider-auto li {
  background-repeat: norepeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
#bgvid .unslider-fill {
  display: block;
  width: 100%;
  height: 60vh;
}
#drawing {
  padding: 50px 0px;
}
#drawing h1 {
  font-size: 50px;
  font-weight: 400;
}
#drawing h3 {
  font-size: 30px;
}
#drawing #sign-up {
  text-align: center;
}
#drawing #sign-up .drawing-right {
  display: block;
  margin: auto;
  margin-top: 10px;
}
#drawing #sign-up .drawing-right .btn-gv {
  width: 323px;
}
#drawing #sign-up .drawing-right span label span {
  text-align: center;
  margin-left: -7px;
}
@media (max-width: 768px) {
  #bgvid img {
    min-height: 300px;
    max-width: none;
  }
  #bgvid .bgvid-text {
    width: 90%;
    right: 5%;
    z-index: 1040;
    top: 50%;
    margin-top: -152px;
    text-align: center;
  }
  #bgvid .bgvid-text h1.hero {
    margin-top: 0px;
    font-size: 40px;
    line-height: 40px;
  }
  #bgvid .bgvid-text h1,
  #bgvid .bgvid-text h2,
  #bgvid .bgvid-text h3,
  #bgvid .bgvid-text h4,
  #bgvid .bgvid-text h5,
  #bgvid .bgvid-text h6,
  #bgvid .bgvid-text p,
  #bgvid .bgvid-text a {
    margin: 30px 0;
  }
  #bgvid .bgvid-text a {
    margin: 5px 10px;
  }
}
@media (max-width: 400px) {
  #bgvid .bgvid-text {
    width: 90%;
    right: 5%;
    z-index: 1040;
    top: 50%;
    margin-top: -160px;
    text-align: center;
  }
  #bgvid .bgvid-text h1.hero {
    font-size: 30px;
  }
  #bgvid .bgvid-text h3 {
    font-size: 20px;
  }
}
.full-background {
  background-image: url('//cdn-west.sqhk.co/outlawdemo/2016/10/QXhjijj/CanopyBldg(1).jpg');
  background-size: cover;
  background-repeat: norepeat;
  background-position-x: center;
  background-position-y: center;
}
/* Custom Shop
-------------------------------------------------- */
/*****
* FOOTER
*****/
footer {
  background-color: #2d2d2d;
  color: #fff;
}
footer a {
  color: #ffffff;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #ffffff;
}
footer address {
  line-height: 1.6em;
}
footer h5 a:hover,
footer a:hover {
  text-decoration: none;
}
ul.social-network {
  list-style: none;
  margin: 0;
}
ul.social-network li {
  display: inline;
}
.widget #sub-footer {
  background: #0a0a0a;
  text-shadow: none;
  color: #5d5d5d;
  padding: 0;
  padding-top: 30px;
  margin: 20px 0 0 0;
}
#sub-footer p {
  margin: 0;
  padding: 0;
}
#sub-footer span {
  color: #c7c7c7;
}
.copyright {
  text-align: left;
  font-size: 12px;
}
#sub-footer ul.social-network {
  float: right;
}
#social-bar {
  background-color: #FEFBF3;
  color: #2d2d2d;
  text-align: center;
  padding: 40px;
  display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  -o-display: flex;
  justify-content: center;
  align-content: center;
}
#social-bar ul,
#social-bar div {
  flex-grow: 1;
}
#social-bar li {
  margin: 5px;
  flex-grow: 1;
}
#social-bar h2 {
  color: #2d2d2d;
}
#social-bar a {
  color: #2d2d2d;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
#social-bar li a:hover {
  color: #2d5d8d;
}
#default-social-bar {
  background-color: transparent;
  text-align: center;
  padding: 20px;
  display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  -o-display: flex;
  justify-content: center;
  align-content: center;
}
#default-social-bar ul,
#default-social-bar div {
  flex-grow: 1;
}
#default-social-bar li {
  margin: 5px;
  flex-grow: 1;
}
#default-social-bar a {
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
#default-social-bar li a:hover {
  color: #2d5d8d;
}
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 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;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}.row-fluid [class*="span"] {
  min-height: 0;
}body {
  padding: 0px!important;
}

a:hover {
  cursor: pointer;
}

.float-left {
  float: left;
}

.left {
  text-align: left;
}

.float-right {
  float: right;
}

.right {
  text-align: right;
}

.post a,
.blog-sidebar a {
  color: #3ED4FF;
}

.post a:hover,
.blog-sidebar a:hover {
  color: #1B95E0;
}

#pre-body {
  color: #dfdfdf; 
  margin: auto;
  text-align: center;
  background-color: #000;
  width: 100%;
}

#pre-body [class*="span"] {
  margin: auto;
  text-align: center;
}

.text-box {
  padding: 50px 0px;
}

.feature-nav{
  text-align: center;
  padding: 60px 20px;
  border-bottom: 4px solid #ddd;
}

.feature-nav img {
  min-height: 200px;
  margin: auto;
  overflow: hidden;
}

.feature-nav p {
  margin-top: 20px;
}

.feature-arrows {
  height: 0px;
  width: 100%;
  overflow: visible;
  margin: auto;
}

.feature-arrows img {
  position: absolute;
  margin: auto;
  margin-left: -25px;
}

.red-text {
  color: #FF3636!important; 
}

input[type="text"] {
  height: 30px!important;
}

textarea {
  min-height: 90px!important;
}

.extra-internal-padding div {
   padding: 0px 10px;
}

.rp-table {
  text-align: center;
  border-radius: 2px;
  border: 2px solid #bbb;
  border-bottom: 0px;
}

.rp-data {
  border-bottom: 2px solid #bbb;
  height: auto;
  display: block;
  padding: 5px 0px;
}

.rp-title {
  background-color: #4d4d4d;
}


.rp-button {
  text-align: center;
  font-size: 20px;
  height: 24px;
  color: #fff;
  width: 70%;
  background-color: #E74C3C;
  border-bottom: 4px solid #C0392B;
  display: block;
  margin: auto;
  padding-top: 5px;
}

.store-frame {
  width: 100%; 
  height: 100vh;
  position: relative;
  top: 120px;
}

@media (max-width: 1200px){
}
  
@media (max-width: 979px) {

  .feature-nav img{
    min-height: 140px;
  }
  .navbar h3 
  {
    font-size: 18px;
  }

	#dispatch{
  		bottom:-25px !important;
  		margin-bottom:0 !important;
	}

	.navbar.transparent .navbar-inner .container {
  		margin-top:-10px;
	}

}

@media(min-width: 768px) and (max-width: 979px) {
  .home-contents iframe {
    height: 354px!important;
  }
}

@media (max-width: 767px){
  
  .home-contents .container{
    padding: 0px 20px;
  }

  .home-contents iframe {
    padding-top: 30px;
  }

  .feature-nav {
    padding-bottom: 0px;
  }
}

/*Buttons */

.clean-white
{
  background-image:none;
  background-color:rgba(255, 255, 255, 0.0);
  border-radius:3px;
  border: 1px solid white;
  color:white;
  padding:10px 40px 10px 40px;
  
}.home-contents #carousel {
  border-top: 4px solid #bbb;
}

#carousel {
  background-color: #ffffff;
  width: 100%;
  height: 500px;
}

#inner-block{
  position: relative;
  height: 100%;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.dynamic-item {
  	position: absolute;
  	height: 100%;
  	width: auto;
  	margin: auto;
  	opacity:0;
  
  	-webkit-transition: opacity 2s ease-in-out 0s;
  	   -moz-transition: opacity 2s ease-in-out 0s;
        -ms-transition: opacity 2s ease-in-out 0s;
         -o-transition: opacity 2s ease-in-out 0s;
    		transition: opacity 2s ease-in-out 0s;
}

@media (max-width: 979px) {
  #carousel {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #carousel {
    height: 240px;
  }
}
@media (max-width: 480px) {
  #carousel {
    height: 200px;
  }
}


.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 10px;
  padding: 0px 5px;
  max-width: 350px;
  width: calc(100% - 2em);
  vertical-align: top;
  background-color: rgba(255,255,255,1);
}

.input__field {
  position: relative;
  display: block;
  padding: 0.8em;
  width: 60%;
  border: none!important;
  border-radius: 0!important;
  background: #f0f0f0;
  box-shadow: none!important;
  color: #5d5d5d!important;
  background-color: rgba(0,0,0,0)!important;
  font-weight: bold;
  -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:hover {
  cursor: pointer;
}

.input__field:focus {
  outline: none!important;
  border: none!important;
  box-shadow: none!important;
}

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #59544c;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1.0em 0 1.3em 0;
  width: 100%;
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.icon {
  color: #ddd;
  font-size: 150%;
}

.input--hoshi {
  overflow: hidden;
}

.input--hoshi select {
  color: #2d2d2d;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 86%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 52px;
  margin: 0px;
  border-radius: 0px;
  border: 0px solid white;
}

.input--hoshi select:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.input__field--hoshi {
  margin-top: 1em;
  padding: 0.85em 0.15em;
  width: 100%;
  background: transparent;
  color: #595F6E;
}

.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
}

.input__label-content--hoshi {
  position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 0px solid #2d2d2d;
}

.input__label--hoshi::after {
  border-bottom: 4px solid red;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
  border-color: #63B4D9;
}

.input__label--hoshi-color-2::after {
  border-color: #E51B24;
}

.input__label--hoshi-color-3::after {
  border-color: #59B93B;
}

.home-contents .input__label--hoshi-color-1::after,
.home-contents .input__label--hoshi-color-2::after,
.home-contents .input__label--hoshi-color-3::after {
  border-color: #ba1405; 
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}

@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}
.unslider,
.unslider-auto {
  overflow: visible;
  position: relative;
  margin: 0;
  padding: 0;
}

.unslider-auto img {
  width: 100vw;
}

.unslider ul,
.unslider-auto ul {
  list-style-type: none;
}

.unslider-wrap {
  position: relative;
}

.unslider-wrap.unslider-carousel > li {
  float: left;
}

.unslider-vertical > ul {
  height: 100%;
}

.unslider-vertical li {
  float: none;
  width: 100%;
}

.unslider-fade {
  position: relative;
}

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}

.unslider ul, .unslider ol, .unslider li {
  list-style: none;
  /* Reset any weird spacing */
  margin: 0;
  padding: 0;
  border: none;
}

.unslider-arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  right: 20px;
  top: -30px;
  z-index: 5;
}

.unslider-arrow.prev {
  right: 50px;
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}

.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}

.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}

/*======================================================
Portfolio.css
========================================================*/

.contents-wrapper {
  margin:20px;
  padding: 20px;
  background-color: #ffffff;
}

#portfolio {
  background-color: #aaaaaa;
  color: #2d2d2d;
}

#portfolio .row {
  margin-left: 0px;
  width: 100%;
}

#portfolio [class*='span'] {
  margin: 0px;
  width: 100%;
}

#portfolio h3 {
  text-align: center;
}

.modal {
  z-index: 1050;
  left: 50%;
  width: 80%;
  margin-left: -40%;
  max-height: 90%;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.modal img {
  max-height: 75vh;
}

.modal.fade.in {
  top: 5%;
}

.modal .btn-gv {
  padding: 5px 10px;
  margin-top: 5px;
  min-width: 50px;
}

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

.modal-body {
  max-height: 75vh;
  position: relative;
  text-align: center;
}

.modal-footer {
  display: none;
}

#portfolio #filters {
	list-style-type: none;
	height: 30px;
	margin-bottom: 20px;
	text-align: center;
}

#portfolio #filters li {
	display: inline-block;
	font-size: 20px;
	margin: 0px 6px;
}

#portfolio #filters li.separator {
	color: #c0c0c0;
	font-weight: lighter;
}

#portfolio #filters li a {
	color: #3f3f3f;
	font-style: italic;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
}

#portfolio #filters li a:hover,
#portfolio #filters li a.active {
	color: #1189d9;
}

#portfolio #gallery_container {
  margin-left: 5px;
}

#portfolio #gallery_container .photo {
	width: 260px;
	margin: 5px;
	float: left;
	position: relative;
}

#portfolio #gallery_container .photo:hover .mask {
	display: block;
	opacity: 1;
  background-color: #222;
	
}

#portfolio #gallery_container .photo img { }

#portfolio #gallery_container .photo .mask {
	position: absolute;
	opacity: 0;

	box-shadow: 0px 1px 6px 2px #b1b1b1;
	top: 0px;
	left: 0px;
	border-radius: 5px;
	height: 100%;
	padding: 0px 20px;
	width: 220px;
	background: rgba(17, 137, 217, 0.5);
	-webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

#portfolio #gallery_container .photo .mask h3 {
	color: #FFF;
	font-size: 22px;
	position: relative;
	top: 20%;
}

#portfolio #gallery_container .photo .mask small {
	color: rgb(240, 240, 240);
	font-size: 15px;
	font-style: italic;
	position: relative;
	top: 15%;
	display: block;
}
#portfolio #gallery_container .photo .mask .more {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	bottom: 7%;
	left: 47%;
}



/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {

}
@media (min-width: 980px) {

}
@media (max-width: 979px) {
	
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

}	
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	

.modal {
  left: 0;
  width: 100%;
  margin-left: 0; 
}

}
/* Landscape phones and down */
@media (max-width: 480px) {
	#portfolio #filters li{
		margin: 0px 4px;
	}
	#portfolio #filters li a{
		font-size: 18px;
	}
}
/*=======================================================
Portfolioitem.css
========================================================*/
#portfolio_tem{
	margin-top: 70px;
}
#portfolio_tem .left_box{
	margin-left: 0;
}
#portfolio_tem .left_box .big{
	margin-bottom: 40px;
	position: relative;
	height: 431px;
}
#portfolio_tem .left_box .big img{
	position: absolute;
	border-radius: 5px;
}
#portfolio_tem .thumbs .thumb{
	float: left;
	position: relative;
	margin-right: 30px;
	cursor: pointer;
	margin-bottom: 10px;
}
#portfolio_tem .thumbs .thumb.last{
	margin: 0;
}
#portfolio_tem .thumbs .thumb:hover .mask {
	display: block;
	opacity: 1;
	
}
#portfolio_tem .thumbs .thumb .mask {
	position: absolute;
	opacity: 0;
	
	box-shadow: 0px 1px 6px 2px #b1b1b1;
	top: 0px;
	left: 0px;
	border-radius: 5px;
	height: 100%;
	width: 100%;
	background: rgba(17, 137, 217, 0.5);
	-webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
#portfolio_tem .thumbs .thumb .mask .more {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	bottom: 40%;
	left: 43%;
}
#portfolio_tem .right_box{
	float: right;
	margin-top: 14px;
}
#portfolio_tem .right_box h2{
	font-size: 28px;
	line-height: 27px;
	margin: 0 0 25px 0;
}
#portfolio_tem .right_box p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 18px;
	color: #3F3F3F;
}

/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {

}
@media (min-width: 980px) {

}
@media (max-width: 979px) {
	
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	#portfolio_tem .left_box .big{
		height: 372px;
	}
}	
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#portfolio_tem .left_box{
		margin-bottom: 50px;
	}
	#portfolio_tem .left_box .thumbs{
		overflow: hidden;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	#portfolio_tem .left_box .big {
		max-height: 350px;
	}
	#portfolio_tem .left_box .big img {
		margin-bottom: 10px;
		max-height: 350px;
	}
	#portfolio_tem .thumbs .thumb{
		margin-right: 5px;
	}
}



#profile-modal {
  display:none;
  width:50%;
  top:80%;
   background: url("//cdn-west.sqhk.co/5222778a1563b512943aee97/nav_bg.jpg") 0 0 repeat;
  color:#fff;
  padding:10px 30px;
}

#profile-modal img {
	max-width:300px;
  height:auto;
  float:left;
  margin-right:25px;
  margin-bottom:15px;
}

#profile-modal .plainmodal-close {
  text-align:center;
  position:absolute;
  bottom:10px;
  right:10px;
  background:#ff0000;
  width:25px;
  cursor:pointer;
}.team {
  background: url('//cdn-west.sqhk.co/outlawdemo/2016/10/QXhjijj/CanopyBldg(1).jpg') no-repeat fixed 50% 0 / cover rgba(0, 0, 0, 0);
  background-size: cover;
}

