@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,700,800,900,600,200);
html, body{
    font-family: 'Raleway', sans-serif;
    font-size: 100%;
    background-color: #0c0f1a;
}
 body a{
 	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
 }
.header-note{
	text-align:center;
}
.head-bg{
	background-color:#0c0f1a;
	min-height:700px;
}
.header-note{
	color:#FFF;
	font-weight:100;
	padding-top: 1em;
}
.header-note h1{
	font-weight: 200;
	font-size: 1.35em;
	margin: 1em;
}
.header-note h2{
	font-weight: 200;
	font-size: 1.0em;
	font-weight: bold;
}
.big-btn{
	background: none;
	width: 320px;
display: inline-block;
	border: 1px solid #FFF;
	border-radius: 30px;
	font-size: 1.1em;
	font-weight: 300;
	padding: 0.2em 1em 0.2em 1em;
	margin-top: 4px;
	margin-bottom: 4px;
}
.big-btn span,.btn-red span{
	width:17px;
	height:12px;
	display:inline-block;
	background:url(../images/arrow.png) no-repeat 0px 0px;
	margin-left: 0.5em;
}
.big-btn:hover span,.btn-red:hover span{
	background:url(../images/arrowh.png) no-repeat 0px 0px;
}
.big-btn:hover{
	background:none;
	border:1px solid #E74C3C;
	color:#E74C3C;
}
/*---- start-navbar----*/
.navbar-custom{
	background: #1B242F;
}
.navbar-nav li a{
	background: none;
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 300;
	
}
.navbar-nav li.active a{
	color:#E74C3C;
}
.right-msg span{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/msg.png) no-repeat 0px 0px;
	vertical-align: middle;
}
.right-msg{
	float:right;
}
.top-grid span{
	width:143px;
	height:143px;
	display:inline-block;
	background:url(../images/icons.png) no-repeat 0px 0px;
}
.top-grid span.icon1{
	background-position:0px 0px;
}
.top-grid span.icon2{
	background-position: -284px 0px;
}
.top-grid span.icon3{
	background-position: -569px 0px;
}
.top-grid span.icon4{
	background-position: -855px 0px;
}
.top-grid span.icon1:hover,.top-grid:hover span.icon1{
	background-position:0px -148px;
}
.top-grid span.icon2:hover,.top-grid:hover span.icon2{
	background-position:-284px -148px;
}
.top-grid span.icon3:hover,.top-grid:hover span.icon3{
	background-position:-569px -148px;
}
.top-grid span.icon4:hover,.top-grid:hover span.icon4{
	background-position:-855px -148px;
}
.top-grid{
	text-align:center;
}
.top-grids{
	padding: 8em 0 5em;
}
.top-grids h2,.about h3{
	color: #888;
	font-size: 1.55em;
	font-weight: 400;
	margin: 0.45em 0 0.5em 0;
}
.top-grids p,.about p{
	color: #888888;
	font-size: 0.96em;
	line-height: 1.5em;
}

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(243, 103, 89, 0.8);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 21%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
/*----*/
.portfolio-head{
	text-align: center;
	padding-top: 1.8em;
}
.portfolio{
	background: #FAF8F8;
}
.portfolio h3{
	color: #666;
	font-size: 2.5em;
	font-weight: 300;
}
.portfolio p{
	color: #858585;
	font-size: 0.96em;
	line-height: 1.5em;
	margin: 1.2em 0 2em;
}


/*----start-light-box---*/
.light-box-info {
	padding: 1.8em;
	box-shadow: none;
	border-radius: 0;
}
.light-box-info h3 {
	color: #666;
	font-size: 2em;
	font-weight: 300;
}
.light-box-info p{
	color: #888888;
	font-size: 0.96em;
	line-height: 1.5em;
}
/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	top: 737px;
	z-index: 1000;
	width: 100%;

}
.subMenu .inner {
	padding:0;
	font-weight: 400;
}
.subNavBtn {
	display: block;
	margin: 0px 0px 0 0;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.end {
	margin: 0;
}
.section {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
}
.right-msg span {
	margin-top: 0.55em;
}
/*------Start-Media-quries------*/
/*----Start-mediaquries-for-1440px and 1366px----*/
@media(max-width:1440px) and (min-width:1024px){
	.head-bg {
		min-height: 800px;
	}
	.header-note {
		padding-top: 1em;
	}
	.subMenu {
		top: 635px;
	}
	.b-animate img {
		margin-top: 20%;
	}
}
/*----//End-mediaquries-for-1440px and 1366px----*/
/*----Start-mediaquries-for-1024px-----*/
@media(max-width:1024px){
	.b-animate img {
		margin-top: 13%;
	}
}
/*----//End-mediaquries-for-1024px-----*/
/*----Start-mediaquries-for-768px-----*/
@media(max-width:768px){
	.b-animate img {
		margin-top: 6%;
	}
.header-note h1{
	font-weight: 200;
	font-size: 1.35em;
	margin: 1em;
}
.header-note h2{
	font-weight: 200;
	font-size: 1.0em;
	font-weight: bold;
}
	.top-grids {
		padding: 5em 0 3em;
	}
	.top-grid {
		margin-bottom: 2em;
	}
}
/*----//End-mediaquries-for-768px-----*/
/*----Start-mediaquries-for-640px-----*/
@media(max-width:640px){
	.head-bg {
		min-height:500px;
	}
	.subMenu {
		top:500px;
	}
	.header-note {
		padding-top: 1em;
	}
	.b-animate img {
		margin-top: 4%;
	}
.header-note h1{
	font-weight: 200;
	font-size: 1.35em;
	margin: 1em;
}
.header-note h2{
	font-weight: 200;
	font-size: 1.0em;
	font-weight: bold;
}
	.top-grids {
		padding: 5em 0 3em;
	}
	.top-grid {
		margin-bottom: 2em;
	}
	.msg-icon{
		position: absolute;
		top: 5px;
	}
	#filters li span {
		padding: 10px 25px;
	}
	.contact-head {
		width: 90%;
	}
	.big-btn {
		font-size: 1.1em;
	}
}
/*----//End-mediaquries-for-640px-----*/
/*----Start-mediaquries-for-480px-----*/
@media(max-width:480px){
	.head-bg {
		min-height: 470px;
	}
	.subMenu {
		top:470px;
	}
	.header-note {
		padding-top: 1em;
	}
	.b-animate img {
		margin-top: -3%;
		width: 40%;
	}
.header-note h1{
	font-weight: 200;
	font-size: 1.35em;
	margin: 1em;
}
.header-note h2{
	font-weight: 200;
	font-size: 1.0em;
	font-weight: bold;
}
	.top-grids {
		padding: 5em 0 3em;
	}
	.top-grid {
		margin-bottom: 2em;
	}
	.msg-icon{
		position: absolute;
		top: 5px;
	}
	#filters li span {
		padding: 8px 10px;
		font-size: 0.9em;
	}
	.contact-head {
		width: 90%;
	}
	.big-btn {
		font-size: 1.1em;
	}
	.caption {
		padding: 1em 0 1em;
	}
}
/*----//End-mediaquries-for-480px-----*/
/*----Start-mediaquries-for-320px-----*/
@media(max-width:320px){
	body{
		font-weight:75%;
	}
	.head-bg {
		min-height: 420px;
	}
	.subMenu {
		top:420px;
	}
	.header-note {
		padding-top: 1em;
	}
	.b-animate img {
		margin-top: -6%;
		width: 40%;
	}
	.header-note h1 {
		font-size: 1.35em;
		margin: 0;
	}

.header-note h2{
	font-weight: 200;
	font-size: 1.0em;
	font-weight: bold;
}
	.top-grids {
		padding: 5em 0 3em;
	}
	.top-grid {
		margin-bottom: 2em;
	}
	.msg-icon{
		position: absolute;
		top: 5px;
	}
	#filters li span {
		padding: 8px 10px;
		font-size: 0.9em;
		margin-bottom: 1em;
	}
	.contact-head {
		width: 100%;
	}
	.big-btn {
		font-size: 1em;
	}
	.caption {
		padding: 1em 0 1em;
	}
	.about h3 {
		font-size: 1.7em;
	}
	.bs-example {
		margin: 0;
	}
	.carousel-caption {
		left: 0%;
		right: 0%;
	}
	.portfolio-head {
		padding-top: 0;
	}
	.contact h4 {
		font-size: 2.2em;
	}
	.text-box input[type="text"], .textarea textarea {
		padding: 0.7em;
	}
	.textarea textarea{
		height:180px;
	}
	.social-icons ul{
		margin:0;
		padding:0;
	}
}
/*----//End-mediaquries-for-320px-----*/
/*------//End-Media-quries------*/