body{
	font-family: 'Raleway', Helvetica, Arial;
	font-size: 16px;
	color: #e7e5e5;
	font-weight: 400;
	letter-spacing: 1px;
	background-color:#010101;
}
p{
	line-height: 30px;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }
h2 { color: #; padding-top: 60px;}
h4 {
	color: #d3cfcf;
}
a{
	color: #3498db;
	text-decoration: none;
}
a:hover, a:focus{
	color: #308ac6;
}

.page1 {left: 0;}


/*
.btn-default{
	border-radius: 2px;
	border: 1px solid #bdc3c7;
	font-size: 14px;
	color: #95a5a6;
	font-weight: 700;
	text-transform: uppercase;
	padding: 11px 20px;
}
.btn-default:hover{
	background: #fff;
	color: #3498db;
	border: 1px solid #3498db;
}
.btn:active{
	box-shadow: none;
}

/* end */



/* logo */

.navbar-brand{
	width: 300px;
	height: 92px;
	padding: 0;
	margin: 0;
	top: 0;
	background: url(img/brand.png) no-repeat;
	text-indent: -9999px;
}

/* end */

/* navigation */

.navbar-default{
	background: none;
	border: none;
	padding: 0 0 0 0;
}


.navbar-default .navbar-nav>li>a{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #95a5a6;
	padding: 5px;
	text-align: center;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color: #fff;
	background: grey;
	padding: 12px;
	height: 40px;
	outline: 0;
}
.navbar-toggle{
	border: none;
	margin-top: 0;
	margin-right: 0;
	width: 32px;
	height: 32px;
	text-align: center;
	color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background: none;
	outline: none;
}

.navbar-default .navbar-collapse{
	border: none;
	background: rgba(255,255,255,0.05);
	border-radius: 2px;
	box-shadow: none;
}


/* end */

/* banner */

.jumbotron{
	background: url(img/jumbo.png) no-repeat;
	background-size: cover;
	max-height: 200px;
	padding: 150px 0;
	margin: 0;
}
.jumbotron h2{
	color: #fff;
	font-weight: 300;
	margin: 0 20px 30px 0;
}
.jumbotron h2 span{
	color: #f39c12;
	font-weight: 700;
}
.jumbotron h3{
	
	color: #95a5a6;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	text-transform: none;
	margin: 0 0 60px 0;
}
.jumbotron h3 span{
	color: #fff;
}

.jumbotron .btn-primary{
	border-radius: 2px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.05);
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 16px 30px;
}
.jumbotron .btn-primary:hover{
	background: rgba(255,255,255,0.1);
}

.gallery {
	margin-bottom: 0;
}

.gallery{ 
	background: none;
}
.gallery .gallery-inner{
	position: relative;
	width: 25%;
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.gallery img{
	margin: 0;
	padding: 0;
	opacity: 0.7;
}
.nav {
	margin-top: 30px;
	
}

#right {margin-top: 100px;}
/* end */


/* services */

.services{
	padding: 0 0;
	border-bottom: 1px solid #e3e3e3;
	background-color:#110c08;
	
}
.services h4{
	margin-bottom: 30px;
}
.services h2{
	color:#f39c12;
}
.services li{
	padding-bottom: 10px;
}

.services p{
	margin-bottom: 40px;
}
.services .more{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}

.services-web, .services-dev{
	margin-bottom: 60px;
}

.icon-sprite{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(img/sprite.png) no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}

.icon-sprite.sprite-web{
	background-position: left -32px;
}
.icon-sprite.sprite-dev{
	background-position: -32px -32px;
}
.icon-sprite.sprite-sup{
	background-position: -64px -32px;
}

/* end */

/* latest work */

.about-services {
	background: url(img/services_back.png) no-repeat;
	background-size: cover;
	padding: 40px;
	
	margin-top: 40px;
}
.about-services p{
	color:#ffffff;
	
	text-align:center;
}
.about h4{
	color:#d3cfcf;
	padding-top: 60px;
	padding-bottom: 30px;
	font-size: 30px;
}

.serv h4{
	color:#000;
	
	padding-bottom: 30px;
	font-size: 30px;
	margin-left: 10px;
}
.about-services li{
	padding-bottom: 10px;
	color:#000000;
}
.about-header{
	padding: 30px;
}
.heading h1{
	background: url(img/heading.png) no-repeat;
	background-position: center bottom;
	padding: 0 0 20px 0;
}
.services-div{
	background-color: #fff;
	opacity: 0.5;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.services-dev{
	padding-bottom: 60px;
}
.services-div h2{
	color: #010101;
}
.control-right{ 
	padding: 50px 0 0 0;
}
/*
.gallery{ 
	background: none;
}
.gallery-inner{
	position: relative;
	width: 25%;
	float: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.gallery-inner img{
	margin: 0;
	padding: 0;
	opacity: 0.6;
}
.gallery-inner .caption h4{ 
	color: #fff;
	margin: 0;
}
.gallery-inner .caption small{
	color: rgba(255,255,255,0.6);
}
.gallery-inner .caption{
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(243,156,18,0.9);
	-webkit-transition: opacity .1s ease-in-out;
}
.gallery-inner:hover .caption{
	opacity: 1;
}

.gallery-inner .caption .btn-trigger{
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	width: 100%;
}

.gallery-inner .caption .btn-trigger a{
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	background: transparent url(img/sprite.png) no-repeat;
	background-position: left bottom;
	border: 1px solid #fff;
}
.gallery-inner .caption .btn-trigger a:hover{
	background-color: rgba(255,255,255,0.1);
}
.gallery-inner .caption .btn-trigger .web-link{
	background-position: left bottom;
	position: absolute;
	left: 50%;
	margin-left: -44px;
}
.gallery-inner .caption .btn-trigger .more-info{
	background-position: -44px bottom;
	position: absolute;
	right: 50%;
	margin-right: -43px;
}

/* end */

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
textarea {
	resize: none;
}

/* __________ Contact Form __________ */
textarea,
input[type="text"] {
	width:218px;
	margin:0 1px 4px 0;
	margin-top:0 !important;
	padding: 11px 20px 12px;
	text-transform:none;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 12px;
	color: #8d8d8d;
	font-style:normal;
	border-radius: 0;	
	background: #f4f4f4;
	border: 0;
	box-shadow: none;	  
}
textarea {
	overflow:hidden;
	min-height:95px;
	resize: none;
	width:441px;
}
textarea,
input[type="text"].last {margin-right:0;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	border: 0;
}


footer textarea,
footer input[type="text"] {
	width:218px;
	margin:0 1px 4px 0;
	margin-top:0 !important;
	padding: 6px 11px 7px;
	text-transform:none;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 13px;
	color: #9a9a9a;
	font-style:normal;
	border-radius: 0;	
	background: #3d3d3d;
	border: 0;
	box-shadow: none;	  
}
footer textarea {
	overflow:hidden;
	min-height:95px;
	resize: none;
	width:441px;
}
footer textarea,
footer input[type="text"].last {margin-right:0;
}

.contact_btn {
	display:block;
	cursor:pointer;
	margin: 0;
	padding:0 13px;
	border: 2px solid #3d3d3d;
	border-radius: 0;
	box-shadow: 0;
	text-align:center;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	line-height:21px;
	font-size:13px;
	color:#c5c5c5;
	background: #3d3d3d; 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn:hover {
	background: none;
	color:#8166cf;
	border-color: #8166cf;
}

.notification_error {
	color:#8166cf;
}


/* _________ //Contact Form _________ */



.login {
	background: #110c08 url(img/) center 0 repeat;
	background-size: cover;
	
	
	
}


/* creative process */

.creative-process{
	padding: 0 0 60px 0;
}

.carousel-indicators {
	position: absolute;
	bottom: 100%;
	margin-bottom: -44px;
	left: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
	list-style: none;
}

.carousel-indicators li{
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 -6px;
	text-indent: 0;
	cursor: pointer;
	border: 1px solid #bdc3c7;
	border-radius: 0;
	color: #95a5a6;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 11px 10px;
}
.carousel-indicators li:first-child{
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.carousel-indicator li:last-child{
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.carousel-indicators .active {
	width: auto;
	height: auto;
	margin: 0 0 0 -6px;
	border: 1px solid #3498db;
	color: #3498db;
	background: transparent;
	position: relative;
	z-index: 10;
}

#carousel-creative-process .item{
	padding-top: 104px;
}
#carousel-creative-process .item img{
	margin-bottom: 60px;
}
#carousel-creative-process .item h4{
	margin-bottom: 30px;
}
#carousel-creative-process .item p{
	padding: 0 30px;
}

/* end */

/* testimonials */

.testimonials{
	padding: 0 0 60px 0;
	background: #edf1f4;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: 44px;
	border: 1px solid #bdc3c7;
	border-radius: 0;
	padding: 11px 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #95a5a6;
	text-align: center;
	text-shadow: none;
	opacity: 1;
}

.carousel-control.left{
	background: none;
	left: 50%;
	margin-left: -80px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.carousel-control.right{
	background: none;
	right: 50%;
	margin-right: -83px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.carousel-control:hover, .carousel-control:focus{
	opacity: 1;
	color: #3498db;
	border: 1px solid #3498db;
	z-index: 10;
}
#carousel-testimonials blockquote{
	background: url(img/quote.png) no-repeat;
	background-position: center top;
}
#carousel-testimonials blockquote{
	margin-top: 104px;
}
#carousel-testimonials blockquote p{
	padding: 49px 30px 40px 30px
	
}
#carousel-testimonials blockquote cite{
	font-weight: 700;
	color: #333;
}

/* end */

/* call to action */

.call-to-action{
	background: #f39c12 url(img/call-to-action.png) no-repeat;
	background-size: cover;
	padding: 60px 30px;
}
.call-to-action h2{
	color: #fff;
	font-size: 36px;
	font-weight: 400;
}
.call-to-action a{
	color: #fff;
	font-weight: 700;
	border-bottom: 2px solid #fff;
}
.call-to-action a:hover{
	text-decoration: none;
	color: #2c3e50;
	border-bottom: 2px solid #2c3e50;
}

/* end */

/* contact info */

.contact-info{
	background: #2c3e50;
	padding: 60px 0;
}

.contact-info h6{
	color: #95a5a6;
	margin: 0 0 30px 0;
}
.contact-info p{
	color: #fff;
	font-size: 14px;
}

.icon-sprite.sprite-loc{
	background-position: left top;
}
.icon-sprite.sprite-mail{
	background-position: -32px top;
}
.icon-sprite.sprite-phone{
	background-position: -64px top;
}

.location{
	margin-bottom: 60px;
	margin-top: 60px;
}

/* end */

/* footer */

footer{
	padding: 60px 0;
}

.copyright small{
	color: #95a5a6;
	font-size: 13px;
}

.social-icons{
	padding-top: 60px;
}
.icon-sprite.sprite-ig{
	background-position: left -64px;
}
.icon-sprite.sprite-fb{
	background-position: -32px -64px;
}
.icon-sprite.sprite-dc{
	background-position: -64px -64px;
}
.icon-sprite.sprite-gp{
	background-position: -96px -64px;
}
.icon-sprite.sprite-db{
	background-position: -128px -64px;
	
}

.dropdown {margin-right: 200px;}
	.dropdown-menu{opacity:0.8; border:1px solid #000000;}
	.dropdown-menu input[type=submit] {
    float: right;
    
    margin-top: 20px;
    width: 80px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #acd6ef; /*IE fallback*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    border-radius: 30px;
    border: 1px solid #66add6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
}

/*
input {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    outline: none;
}
input[type=text],
input[type=password] {
    color: #777;
    padding-left: 10px;
    margin: 10px;
    margin-top: 12px;
    margin-left: 18px;
    width: 290px;
    height: 35px;
	border: 1px solid #c7d0d2;
    border-radius: 2px;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
	}
input[type=text]:hover,
input[type=password]:hover {
    border: 1px solid #b6bfc0;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}
input[type=text]:focus,
input[type=password]:focus {
    border: 1px solid #a8c9e4;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}
#lower {
    background: #ecf2f5;
    width: 100%;
    height: 69px;
    margin-top: 20px;
	  box-shadow: inset 0 1px 1px #fff;
    border-top: 1px solid #ccc;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
input[type=checkbox] {
    margin-left: 20px;
    margin-top: 30px;
}
.check {
    margin-left: 3px;
	font-size: 11px;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}
input[type=submit] {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 180px;
    height: 30px;
font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #acd6ef; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    border-radius: 30px;
    border: 1px solid #66add6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
}
input[type=submit]:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}
input[type=submit]:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
    background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
    background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}
/* end */

/* responsive part */

@media(min-width:768px){
	.wrapper{margin: 0 auto; background-color:#010101;  min-height: 100%; box-shadow: inset 1px 1px 10px #888; background: url('whatever.jpg');}
	.head-black {background-color:#010101;}
	.navbar-default .navbar-collapse{ background: none; }
	.navbar-default .navbar-nav{ float: right; }
	.navbar-default .navbar-nav>li{ margin-left: 30px; }
	.navbar-default .navbar-nav>li>a{ padding: 9px 0 0 0;}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
		border-bottom: 2px solid #fff;
	}
	#carousel-creative-process .carousel-indicators li{ padding: 11px 20px; }
	#carousel-creative-process .item img{ display: inline-block !important; }
}

@media(min-width:960px){
	.wrapper{width:80%;}
	
	.navbar-default .navbar-nav>li{ margin-left: 40px; }
	.jumbotron h3{ font-size: 24px; }
	.services-web, .services-dev{ margin-bottom: 0; }
	.jumbotron h2{ text-align: right; }
	.heading h2{ text-align: center; background-position: center bottom; }
	.control-right{ padding: 25px 0 0 0; text-align: right; }
	#container{margin:0 auto;width:728px; margin-top:200px;}
	#right{float:right; width:410px; margin-top:50px;}
	#carousel-creative-process .carousel-indicators{ margin-bottom: 84px; text-align: right; }
	#carousel-creative-process .item{ padding-top: 0; }
	#carousel-creative-process .item img{ margin-bottom: 0; }
	#carousel-creative-process .item h4{ text-align: left; }
	#carousel-creative-process .item p{ padding: 40px; text-align: center; }
	
	#carousel-testimonials .carousel-control{ margin-top: -124px; }
	#carousel-testimonials .carousel-control.left{ left: 100%; margin-left: -163px; }
	#carousel-testimonials .carousel-control.right{ right: 0; margin-right: 0; }
	#carousel-testimonials blockquote{ margin-top: 0; }
	#carousel-testimonials blockquote p{ padding: 61px 30px 40px 30px }
	
	.contact-info .location, .contact-info .email{ margin-bottom: 0; }
	
	.copyright{ text-align: left; }
	.social-icons{ padding: 0; text-align: right; }
}


























