<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: iDea - Clean &amp; Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.6
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.default-bg {
    background-color: #de6d69;
    color: #ffffff;
}

.listTableBody table.table.table-striped.table-hover tbody tr img {
	max-width: inherit;
}

li.pull-right &gt; a &gt; img {
	display: inline-block;
}

.tab-content {
	background-color: #de6d69;
}

.nav-tabs {
	background-color: #ffffff;
}

.btn-default {
    background-color: #de6d69;
    color: #ffffff !important;
    border-color: #de6d69;
}


.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff !important;
    background-color: #336195;
    border-color:#336195;
}


#footer-container {
    background-color: #2e5f9a;
}


#footer-container .container {
    background-color: #2e5f9a;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 2px;
    box-shadow: none;
    color: #ffffff;
    padding-top: 40px;
}


.footer {
    background-color: #2e5f9a;
    border: none;
}

#footer-container h2, #footer-container h3 {
    color: #2e5f9a;
}

#footer-container a {
    color: #2e5f9a !important;
    font-style: normal;
}

.btn-primary {
    color: #fff;
    background-color: #de6d69 ;
    border-color: #de6d69;
    font-size: 16px !important;
    white-space: normal;
}

.btn-primary:hover {
    color: #fff;
    background-color: #de6d69;
    border-color: #de6d69;
}


h3 {
    color: #de6d69;
	weight: Bold
}

h3 {
    font-size: 20px;
    color: #de6d69;
	weight: Bold
}


a {
  font-size: 16px;
  color: #000000;
}

p {
  font-size: 16px;
  color: #000000;
}

.tp-dottedoverlay.twoxtwo {
    display: none;
}

@media (min-width: 993px) {
    .img-responsive, .thumbnail &gt; img, .thumbnail a &gt; img, .carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img {
        padding: 20px 0px;
    }
}

@media (max-width: 992px) {
    .img-responsive, .thumbnail &gt; img, .thumbnail a &gt; img, .carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img {
        padding: 20px 0px 0px 0px;
    }
}

a.dropdown-toggle.language-toggle {
    display: none;
}

@media (min-width: 993px) {
    img.img-responsive.genInfo {
        min-height: 350px;
    }
}

.hephaistos.tparrows {
display: none;
}



.navbar-nav &gt; li &gt; a {
    font-size: 12px;
}

.bold {
    font-weight: bold;
}</pre></body></html>