

body {
  overflow-x: hidden;
font-family: 'Lato', sans-serif;
}
.text-muted {
  color: #777777;
}


p {
  font-size: 17px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #ffffff;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fff;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {


  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #f3f3f3;
}
.bg-darkest-gray {
  background-color: #222222;
}
.bg-white{ background:#fff;}
.btn-primary {
  color: white;
  background-color: #444;
  border-color: #444;

  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #444;
  border-color: #444;
}
.btn-primary .badge {
  color: #444;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #0192be;
  border-color: #0192be;

  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 10px 20px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #0083ab;
  border-color: #0083ab;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #555;
  border-color: #555;
}
.btn-xl .badge {
  color: #444;
  background-color: white;
}
.navbar-custom {
  background-color: #fff;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #444;

}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #555;
  border-color: #666    ;

  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #666;
}
.navbar-custom .nav li a {

  
  font-weight: 700;
  letter-spacing: 1px;
  color: #1C6AA9;
  font-size:17px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #999;
  outline: none;
  border-bottom:5px solid #f5760e;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #999;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #888;
}
@media (min-width: 768px) {
  .navbar-custom {
 background-color: #fff;
    padding: 15px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
	border-bottom:3px solid #f5760e;
    /* box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.91); */
  }
  .navbar-custom .navbar-brand {
    /* font-size: 2em; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
/*    background-color:  rgba(255, 255, 255, 0.90);
*/    padding: 10px 0;
    color: #333;
	background:#fff;
	box-shadow:0px 0px 3px #666;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  
  .navbar-custom.affix .navbar-brand img{width: 90%;margin-top: -4px;margin-left: 0px;}
}
header {
 /* background-image: url('../img/header-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;*/
 text-align: center;
 color: white;

 
}
header .intro-text {
  padding-top: 400px;
  padding-bottom: 400px;
}
header .intro-text .intro-lead-in {

  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {

  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media(min-width:300px) and (max-width:767px) {

header .intro-text {
  padding-top: 150px;
  padding-bottom: 150px;
}
}

@media(min-width:768px) and (max-width:991px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  header .intro-text .intro-lead-in {

    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {

    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}



@media(min-width:992px) and (max-width:1199px) {
  header .intro-text {
    padding-top: 250px;
    padding-bottom: 250px;
  }

}

@media(min-width:1200px) and (max-width:1500px) {
  header .intro-text {
    padding-top: 280px;
    padding-bottom: 280px;
  }

}

@media(min-width:1501px) and (max-width:2000px) {
  header .intro-text {
    padding-top: 320px;
    padding-bottom: 320px;
  }

}




section {
  padding: 40px 0;
}
section h2.section-heading {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 14px;
  color:#1C6AA9;
}
section h3.section-subheading {
  font-size: 16px;

  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 40px 0;
  }
}

#services{ background:#fff;}


/*#about{ background:#f9f9f9 ;
   }*/
.white_bg{
	 background-color: rgba(255, 255, 255, 0.50);
	 padding:20px;
	 color:#000;

	
	}	
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(198, 27, 26, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 30%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
  font-size:16px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i{ font-size:36px; }

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {

  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left ;
}

.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #444;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {

    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member a{ color:#333; text-decoration:none;}
.team-member img {
  margin: 0 auto;
  border: 3px solid #eee;
  padding:4px;
  transition: all 0.5s ease;
  
}

.team-member img:hover {
  margin: 0 auto;
  border: 3px solid #444;

 transition: all 0.5s ease;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-color: #1C6AA9;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 15px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 160px;
}
section#contact .form-control:focus {
  border-color: #444;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {

  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */

  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */

  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {

  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
footer span.copyright {
  line-height: 40px;

  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;

  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #444;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;

  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #444;
}
::selection {
  text-shadow: none;
  background: #444;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #444;
}




#video-background {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

.contact{ color:#fff;}

.address{ margin-top:0px;}
.address h6{ font-size:16px; font-weight:600; padding:10px 0px 0px 0px; }

.address h6 i{ font-size:24px;  color:#fff; text-align:center;}
.address p{ color:#fff;}


.nav_bg{ background:#000;}

#main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  text-align:right !important;
}

.nav_portfolio {/*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/-webkit-flex-flow: row wrap;-ms-flex-flow: row wrap;flex-flow: row wrap;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;text-align: center;-webkit-box-flex: 1;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 10px 20px;}
.nav_portfolio a{text-decoration:none;text-align: left !important;}
.nav-item {
  position: relative;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 1.3em;
  text-align:right !important;
  font-weight: 700;
  color: #595959;
  text-decoration: none;
  /* float: left; */
  line-height: 1.5;
}
.nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #595959;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.nav-item.active {
  color: black;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.nav-item.active:before {
  width: 100%;
}

.portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.project {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(100% - 20px);
      -ms-flex: 1 0 calc(100% - 20px);
          flex: 1 0 calc(100% - 20px);
  margin: 10px;
}
.project:hover .project-info {
  background: rgba(89, 89, 89, 0.7);
}
@media (min-width: 520px) {
  .project {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% / 2) - 20px);
        -ms-flex: 0 0 calc((100% / 2) - 20px);
            flex: 0 0 calc((100% / 2) - 20px);
  }
}
@media (min-width: 860px) {
  .project {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% / 4) - 20px);
        -ms-flex: 0 0 calc((100% / 4) - 20px);
            flex: 0 0 calc((100% / 4) - 20px);
  }
}

.project-image img {
  display: block;
  width: 100%;
  height: auto;
}

.project-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  color: #f6f6f6;
  background: rgba(89, 89, 89, 0.8);
  opacity: 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
    text-align: center;
}
.project-info:hover {
  opacity: 1;
}
@media (max-width: 520px) {
  .project-info {
    opacity: .8;
  }
}

.project-info-title {
  margin: 0 0 .5em;
  font-size: 1.3em;
  text-align: center;
  text-transform: uppercase;
}

.project-info-button {
  padding: .5em 1em;
  color: inherit;
  text-decoration: none;
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.project-info-button:hover {
  color: #595959;
  background: #f6f6f6;
  border-color: #f6f6f6;
}


.view{float:right; margin-top:-66px; font-size:15px;}
.view a{ color:#333;  text-decoration:none;}


.scrollToTop{
    width: 50px;
    height: 60px;
    padding: 10px;
    text-align:center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom: 35px;
    right: 10px;
    display: none;
    background: url(../img/scrollup_arrow.png) no-repeat 0 20px;
}
.scrollToTop:hover{
    text-decoration: none;
}

.reel-nav ul{ list-style-type:none; text-align:center; margin-bottom:20px;}

.reel-nav  li{ background:#444; display:inline-block;  font-size:18px; margin:0px 20px; -webkit-border-radius: 3px;	border-radius: 3px; }
.reel-nav  li a{ display:block; padding:8px 40px;}
.reel-nav  li a:hover{ color:#fff; text-decoration:none;}
.reel-nav  li.active{ background:#d92526;}

.reel-nav2{ margin:0px; padding:0px;}
.reel-nav2 ul{ list-style-type:none;  margin:0px; width:100%; padding:0px;}
.reel-nav2 li{ background:#444;  width:100%; display:inline-block; padding:0px;  font-size:16px; margin:4px 0px; -webkit-border-radius: 3px;	border-radius: 3px; }
.reel-nav2  li a{ display:block; padding:7px 15px;}
.reel-nav2  li a:hover{ color:#fff; text-decoration:none;}
.reel-nav2  li.active{ background:#d92526;}




@media (min-width: 230px) and (max-width: 480px) {

.navbar-brand>img {
    display: block;
    margin-top: 8px;
    padding: 0px;
    width: 52%;
	margin-left:10px;
}


.view{float:none; margin-top:0px;}

.navbar-brand{ float:none;}
.clients img{ margin-bottom:10px;}
.reel-nav ul{ list-style-type:none; text-align:left;}

.reel-nav  li{ background:#444; display:inline-block;  font-size:18px; margin:0px 0px; -webkit-border-radius: 3px;
	border-radius: 3px; }
.reel-nav  li a{ display:block; padding:8px 8px;}

.nav_portfolio{ padding:0px;}

.intro-lead-in img{ width:80%;}
}

#demo-2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 350px;
	background:#fff;

}



#demo-1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 640px;
	background:#fff;

}
.demo-inner-content {
	position: relative;
	z-index: 2;
	margin: 180px auto;
	padding: 40px;
	max-width: 600px;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
}
.demo-inner-content h1 {
	font-size: 2.5em;
	margin: 0;
}


@media(min-width:320px) and (max-width:480px) {
    #demo-1 {	min-height: 340px;	}

}

@media(min-width:481px) and (max-width:768px) {
    #demo-1 {	min-height: 400px;	}
    
    .navbar-brand>img {
    display: block;
    margin-top: 8px;
    padding: 0px;
    width: 52%;
	margin-left:10px;
}


}

.panel-body ul{ list-style-type:square;}
.panel-body ul li{ font-size:16px; padding:3px;}
h4.panel-title{ font-size:18px; color:#333;}
h4.panel-title a:hover{ text-decoration:none; color: #333}

.counters{ background:#018bc1; padding: 40px 0px; color: #fff;}
.counter { background-color: #ffffff; padding: 20px 0; border-radius: 5px;}
.count-title { font-size: 50px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 14px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }

.abouts{ padding-top: 60px;}
.abouts h2{ padding-bottom: 10px;}

.panel-default>.panel-heading{ background: #ccc}
.panel-default>.panel-heading:hover{ background: #ccc}
#about{ background:#fff; background:url(../img/about_bg.jpg) ;  background-attachment : fixed;
    background-position   : top center;
    background-size       : cover;}
	
	figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin:0px;
/*  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;*/

  text-align: center;
  cursor: pointer;
  border:3px solid #eee;
  background:#000;
}
figure h2 {
  font-family: helvetica;
  font-weight: normal;
  padding-top: 25%;
  font-size:24px;
  font-weight:500;
  line-height:30px;
  
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
figure h4 {
  font-family: helvetica;
  font-weight: normal;
  padding-top: 25%;
  font-size:16px;
  font-weight:500;
  line-height:30px;
  
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
figure h2 span{ font-weight:900;}
figure p {
  font-family: helvetica;
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
figure:hover img {
  opacity: 0.8;
}
figure:hover h2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  
  
}
figure:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}
figure figcaption, figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
}
figure figcaption:before, figure figcaption:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure figcaption:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
figure figcaption:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
figure figcaption:hover:before, figure figcaption:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
