/*
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
	width: 100%;
}
*/
body {
	font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
	/* Martha:  */
	color: #222222;
	line-height: 1.6;
	overflow-x: hidden;
}
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:focus {
	outline: none;
	text-decoration: none;
	color: #707070;
}
a:hover {
	text-decoration: none;
	color: #707070;
}
iframe {
	border: 0;
}
h1, h2, h3, h4, h5, h6, .section-title {
	font-family: 'Oswald', helvetica, arial, sans-serif;
}
.form-group label.error{
font-weight: 400;
} 
/*
section img {
	margin-top: 10px;
	margin-bottom: 20px;
}
*/
blockquote {
	border-color: #dedede;
}
.mask {
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}
#intro-loader {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	background: url("../img/preloader.gif");
}
.section-content{
    padding-bottom:60px;
}
.section-title div {
  width:80px;
  height:80px;
  margin:50px auto 0px auto;
  background-color: #cccccc;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.section-title div span {
	color: #ffffff;
  margin-top: 27px;
}
.section-title h1 span{
background-color: rgba(59, 63, 80, 0.6);
border-radius: 6px;
-webkit-border-radius: 6px;
color:#fff;
padding:0px 10px;
}
.section-title h1.white span{ 
background-color: rgba(239,239,239,0.6);
border-radius: 6px;
-webkit-border-radius: 6px;
color:#fff;
padding:0px 10px;
}
.section-title h1 {
	font-size: 46px;
  letter-spacing: 2px;
	margin: 20px auto 50px auto;
  padding:0px 40px;
  position: relative;
  line-height: 1.6;
}
.section-title h1, .section-title h2, .section-title h3 {
	text-transform: uppercase;
	color: #666666;
	font-weight: 700;
	display: inline-block;                               
}
.section-title h1:before, .section-title h1:after {
    background: none repeat scroll 0 0 #666666;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 35px;
    width: 30px;
}
.section-title h1.white:before, .section-title h1.white:after {
    background: none repeat scroll 0 0 #ffffff;
}
.section-title h1:after {
    left: auto;
    right: 0;
}
p {
	line-height: 1.6em;
	margin-bottom: 1.6em;
  font-weight: 300;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.img-center {
	margin-left: auto;
	margin-right: auto;
}
.new-line {
	margin-top: 60px;
}
.bg1 {
	background-color: #ffffff;
}
.bg2 {
	background-color: #EFEFEF;
}
.bg3 {
	background-color: #333333;
}
.bg4 {
	background-color: #AAAAAA;
}
.white{
color:#ffffff !important;
}
.uppercase{
text-transform: uppercase;
}
.padBottom{
padding-bottom: 15px;
}
.padTop{
padding-top: 15px;
}
.killMargin{
margin:0px;
}
.fa-ul i{
font-size:12px;
line-height: 1.6;
}

.darken {
    background-color: rgba(0, 0, 0, 0.8);
}
.minified {
    opacity: 0.9;
    padding: 15px 0;
    transition: all 0.5s ease-out 0s;
}

/* ##### HOME SECTION ##### */
#home {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
  overflow: hidden;
}
#home h1 {
	margin: 10px 0;
	color: #fff;
  letter-spacing: -4px;
	text-transform: uppercase;
}
#home h4 {
	margin: 0px;
	color: #ffffff;
}
.header {
	padding: 20px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
  color:#ffffff;
}
.header .heading {
    font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
    display: block;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%; 
    letter-spacing: 1px;   
}

.header .box-heading {
    font-family: 'Oswald', helvetica, arial, sans-serif;
    display: block;
    font-size: 80px;
    line-height: 1.2;
    width: 100%;
    margin:0px auto;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.header .box-inner {
    border: 3px solid #FFFFFF;
    display: inline-block;
    padding: 4px 20px;
}
.header-video {
	background: url(	"../img/overlay-video.png");
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
}
.video-section {
	background: url('../images/slide1.jpg') no-repeat bottom center;
}
#video-volume {
	bottom: 30px;
	right: 30px;
	position: absolute;
	z-index: 30;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #FFFFFF;
	cursor: pointer;
}

/* ##### ABOUT SECTION ##### */
.name-title {
	width: 100%;
  max-width:360px;
	margin: -20px auto 0px auto;
	padding: 15px 15px 8px 15px;
	background-color: rgba(59, 63, 80, 0.8);
}
.name-title h2, .name-title h5 {
	color: #ffffff;
	text-align: center;
}
.name-title h2 {
	margin: 0px;
	padding: 0px;
  letter-spacing: 0px;
  font-size:36px;
	text-transform: uppercase;
}
.quoteline{
font-family: oswald, Impact, 'Arial Narrow Bold', sans-serif;
font-size: 22px;
letter-spacing: 1px;
font-weight: 300;
}
.arrow-list {
margin:0px;
padding:0px;
list-style: none outside none;
}
.arrow-list li:before {
    content: "\f054";
    font-family: 'fontawesome';
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px;
}
.counters-item {
	border: 1px solid #999999;
	width: 150px;
	height: 130px;
	margin: 0px 2px 2px 0px;
  float:left;
}
.counters-item i{
margin-top:16px;
color:#666666;
}
.number-counters strong {
  font-family: oswald, Impact, 'Arial Narrow Bold', sans-serif;
	display: block;
	font-size: 40px;
  color:#666666;
	font-weight: 700;
	line-height: 45px;
  letter-spacing: -2px;
}
.services h4{
font-weight:400;
text-transform: uppercase;
}
.services-box .services-box-icon {
    border: 1px solid #999;
    color: #666666;
    display: inline-block;
    float: left;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-right: 15px;
    position: relative;
    text-align: center;
    left: 0;
    top: 5px;
    padding-top:6px;
    transition: all 0.3s ease 0s;    
}
.services-box .services-box-icon i.fa {
    font-size: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.services-box .feature-box-info {
    padding-left: 65px;
}
.service-box-info p {
    transition: all 0.3s ease 0s;
}

/* ##### CALLOUT AREA ##### */
.bg-callout {
    background-color: #474D5D !important;
    color:#fff;
}
.fullwidth-section {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}
.fullwidth-section a.btn{
margin:20px 7px 0px 7px;
}

/* ##### PARALLAX TITLE AREA ##### */
.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-overlay {
	background-color: rgba(0, 0, 0, 0.6);
  padding:0px 0px 60px 0px;
}
.parallax-overlay h4:after{
    background-color: #ffffff;
    content: "";
    display: block;
    height: 1px;
    margin: 20px auto 0;
    width: 40px;
}



/* ##### EFFECT ##### */
.item_top {
	top: -30px;
	opacity: 0;
	position: relative;
}
.item_bottom {
	bottom: -30px;
	opacity: 0;
	position: relative;
}
.item_left {
	left: -60px;
	opacity: 0;
	position: relative;
}
.item_right {
	right: -60px;
	opacity: 0;
	position: relative;
}
.item_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}


#map_canvas {
	width: 100%;
	height: 400px;
}
#map_canvas:before{
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 6px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#map_canvas:after{
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 6px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}    
.contact-block{
padding-bottom:20px;
}
.social-icon {
	margin-top: 50px;
}
.social-icon a {
	color: #3B3F50;
	padding: 0 10px 20px 10px;
	display: inline-block;
}
.social-icon a:hover {
	color: #707070;
}
/* ##### FOOTER ##### */
footer {
	font-size: 14px;
	padding: 60px 0px;
  margin:0px;
	text-align: center;
	color: #ffffff;
  background: rgba(0,0,0,0.8);
}
.footer-logo{
margin-bottom:30px;
}
#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #1e1e1e;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 100;
	display: none;
}
#back-top:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/*===================================================================================*/
/*  PEOPLE DETAILS                                                                  */
/*===================================================================================*/
#portfolio-items img{
    margin:0px !important;
}
.img img{
    width: 100%;
}
.single-portfolio img{
    width: 100%;
}

.project-desc h3{
    margin: 0 0 20px;
    text-align: center;
}
.project-desc .line-strong{
margin-bottom:20px;
}
.project-desc .list-details{
    margin: 0px 0px 20px 0px;
    padding: 0;
    list-style: none;
}
.project-desc .list-details li{
    padding: 10px 0;
    border-bottom: 1px dashed #FC6F5C;
}


.project-desc .list-details li i{
    margin-right: 10px;
}


/*===================================================================================*/
/*  PROJECT FILLER                                                                   */
/*===================================================================================*/

#portfolio-filter{
    margin: 30px 0px;
}

.portfolio-filter-list {
	padding:0;
    margin: 0;
    overflow: hidden;
}

.portfolio-filter-list li {
    text-transform: uppercase;
    margin: 0px;
    display: inline-block;
}
.portfolio-filter-list li:after{   
content: "/";
position: relative;
}
.portfolio-filter-list li:last-child:after{   
content: "";
}
.portfolio-filter-list a {
    color: #000000;
    font-size: 11px;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.1em;
    font-weight: 300;
    text-decoration: none !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.white a {
    color: #ffffff;
 }   
.portfolio-filter-list a:hover {
    background-color: #ffffff;
    color:#000000;
    opacity: 1;
}

.portfolio-filter-list a.active {
    background-color: #FFFFFF;
    color:#000000;
}

/*===================================================================================*/
/*  PROJECT ITEMS                                                                    */
/*===================================================================================*/

.portfolio-items {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.portfolio-items article {
    float: left;
    overflow: hidden;
    position: relative;
    margin:0.5% 0.5% 0 0;
}

.portfolio-items article *
{
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.portfolio-items article img
{
    width: 100%;
}

.portfolio-items article:hover img
{

    -moz-transform: scale(1.4) rotate(6deg);
    -ms-transform: scale(1.4 rotate(6deg));
    -webkit-transform: scale(1.4) rotate(6deg);
    transform: scale(1.4) rotate(6deg);
}

.portfolio-items article .overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #efefef;
    color: #000;
    top:0;
    left:0;
    opacity: 0;
    text-align: center;
    padding: 50px 10px;
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}

.portfolio-items .item-info {
    height: 100px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 97%;
}

.portfolio-items article .overlay i{
    font-size: 40px;
}

.portfolio-items article .overlay h3
{
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    color:#333333;
}


.portfolio-items article:hover .overlay
{
    opacity: 0.8;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-items article .overlay span
{
    font-size: 11px;
    text-transform: uppercase;
}

/*===================================================================================*/
/*  ISOTOPE                                                                          */
/*===================================================================================*/

.isotope-hidden.isotope-item{
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item{
    z-index: 2;

    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
        -ms-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
}

.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: top, left, opacity;
         -o-transition-property: top, left, opacity;
            transition-property: transform, opacity;
}

.line {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    height: 7em;
    margin: auto;
    width: 4px;
}
.line.active .progress {
    height: 7em;
}
.progress {
    background: none repeat scroll 0 0 #ffffff;
    height: 0;
    transition: height 1.2s ease-out 0s;
    width: 100%;
}

/*No JS*/
.no-js .navbar {
    padding: 10px 0;
}
.no-js .navbar-transparent {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0 #000000;
}

/**BUTTON**/
.btn {
  border-radius: 0px;
  -webkit-border-radius: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-trans, a.btn-trans {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: medium none;
    color: #696969;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.25s ease-in-out 0s;
}
.btn-trans:hover, .btn-trans:focus {
    background-color: #EEEEEE;
    border: medium none;
    transition: background 0.25s ease-in-out 0s;
}
.btn-trans:active {
    cursor: pointer !important;
}
.btn-trans.btn-small {
    border-radius: 3px;
    font-size: 10px;
    padding: 5px 10px;
}
.btn-trans.btn-medium {
    border-radius: 3px;
    font-size: 21px;
    letter-spacing: 3px;
    padding: 16px 24px;
}
.btn-trans.btn-large {
    font-size: 16px;
    padding: 10px 24px;
}
.btn-trans.btn-border-w {
    background-color:rgba(0, 0, 0, 0);
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn-trans.btn-border {
    background-color:rgba(0, 0, 0, 0);
    border: 2px solid #3B3F50;
    color: #3B3F50;
}
.btn-trans.btn-border-w:hover, .btn-trans.btn-border-w:focus{
    background-color: #FFFFFF;
    color: #000000;
}
.btn-trans.btn-border:hover, .btn-trans.btn-border:focus {
    background-color: #3B3F50;
    border-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
.btn-full {
    width: 100%;
}

/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}

/** Social Button CSS **/

.share-btn {
display: inline-block;
color: #ffffff;
border: none;
padding: 0.5em;
width: 4em;
/*opacity: 0.9;
box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);*/
box-shadow: none;
outline: none;
text-align: center;
}
/*
.share-btn:hover {
color: #eeeeee;
}
*/
.share-btn:active {
position: relative;
top: 2px;
box-shadow: none;
color: #e2e2e2;
outline: none;
}
a.share-btn.twitter { background: #55acee; }
a.share-btn.twitter:hover { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit { background: #ff5700; }
.share-btn.linkedin { background: #4875B4; }
.share-btn.email { background: #444444; }

.navbar .navbar-nav .dropdown > ul {
    min-width: 4.8em;
    border: 0px;
    background-color: transparent;
}

.navbar .navbar-nav .dropdown li a {
    color: #FFFFFF;
}

.navbar .navbar-nav .dropdown li a:hover {
    color: #717171;
}
