@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300italic,300,400italic,700,700italic);

@font-face {
	font-family:'timeburnerregular';
	src: url('../fonts/timeburner_regular-webfont.eot');
	src: url('../fonts/timeburner_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/timeburner_regular-webfont.woff2') format('woff2'),
         url('../fonts/timeburner_regular-webfont.woff') format('woff'),
         url('../fonts/timeburner_regular-webfont.ttf') format('truetype'),
         url('../fonts/timeburner_regular-webfont.svg#timeburnerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family:"Flaticon";
	src:url("../fonts/flaticon.eot");
	src:url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
		url("../fonts/flaticon.woff") format("woff"),
		url("../fonts/flaticon.ttf") format("truetype"),
		url("../fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 34px;
	font-style: normal;
}

.flaticon-camera90:before {
	content: "\e000";
}

.flaticon-graphicseditor7:before {
	content: "\e001";
}

.flaticon-programminglanguage5:before {
	content: "\e002";
}

.flaticon-smartphone168:before {
	content: "\e003";
}

.flaticon-smartphone86:before {
	content: "\e004";
}

.flaticon-star178:before {
	content: "\e005";
}

.flaticon-website8:before {
	content: "\e006";
}

.flaticon-wordpress12:before {
	content: "\e007";
}

html, body{
	height: 100%;
}

body{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#fff;
	font-size:16px;
	text-rendering:optimizelegibility;
	-webkit-font-smoothing: antialiased;
	line-height:1.6;
	background:#fff;
}

#wrapper{
	height:auto;
	min-height:100%;
	background:#f6f6f6;
}

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:0;
	line-height:normal;
}

h1, h2, h3{
	color:#fff;
	font-size:40px;
	padding:0 0 5px;
	font-family: 'Lato', sans-serif;
}

h2{
	font-size:30px;
}

h3{
	font-size:24px;
}

p{
	line-height:23px;
	padding:0 0 20px;
	margin:0;
}

a:hover, button:hover{
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.form-control::-moz-placeholder{
	color:#fff;
	opacity:1
}

.form-control:-ms-input-placeholder{
	color:#fff;
}

.form-control::-webkit-input-placeholder{
	color:#fff;
}

.form-control{
	height:auto;
	line-height:normal;
	border:0 none;
	border-radius:0;
	color:#fff;
	font-size:15px;
	padding:15px;
	font-weight:300;
	box-shadow:none;
	background-color:#a52628;
	margin:0 0 30px;
}

textarea.form-control{
	resize:none;
	height:190px;
}

.btn{
	border-radius:5px;
	border:0 none;
	color:#fff !important;
	padding:7px 0;
	font-weight:400;
	font-size:18px;
	width:120px;
	margin-right:5px;
}

.nav-cont{
	position:absolute;
	z-index:99;
	top:250px;
	left:3%;
	width:95px;
}

.nav-box{
	list-style:none;
	margin:0;
	padding:20px 10px 14px;
	position:fixed;
	width:39px;
	background-color:rgba(255,255,255,0.1);
	border-radius:20px;
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.nav-box li{
	width:135px;
	display:block;
	margin-bottom:6px;
}

.nav-box li:after, .nav-box li:before{
	display: table;
	content: " "
}

.nav-box li:after{
	clear: both
}

.nav-box li span.box-circle{
	display:block;
	background-color:#c9c9c9;
	border:#c9c9c9 5px solid;
	border-radius:50%;
	width:19px;
	height:19px;
	margin:5px 0;
	position:relative;
	z-index:5;
	float:left;
}

.nav-box li a{
	display:block;
	color:#c12728 !important;
	text-transform:uppercase;
	font-size:13px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
}

.nav-box li span.nav-text{
	float:left;
	display:none;
	margin:0 0 0 10px;
	height:29px;
	line-height:31px;
	background:rgba(255,255,255,0.56);
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	padding:0 15px;
	position:relative;
	z-index:4;
	width:100px;
}

.nav-box li.active span.box-circle, .nav-box li:hover span.box-circle{
	background-color:#ffffff;
	border-color:#c12728;
}

.nav-box li.active a span.nav-text, .nav-box li:hover span.nav-text{
	display:block;
}

#hero-carousel{
	background:#000;
}

#hero-carousel .carousel-inner > .item{
	background:#000 url(../images/banner.jpg) no-repeat scroll center top;
	height:765px;
}

#logo{
	position:absolute;
	left:50%;
	top:0;
	width:203px;
	margin-left:-102px;
	z-index:99;
}

.title{
	font-size:42px;
	color:#d82c2e;
	text-align:center;
	font-family:'timeburnerregular';
	text-transform:uppercase;
	padding:95px 0 15px;
	margin-bottom:30px;
	background:url(../images/title-bg.png) no-repeat scroll center bottom;
}

.intro-main{
	position:relative;
	background:url(../images/aboutbg.png) no-repeat scroll center top;
	min-height:712px;
	margin-top:-87px;
}

.intro-main .title{
	padding:130px 0 0;
	text-align:left;
	background:0 none;
	font-size:52px;
	color:#fff;
	margin:0;
}

.intro-main  a.btn, .subwork-cont a.btn{
	color:#c12728 !important;
	text-decoration:none;
	display:block;
	margin:20px 0 0;
	background-color:#fff;
	border-radius:5px;
	padding:10px 0;
	text-transform:uppercase;
	font-size:30px;
	width:100%;
	text-align:center;
}

.intro-main  a.btn:hover{
	color:#fff !important;
	background-color:#950001;
}

.subwork-cont a.btn:hover{
	color:#fff !important;
	background-color:#6e9200;
}

.intro-main .img-responsive{
	margin:100px 0 0 30px;
}

.services{
	padding:0 0 30px;
	text-align:center;
}

.services .title{
	padding-top:70px;
}

.services .row {
	-webkit-transition: all .3s ease-in, 0s;
	transition: all .3s ease-in, 0s
}

.services p {
	color:#343434;
	font-size:17px;
	font-family: 'Lato', sans-serif;
	padding:10px 5% 40px;
}

.service {
	-webkit-transition: all .3s ease-in, 1s;
	transition: all .3s ease-in, 1s;
	margin-bottom:30px;
	display:inline-block;
	position:relative;
}

.service > img{
    position: absolute;
	left:50%;
	margin-left:-56px;
    /* transitions */
    -webkit-transition: all .3s ease-in, 0s;
	transition: all .3s ease-in, 0s;
}
/* solution 2: css2 solution, hide/show elements by class */

.service > img.normal{ 
    filter: alpha(opacity=100); /* IE stuff */
    opacity: 1;
    z-index: 2;
}
.service > img.hover{
    filter: alpha(opacity=0); /* IE stuff */
    opacity: 0;
    z-index: 1;
}
/* hover */
.service:hover > img.normal{ 
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.service:hover > img.hover{ 
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}

.service h3 {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size:22px;
	padding:10px 0 0;
	-webkit-transition: all .3s ease-in, 0s;
	transition: all .3s ease-in, 0s;
	text-align:center;
}

.service .icon {
	min-height:128px;
	padding:38px 0 0;
	-webkit-transition: all .3s ease-in, 0s;
	transition: all .3s ease-in, 0s;
}

.service i{
	width:54px;
	height:52px;
	margin:0 auto;
	display:block;
	-webkit-transition:all .3s ease-in, 0s;
	transition:all .3s ease-in, 0s;
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
	z-index:10;
}

.service .webdesign{
	background-image:url(../images/icon-1.png);
}

.service .grahpicdesign{
	background-image:url(../images/icon-2.png);
}

.service .branding{
	background-image:url(../images/icon-3.png);
}

.service .xhtml{
	background-image:url(../images/icon-4.png);
}

.service .cms{
	background-image:url(../images/icon-5.png);
}

.service .design{
	background-image:url(../images/icon-6.png);
}

.service .app-design{
	background-image:url(../images/icon-7.png);
}

.service .photography{
	background-image:url(../images/icon-8.png);
}

.service:focus i, .service:hover i{
	background-position:center bottom;
}

.service:focus h3, .service:hover h3{
	color:#d82c2e;
}

.portfolio{
	background:#3E3E3E url(../images/portfolio-bg.jpg) no-repeat scroll center top;
	min-height:896px;
	padding:0 0 40px;
}

.portfolio .portfolio-bg{
	background:url(../images/portfolio-arrow.png) no-repeat scroll center top;
}

.portfolio .title{
	padding-top:140px;
}

.filter {
	text-align: center;
	width: 100%;
	margin:10px 0;
}

#filters{
	padding:0;
}

.filter li {
	display: inline-block;
	padding: 5px
}

.filter a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px
}

.filter .current {
	background-color: #c12728;
	border-color: #c12728;
}

.filter a {
	font-size: 16px;
	text-decoration: none;
	background-color:transparent;
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 25px;
	-webkit-transition: all .3s ease-in, 0s;
	transition: all .3s ease-in, 0s
}

.filter a:focus, .filter a:hover {
	background-color: #d82c2e;
	border-color: #d82c2e;
	color: #fff
}

.portfolio-items {
	-webkit-transition: all .2s linear, 1s;
	transition: all .2s linear, 1s;
	padding:0;
}

.portfolio-items li {
	padding: 5px;
	display: block;
	z-index: 2
}

.portfolio-items li img {
	-webkit-transition: all .2s linear, 1s;
	transition: all .2s linear, 1s;
	max-width:100%;
	height:auto;
}

.portfolio-items .item {
	position: relative;
	display: block;
	overflow: hidden
}

.portfolio-items .mask {
	width: 100%;
	height: 100%;
	background: url(../images/mask.png);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	-ms-filter: "alpha(Opacity=" 0 ")";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all .2s linear, 1s;
	transition: all .2s linear, 1s
}

.portfolio-items .icons {
	position: absolute;
	width: 90px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin: -21px auto 0 -47px;
	text-align: center;
	z-index: 3
}

.portfolio-items .icons i {
	color: #fff;
	font-size: 20px;
	margin-top: 9px
}

.portfolio-items .fullwidth, .portfolio-items .projectlink {
	width: 40px;
	height: 40px;
	background: #c12728;
	position: relative;
	-webkit-transition: all .2s ease-in-out, .2s;
	transition: all .2s ease-in-out, .2s
}

.portfolio-items .fullwidth {
	float: left;
	top: -200px
}

.portfolio-items .projectlink {
	float: right;
	bottom: -200px
}

.portfolio-items li .item:hover img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.portfolio-items li .item:hover .mask {
	-ms-filter: "alpha(Opacity=" 100 ")";
	filter: alpha(opacity=1);
	opacity: 1
}

.portfolio-items li .item:hover .fullwidth {
	top: 0
}

.portfolio-items li .item:hover .projectlink {
	bottom: 0
}

.fancybox-close {
	top: 0;
	right: 0
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: 400
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}

.lightbox a img {
	border: none
}

.lb-outerContainer {
	position: relative;
	background-color: #fff;
	*zoom:1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}

.lb-container>.nav {
	left: 0
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
	height: 100%;
	cursor: pointer;
	display: block
}

.lb-nav a.lb-prev {
	width: 50%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next {
	width: 50%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom:1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-data {
	padding: 0 4px;
	color: #ccc
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}

.lb-data .lb-number {
	display: none!important;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 36px;
	height: 36px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: 0
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}

.subwork-cont{
	background:#81a80b url(../images/darkgrey-arrow.png) no-repeat scroll center top;
	padding:0 0 60px;
}

.subwork-cont .title{
	background:0 none;
	margin:0;
	padding-bottom:0;
	color:#fff;
}

.subwork-cont .icon{
	display:inline-block;
	width:75px;
	height:75px;
	border-radius:100%;
	text-align:center;
	border:#fff 1px solid;
	margin:0 1px 6px;
	transition: all .1s ease-in;
}

.subwork-cont i{
	line-height:75px;
}

.subwork-cont .icon:hover{
	color:#81a80b;
	background-color:#fff;
}

.subwork-cont a.btn{
	max-width:415px;
	margin:35px auto 0;
	color:#81a80b !important;
}

.testimonials-cont{
	background:#f6f6f6 url(../images/green-arrow.png) no-repeat scroll center top;
	text-align:center;
	padding:0 0 60px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}

.testimonials-cont p{
	font-size:20px;
	color:#343434;
	padding:15px 0 30px;
	line-height:25px;
	font-style:italic;
}

.testimonials-cont .carousel-inner{
	width:85%;
	margin:0 auto;
}

.user-name{
	color:#343434;
	border-top:#dbdbdb 1px solid;
	max-width:415px;
	padding:25px 0 0;
	margin:0 auto;
	line-height:18px;
}

.user-name span{
	display:block;
	color:#d82c2e;
}

.testimonials-cont .carousel-control{
	height:40px;
	width:40px;
	border:#757575 1px solid;
	border-radius:50%;
    font-size: 20px;
	line-height:40px;
    color: #757575;
    text-shadow:none;
    filter: alpha(opacity=100);
    opacity:1;
	background-image:none;
	top:20%;
}

.testimonials-cont .carousel-control:hover, .testimonials-cont .carousel-control:focus{
	background-color:#f0f0f0;
}

.contact-cont{
	background:#d82c2e url(../images/grey-arrow.png) no-repeat scroll center top;
	padding:0 0 60px;
}

.contact-cont .title{
	background-image:url(../images/title-bg-white.png);
}

.contact-cont form{
	max-width:810px;
	margin:0 auto;
	text-align:center;
}

.contact-cont .title{
	color:#fff;
}

.contact-cont p{
	padding:15px 0 50px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}

.contact-form .btn{
	border-radius:0;
	background-color:#000 !important;
	color:#fff;
	font-weight:500 !important;
	font-size:15px;
	padding:15px 8%;
	width:auto;
	display:inline-block;
	text-transform:uppercase;
	margin-top:15px;
}

.contact-form .btn:hover, .contact-form .btn:focus{
	background-color:#fff !important;
	color:#000 !important;
}

.secure-code{
	background-color:#eaeaea;
}

.secure-code .code-text{
	width:170px;
	float:left;
	text-align:left;
	padding:13px 20px 0;
	font-size:14px;
	color:#000;
	line-height:14px;
}

footer{
	background-color:#000;
}

footer p{
	text-align:center;
	padding:12px 0;
	color:#c6c6c6;
	font-size:14px;
}

/* tablet and small desktop */
@media (max-width: 1199px) {
.intro-main .title{
	font-size:45px;
	padding:120px 0 0;
}

.intro-main .img-responsive{
	margin:172px 0 0;
}
}	/* tablet and small desktop */

/* tablet */
@media (max-width: 991px) {
.intro-main .title{
	font-size:35px;
	padding:100px 0 0;
}

.intro-main .img-responsive{
	margin:304px 0 0;
}

.intro-main p{
	font-size:15px;
	line-height:20px;
}

.intro-main a.btn, .subwork-cont a.btn {
	font-size: 25px;
}

.service h3{
	font-size:18px;
}

.filter a {
	padding: 8px 20px;
}

.secure-code .code-text {
    width: 125px;
    padding: 13px 20px 0;
	font-size:11px;
}
}	/* tablet */
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px){
.intro-main{
	background:0 none;
}

.intro-main .col-sm-5{
	background-color:#181818;
	padding-top:20px;
	padding-bottom:20px;
	height:400px;
	overflow:hidden;
}

.intro-main .col-sm-5 img{
	width:280px;
	margin:0 auto;
}

.intro-main .col-sm-5.col-sm-offset-2{
	background-color:#c12728;
	padding-bottom:40px;
	height:auto;
	overflow:visible;
}

.intro-main .title{
	padding:20px 0 0;
	font-size:30px;
}

.intro-main a.btn, .subwork-cont a.btn{
	font-size:24px;
}

.secure-code{
	background-color:transparent;
	margin-bottom:20px;
}

.secure-code .code-text{
	float:none !important;
	width:auto;
	color:#fff;
	padding:0 0 5px;
	font-size:14px;
}

.secure-code .pull-right{
	float:none !important;
	width:auto;
	background-color:#eaeaea;
}

.filter li{
	display:block;
	float:left;
	width:33.333333%;
	margin:2px 0;
}

.filter a {
	padding: 8px 0;
	text-align:center;
	font-size:14px;
}
}	/* End Landscape phone to portrait tablet */

/* small phone resol */
@media (max-width: 360px){
.filter li{
	width:50%;
}
}	/* small phone resol */