@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: #151515;
}

body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

div.page_body {
	width: 100%;
	height: 100% auto;
	max-width: 1920px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background-color: #151515;
	box-shadow: 0 0 16px rgba(0,0,0,0.9);
}

/*------Splash------*/

div.splash {
	background: url(/images/bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height:737px;
}

.splash-note{
	text-align:center;
	color:#FFF;
	font-weight:100;
	padding-top: 13em;
}

.splash-note h1{
	font-weight: 200;
	font-size: 2.8em;
	margin: 1em;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

/*-----------------------------------------------------------------------------------*/
/*------Top-Nav------*/

div.msg {
	float: right; 
	padding-right: 16px; 
	padding-top: 7px; 
	height: 40px;
}

div.nav {
	float: left;
}

.subMenu {
	height: 40px;
	z-index: 1000;
	width: 100%;
	background: #2c2c2c;
}
.msglink {
	background-color: #2c2c2c;	
}
.msglink:hover {
	background-color: #ffffff;
}
.subNavBtn, socNavBtn {
	display: block;
	height: 40px;
	min-width: 140px;
	float: left;
	margin: 0 0 0 0;
	text-decoration: none;
	font-size: 16px;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #2c2c2c;
}
.subMenu a:hover {
	background: #fcb232;
	text-decoration: none;
	color: #000000;	
}
.subMenu .active {
	background: #b82025;
	text-decoration: none;
	color: #fff;
}
.subMenu .end {
	margin: 0;
}


/*------Buttons------*/

.btn-more {
	background: none;
	border: 2px solid #FFF;
	font-size: 24px;
	font-weight: 300;
	border-radius: 0px;
	padding: 0.4em 1em 0.4em 1em;	
	text-decoration: none;
}
.btn-more:hover{
	background:none;
	border:2px solid #fcc132;
	border-radius: 0px;
	color:#fcc132;
	text-decoration: none;
}


.btn-red {
	display: inline-block;
	padding: 0;
	border: 0;
	color: #fff;
	border:2px solid #c31317;
	background: #c31317;
	font-size: 16px;
	font-weight: 000;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 0 0 0 0;
	min-width: 140px;
	height: 40px;
	padding-top: 8px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all; 
}
.btn-red:hover {
	border:2px solid #fcb232;
	background: #fcb232;
	color: #000000;
	text-decoration: none;
}
.btn-red.active {
	color: #ffffff;
	text-decoration: none;
}


/*---- Grids----*/

.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;
}

/*------About------*/

.about {
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-right: 0px;
	border-left: 0px;
	padding-top: 24px;
	padding-bottom: 30px;
}
.about-head {
	text-align: center;
}
.about-head h3 {
	color: #666666;
	font-size: 36px;
	font-weight: 300;
	padding-bottom: 20px;
}
.about h2 {
	font-size: 28px;
	color: #666666;
	font-weight: 300;
}
.about p {
	padding: 1em 0 2em 0;
	font-size: 18px;
}



/*------Projects------*/
.project {
	background: #FAF8F8;
	border: 0;
	padding-top: 24px;
	padding-bottom: 20px;
}

.project-head {
	text-align: center;
}
.project-head h3 {
	color: #666666;
	font-size: 36px;
	font-weight: 300;
	padding-bottom: 20px;
}


.project_screen {
	width: 400px;
}
.projectlist {
	background: #FAF8F8;
	width: 100%;
	min-height: 380px;
	-webkit-backface-visibility: hidden;
	padding: 0px;
	margin: 0 0 0 0;
	text-align: center;
	border: 1px #000000;
}

.filters {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 6px;
}

.projectlist:after {
	content: '';
	display: inline-block;
}

.projectlist .mix, .project .gap {
  display: inline-block;
}

.projectlist .mix {
	display: none;
	padding: 10px;
	margin: 10px;
	border: 1px solid #a7a7a7;
	background: #ffffff;
}

.projectlist .mix:after {
	display: inline-block;
	vertical-align: top;
}

.projectlist .mix:before {
	display: inline-block;
}

.projectlist img {
	max-width:100%;
	display: block;
}


.project button {
	display: inline-block;
	padding: 0;
	background: #2c2c2c;
	border: 0;
	color: #fff;
	border:2px solid #2c2c2c;
	font-size: 16px;
	font-weight: 000;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 0 0 0 0;
	min-width: 140px;
	height: 40px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;  
}

.project button:hover {
	border:2px solid #fcb232;
	background: #fcb232;
	color: #000000;
}

.project button.active {
	border:2px solid #c31317;
	background: #c31317;
	color: #ffffff;
}



/*------Technologies------*/

.technologies {
	border:1px solid #EEE;
	background:#2c2c2c;
	border-right:0px;
	border-left:0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.technologies-head {
	text-align: center;
}

.technologies-head h3 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 300;
}

.technologies-head p {
	color: #858585;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding: 0.8em 0 1em;
}

.item h2 {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: 'Raleway', sans-serif;
}
.item {
    text-align: center;
    height:290px !important;
}
.carousel{
    margin-top: 20px;
}
.caption{
	padding-top: 0px;
	padding-bottom: 50px;
}
.caption h3 {
	font-weight: 300;
	text-shadow: none;
}
.caption p {
	text-shadow:none;
	color: #EEE;
	font-size: 0.96em;
	line-height: 1.5em;
}

.bs-example{
	margin: 20px;
}
.pagenate-icons li {
	padding: 6px;
	margin: 6px;
	list-style-type: square;
	border: 1px solid #707070;
	background-color: #707070;
	display: inline-block;
}
.pagenate-icons li.active{
	padding: 6px;
	margin: 6px;
	list-style-type: square;
	border: 1px solid #b82025;
	background-color: #b82025;
	display: inline-block;
}



/*------Contact------*/

.contact {
	background:#ffffff;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 580px;
	margin: 0;
	
}
.contact-head {
	text-align: center;
	color: #ffffff;
}
.contact-head h3 {
	color: #666666;
	font-size: 36px;
	font-weight: 300;
}
.contact-head p {
	color: #858585;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding: 0.8em 0 1em;
}


.contact-form {
	margin-top: 2em;
}
.text-box input[type="text"],.textarea textarea{
	border: 2px solid #E5E5E5;
	width: 100%;
	padding: 0.85em;
	border-radius: 0.3em;
	margin-bottom: 1.5em;
	color:#858585;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	outline:none;
}
.text-box input[type="text"]:hover,.textarea textarea:hover,.text-box input[type="text"]:focus,.textarea textarea:focus{
	border-color: rgba(231, 76, 60, 0.55);
}
.textarea textarea{
	height: 205px;
	resize: none;
}

.btn-email{
	background: url(/images/racket-icon.png) no-repeat #c31317 17px 21px;
	border: 1px solid #c31317;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-size: 1.2em;
	padding: 1em 2em 1em 3.2em;
	margin: 0 auto;
	display: inherit;
	border-radius: 0;
	color: #ffffff;
}
.btn-email:hover,.btn-email:focus{
	background:url(/images/racket-icon-go.png) no-repeat #fcc532 17px 21px;
	border:1px solid #fcc532;
	color: #000000;
	border-radius: 0;
}



/*------Self Clearing------*/ 

.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;
}



/*------Stripe------*/ 
.b-link-stripe {
	position:relative;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
}

.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
}

.b-link-stripe .b-line {
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(50, 50, 50, 0.9);
	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 */
}

.b-link-stripe:hover .b-line{
	opacity:50;
}



/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.blurred {
	-webkit-transition:-webkit-filter 300ms ease-in-out;
	-moz-transition:-moz-filter 300ms ease-in-out;
	-o-transition:-o-filter 300ms ease-in-out;
	-ms-transition:-ms-filter 300ms ease-in-out;
	transition:filter 300ms ease-in-out;
	-webkit-filter:blur(8px)
}

.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;
}


/*------Light Box------*/ 
.section {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
}


.right-msg span {
	margin-top: 0.55em;
}


/*------Social Icons------*/ 

div.social-icons {
	text-align:center;
	margin:3em 0 2em;
	height: 52px;
	border: 0;
	cursor: pointer;
}

div.facebook {
	text-align:center;
	width: 32px;
	height: 32px;
	margin: 10px 10px 10px 10px;
	display: inline-block;
	cursor: pointer;
	background: url(/images/social-icons.png) no-repeat 0px 0px;
}
div.twitter {
	text-align:center;
	width: 32px;
	height: 32px;
	margin: 10px 10px 10px 10px;
	display: inline-block;
	cursor: pointer;
	background: url(/images/social-icons.png) no-repeat -32px 0px;
}
div.linkedin {
	text-align:center;
	width: 32px;
	height: 32px;
	margin: 10px 10px 10px 10px;
	display: inline-block;
	cursor: pointer;
	background: url(/images/social-icons.png) no-repeat -64px 0px;
}
div.google {
	text-align:center;
	width: 32px;
	height: 32px;
	margin: 10px 10px 10px 10px;
	display: inline-block;
	cursor: pointer;
	background: url(/images/social-icons.png) no-repeat -98px 0px;
}




div.facebook:hover {
	background: url(/images/social-icons.png) no-repeat 0px -32px;
}
div.twitter:hover {
	background: url(/images/social-icons.png) no-repeat -32px -32px;
}
div.linkedin:hover {
	background: url(/images/social-icons.png) no-repeat -64px -32px;
}
div.google:hover {
	background: url(/images/social-icons.png) no-repeat -98px -32px;
}


/*------Copyright------*/ 
.copy-right{
	text-align:center;
}
.copy-right p{
	color: #858585;
	font-size: 0.96em;
	line-height: 1.5em;
	text-align: center;
}
.copy-right span,.copy-right a{
	color:#c31317;
}
.copy-right a{
	margin:0 0.2em;
	text-decoration:none;
}
.copy-right a:hover{
	color: #858585;
}

/*------Loader Sipnner------*/ 

.blackout {
	z-index: 999998;
	position:absolute;
	display:block;
	height:200%; 
	width:100%;
	top: 0px;
	left: 0px;
	background-color: #121212;
}

div.spinner {
	position:absolute;
	top:45%;
	left:49%;
	z-index: 999999;
	color: #ffffff;
}

