/*!
 * 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: 100px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

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

.img-pp a {
    font-size: 18px;
    color: #333;
    text-align: center;
    border: 1px solid #ddd;
}

.img-pp a:hover {
    text-decoration: none;
    color: #90D400;
}

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

/* Home Page Carousel */
header.carousel .item img {
    margin: 0 auto;
}

.slick-arrow {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 150px;
    height: 100%;
    border: 0;
    background-color: transparent;
    font-size: 0;
    outline: none;
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: '\203a';
    float: right;
    padding-right: 10px;
    color: #999;
    font-size: 40px;
    text-shadow: 0 0 0 rgba(0,0,0,.6);
    opacity: .5;
}

.slick-arrow:hover:before {
    color: #666;
    opacity: .9;
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    content: '\2039';
    float: left;
    padding-left: 10px;
    color: #999;
    font-size: 40px;
    text-shadow: 0 0 0 rgba(0,0,0,.6);
    opacity: .5;
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    right: 120px;
    z-index: 10000;
    padding: 15px 0 0 0;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: ' ';
    font-size: 33px;
    line-height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    opacity: .5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background-color: #fff;
    opacity: 1;
    color: #fff;
}


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

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-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: 30px 0;
}

/* Responsive Styles */
