/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/*----------------------------IRODARENDSZER-------------------------*/


/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.cover1{
    color: #fff;
   
    text-align: center;
   /* background: url("http://www.minimit.com/images/picjumbo.com_DSC_3274.jpg") no-repeat scroll 0px 100% / cover transparent;*/
    background:rgb(248, 156, 83);
    
}

.cover2{
    color: rgb(255, 255, 255);
    
    text-align: center;
   /* background: url("http://www.minimit.com/images/picjumbo.com_IMG_8697.jpg") no-repeat scroll 0px 100% / cover transparent;*/
    
    background: #fcc02d;
}

.cover2 a,link {
    color:#fff;
}

.cover2 a:hover {
    text-decoration: underline;
}


.cover3{
    color: rgb(255, 255, 255);
    margin-top:15px;
    text-align: center;
   /* background: url("http://www.minimit.com/images/picjumbo.com_IMG_6648.jpg") no-repeat scroll 0px 100% / cover transparent;*/
    background:rgb(20,40,160);
   
}

::selection {
	background:rgb(248, 156, 83);
	color:#FFF;
}
::-moz-selection {
	background:rgb(248, 156, 83);
	color:#FFF;
}


.panel-warning  {
    border-color: rgb(248, 156, 83);
}

.panel-warning .panel-heading {
    background: rgb(248, 156, 83);
    color:#FFF;
}

.panel-warning .panel-heading .panel-title {
    
    font-weight:bold;
}


.btn {
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-danger {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+51,f02f17+71,e73827+100;Red+Gloss+%231 */
background: #f85032; /* Old browsers */
background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */

}
 
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7725b+1,ef8e81+50,f6290c+51,ef4937+71,e57c72+100 */
background: #f7725b; /* Old browsers */
background: -moz-linear-gradient(top,  #f7725b 1%, #ef8e81 50%, #f6290c 51%, #ef4937 71%, #e57c72 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f7725b 1%,#ef8e81 50%,#f6290c 51%,#ef4937 71%,#e57c72 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f7725b 1%,#ef8e81 50%,#f6290c 51%,#ef4937 71%,#e57c72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7725b', endColorstr='#e57c72',GradientType=0 ); /* IE6-9 */

}
 
.btn-danger:active, .btn-danger.active {
    background: #007299;
    box-shadow: none;
}
