/* ================== HEADINGS ================== */
.content h1,
.about h1 {
    text-align: center;
    color: #DE6064;
    position: relative;
}

.content h1 span {
    background: url(../img/main_bg.png);
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.about h1 span {
    background: #FFFFFF;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.content h1:before,
.about h1:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background: #ddd;
    left: 0;
}

.content h1:before {
    width: 100%;
}

.about h1:before {
    width: 50%;
    margin-left: 25%;
}

/* ================== LINE DECOR ================== */
.head_line:before,
.head_line2:before,
.head_line4:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background: #e96656;
    bottom: -9px;
    left: 40%;
}

.head_line3:before {
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    background: #e96656;
    bottom: -9px;
    left: 45%;
}

/* ================== BLOCK ================== */
.block {
    background: rgba(255,174,0,1);
    text-align: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.block .glyphicon {
    font-size: 50px;
    line-height: 90px;
    color: #FFF;
}

.text_block {
    font-size: 25px;
    margin-top: 10px;
    color: #333;
}

/* ================== GENERAL ================== */
body {
    font-size: 16px;
    background: url(../img/bg2.jpg) no-repeat center center fixed;
    background-size: cover;
}

.navbar {
    margin-top: -7px;
    font-family: 'Jura', sans-serif;
}

.logo {
    background-color: rgba(255,255,255,0.57);
    width: 125px;
    height: 125px;
    line-height: 100px;
    border-radius: 180px;
    margin-top: 15px;
}

.logo:hover {
    background-color: rgba(255,255,255,1);
    transition: 300ms ease-in-out;
}

.canvas {
    width: 100%;
    height: 500px;
}

hr {
    border-color: #ddd;
    border-style: dashed;
}

.nav-justified > li > a {
    padding: 15px 0;
}

/* ================== FOOTER ================== */
footer {
    color: #fff;
}

footer a {
    color: #fff; /* FIXED */
    text-shadow: none;
}

footer a:hover {
    color: #999; /* FIXED */
}

/* ================== EFFECT ================== */
.eff {
    display: inline-block;
    position: relative;
    transition: color .3s;
}

.eff:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.75;
    transform: scaleX(0);
    transform-origin: 50%;
    transition: transform .3s ease-out;
    z-index: -1;
}

.eff:hover {
    color: #fff;
}

.eff:hover:before {
    transform: scaleX(1);
}

/* ================== SEQUENCE ================== */
#sequence {
    border-bottom-left-radius: 60px;
}

/* ================== SOCIAL ================== */
.social {
    float: right;
    margin-top: -80px;
    margin-right: 40px;
}

.social i {
    color: rgba(255,255,255,0.6);
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
}

.social i:hover {
    color: rgba(255,255,255,1);
    transition: 300ms ease-in-out;
}

/* ================== MAIN ================== */
.main {
    background: url(../img/main_bg.png);
    padding: 20px 20px 50px;
    border-bottom-left-radius: 60px;
    border-bottom: 5px solid #f58220;
}

.content {
    padding: 0 50px;
    font-family: 'Raleway', sans-serif;
}

.content p {
    margin-left: 5%;
    font-size: 18px;
    text-align: justify;
}

.break {
    width: 80%;
    border-width: 1px;
}

/* ================== CONTACT ================== */
.c_details {
    margin-left: 25px;
}

.contact {
    margin-left: 20px;
    color: #444;
}

.control-group {
    padding-bottom: 10px;
}

.btn-default {
    background: #A72C32;
    color: #FFF;
}

.btn-default:hover {
    background: #A72C32;
    color: #FFF;
}

/* ================== COLLECTION ================== */
#collectionList {
    list-style: none;
    text-align: center;
}

#collectionList li {
    display: inline-block;
    padding: 20px;
    background: #eee;
    border-radius: 25%;
    color: #333;
}

#collectionList li:hover {
    box-shadow: 0 0 21px -6px rgba(51,51,51,1);
}

#collectionList li:first-child {
    margin-right: 40px;
}

#collectionList li img {
    padding: 5px;
}

#collectionList li a {
    color: #333;
}

/* ================== GALLERY ================== */
#imglist {
    padding: 0;
    list-style: none;
    width: 100%;
}

#imglist li {
    float: left;
    margin: 8px;
    border: 1px solid #eee;
    padding: 10px;
    background: #FFF;
    position: relative;
}

#imglist li img:nth-child(1) {
    width: 160px;
}

.imgb {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 500;
    border: 2px solid #989898;
}

/* ================== UTIL ================== */
#hidden {
    display: none;
}

/* ================== RESPONSIVE ================== */
@media (max-width: 992px) {
    #menu_hr {
        display: none;
    }
}

@media (max-width: 768px) {
    .text_block {
        margin-bottom: 20px;
    }
}

/* ================== PAGE HEAD ================== */
.page_head {
    height: 300px;
    border-radius: 43% 0 43% 43%;
    background: url(../img/head_back.png);
    text-align: center;
    color: #DE6064;
    font-size: 30px;
    font-weight: bold;
    padding-top: 90px;
    margin-top: 25px;
}