@charset "utf-8";

/* CSS Document */


body
{
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	color:#687177;
}
*{
	outline:none;
}
a {
    color: #24DC97;
}

#head
{

}

#head.secondary
{
	height:100px;
	min-height: 100px;
	padding-top:0px;
}

#head .lead
{

	font-size:44px;
	margin-bottom:6px;
	color:white;
	line-height:1.15em;
}

#head .tagline
{
	color:rgba(255, 255, 255, 0.75);
	margin-bottom:25px;
}

#head .tagline a
{
	color:#fff;
}

#head .btn
{
	margin-bottom:10px;
}

.btn
{
	padding: 10px 35px;
	font-size:16px;
	background:#24DC97;
	color:#FFF;
	border:none;
	text-transform:uppercase;
}

.mission-desc .btn
{
	background:#FFF;
	color:#24dc97;	
	
}


.mission-desc .btn:hover
{
	color:#283a44;	
}

#head .btn-default
{
	text-shadow: none;
	background:transparent;
	color:rgba(255, 255, 255, .5);
	-webkit-box-shadow:inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
	-moz-box-shadow:inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
	box-shadow:inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
	background: transparent;
}

#head .btn-default:hover,
 #head .btn-default:focus
{
	color:rgba(255, 255, 255, .8);
	-webkit-box-shadow:inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
	-moz-box-shadow:inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
	box-shadow:inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
	background: transparent;
}

#head .btn-default:active,
 #head .btn-default.active
{
	color:#fff;
	-webkit-box-shadow:inset 0px 0px 0px 3px #fff;
	-moz-box-shadow:inset 0px 0px 0px 3px #fff;
	box-shadow:inset 0px 0px 0px 3px #fff;
	background: transparent;
}
 @media (max-width: 767px) {
 #head {
min-height:420px;
padding-top:160px;
}
 #head .lead {
font-size: 34px;
}
}

/* Autohide navbar */
.slideUp
{
	top:-100px;
}

.headroom
{
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

/* Highlights (in jumbotron in most cases) */
.highlight
{
	margin-top:40px;
}

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

.h-caption i
{
	display:block;
	font-size: 54px;
	color:#382526;
	margin-bottom:36px;
}

.h-caption h4
{
	color:#382526;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:20px;
}

.h-body
{
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6
{

}

h1,
.h1,
h2,
.h2,
h3,
.h3
{
	margin-top:30px;
	color:#24DC97;
}

blockquote
{
	font-style: italic;
	color:#999;
	margin:30px 0 30px;
}

label
{
	color: #777;
}

.thin
{
	font-weight:300;
}

.page-title
{
	margin-top:20px;
	font-weight:300;
}

.text-muted
{
	color:#888;
}

.breadcrumb
{
	background:none;
	padding:0;
	margin:30px 0 0px 0;
}

ul.list-spaces li
{
	margin-bottom:10px;
}

/* Helpers */
.container-full
{
	margin: 0 auto;
	width: 100%;
}

.top-space
{
	margin-top: 60px;
}

.top-margin
{
	margin-top:20px;
}

img
{
	max-width:100%;
}

img.pull-right
{
	margin-left: 10px;
}

img.pull-left
{
	margin-right: 10px;
}

#map
{
	width:100%;
	height:280px;
}

#social
{
	margin-top:50px;
	margin-bottom:50px;
}

#social .wrapper
{
	width:340px;
	margin:0 auto;
}

/* Main content block */
.maincontent
{
}

.icon-box
{
    color: #24DC97;	
}

/* Sidebars */
.sidebar
{
	padding-top:36px;
	padding-bottom:30px;
}

.sidebar .widget
{
	margin-bottom:20px;
}

.sidebar h1,
.sidebar .h1,
.sidebar h2,
.sidebar .h2,
.sidebar h3,
.sidebar .h3
{
	margin-top:20px;
}

/* Footer */
#footer
{
	font-size:16px;
	color:#FFF;
}
#footer a
{
	color: #FFF;
	text-decoration:none;
}

#footer a:hover
{
	color: #fff;
}

#footer .footer-title
{
	font-size: 18px;
	color: #24dc97;
	margin: 0 0 20px;
	text-transform:uppercase;
}

.footer1
{
	background: #283A44;
	padding: 30px 0 0 0;
}

.footer1 a
{
	color: #FFF;
}

.footer1 a:hover
{
	color: #fff;
}

.footer1 .widget
{
	margin-bottom:30px;
}

.footer1 .widget-title
{
	font-size: 17px;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 20px;
}



.footer1 .entry-meta
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 35px 0;
	padding: 2px 0;
	color: #888888;
	font-size: 12px;
	font-size: 0.75rem;
}

.footer1 .entry-meta a
{
	color: #333333;
}

.footer1 .entry-meta .meta-in
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}



.footer2
{
    background: #283A44;
    padding: 5px 0;
    color: #cacccd;
    font-size: 16px;
}

.footer2 a
{
	color: #aaa;
}

.footer2 a:hover
{
	color: #fff;
}

.footer2 p
{
	margin: 0;
}

.widget-simplenav
{
	margin-left:-5px;
}

.widget-simplenav a
{
	margin:0 5px;
}

.footer-link a
{
	text-transform:uppercase;
}

.footer-link ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}





.follow-me-icons
{

}

.follow-me-icons a
{
	color: #283a44 !important;
	display: inline-block;
	background: #5e6d75;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	margin: 2px;
}

.follow-me-icons a:hover
{
	background: #24dc97;
}

.copyright
{
	height:50px;
	line-height:50px;
	text-align:left;
}


.footer-subscribe input
{
	border-radius:5px;
	background:#4a616d;
	border:none;
	padding:0px 20px;
	margin:5px 2px;
}

#subscribe_email
{
    width: 365px;
    height: 55px;
    line-height: 55px;
}

#subscribe_submit
{
	width: 175px;
    height: 50px;
    line-height: 55px;	
	background:#3b525f;
	box-shadow: 0px 4px 0px 0px #435a67;
    -webkit-box-shadow: 0px 4px 0px 0px #435a67;
    -moz-box-shadow: 0px 4px 0px 0px #435a67;
}	

#subscribe_submit:hover
{
	background:#24DC97;
	box-shadow: 0px 4px 0px 0px #1fbb80 ;
    -webkit-box-shadow: 0px 4px 0px 0px #1fbb80 ;
    -moz-box-shadow: 0px 4px 0px 0px #1fbb80 ;
}


textarea:focus, input:focus{
    outline: none;
}


@media (max-width: 767px) {
	#subscribe_email
	{
		width: 100%;
	}
	
	#subscribe_submit
	{
		width: 100%;
	} 
	
	.copyright
	{
		height:50px;
		line-height:25px;
		text-align:center;
	}	
	.copyright p
	{
		text-align:center !important;
	}
}

/* breadcrumb - start */
.breadcrumbs {
    background: #191919;
    color: #fff;
    padding: 30px 0;
    margin-bottom: 40px;
}


.breadcrumbs h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 3px 0 0 40px;
    text-transform: uppercase;
}

.breadcrumb {
    margin-bottom: 0;
    background: none;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb li a {
    color: #48cfad;
	text-decoration:none;
}

.breadcrumb li.active {
    color: #fff;
}

/* breadcrumb - end */



/* Portfolio - start */

.mar-b-30 {
  margin-bottom: 30px;
}

#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
}
#filters li { float: left }
#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#filters li span.active {
    background: #24DC97;
    color: #fff;
}

#portfoliolist-2col .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 47%;
    margin-right: 1%;
    margin-bottom: 1%;
    display: none;
    float: left;
    overflow: hidden;
}

#portfoliolist-3col .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
    display: none;
    float: left;
    overflow: hidden;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
    display: none;
    float: left;
    overflow: hidden;
}
.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
}
.portfolio img {
    max-width: 100%;
	width: 100%;
    position: relative;
}
span.filter {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container { width: 768px }
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
    .container { width: 95% }
    #portfoliolist .portfolio {
        width: 97%;
        margin: 2%;
    }
    #portfoliolist-3col .portfolio {
        width: 97%;
        margin: 2%;
    }
}
/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container { width: 70% }
}
.portfolio-hover {
    position: relative;
    overflow: hidden;
}
.portfolio-hover .icon {
    background-color: #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    opacity: .7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.image-caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    padding-top: 35%;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 2;
}




.btn_shadow
{
	border:none !important;
	box-shadow: 0px 4px 0px 0px #1fbb80 !important;
	-webkit-box-shadow: 0px 4px 0px 0px #1fbb80 !important;
    -moz-box-shadow: 0px 4px 0px 0px #1fbb80 !important;	
	
}


.btn_shadow:hover,.btn_shadow:focus
{
	box-shadow: 0px 4px 0px 0px #435965 !important;
	-webkit-box-shadow: 0px 4px 0px 0px #435965 !important;
    -moz-box-shadow: 0px 4px 0px 0px #435965 !important;		
}


.btn_shadow2
{
	border:none !e5e5e5;
	box-shadow: 0px 4px 0px 0px #e5e5e5 !important;
	-webkit-box-shadow: 0px 4px 0px 0px #e5e5e5 !important;
    -moz-box-shadow: 0px 4px 0px 0px #e5e5e5 !important;	
	
}

/* Portfolio - end */


.btn-primary.active, .btn-primary:active
{
	background-color: #24dc97;
	border-color: #1fbb80;
	text-transform: uppercase;
}

.color_green_light
{
	color:#24dc97;
}

.section-title
{
	text-transform:uppercase;
	font-size:26px;
	padding-bottom:10px;
	font-weight: bold;
}

.header-desc
{
	

}

.header-content
{
	font-size:20px;
	line-height:35px;	
	margin-bottom:85px;
	text-transform: uppercase;
}

/*--- Keys --*/

#keys {
    background-image: url("images/keys.jpg");
    background-color: #283A44;
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
	color:#FFF;
}


#keys .key-item i {
    border: 1px solid #737C85;
    border-radius: 50%;
    background: #24DC97;
    color: #fff;
    display: inline-block;
    width: 160px;
	height: 160px;
    margin: 0 0 10px;
    padding: 30px 0 0;
    
}

#keys .key-item h4
{
	color:#24DC97;
	font-weight:bold;
}

/*--- /Keys --*/



/*--- back-to-top --*/
#back-to-top {
    display:none;
    position:fixed;
    bottom:50px;
    right:25px;
	width:50px;
    height:50px;
	line-height:50px;
	text-align:center;
	color:#FFF;
    
    cursor:pointer;
    background:#24DC97;

    border-radius:2px;
}

#back-to-top:hover {

    background-color:#4A616D;
}

/*--- /back-to-top --*/