body {
	font-family:'Raleway', helvetica, arial;
	font-size:14px;
	color:#58351e;
	font-weight:400;
	letter-spacing:1px;
	background:#fcfcfc;
}

p{
	line-height:30px;
	font-weight:500;
}
h1,h2,h4,h5,h6{
	color:#f2955e;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	/*font-weight:400;*/
}
h3{
	color:#ededed;
	font-family:'Pacifico', helvetica, arial;
}
a{
	color:#3498db;
	text-decoration:none;
}
a:hover, a:focus{
	color:#388ac6;
}
.btn-default{
	border-radius: 2px;
	border:1px solid #bdc3c7;
	font-size:12px;
	color:#95a5a6;
	text-transform:uppercase;
	padding:11px 20px;
}
.btn-default:hover{
	background:white;
	color:#3498db;
	border:1px solid #3498db;
}
.btn-default:active{
	box-shadow:none;
}
.btn-xl {
    color: #fff;
    background-color: #d05d15;
    border-color: #d05d15;
    /*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    font-size: 14px;
    padding: 11px 20px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #f57525;
    border-color: #f57525
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #eb7328;
    border-color: #eb7328;
}
/*----------------------------------HEADER logo*/
/*.navbar-brand{
	width:228px;
	height:54px;
	padding:0;
	margin:0;
	background: url(img/logo.png) no-repeat;
	text-indent: -9999px;
}
/*----------------------------------konec HEADER logo*/

/*----------------------------------NAVIGACIJA 2*/ 
.navbar-default {
    background-color: #222;
    border-color: transparent
}
.navbar-default .navbar-brand {
    width: 251px;
    width: 251px;
    height: 54px;
    padding: 0;
    margin: 0;
    background: url(img/logo.png) no-repeat;
    text-indent: -9999px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #f57525
}
.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}
.navbar-default .navbar-toggle {
    background-color: none;
    border-color: #222;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #333;
}
.navbar-default .nav li a {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
	color: #fff;
    border-bottom: 2px solid #fff;
    outline: 0
}
.navbar-default .nav li a.active{
	color: f2955e;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: none;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #f57525
}
@media (min-width: 768px) {
    .navbar-default {
		background-color: #171717;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        background-color: #222;
        padding: 10px 0
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
	.navbar-default .nav li a:hover,
	.navbar-default .nav li a:focus {
	color: #fff;
    border-bottom: 2px solid #fff;
    outline: 0
}
}/*----------------------------------konec NAVIGACIJA 2*/

/*----------------------------------JUMBOTRON*/


.jumbotron{
	background:#333333 url(img/malicefeniks.jpg) no-repeat;
	background-size:cover;
	max-height:800px;
	padding:60px 0;
	margin:0;
}
.jumbotron .row{
	text-indent: -9999px;
}
.jumbotron h3{
	color:#ffffff;
	font-size:34px;
	margin-bottom:30px;
	margin-top:60px;
	
}
.jumbotron h1{
	color:#ffffff;
	font-weight:300;
	font-size: 3em;
	margin-bottom:30px;
	
}
/*.jumbotron h1 span{
	color:#099cff;
	font-weight:600;
}*/
.jumbotron p{
	color:#cccccc;
	font-weight:300;
	font-size:16px;	
	margin-bottom:60px;
}
.jumbotron p span{
	color:#ffffff;
}
.jumbotron .btn-primary{
	border-radius:2px;
	border:1px solid#ffffff;
	background: rgba(255,255,255,0.05);
	color:#ffffff;
	text-transform:uppercase;
	font-size:16px;
	padding: 16px 30px;
	
}
.jumbotron .btn-primary:hover{
	background: rgba(255,255,255,0.1);

}
/*----------------------------------KONEC JUMBOTRON*/

/*----------------------------------services*/

.services{
	padding:30px 0;
	border-bottom:1px solid #e3e3e3;
	}
.services h4{
	margin-bottom:30px;
}
.services p{
	margin-bottom:40px;
}
.services .more{
	text-transform:uppercase;
	font-weight:700;
	font-size:13px;
}

.sweb, .sdev{
	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:0 0;
}
.icon-sprite.sprite-dev{
	background-position:-32px 0;
}
.icon-sprite.sprite-sup{
	background-position:-64px 0;
}
.icon-sprite.sprite-fin{
	background-position:-128px 0;
}
.icon-sprite.sprite-cat{
	background-position:-96px 0;
}
.services h4{
	color:#f2955e;}
.icon-sprite2{
	width:32px;
	height:32px;
	display:inline-block;
	background:url(img/sprite2.png) no-repeat;
	background-position:left top;
	margin-bottom:20px;
}
.icon-sprite2.sprite-web2{
	background-position:0 0;
}
.icon-sprite2.sprite-dev2{
	background-position:-32px 0;
}
.icon-sprite2.sprite-sup2{
	background-position:-64px 0;
}
/*----------------------------------konec services*/
/*----------------------------------call to action*/
.calltoaction{
	background:#f39c12 url(img/call.png) no-repeat;
	background-size:cover;
	}
.calltoaction h4{
	color:white;
	text-transform: uppercase;
}
.services .calltoaction p{
	color:white;
	margin-bottom:none;
}
.services{padding:60px 0;}
	.services .col-md-4{padding-top:30px;}
	.calltoaction{margin-bottom:30px;margin-top:60px;}
/*---------------------------------- konec call to action*/
/*----------------------------------malice*/
.procces {
	padding:50px 0 60px 0;	
}
.procces h4{
color:#58351e;}
.carousel-indicators {
    position: absolute;
    bottom: 100%;
	
    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;
    background-color: rgba(0,0,0,0);
    border: 1px solid #7f5539;
    border-radius: 0;
	color: #58351e;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	padding:10px 6px;
}
.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-indicators 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 -5px;
    border-color: #f2955e;
	color:#f2955e;
	background:transparent;
	position:relative;
	z-index:10;
}

#carousel-example-generic .item{
	padding-top:80px;
}
#carousel-example-generic .item img{
	margin-bottom:60px;
}
#carousel-example-generic .item h4{
	margin-bottom:30px;
}
#carousel-example-generic .item p{
	padding:0 30px;
}


/*------ -----------------CONTACT---*/
.highlight-info{ background:url(img/lab.jpg) center fixed; background-size: cover; color:#fff;}
.highlight-info .overlay{background: rgba(20,20,30,0.7);}
.highlight-info h4{color: #fff;margin:0.5em 0 0 0;}

section#contact .section-heading {
    color: #fff
}
section#contact .form-group {
    margin-bottom: 25px
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px
}
section#contact .form-group input.form-control {
    height: auto
}
section#contact .form-group textarea.form-control {
    height: 236px
}
section#contact .form-control:focus {
    border-color: #d36029;
    box-shadow: none
}
section#contact::-webkit-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact:-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact::-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact:-ms-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact .text-danger {
    color: #e74c3c
}
section#contact .col-md-6{
	padding:0 10px
}
section h3.section-subheading {
	color: #ececec;
    font-size: 16px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px
}

.spacer{padding: 6em 0;}
@media(min-width:299px){
section#contact .col-md-6 {
    padding: 0 40px;
}}
/*-----------------------konec CONTACT---*/
/*----------------------------------contact info*/
.contact {
	background:#222;
	padding:60px 0;
}
.contact h6 {
	color:#95a5a6;
	margin-bottom:30px;
}
.contact p {
	color:white;
	font-size:14px;
}

.icon-sprite.sprite-loc{
	background-position:left bottom;
	}
.icon-sprite.sprite-mail{
	background-position:-32px bottom;
}
.icon-sprite.sprite-phone{
	background-position:-64px bottom;
}
.contact .location, .contact .email{
	margin-bottom:60px;
}
/*----------------------------------konec contact info*/
/*works*/
#works{padding-top:6em;}
#works figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#works figcaption a:hover{text-decoration: none;padding: 0 3em;}
@media (max-width: 1200px) {
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}
}
@media (max-width: 900px) {
	figure.effect-chico figcaption {padding: 2em;}	
	figure.effect-oscar figcaption {padding: 20%;}
	figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
	.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}	
}

/*----------------------------------footer*/

footer{
	padding:60px 0;
	text-align:center;
	}
.copyright small{
	font-size:13px;
	color:#95a5a6;
}

.social-media{
	padding-top:60px;
}

.icon-sprite.sprite-fb{
	background-position:-96px bottom;
}

/*----------------------------------konec footer*/
/*.cestitka .container{
	background:#f39c12 url(img/cestitka.jpg) no-repeat;
	background-size:cover;
	padding:60px 0;
}
*/
/*----------------------------------konec footer*/
@media(min-width:299px){.jumbotron{	background:#333333 url(img/malicefeniks300.jpg) no-repeat;
	background-size:cover;
	max-height:800px;
	padding:60px 0;
margin:0;}
.navbar-brand{
	width:228px;
	height:54px;
	padding:0;
	margin:0;
	background: url(img/logo.png) no-repeat;
	text-indent: -9999px;
}
.carousel-indicators {  
margin-bottom: -80px;  
}}
@media(min-width:400px){.jumbotron{	background:#333333 url(img/malicefeniks400.jpg) no-repeat;
	background-size:cover;
	max-height:800px;
	padding:60px 0;
margin:0;}
.carousel-indicators {    
margin-bottom: -80px;

}
}
@media(min-width:576px){.jumbotron{	background:#333333 url(img/malicefeniks550.jpg) no-repeat;
	background-size:cover;
	max-height:800px;
	padding:60px 0;
margin:0;}}
@media(min-width:700px){.jumbotron{	background:#333333 url(img/malicefeniks700.jpg) no-repeat;
	background-size:cover;
	max-height:800px;
	padding:60px 0;
margin:0;}}
@media(min-width:768px){
	#carousel-example-generic{  
margin-TOP: 20px;
}
}
	.navbar-default .navbar-collapse {background:none;}
	.navbar-default .navbar-nav{float:right;}
.jumbotron
{	background:#333333 url(img/malicefeniks768.jpg) no-repeat;
	background-size:cover;
	max-height:800px;
	padding:60px 0;
	margin:0;}
	.jumbotron h3 {margin-top:100px;}
	.services{padding:60px 0;}
	.services .col-md-4{padding-top:30px;}
	.calltoaction{margin-bottom:30px;margin-top:60px;}
	.navbar-default .navbar-nav>li{margin-left:25px;}
	.navbar-default .navbar-nav>li>a{padding:9px 0 0 0;}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {border-bottom:2px solid #fff;}
	.carousel-indicators li {	padding:11px 20px;}
	
@media(min-width:992px){
	#carousel-example-generic{  
margin-TOP: 20px;
}
	.navbar-default .navbar-nav>li{margin-left:40px;}
	.navbar-brand{
	width:252px;
	height:54px;
	padding:0;
	margin:0;
	background: url(img/logo3.png) no-repeat;
	text-indent: -9999px;
}
	.jumbotron p{	font-size:24px;	}
	.sweb, .sdev{margin-bottom:0px;}
	.jumbotron h3 {margin-top:120px;}
	.heading h1{text-align:left;background-position:left bottom;}
	.control-right{padding:20px 0 0 0; text-align:right;}
	#carousel-example-generic .carousel-indicators{margin-bottom:4px;text-align:right;}
	#carousel-example-generic .item h4{text-align:left;}
	#carousel-example-generic .item p{padding:0; text-align:left;}
	#carousel-example-generic .item img {margin-bottom: 0;}
	.services{padding:60px 0;}
	.services .col-md-4{padding-top:30px;}
	.calltoaction{margin-bottom:30px;margin-top:60px;}
	#carousel-testimonials .carousel-control {margin-top:-130px;}
	#carousel-testimonials .carousel-control.left {left:100%;margin-left:-163px;}
	#carousel-testimonials .carousel-control.right {right:0;margin-right:0;}
	#carousel-testimonials blockquote p {padding: 0px 30px 40px 30px;}
	.contact .location, .contact .email{margin-bottom:0;}
	footer{padding:60px 0 30px 0;}
	.copyright{text-align:left;}
	.social-media{padding:0; text-align:right;}
	}
@media(min-width:1200px)
{
	.jumbotron{padding:60px 0 160px 0;}
	.jumbotron h3{padding-top:90px;}
	.jumbotron p{margin-bottom:120px;}
	.navbar{margin-bottom:0;}
	#carousel-example-generic .item { padding-top: 0;}
	.heading{padding:100px 0;}
	.services .heading { padding-bottom: 30px;}
	.procces .heading {padding:60px 0 30px 0;}
	#carousel-example-generic .carousel-indicators{margin-bottom:120px;text-align:right;}
	#carousel-testimonials .carousel-control {margin-top:-184px;}
	#carousel-testimonials  .carousel-indicators  li{border:none; opacity:0.3; width:40%; text-align:center;}
	#carousel-testimonials  .carousel-indicators  li.active{opacity:1;}
	#carousel-testimonials blockquote p { padding:37px 38px 0px 38px;}
	.testimonials {    padding-bottom: 120px;}
	.contact {padding-bottom:90px;}
	.services{padding:0;}
	.services .col-md-4{padding-top:60px; padding-bottom:30px}
	.col-md-6{margin-bottom:60px;}
	}
